The Balance object and its endpoints
POST /api/service/data/account-balances/list
{ "balances": [ { "accountId": "bafab4a9-2532-5b78-8c6f-4b9b0ecb6302", "available": "30.0000", "current": "30.0000", "currency": "GBP", "timestamp": "2025-05-05T09:39:43.748Z" }, { "accountId": "e4a387be-81bd-5036-ac04-90366b6c0cb8", "available": "10.0000", "current": "10.0000", "currency": "EUR", "timestamp": "2025-05-05T09:39:43.748Z" } ] }
Was this page helpful?