Ws deposit feed data v1

WSDepositFeedDataV1

Subscribes to a feed of deposit updates.

Name
Lite
Type Required
Default
Description
stream
s
string True The websocket channel to which the response is sent
selector
s1
string True Primary selector
sequence_number
sn
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.
feed
f
Deposit True The Deposit object
Deposit
Name
Lite
Type Required
Default
Description
tx_hash
th
string True The hash of the bridgemint event producing the deposit
to_account_id
ta
string True The account to deposit into
currency
c
string True The token currency to deposit
num_tokens
nt
string True The number of tokens to deposit