{
"id": "123e4567-e89b-12d3-a456-426614174000",
"type": "core.account.balance.changed",
"createdAt": "2021-01-01T00:00:00.000Z",
"data": {
"account": {
"id": "555a99a1-620d-4431-a0ac-b43e1aad2bdc",
"ownerId": "1e32fca3-23f7-40ed-bc1b-de10c790182d",
"label": "My BTC account",
"asset": "BTC",
"balance": {
"total": "0.5",
"available": "0.3"
},
"createdAt": "2024-06-01T00:00:00.000Z",
"updatedAt": "2024-07-15T00:00:00.000Z"
}
}
}Webhooks
Account Balance Changed
The balance of an account has changed.
WEBHOOK
core.account.balance-changed
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"type": "core.account.balance.changed",
"createdAt": "2021-01-01T00:00:00.000Z",
"data": {
"account": {
"id": "555a99a1-620d-4431-a0ac-b43e1aad2bdc",
"ownerId": "1e32fca3-23f7-40ed-bc1b-de10c790182d",
"label": "My BTC account",
"asset": "BTC",
"balance": {
"total": "0.5",
"available": "0.3"
},
"createdAt": "2024-06-01T00:00:00.000Z",
"updatedAt": "2024-07-15T00:00:00.000Z"
}
}
}Authorizations
OAuth 2.0 authentication.
Headers
The unique identifier of the webhook.
The timestamp of the webhook, in seconds after the Unix epoch.
The signature of the webhook.
Body
application/json
Account balance changed event.
Response
200
Return a 200 status to indicate that the data was received successfully.
Was this page helpful?