public.balance
Get Merchant Balances
Fetches the current merchant USD collection/withdrawal balances and NGN, SOL, and BNB withdrawal balances
get/v1/merchant/balance
Response
OK
Example response
{
"data": {
"collection_balance_usd": "100.1234",
"withdrawal_balance_bnb": "1.25000000",
"withdrawal_balance_ngn": "250000.00",
"withdrawal_balance_sol": "2.450000000",
"withdrawal_balance_usd": "80.1234"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.