본문으로 건너뛰기

cex_symbol_volume

Latest 24h trading volume across every (exchange, market, quote) a token lists on. Backed by cache.latest_volume. Use to identify liquidity concentration and find the best venues for executing trades.

Usage hints:

  • base is required
  • Filter by market (spot/futures) to narrow scope
  • Combine with cex_symbol_oi for full futures market liquidity picture

REST endpoint

GET /api/v1/cex/symbol/volume — see REST reference.

Parameters

NameTypeRequiredDefaultDescriptionExample
basestringyesBase asset (e.g. BTC)"..."
marketstringnoFilter to spot or futures (spot, futures)"..."

Example invocation

JSON-RPC tools/call payload:

{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "cex_symbol_volume",
"arguments": {
"base": "..."
}
}
}