Returns the balance for a specific currency.
cURL
curl --request GET \ --url https://api.antonpayments.com/v1/balances/{currency} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "merchant_id": "<string>", "currency": "<string>", "available": "15000.50", "pending": "2500.00", "total": "17500.50", "updated_at": "2023-11-07T05:31:56Z" } }
Merchant API key: ak_live_* (production) or ak_test_* (sandbox).
ak_live_*
ak_test_*
Currency code (e.g., USD, EUR, USDT).
Balance for the specified currency.
Show child attributes