API reference / Wallet balance
v1Get support

Wallet balance

GET/api/v1/orchestration/imto/admin/list/balance
🔒 Requires Bearer token

Return the configured orchestration balances available to the IMTO admin account by currency.

Request parameters
FieldTypeReqDescription
Returns

An array of balance objects, each containing a currencyCode and totalBalance. See the example response in the panel.

Sandbox only

Try this endpoint

Requests are proxied through the docs app and never sent to live.
ResponseWaiting for request
Send a sandbox request to see the response here.
curl https://api.dev.mightypay.io/api/v1/orchestration/imto/admin/list/balance \
-H "Authorization: Bearer $TOKEN"
[
{
"currencyCode": "NGN",
"totalBalance": 5000000
},
{
"currencyCode": "GHS",
"totalBalance": 0
}
]