Account Transfers
Params
Stream
tx, s, r, bn, ra, f) are omitted from the payload when they do not apply — they are not sent as null. Only u, e, a, am, and t are always present.
| Field | Type | Description |
|---|---|---|
'u' | string | Account address |
'e' | string | Transfer event type: deposit, subaccount_transfer, withdrawal_pending, withdrawal_confirmed |
'a' | string | Asset symbol |
'am' | string | Transfer amount |
't' | number | Timestamp in milliseconds |
'tx' | string (optional) | Transaction ID (omitted if not applicable) |
's' | string (optional) | Source address (omitted if not applicable) |
'r' | string (optional) | Receiver address (omitted if not applicable) |
'bn' | integer (optional) | Batch nonce for withdrawals (omitted if not applicable) |
'ra' | string (optional) | Requested amount before fees (omitted if not applicable) |
'f' | string (optional) | Fee amount (omitted if not applicable) |