Price Volume - Single

Retrieve price and volume updates of a specified token.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Compact price-plus-volume snapshot for one token.

  • This endpoint returns current price plus rolling volume metrics without the heavier payload of OHLCV or full market data.
  • type defaults to 24h and also supports shorter windows such as 1h, 2h, 4h, and 8h.
  • Use this endpoint when you need a market snapshot card, not a full candle series.
Compute Unit ⚙️
  • This endpoint consumes 8 CU per request.
Use Cases 💡
  • Populate token cards with live price and rolling-volume context.
  • Power lightweight dashboards, watchlists, and mobile summary views.
  • Rank assets by recent activity without loading full OHLCV history.
  • Trigger alerts when price moves and volume expansion happen together.
How to Use 🛠️
  • Set x-chain for the target network.
  • Pass one token address in address.
  • Choose type for the rolling window you want summarized.
  • Move to OHLCV or historical-price endpoints if you need per-bucket detail.
Best Practices ✅
  • Use shorter windows for scanners and alerts, and longer windows for summary cards.
  • Keep the chosen timeframe visible in UI so users do not confuse 1h and 24h metrics.
  • Pair this endpoint with metadata and latest price for fast-loading token rows.

Query Params
string
required

The address of the token contract.

string
enum
required
Defaults to 24h

Time frame/interval.

Allowed:
string
enum
Defaults to raw

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

Allowed:
Headers
string
enum
Defaults to solana

A chain name listed in supported networks.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json