After receiving the initial-balance message, you will be sent incremental balance-updated messages, which show any balance changes to accounts that meet your subscription criteria.
Parameter | Description | Type |
---|---|---|
participant_code | The code of the participant that owns the account | string |
account_group | The group that the account is a part of | string |
account_label | The account label to filter the response by | string |
account_type | The type of account - available, collateral, payable, receivable, or collateral_deficiency | string |
asset | The asset code for the specific account, e.g., USD | string |
balance | Updated balance value | string |
run_id | A unique ID for the particular run | string |
run_type | The type of run | string |
run_timestamp | Timestamp when the account balance was updated | timestamp |
movements[] | An array of movements related to the specific account update. Refer to the GET /accounts/:account_id/movements section for field definitions in the movements array. | array |