Skip to main content
GET
All Time Trades (Single)

Long-range trading activity for one token.

  • Use time_frame to choose the horizon: recent windows for momentum, or all for cumulative token history.
  • Response is a summarized trade view, not a row-by-row transaction log.
  • ui_amount_mode=scaled applies Solana Token-2022 scaled UI amount when the token supports the scaled UI extension.
  • This endpoint consumes 10 CU per request.
  • Measure long-term token trading traction beyond short intraday windows.
  • Power research pages, ranking models, and token-comparison views.
  • Compare cumulative trading intensity across different market cycles.
  • Set x-chain for the target network.
  • Pass the token address.
  • Choose time_frame based on whether you want recent or all-time context.
  • Use ui_amount_mode consistently across related token analytics.
  • Use this endpoint for compact trade-history metrics; switch to transaction endpoints when you need event-level detail.
  • Compare tokens on the same time_frame to keep rankings fair.
  • Pair this with price, volume, or market-data endpoints when you need both activity and valuation context.

Authorizations

X-API-KEY
string
header
required

API key for authentication

Headers

x-chain
enum<string>
default:solana

A chain name listed in supported networks.

Available options:
solana,
ethereum,
bsc,
base,
robinhood,
sui,
mantle,
hyperevm,
arbitrum,
avalanche,
optimism,
polygon,
zksync,
monad,
aptos,
fogo,
megaeth

Query Parameters

time_frame
enum<string>
default:24h
required

Time interval (Example: '24h')

Available options:
1m,
5m,
30m,
1h,
2h,
4h,
8h,
24h,
3d,
7d,
14d,
30d,
90d,
180d,
1y,
alltime
address
string
required

The address of the token contract.

ui_amount_mode
enum<string>
default:raw

Indicate whether to use the scaled amount for scaled ui amount tokens. Only support solana

Available options:
raw,
scaled,
both

Response

OK

data
object[]

All-time trading metrics grouped by token address.

success
boolean

Whether the request completed successfully.

Example:

true