cURL
curl --request GET \ --url https://staging.afx-server.com/api/v1/org/balance \ --header 'x-api-key: <api-key>'
{ "data": { "USD": 100.5, "EUR": 250.75, "GBP": 300 } }
Returns the balances of the business in the provided currencies.
Static business API key from the dashboard
Comma-separated list of currencies to fetch balances for
Returns a map with currencies as keys and balances as values.
Show child attributes