The Market API provides comprehensive market data services, including real-time prices, candlestick data, token search, and token analytics.
Feature Overview
| Feature | Endpoint | Method | Description |
|---|---|---|---|
| Get Supported Chains | /api/v1/dex/market/supported/chain | GET | Return the list of blockchains supported by the market service. |
| Get Token Price | /api/v1/dex/market/price | POST | Get the latest price for tokens. Supports batch queries, up to 100 tokens per request. |
| Get Token Candlestick Data | /api/v1/dex/market/candles | GET | Return candlestick (K-line) data for a token. |
| Search Tokens | /api/v1/dex/market/token/search | GET | Search tokens by symbol or contract address. |
| Get Hot Token Rankings | /api/v1/dex/market/token/hot-token | GET | Get hot token ranking list. Supports sorting by volume, price change, market cap, etc., with filters for holding distribution, developer behavior, liquidity, and more. |
| Get Token Basic Info | /api/v1/dex/market/token/basic-info | POST | Return basic metadata for a token: name, symbol, logo, decimals, creator address, creation time, and tag info. |
| Get Token Advanced Info | /api/v1/dex/market/token/advanced-info | GET | Return comprehensive metrics for a token, including creator and launch info, holding percentages by address type (smart money, KOL, sniper, bundler, fresh wallet, etc.), and token tags. |
| Get Token Trading Info | /api/v1/dex/market/price-info | POST | Get token price and trading data (volume, transactions, market cap, holders, etc.). Supports batch queries for up to 100 tokens. |
| Get Token Liquidity Pools | /api/v1/dex/market/token/top-liquidity | GET | Return the top liquidity pools for a token, including pool name, protocol, liquidity in USD, pool address, and per-token composition. |
| Get Token Trade History | /api/v1/dex/market/trades | GET | Return on-chain trade history for a token. Supports tag filtering and wallet address filtering. |
| Get Holders Ranking | /api/v1/dex/market/token/holder | GET | Return the holders ranking list for a token, including holding amount, holding percentage, native-token balance, average buy/sell price, realized PnL, and funding source. Up to 100 records. Pagination is not supported. |
| Get Top Traders | /api/v1/dex/market/token/top-trader | GET | Return the top profit-making addresses for a token, ranked by realized PnL descending. Includes holding amount, average buy/sell price, realized PnL, and funding source. Up to 100 records. Pagination is not supported. |
Last modified on