v1

latestOpenAPI 3.1.02026-07-2656258207.2 KB
Wallets

Fetch wallet balance for multiple currencies

Fetch wallet balance for multiple currencies

get/wallets/balances

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
    },
    {
      "currency": "USD",
      "available_balance": 3.29
    }
  ]
}