Get Account Balance
Get balance details for a specific account after top-up
GET
https://api.spotflow.co/api/v1/balances/:accountNumber/balance
Headers
authorization |
|
---|
Query Parameters
accountNumber | This filters by the account number created specifically for an account. |
---|
Sample Response:
200 OK
{
"accountId": "3d533d2c-32d7-429d-b0ae-ed9d6e72d7a5",
"currency": "NGN",
"balance": 25500.00,
"availableBalance": 25500.00,
"accountTag": "main-account"
}