Balance - Updated 05/20
Balance
The Balance API returns your total balance and balance information from your wallet, such as currency.
Endpoint :
https://termii.com/api/get-balance?api_key=YourAPIKey
Request Type : GET
Options | Description |
---|---|
api_key* | string Your API key (It can be found on your Termii dashboard). |
Response
{
"user": "Tayo Joel",
"balance": 0,
"currency": "NGN"
}