What this endpoint does
With this API, you can:- Retrieve market information matching a token on a specific blockchain
- Return market-level data such as liquidity, volume, price changes, and trade activity
- Include base and quote token metadata for each market
- Support limiting results to control how many markets are returned
What you’ll need
- Basic knowledge of REST APIs
- A token address
- A Mobula API key
Get a free API key: Here Optional:
- DexScreener (to find token addresses to test)
When to use Token Markets
Use this endpoint when you want to:- List the markets or pools where a token is trading
- Compare liquidity across different markets for the same token
- Track volume, trades, and price change metrics at the market level
- Build token market pages for dashboards and analytics tools
- Limit results to show only the top markets you care about
Walkthrough to Get Token Markets
1. Prepare your query
Thetoken/markets endpoint requires two parameters:
| Parameter | Description |
|---|---|
blockchain | Blockchain identifier (example: evm:1, solana, ethereum) |
address | Direct token address |
limit: Number of markets to return (default:10, max:25)
2. Find a token address to test
To retrieve real token market data:- Open DexScreener
- Pick a token
- Copy the token contract address from the token page
address parameter.
3. Fill the API form
Once your token address is ready:- Enter the blockchain value into
blockchain - Paste the token contract into
address - (Optional) set
limitto control how many markets are returned - Click Send to retrieve token market data
Reviewing the response
Each item indata[] represents a market for the token.
Key fields include:
base/quote: Base and quote token objects with metadata like symbol, name, decimals, and priceliquidityUSD: Liquidity available in the market in USDlatestTradeDate: Timestamp of the most recent trade observedblockchain: Blockchain name for the marketaddress: Market or pool addresstype: DEX or market type (example: Uniswap v3 style markets)exchange: Exchange object with name and logopriceUSD/priceToken: Market pricing fieldspriceChange*: Price change percentages across timeframes like 1h and 24hvolume*: Volume metrics across timeframes like 1h, 4h, and 24htrades*/buys*/sells*: Trade counts across multiple time windowsbuyers*/sellers*/traders*: Unique participant countssecurity: Basic security-related fields when availablesocials: Token social links when available
Try It Live with Mobula Token Markets Demo (UI)
You can also test this endpoint using our demo UI: Demo UI Homepage Token Markets Demo UI DocsSummary
The Get Token Markets endpoint helps you:- Retrieve token market data by providing blockchain and token address
- Use
limitto control how many markets are returned - Compare liquidity, volume, and price change stats across markets
- Visualize results instantly in the demo UI
Try Mobula for Free
Try our free API today and start building in minutes.Get your free API key: Here