Account Balance

Get https://whitelabel.markets/demos/giftcard/api/balance

Headers

Authorization* string

Pass your {secret_key} as a bearer token in the request header to authorize this call

Path parameters

country_id string

Country ID

Response


{
    "message": "Account Balance",
    "status": "success",
    "data": {
        "amount": "766971991.04",
        "currency": "USD"
    }
}