Skip to main content

Token Detail

Retrieve detailed information for a single token, including its current price, reserves, and 24-hour trading statistics.

Endpoint

Path Parameters

Request

Response

See List Tokens for a full description of each field.

Errors

404 Response

Tokens appear in the index within ~5 seconds of their first on-chain trade or creation event. If you’ve just created a token and get a 404, wait a few seconds and retry.

Using Token Detail for Trading UI

A typical trading UI needs to display:
  1. Token identityname, symbol, image
  2. Current pricecurrent_price (divide by 10^6 for human-readable)
  3. Graduation statusgraduated determines whether to route trades to the Launchpad (bonding curve) or AMM
  4. Liquidity depthxyz_reserves indicates how much XYZ is backing this token
  5. Activityvolume_24h and trade_count_24h show how actively it’s being traded

Example: Display Price in XYZ