Balance
The Balance API returns your total balance and balance information from your wallet, such as currency.
Endpoint :
https://BASE_URL/api/get-balance?api_key=YourAPIKey
Request Type : GET
Options | Required | Description |
---|---|---|
api_key | yes | string Your API key (It can be found on your Termii dashboard). |
Sample Response - 200 OK
{
"application": "TommyluxuryHair",
"balance": 785.57,
"currency": "NGN",
"user": "TommyluxuryHair"
}