Skip to main content

Subscribing to Real-Time token new listing (SUBSCRIBE_WALLET_TXS)

The SUBSCRIBE_WALLET_TXS event allows you to receive real-time updates for transactions involving a specific wallet address. This subscription is useful for tracking all token transactions related to a provided address. The instructions for each type of objects are described below.

WebSocket URL:

Message

Subscription
For EVM addresses (Ethereum, BSC, etc.), the address can be provided in any format (checksum, lowercase, uppercase). For Solana, a valid address is required (e.g., 9SeRj4LjgENeKQujfxRNkGbXYPM3X2vr9C37Jg9AARfg). Unsubscription

Output Example

Response Parameters: Key Notes:
  • Only transactions with the specified owner address will be filtered and returned in the response.
  • Supported blockchains: EVM compatible chains, Solana, etc.
  • For EVM addresses (Ethereum, BSC, etc.), the address can be in any case (lowercase, uppercase, checksum format).
  • For Solana, the address must be provided in the correct format.
Sample code https://github.com/TheNang2710/bds-public/blob/main/ws-wallet.js