Skip to main content
GET
/
balances
/
{currency}
Get a Single Wallet Balance
curl --request GET \
  --url https://api.flutterwave.com/v3/balances/{currency} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: <content-type>'
{
  "status": "error",
  "message": "No wallet found for specified currency",
  "data": null
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Content-Type
enum<string>
required
Available options:
application/json
Example:

"application/json"

Path Parameters

currency
string
required
Example:

"NGN"

Response

200 - application/json; charset=utf-8

OK

status
string
required
message
string
required
data
string | null
required