Ws deposit feed data v1
Subscribes to a feed of deposit updates.
NameLite |
Type | RequiredDefault |
Description |
---|---|---|---|
streams |
string | True | The websocket channel to which the response is sent |
selectors1 |
string | True | Primary selector |
sequence_numbersn |
string | True | A sequence number used to determine message order within a stream. - If useGlobalSequenceNumber is false, this returns the gateway sequence number, which increments by one locally within each stream and resets on gateway restarts.- If useGlobalSequenceNumber is true, this returns the global sequence number, which uniquely identifies messages across the cluster.- A single cluster payload can be multiplexed into multiple stream payloads. - To distinguish each stream payload, a dedupCounter is included.- The returned sequence number is computed as: cluster_sequence_number * 10^5 + dedupCounter . |
feedf |
Deposit | True | The Deposit object |
Deposit
NameLite |
Type | RequiredDefault |
Description |
---|---|---|---|
tx_hashth |
string | True | The hash of the bridgemint event producing the deposit |
to_account_idta |
string | True | The account to deposit into |
currencyc |
string | True | The token currency to deposit |
num_tokensnt |
string | True | The number of tokens to deposit |