This endpoint allows you to retrieve all balances for a wallet.
cURL
curl --request GET \ --url https://processor-prod.up.railway.app/balances \ --header 'x-service-key: <api-key>'
{ "success": true, "status": 200, "message": "Balances fetched successfully", "timestamp": "2025-09-09T17:42:01.623Z", "data": [ { "id": "bsc:usdt", "name": "Tether", "code": "USDT", "blockchain": { "id": 56, "name": "BNB Chain" }, "balance": 100, "available": 100, "debt": 0 } ] }
The wallet ID to get balances for
"68bc290df51feea8c53f5275"
Balances fetched successfully
true
200
"Balances fetched successfully"
"2025-09-09T17:42:01.623Z"
Show child attributes
Unique identifier for the asset
"bsc:usdt"
Full name of the asset
"Tether"
Asset code/symbol
"USDT"
Blockchain identifier
56
Blockchain name
"BNB Chain"
Total balance amount
100
Available balance amount
Debt amount
0