Account Wallets APIs
Get global balance by account idref, wallet type and currency
Response to /api/v2.0/account/{idRef}/wallets/gcb/{walletType}/{walletCurrency}
Wallet LIVE balance
Wallet LIVE available balance
Wallet code used to group wallets. DEFAULT being default wallet and SECONDARY being supporting wallets
The currency in which the wallet is denominated.
Wallet LIVE hold balance
The time at which the wallet balance was last updated
GET /api/v2.0/account/{idRef}/wallets/gcb/{walletType}/{walletCurrency} HTTP/1.1
Accept: */*
Response to /api/v2.0/account/{idRef}/wallets/gcb/{walletType}/{walletCurrency}
{
"account_balance": "text",
"available_balance": "text",
"code": "text",
"currency": "text",
"hold_balance": "text",
"updated_at": "2026-01-01T00:00:00.000Z"
}Get all global balance by account idref
Response to /api/v2.0/account/{idRef}/wallets/gcb
Wallet LIVE balance
Wallet LIVE available balance
Wallet code used to group wallets. DEFAULT being default wallet and SECONDARY being supporting wallets
The currency in which the wallet is denominated.
Wallet LIVE hold balance
The time at which the wallet balance was last updated
GET /api/v2.0/account/{idRef}/wallets/gcb HTTP/1.1
Accept: */*
Response to /api/v2.0/account/{idRef}/wallets/gcb
[
{
"account_balance": "text",
"available_balance": "text",
"code": "text",
"currency": "text",
"hold_balance": "text",
"updated_at": "2026-01-01T00:00:00.000Z"
}
]Get all live balances by account idref
Response to /api/v2.0/account/{idRef}/wallets
Wallet LIVE balance
Wallet LIVE available balance
Wallet code used to group wallets. DEFAULT being default wallet and SECONDARY being supporting wallets
The currency in which the wallet is denominated.
Wallet LIVE hold balance
The time at which the wallet balance was last updated
GET /api/v2.0/account/{idRef}/wallets HTTP/1.1
Accept: */*
Response to /api/v2.0/account/{idRef}/wallets
[
{
"account_balance": "text",
"available_balance": "text",
"code": "text",
"currency": "text",
"hold_balance": "text",
"updated_at": "2026-01-01T00:00:00.000Z"
}
]Get live balance by account idref, wallet type and currency
Response to /api/v2.0/account/{idRef}/wallets/{walletType}/{walletCurrency}
Wallet LIVE balance
Wallet LIVE available balance
Wallet code used to group wallets. DEFAULT being default wallet and SECONDARY being supporting wallets
The currency in which the wallet is denominated.
Wallet LIVE hold balance
The time at which the wallet balance was last updated
GET /api/v2.0/account/{idRef}/wallets/{walletType}/{walletCurrency} HTTP/1.1
Accept: */*
Response to /api/v2.0/account/{idRef}/wallets/{walletType}/{walletCurrency}
{
"account_balance": "text",
"available_balance": "text",
"code": "text",
"currency": "text",
"hold_balance": "text",
"updated_at": "2026-01-01T00:00:00.000Z"
}Last updated

