Skip to main content
GET
Get token markets for the same chain

Overview

The Token Markets endpoint provides comprehensive market data including metadata, liquidity, volume, price changes, holdings, and trading activity over multiple timeframes.

Query Parameters

  • blockchain (required) — The blockchain identifier (e.g., evm:1, solana, ethereum)
  • address (required) — Direct token address
  • limit (optional) — Default 10, max 25

Step-by-Step Tutorial and Video Walkthrough

  • Check out the guide: Here

Usage Examples

Response Format

Query Parameters

chainId
string

Blockchain chain ID (e.g., "evm:56", "solana:solana")

address
string
required

Token contract address

limit
number
required

Maximum number of markets (1-25, default: 10)

Required range: 1 <= x <= 25

Response

200 - application/json

Token Markets response

data
object[]
required
totalCount
number
required