# Coockies.ai CoinGecko Markets

> Coockies.ai CoinGecko Markets is a paid API for AI agents from coockies-ai.vercel.app, paid per call via x402, $0.143687/call, status unknown (last checked 2026-09-13).

Fetches cryptocurrency market data (prices, rankings, volume, etc.) for coins via CoinGecko through Coockies.ai's pay-per-call API hub.

## Facts

- Endpoint: POST https://coockies-ai.vercel.app/api/coingecko-markets
- Price: $0.143687/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coockies-ai-coingecko-markets-db6d62e7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iEwkCACxEMOVPEvlu8Q_x

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 coockies-ai-coingecko-markets-db6d62e7 -d '<json body>'
```

Example prompt: Can you pull the current market data for the top 20 cryptocurrencies by market cap, priced in USD, including their 24-hour price change percentages?

## When to prefer this

Choose this endpoint when you need structured, production-ready cryptocurrency market data from CoinGecko without managing a CoinGecko API key, paying per-call via x402 on Base chain. Ideal for agents that need occasional crypto market lookups without a monthly subscription commitment.

## Known failure modes

- Payment failure on Base chain results in 402 error and no data returned
- Invalid or unsupported coin IDs return empty or error results
- CoinGecko rate limiting or downtime causes upstream failures
- Malformed request parameters result in API errors
- Unsupported vs_currency value causes request failure

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns market data for cryptocurrencies including current prices, market capitalizations, 24-hour trading volumes, price change percentages, circulating supply, and rankings, sourced from CoinGecko's markets endpoint.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/coockies-ai-coingecko-markets-db6d62e7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from coockies-ai.vercel.app](https://www.zero.xyz/host/coockies-ai.vercel.app/llms.txt)
