The Market API provides comprehensive market data services, including real-time prices, candlestick data, token search, and token analytics; address portfolio analysis with PnL tracking and leaderboard; and RWA token market data, underlying asset info, and issuance platform lookup.
Feature Overview
General Data
| 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. |
| Get Token Dev Info | /api/v1/dex/market/memepump/tokenDevInfo | GET | Return developer profile for a token, including historical token launch stats, current holding percentage, and initial funding source. |
Address Portfolio
| Feature | Endpoint | Method | Description |
|---|---|---|---|
| Get Portfolio Supported Chains | /api/v1/dex/market/portfolio/supported/chain | GET | Return the list of blockchains supported by address portfolio analysis. |
| Get Address Portfolio Overview | /api/v1/dex/market/portfolio/overview | GET | Return trading performance overview for an address within the selected time frame, including realized PnL, daily PnL breakdown, win rate, and top 3 profitable tokens. |
| Get Address Recent PnL | /api/v1/dex/market/portfolio/recent-pnl | GET | Return recent realized PnL list for an address. |
| Get Address PnL for Specific Token | /api/v1/dex/market/portfolio/token/latest-pnl | GET | Return the latest realized PnL detail for a specific token held by an address, including buy/sell stats, current balance, and holding duration. |
| Get DEX Trade History | /api/v1/dex/market/portfolio/dex-history | GET | Return swap trade history for a specific address. Supports filtering by time range, token, and trade type. |
| Get Leaderboard | /api/v1/dex/market/leaderboard/list | GET | Return a leaderboard of top-performing wallets, with sorting and filtering by PnL, win rate, transaction count, and volume. |
| Get Tracked Trades | /api/v1/dex/market/address-tracker/trades | GET | Return the latest swap trades from tracked addresses (smart money, KOL, or custom address list). |
RWA Data
| Feature | Endpoint | Method | Description |
|---|---|---|---|
| Get RWA Token Issuance Platforms | /api/v1/dex/market/rwa/platforms | GET | Return the list of all supported RWA token issuance platforms and their basic info. |
| Get RWA Token Price | /api/v1/dex/market/rwa/price | GET | Batch query RWA token prices, including on-chain price and underlying reference price. |
| Search RWA Token | /api/v1/dex/market/rwa/search | GET | Search RWA tokens by keyword or contract address. |
| Get RWA Underlying Info | /api/v1/dex/market/rwa/underlying-profile | GET | Get the underlying company information for an RWA token. |
| Get RWA Token List | /api/v1/dex/market/rwa/tokens | GET | Get the list of RWA tokens with underlying asset info. Supports filtering by platform and sector tab. |
| Get RWA Underlying Market Data | /api/v1/dex/market/rwa/underlying-market | GET | Get market data for the underlying asset of an RWA token. |
Last modified on