cURL
curl --request GET \ --url https://api.spotflow.co/api/v1/balances/accounts/{accountNumber}/balance \ --header 'Authorization: Bearer <token>'
{ "accountNumber": "7706438396", "currency": "GHS", "balance": 3, "availableBalance": 3, "accountTag": "main-account", "parentAccountNumber": "string" }
Get account balance details for a specific wallet before and after top-up in both NGN and GHS currency.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A JSON array of balances objects.
"7706438396"
"GHS"
3
"main-account"
"string"