cURL
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 }
Fetch balances for specific currency
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
application/json
"application/json"
"NGN"
OK
Was this page helpful?