Balance updated
Triggered when an account balance changes due to a transaction.
Request example
{
"id": 9066,
"read": false,
"edges": {
"user": {
"id": 96,
"email": "user@example.com",
"lastName": "Doe",
"firstName": "John"
}
},
"action": "balance_updated",
"entity": "balance",
"payload": {
"balance": {
"id": 5310,
"edges": {
"account": {
"id": 217,
"code": "10000010000088",
"name": "John Doe",
"type": "CACC",
"alias": "USD Account",
"status": "enabled"
},
"transfer": {
"id": 68250,
"type": "spot",
"edges": {
"transaction": {
"id": 168735,
"hash": "",
"status": "completed"
}
},
"amount": 100,
"purpose": "Family maintenance",
"direction": "debit",
"fee_amount": 0,
"description": "From John Doe"
}
},
"amount": 94700,
"createdAt": "2025-10-23T08:09:53.00143Z",
"updatedAt": "2025-10-23T08:09:53.00143Z"
}
},
"createdAt": "2025-10-23T08:09:53.002587Z",
"updatedAt": "2025-10-23T08:09:54.068928Z"
}