Introduction
Request Type:https://BASE_URL/api/get-balance?api_key=YourAPIKey
Request Type: GET
Body params:
| Options | Required |
|---|---|
| type | string Your API key (It can be found on your Termii dashboard) |
The Balance API returns your total balance and balance information from your wallet, such as currency.
https://BASE_URL/api/get-balance?api_key=YourAPIKey
Request Type: GET
Body params:
| Options | Required |
|---|---|
| type | string Your API key (It can be found on your Termii dashboard) |
{
"user": "Tayo Joel",
"balance": 0,
"currency": "NGN"
}