v1

latestOpenAPI 3.1.02026-07-2656258207.2 KB
Wallets

Fetch a currency's wallet balance

Fetch a currency's balance

get/wallets/balances/{currency}

Path parameters

currencystring required

The currency for the balance you want to fetch

Example:NGN

Headers

X-Trace-Idstring

A unique identifier to track this operation. It must be between 12 and 255 characters in length.

Response

OK

status'success' | 'failed'
messagestring

Example response

{
  "data": {
    "currency": "NGN",
    "available_balance": 1200.09
  }
}