Skip to main content
POST
Price Volume - Multi

Batch price-plus-volume snapshots.

  • This endpoint is the multi-token version of Price Volume - Single.
  • Maximum batch size is 50 token addresses per request.
  • Send the token list in the POST body using the documented request schema.
  • type defaults to 24h and supports shorter rolling windows for more reactive screens.
  • Batch CU is calculated as ceil(8 * count^0.8).
  • Hydrate market boards, watchlists, and comparison tables with both price and rolling volume.
  • Rank many tokens by momentum without pulling full candle histories.
  • Power scanners that care about price action and trading activity at the same time.
  • Reduce request fan-out versus calling the single-token endpoint repeatedly.
  • Set x-chain for the target network.
  • Send up to 50 token addresses in the POST body.
  • Choose the rolling window in type.
  • Use the single-token variant for detail pages or isolated refreshes.
  • Keep one shared timeframe per screen so all rows are comparable.
  • Deduplicate addresses before batching.
  • Refresh this batch on a cadence that matches the timeframe sensitivity of the screen.

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

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

Body

application/json
list_address
string
default:So11111111111111111111111111111111111111112,DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263
required
type
enum<string>
default:24h
Available options:
1h,
2h,
4h,
8h,
24h

Response

JSON object containing price and volume with changes data of multiple tokens

success
boolean
required

Whether the request completed successfully.

data
object
required

Map keyed by token address. Each value is the latest price-volume snapshot for that token, or null when data is unavailable.