# CoinMarketCap DEX Search

> CoinMarketCap DEX Search is a paid API for AI agents from pro-api.coinmarketcap.com, paid per call via x402, $0.010000/call, status unknown (last checked 2026-09-15).

Search for decentralized exchange tokens by name, symbol, or contract address via CoinMarketCap's DEX data

## Facts

- Endpoint: GET https://pro-api.coinmarketcap.com/x402/v1/dex/search
- Price: $0.010000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coinmarketcap-d0f05b6e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KD8oHK2_yT95u5JlSfkJN

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability coinmarketcap-d0f05b6e
```

Example prompt: Search CoinMarketCap's DEX data for the token 'PEPE' — I want to find its contract address and which decentralized exchanges list it.

## When to prefer this

Use this endpoint when you need to search for a specific token across decentralized exchanges by name, symbol, or contract address, especially when you want CoinMarketCap's authoritative DEX coverage. Prefer over spot price endpoints when you need to discover or verify a token's DEX presence rather than fetch a known quote.

## Known failure modes

- No results found for unrecognized or very new tokens
- Missing required 'q' query parameter returns validation error
- Rate limiting or payment failure for x402 micropayment
- Token exists on CEX but not indexed in DEX data

## How this service works

DEX search (x402 beta)

## Output

Returns DEX token search results matching the query keyword, including token names, symbols, contract addresses, and associated DEX pair information from CoinMarketCap's decentralized exchange database.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "q": "UNISWAP"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/coinmarketcap-d0f05b6e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pro-api.coinmarketcap.com](https://www.zero.xyz/host/pro-api.coinmarketcap.com/llms.txt)
