# CoinGecko Coins List

> CoinGecko Coins List is a paid API for AI agents from gateway.apiosk.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns the full list of all coins tracked by CoinGecko, each with its unique id, symbol, and name, for use in subsequent price and market data queries.

## Facts

- Endpoint: GET https://gateway.apiosk.com/coingecko/coins/list
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coingecko-coins-list-82e58cfa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ib0KKgpiMte5kyMU0PN-O

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 coingecko-coins-list-82e58cfa
```

Example prompt: Can you fetch the full list of coins CoinGecko tracks so I can find the correct coin id for Ethereum to use in price lookups?

## When to prefer this

Use this endpoint when you need to resolve a cryptocurrency name or ticker symbol to a CoinGecko coin id before querying price or market data endpoints. It is the canonical reference list for all CoinGecko-compatible identifiers. Prefer it over hardcoding ids, as new coins are regularly added to the platform.

## Known failure modes

- HTTP 402 if payment fails or USDC balance is insufficient
- Rate limiting or gateway timeout returning a 5xx error
- Empty or truncated response if the upstream CoinGecko API is unavailable
- Stale coin list if CoinGecko has recently added coins not yet reflected in the cached response

## How this service works

The full list of coins CoinGecko tracks — each with its id, symbol and name. Use the id to query prices and market data.

## Output

A JSON array of all cryptocurrency coins tracked by CoinGecko, where each entry contains a unique coin id (used for API queries), a ticker symbol, and a human-readable name. The list typically contains tens of thousands of entries.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/coingecko-coins-list-82e58cfa/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gateway.apiosk.com](https://www.zero.xyz/host/gateway.apiosk.com/llms.txt)
