Docs/Token data/Trade stats (multi-window)

Trade stats (multi-window)

GET/v1/token/{mint}/trade-dataPublic

The full activity grid over 1m/5m/30m/1h/2h/4h/8h/24h — trades, buys/sells, buy/sell volume, unique wallets and price change, each with its change vs the previous window — plus an all-time rollup.

Path parameters

FieldTypeDescription
mintrequiredstringToken mint address (base58).

Query parameters

FieldTypeDescription
networkoptionalmainnet | devnetNetwork to read. Devnet returns an empty payload (with a note) until its ingestor lands. default mainnet

Response fields

FieldTypeDescription
windows.{W}.tradesnumberSwap count in the window.
windows.{W}.buys / sellsnumberDirectional counts.
windows.{W}.volumeBuyUsd / volumeSellUsdnumberDirectional USD volume.
windows.{W}.uniqueWalletsnumberDistinct signers active.
windows.{W}.priceChangePctnumber | null% price change over the window.
windows.{W}.volumeChangePctnumber | null% vs the previous equal window.
lifetimeobjectAll-time buys/sells/volume/uniqueWallets + first/last trade.