# CoinGecko Trending Search via gateway.apiosk.com

> CoinGecko Trending Search via gateway.apiosk.com 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).

Fetches the current list of trending cryptocurrencies from CoinGecko, including coin IDs, names, symbols, prices, and market cap ranks.

## Facts

- Endpoint: GET https://gateway.apiosk.com/coingecko/search/trending
- 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-trending-search-via-gateway-apiosk-com-a61e62f7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CJk0gwVFPdwg9K_YQMasw

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-trending-search-via-gateway-apiosk-com-a61e62f7
```

Example prompt: What cryptocurrencies are trending on CoinGecko right now? Give me the list with their names, symbols, prices, and market cap ranks.

## When to prefer this

Use this endpoint when you need real-time trending cryptocurrency data from CoinGecko without managing a direct CoinGecko API key, and you're already operating within a pay-per-call (x402) micropayment workflow. Ideal for agents that need a quick, low-cost snapshot of which coins are currently popular.

## Known failure modes

- CoinGecko upstream API unavailable or rate-limited — returns an error or empty response
- Payment not processed (x402) — request rejected before reaching CoinGecko
- Malformed request — missing required HTTP method field in input schema
- Stale or delayed trending data if CoinGecko cache is not refreshed

## How this service works

The top trending coins on CoinGecko over the last 24 hours, ranked by how often users searched them.

## Output

Returns an array of trending cryptocurrency items, each with a coin ID, name, symbol, current price, coin_id integer, and market cap rank — reflecting real-time popularity on CoinGecko's platform.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/coingecko-trending-search-via-gateway-apiosk-com-a61e62f7/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)
