Skip to main content
POST
All Time Trades (Multiple)

Long-range trading activity for many tokens in one request.

  • Maximum batch size is 20 token addresses.
  • Use the same time_frame across the whole batch so tokens remain comparable.
  • ui_amount_mode=scaled applies Solana Token-2022 scaled UI amount when supported.
  • Batch CU is calculated as ceil(10 * count^0.8).
  • Rank many tokens by long-range trading activity in one request.
  • Build comparison tables, scanners, and portfolio research boards.
  • Feed token screening logic with consistent all-time or duration-bounded trade metrics.
  • Set x-chain for the target network.
  • Send up to 20 token addresses in the request body.
  • Choose one shared time_frame for the batch.
  • Deduplicate token addresses before sending the batch.
  • Keep the batch focused on tokens you truly want to compare under the same horizon.
  • Use the single endpoint when one token needs deeper explanation or page-level detail.

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
list_address
string
required

A list of token addresses in string separated by commas (,)

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