cURL
curl --request GET \ --url https://staging-vouchers.ventogram.com/api/v1/balance \ --header 'X-Api-Key: <api-key>' \ --header 'X-Api-User: <api-key>'
{ "success": true, "message": "<string>", "data": { "currency": "<string>", "merchant": "<string>", "amount": 123, "txnCount": 123 } }
Retrieves account balance for the selected currency
One of supported currencies
NGN
USD
successful operation
The response is of type object.
object