cURL
curl --request GET \ --url https://api.novacpayment.com/api/v1/balance/{currency} \ --header 'Authorization: <api-key>'
{ "success": true, "message": "Balance Fetched Successfully", "data": { "currency": "NGN", "balance": 0 } }
Input your Bearer token in this format - Bearer {your token here} to access this API
OK