Balance

The Balance API returns your total balance and balance information from your wallet, such as currency.

Endpoint : https://api.ng.termii.com/api/get-balance?api_key=YourAPIKey

Request Type : GET

OptionsRequiredDescription
api_keyyesstring
Your API key (It can be found on your Termii dashboard).

Response

  {
      "user": "Tayo Joel",
      "balance": 0,
      "currency": "NGN"
  }
          
Updated at, Wednesday, January 10, 2024