Skip to main content
GET
/
api
/
balance
Check Balance
curl --request GET \
  --url https://api.mysubwallet.ng/api/balance \
  --header 'Authorization: <api-key>'
{
  "status": "success",
  "username": "johndoe",
  "balance": 15000.5,
  "bonus_balance": 0,
  "airtime_to_cash_balance": 0,
  "currency": "NGN"
}

Authorizations

Authorization
string
header
required

Send your API key as Token <your_api_key>.

Use your live key for real transactions, or your sandbox key (sk_test_…) to test — sandbox calls return a realistic simulated result and never touch your wallet. Add "sandbox_status": "fail" to any sandbox request to simulate a failure.

Response

200 - application/json

Balances