All cash balance related paths
/account_groups/{account_group_id}/payments/cash_balance
Retrieve an account group's cash balance
account_group_id
string
required
Account group unique identifier.
Response
{
"account_group_id": "d0fc0305-97b7-4e3b-bddf-66d3c434898c",
"currency": "EUR",
"balance": "100",
"locked_for_trading": "10",
"pending_settlement": "10",
"available_for_withdrawal": "80",
"available_for_trading": "80"
}
id
string
required
Event unique identifier
created_at
string
required
Date and time when the event was created. RFC 3339-5, ISO8601 UTC
type
string
required
Event type
object
object
required
webhook_id
string
required
Webhook unique identifier.
{
"id": "8962b496-8d42-4560-bfab-10490dd1a724",
"created_at": "2021-07-21T14:10:00.00Z",
"type": "CASH_BALANCE.UPDATED",
"object": {
"account_group_id": "d0fc0305-97b7-4e3b-bddf-66d3c434898c",
"currency": "EUR",
"balance": "100",
"locked_for_trading": "10",
"pending_settlement": "10",
"available_for_withdrawal": "80",
"available_for_trading": "80"
},
"webhook_id": "9df39835-be87-4243-9018-f2500b39cee6"
}
Request has been processed successfully.
Empty response
Was this page helpful?