Subscribe to receive real-time transaction (trade/swap) updates for pools, as seen on GeckoTerminal.com
Field | Type | Description | Example | |
---|---|---|---|---|
ch | channel_type | string | Indicates the type of channel subscribed to. | G2 |
n | network_id | string | Identifier of the blockchain network. Check full list of IDs here. | eth |
pa | pool_address | string | Contract address of the pool. | 0x88e6a0c2dd6fcb..3f5640 |
tx | tx_hash | string | transaction hash | 0x0b8ac5a16c2d5a..4d422 |
ty | type | string | type of transaction (b for buy or s for sell) | b |
to | token_amount | float | Amount of token transacted. | 100 |
vo | volume_in_usd | float | The transaction value in USD. | 1000 |
pc | price_in_token_currency | float | Current token price in target token currency | 3639.78228844745 |
pu | price_in_usd | float | Current token price in USD | 3.566 |
t | last_updated_at | integer | Timestamp of the last data update in UNIX time. | 1752072129000 |
null
when specific data is unavailable. Ensure your application is capable of handling null values for fields that may not always have data.