# DEX Pool Snapshots by Coin

> DEX Pool Snapshots by Coin is a paid API for AI agents from api.carbon-cashmere.de, paid per call via x402, $0.05/call, status down (last checked 2026-09-08).

Returns the latest DexScreener DEX pool snapshots for a specified coin across all chains, ranked by liquidity, with chain/dex metadata and trusted-chain/quote flags.

## Facts

- Endpoint: GET https://api.carbon-cashmere.de/v1/dex-pools/:coin
- Price: $0.05/call
- Payment: x402
- Status: down
- Last checked: 2026-09-08
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-carbon-cashmere-de-a3de0105
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tFijx_qvBfiRqdN0aQHS-

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 api-carbon-cashmere-de-a3de0105
```

Example prompt: Show me the top DEX liquidity pools for ETH on Ethereum with at least $50,000 in liquidity — I want to see the pair addresses, volumes, and FDV from DexScreener snapshots, filtered to trusted chains only.

## When to prefer this

Use this endpoint when you need multi-chain DEX pool data for a specific coin ranked by liquidity, especially when you need to distinguish canonical token pools from memecoin variants using trusted-chain and trusted-quote flags. Prefer over raw DexScreener API when you want a pre-filtered, snapshot-based view with chain trust metadata already applied.

## Known failure modes

- Unknown or unsupported coin ticker returns an empty pools array
- Coin ticker matches memecoin variants on untrusted chains — use trusted_chain + trusted_quote flags to filter
- min_liquidity_usd too high may return zero pools
- DexScreener snapshot may be up to 10 minutes stale
- Chain parameter misspelled returns no filtered results
- Base address not validated — price may not reflect canonical wrapped token

## How this service works

Latest DexScreener DEX pool snapshots per coin across all chains. Top pools by liquidity with chain_id, dex_id, pair_address, volume, FDV, market_cap. Trusted-chain flags filter canonical-token pools vs memecoin variants. Informational only.

## Output

A list of DEX pool snapshots for the requested coin, each with chain_id, dex_id, pair_address, volume, FDV, market_cap, and trusted_chain/trusted_quote boolean flags. Includes aggregate stats (trusted_pools count, pools_returned, trusted_chain_pools, trusted_quote_pools) and metadata warnings about ticker reuse across chains.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "pathParams": {
   "coin": "ETH"
  },
  "queryParams": {
   "chain": "ethereum",
   "min_liquidity_usd": 50000
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-carbon-cashmere-de-a3de0105/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.carbon-cashmere.de](https://www.zero.xyz/host/api.carbon-cashmere.de/llms.txt)
