Get Balance Specific Day
Account
Get Balance Specific Day
Check what the account balance was on a specific day
GET
Get Balance Specific Day
Path Parameters
string
required
Merchant ID
Query Parameters
string
Currency code of your deposit account. If not provided, the default value will be DRE.Allowed values:
USD, AUD, EUR, GBP, BRL, CAD, CHFExample: BRLstring
ID of your recipientExample:
12string
required
Enter the date in the following format: YYYY-MM-DDExample:
2024-01-15Response
number
Example:
15000number
Example:
10000number
Example:
0number or null
This field will only be different from null when the account is configured to receive fees in a wallet. Other than in this case, the balance of the other fee account(wallet) that will receive the fees is returned.Default:
nullExample: 100Request Example
Use Cases
Historical Balance Tracking
Historical Balance Tracking
Track balance changes over time for reporting and reconciliation:
End-of-Day Reconciliation
End-of-Day Reconciliation
Verify end-of-day balances for accounting purposes:
Financial Reporting
Financial Reporting
Generate balance reports for specific periods:
Audit Trail
Audit Trail
Create an audit trail of balance changes:
Date Format
Thedate parameter must be in the format YYYY-MM-DD:
- ✅ Valid:
2024-01-15 - ✅ Valid:
2023-12-31 - ❌ Invalid:
15/01/2024 - ❌ Invalid:
01-15-2024 - ❌ Invalid:
2024/01/15
Response Fields
balance
The total balance in the account on the specified date.available_balance
The balance available for withdrawal or transactions on the specified date.reserve_balance
The amount held in reserve on the specified date (if applicable).fee
Fee balance on the specified date (only applicable when the account is configured to receive fees in a wallet).Best Practices
Historical Data Availability: Balance history is typically available for the past 90 days. Check with your account manager for specific data retention policies.

