CoinMarketCap's Trial Pro API offers developers a way to test DEX and DeFi data endpoints without requiring an account. This keyless evaluation path provides access to a curated subset of CoinMarketCap Pro API endpoints, allowing developers to inspect real response structures and decide whether the workflow fits their product before setting up authenticated API access.
The trial set includes 19 Standard API endpoints and 17 DEX API endpoints, covering various early DeFi research workflows. Developers can use these endpoints to test pairs, liquidity, pools, token prices, and more without any account requirements.
To get started, developers can make a first pair discovery request using the /v4/dex/spot-pairs/latest endpoint. This will return active DEX spot pairs with latest market data, including pair identity, base and quote assets, DEX and network information, price, liquidity, 24-hour volume, transaction counts, holder fields, and timestamps.
A strong prototype does not begin with every available data route. It starts with pair discovery and adds detail as the product question becomes clearer. Developers can build their prototype in stages, starting with pair discovery, inspecting a token price, adding pools and liquidity, available security and holder context, activity and chart views.
Once the prototype is validated, developers can expand into the authenticated DEX API, which includes additional workflows such as trending tokens, batch token queries, and more. CoinMarketCap's wider API environment also gives teams a path to connect DEX research with market data and market intelligence workflows.




