Price

Retrieve the latest price information for a specified token.

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

Single-token spot price lookup.

  • Always use the checksum contract address on EVM chains and the canonical token mint address on Solana-like chains.
  • include_liquidity=true adds liquidity context to the latest price snapshot when available.
  • Response may be null or omit fields if the token is unknown, unsupported, or not yet indexed on the selected chain.
  • Solana and EVM responses can differ slightly because token metadata and liquidity sources differ by chain.
  • Cache or poll this endpoint conservatively when rendering dashboards, bots, or watchlists.
Compute Unit ⚙️
  • This endpoint consumes 3 CU per request.
Use Cases 💡
  • Fetch the latest token price for portfolio rows, token details, and watchlist cards.
  • Power alerts, bots, and automations that react to live price movement.
  • Enrich trade, liquidity, and holder dashboards with a current spot-price anchor.
  • Provide quick price checks before deeper calls such as OHLCV, price stats, or market-data lookups.
How to Use 🛠️
  • Set x-chain for the target network.
  • Pass one token address in address.
  • Enable include_liquidity=true when you want price plus nearby liquidity context in the same call.
  • Handle null price payloads gracefully for newly listed or unsupported tokens.
Best Practices ✅
  • Reuse cached token metadata and decimals so this endpoint only needs to answer price, not identity.
  • Pair the latest price with historical or OHLCV endpoints when you need context, not just the current mark.
  • For large token sets, move to Price - Multiple instead of looping single-token requests.

Query Params
number

Specify the liquidity value to check.

boolean
enum

Specify whether to include liquidity in the response.

Allowed:
string
required

The address of the token contract.

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