Trial Pro API
For the complete CoinMarketCap API documentation index, see llms.txt. For a single-file dump of all documentation, see llms-full.txt.
The Trial Pro API lets you call a curated subset of CoinMarketCap Pro API endpoints without an API key, so you can prototype and evaluate response shapes before signing up for a paid plan. Switch to the keyed Pro API for production: trial requests are aggressively rate-limited and the endpoint subset is fixed.
Base URL
Code
The path must start with /trial-pro-api for the request to be accepted as a keyless call. Any other path on pro-api.coinmarketcap.com requires a valid X-CMC_PRO_API_KEY header. Trial endpoints accept GET only, return the same JSON envelope as the full Pro API, and follow the same standards and conventions and error format.
Available endpoints
Standard API
DEX API
| Endpoint | Description |
|---|---|
/v4/dex/spot-pairs/latest | Pairs Listings Latest |
/v4/dex/pairs/quotes/latest | DEX Pair Quotes Latest |
/v1/dex/token | Get token detail |
/v1/dex/token/price | Get token price |
/v1/dex/token-liquidity/query | Query token liquidity |
/v1/dex/token/pools | Get token pools |
/v1/dex/search | Search tokens |
/v1/dex/security/detail | Get security detail |
/v1/dex/tokens/transactions | Get swap list |
/v1/dex/liquidity-change/list | Get liquidity change list |
/v1/dex/platform/list | Get platform list |
/v1/dex/platform/detail | Get platform detail |
/v1/k-line/candles | K-line candles |
/v1/k-line/points | K-line points |
/v1/dex/holders/list | Get holders list |
/v1/dex/holders/count | Get holder count |
/v1/dex/holders/detail | Get holder detail |