Endpoint
GET /v1/account/balance
Example response
Interpretation rule
waiting_funds is the net receivable amount still pending settlement. It does not represent gross receivables before fees and reserves.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Query account balance for legacy integrations that still depend on the v1 route family.
GET /v1/account/balance
{
"available_balance": 5000,
"waiting_funds": 1200
}
waiting_funds is the net receivable amount still pending settlement. It does not represent gross receivables before fees and reserves.