Advanced WebSocket API for real-time token monitoring with multiple views and payload-based architecture.
new
- New tokens not yet bonded
bonded: false
, source: { not: null }
created_at
descendingbonding
- Tokens in bonding phase
bonding_percentage: { lt: 100 }
, volume_1h: { gte: 10 }
, bonded: false
bonding_percentage
descendingbonded
- Fully bonded tokens
bonded: true
bonded_at
descendingTokenDataSchema
structure:
TokensStatsRealTime
schema:
latest_price
: Current token priceprice_1min_ago
, price_5min_ago
, price_1h_ago
, price_4h_ago
, price_6h_ago
, price_12h_ago
, price_24h_ago
: Historical pricesprice_change_1min
, price_change_5min
, price_change_1h
, price_change_4h
, price_change_6h
, price_change_12h
, price_change_24h
: Price changesmarket_cap
: Current market capitalizationlatest_market_cap
: Latest market cap calculationholders_count
: Number of token holdersliquidity
: Available liquidityvolume_1min
, volume_5min
, volume_15min
, volume_1h
, volume_4h
, volume_6h
, volume_12h
, volume_24h
: Volume metricsvolume_buy_1min
through volume_buy_24h
: Buy volume metricsvolume_sell_1min
through volume_sell_24h
: Sell volume metricstrades_1min
through trades_24h
: Trade count metricsbuys_1min
through buys_24h
: Buy transaction countssells_1min
through sells_24h
: Sell transaction countsbuyers_1min
through buyers_24h
: Unique buyer countssellers_1min
through sellers_24h
: Unique seller countstraders_1min
through traders_24h
: Unique trader countsfees_paid_1min
through fees_paid_24h
: Fees paid metricsorganic_volume_1min
, organic_volume_5min
, organic_volume_15min
, organic_volume_1h
, organic_volume_4h
, organic_volume_6h
, organic_volume_12h
, organic_volume_24h
: Total organic volumeorganic_volume_buy_1min
through organic_volume_buy_24h
: Organic buy volumeorganic_volume_sell_1min
through organic_volume_sell_24h
: Organic sell volumeorganic_trades_1min
through organic_trades_24h
: Organic trade countsorganic_buys_1min
through organic_buys_24h
: Organic buy transaction countsorganic_sells_1min
through organic_sells_24h
: Organic sell transaction countsorganic_buyers_1min
through organic_buyers_24h
: Unique organic buyer countsorganic_sellers_1min
through organic_sellers_24h
: Unique organic seller countsorganic_traders_1min
through organic_traders_24h
: Unique organic trader countssource
: Token source/factoryfactory
: Factory addresspoolAddress
: Associated pool addressdeployer
: Token deployer addresstokenSymbol
: Token symboltokenName
: Token namedexscreenerListed
: Whether listed on DexScreenertwitter
: Twitter handletelegram
: Telegram linkwebsite
: Website URLothers
: Other social linkssecurity
: Security analysis datatwitterRenameCount
: Twitter rename counttwitterRenameHistory
: Twitter rename historybonded
: Whether token is bondedbonding_percentage
: Bonding curve completion percentagemigrated_at
: Migration timestampbonded_at
: Bonding completion timestampliquidityMax
: Maximum liquidity reacheddev_holdings_percentage
: Developer holdings percentagebundlers_holdings_percentage
: Bundler holdings percentageinsiders_holdings_percentage
: Insider holdings percentagesnipers_holdings_percentage
: Sniper holdings percentagepro_traders_holdings_percentage
: Professional trader holdings percentagetop_10_holdings_percentage
: Top 10 holders percentagetop_50_holdings_percentage
: Top 50 holders percentagetop_200_holdings_percentage
: Top 200 holders percentagedeployer_migrations
: Deployer migration counttwitter_reuses_count
: Twitter reuse countliquidityMax
: Maximum liquidity across all pools for the tokenpreBondingFactory
: Factory address before bonding completionpoolAddress
: Primary pool address (highest volume pool)latest_trade_date
: Last trade timestampcreated_at
: Token creation timestampTokenDataSchema
instead of PoolDataSchema
.
new-token
, update-token
, remove-token
. The data structure follows TokenDataSchema
instead of PoolDataSchema
. The tokenKey
in remove messages uses the format chainId|tokenAddress
.pause
to reduce bandwidth when views are not neededlimit
to restrict token count