Account balance export API
| Method |
Endpoint |
Description |
GET |
/api/account-balances |
Export account balances |
Export account balances
GET /api/account-balances
Query parameters
| Name |
Type |
Required |
Default |
Description |
Example |
date |
string (date) |
✓ |
|
Account balance date in ISO format (YYYY-MM-DD) |
"2026-08-14" |
bids |
array[string] |
|
|
List of BIDs (branch IDs). If both tids and bids are specified, the resulting filter is applied as a logical conjunction (AND). |
|
tids |
array[string] |
|
|
List of TIDs (terminal IDs). If both tids and bids are specified, the resulting filter is applied as a logical conjunction (AND). |
|
Responses
200 — OK
Security
Person_apiKey — API key in header Authorization — Example: 'ApiKey uihdrtghb9843ui5dfgbdwjk'