Get Balance History V2
Access a detailed history of balance transactions over a specified date range. This includes all balance changes in your account, such as incoming payments, refunds, top-ups, and other transactions. Use this endpoint to gain a comprehensive view of how balance values fluctuate due to account activity.
Authorizations
A unique identifier assigned to each application.
A secure token associated with the app-id.
Query Parameters
Start date for querying balance history in the format 'YYYY-MM-DDThh:mm:ssZ'. Defaults to UTC timezone.
End date for querying balance history in the format 'YYYY-MM-DDThh:mm:ssZ'. Defaults to UTC timezone.
Pagination cursor returned as next_cursor in the previous response. Omit this parameter to fetch the first page.
Number of records to return per page.
Response
OK
"2026-01-01T00:00:00Z"
"2026-01-31T00:00:00Z"
The type of the requesting account.
aggregated, dedicated "aggregated"
Number of records returned per page.
20
Cursor to pass as the cursor query parameter to fetch the next page. null when there are no more records.
"eyJpZCI6ImJsX3BpX3duNFRXaGxYQnJaSyJ9"
Whether more records are available after this page.
true