Skip to main content

Subscribing to Real-Time Large Trades Volume (SUBSCRIBE_LARGE_TRADE_TXS)

This WebSocket message is used to subscribe to large trade transactions filtered by specified volume thresholds in USD. Key Notes:
  • Only swap transactions are included.
  • The min_volume parameter is mandatory and sets the lower bound for the trade volume in USD, the min allowable set is 0.
  • The max_volume parameter is optional but must be higher than min_volume when provided.
  • Transactions outside the specified volume range will be excluded from the subscription.
  • The response includes trades for all tokens that meet the volume criteria, regardless of token type or trading pair.

Subscribe Large Trades

Message

Output Example

Explanation:

type: Indicates the type of data (TXS_LARGE_TRADE_DATA).
data: Contains detailed transaction information. blockUnixTime and blockHumanTime: Block timestamp in UNIX and human-readable formats. owner: Address of the trader executing the transaction. source: Source of the trade (e.g., liquidity provider or protocol). poolAddress: Address of the trading pool. txHash: Transaction hash for tracking. volumeUSD: Trade volume in USD. network: Blockchain network where the trade occurred. from and to: Details of the traded assets, including symbols, addresses, amounts, and pricing information.