Returns a funding account for a specific currency.
cURL
curl --request GET \ --url https://api.antonpayments.com/v1/accounts/{currency} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "currency": "<string>", "country": "<string>", "balance": "<string>", "available_balance": "<string>", "status": "<string>", "provider": "<string>", "created_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, GBP).
Account details.
Show child attributes