v1
latestOpenAPI 3.1.02026-07-2656258207.2 KBWallets
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
Example response
{
"data": [
{
"currency": "NGN",
"available_balance": 1200.09
},
{
"currency": "USD",
"available_balance": 3.29
}
]
}