# CoinMarketCap DEX Pair Latest Quotes

> CoinMarketCap DEX Pair Latest Quotes 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).

Returns the latest market quote data for a specific decentralized exchange trading pair by contract address

## Facts

- Endpoint: GET https://pro-api.coinmarketcap.com/x402/v4/dex/pairs/quotes/latest
- 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-d5ecb71e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3WGa8yAFHdYOboKk2R0qu

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-d5ecb71e
```

Example prompt: What's the latest price and market data for the DEX pair at contract address 0x88e6A0c2dDD26FEEb64F039a2c41296FcB3f5640 on Ethereum (network ID 1), quoted in USD?

## When to prefer this

Use this endpoint when you need real-time quote data for a specific DEX trading pair and you already have the contract address. Ideal for DeFi applications, trading bots, portfolio trackers, or price alert systems that need precise on-chain pair pricing. Prefer this over general crypto quote endpoints when the asset is a DEX-listed token pair rather than a top-level CMC-listed coin.

## Known failure modes

- Invalid or non-existent pair_address returns an error or empty result
- Unsupported network_id may return no data
- Malformed comma-separated pair_address list causes validation error
- Requesting a pair on a network where CoinMarketCap has no data returns empty
- Payment failure via x402 protocol blocks the request
- Rate limiting if too many requests are made in quick succession

## How this service works

Latest DEX pair quote data (x402 beta)

## Output

A JSON object containing the latest quote data for the requested DEX pair(s), including current price, trading volume, liquidity, price change percentages, and other market metrics — optionally denominated in a specified fiat or crypto currency.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "network_id": "1",
   "contract_address": "0x0d4a11d5eeaac28ec3f61d100daf4d40471f1852"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/coinmarketcap-d5ecb71e/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)
