Transactions

Transactions

The Transactions group is the raw event layer for trade-level activity across tokens, pairs, wallets, and chains.

Use this group when you need:

  • per-trade event streams instead of aggregated candles or stats
  • token-specific or pair-specific trade history
  • chain-wide recent trades
  • time-bounded backfills
  • large-trade filtering
  • mint and burn event history

Which endpoint should I use?

If you need...Use this endpoint
Recent trades for one tokenTrades - Token
Recent trades for one pairTrades - Pair
Time-bounded trades for one tokenTrades - Token Seek By Time
Time-bounded trades for one pairTrades - Pair Seek By Time
Filtered chain-wide V3 trade feedTrades - All (V3)
Latest chain-wide V3 tradesTrades - Recent (V3)
Filtered V3 trades for one tokenTrades - Token (V3)
Large token trades onlyTrades - Token Filtered By Volume (V3)
Token mint and burn eventsToken - Mint/Burn
Time-bounded trades for one trader walletTrader - Trades Seek By Time

Notes

  • Use legacy token or pair trade endpoints for simple pagination and straightforward activity views.
  • Use seek_by_time endpoints when you need incremental syncs or bounded time windows.
  • Use V3 trade endpoints when you need richer filters such as owner, source, pool, block-number ranges, or token-side buy and sell.
  • Use Trades - Recent (V3) for the freshest feed and Trades - All (V3) when you need a filtered archive.
  • Use Trades - Token Filtered By Volume (V3) when you only care about larger prints.

Typical workflow

  1. Start with Trades - Recent (V3) or Trades - Token (V3) to inspect current activity.
  2. Switch to seek_by_time or Trades - All (V3) for bounded backfills.
  3. Add price, holder, liquidity, or wallet analysis endpoints to explain who traded and what changed after the trade flow.