• Get Started >>

›Insights

Home

  • Introduction

Inbox

  • Incoming

Switch

  • Sender ID
  • Messaging
  • Number
  • Templates

Token

  • Send Token
  • Verify Token
  • In-App Token

Insights

  • Events and Reports
  • Balance
  • Search
  • Status
  • History

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

OptionsDescription
api_key*string
Your API key (It can be found on your Termii dashboard).

Response

  {
      "user": "Tayo Joel",
      "balance": 0,
      "currency": "NGN"
  }
          
← Events and ReportsSearch →
  • Balance