# CoinGecko Trending Cryptocurrencies

> CoinGecko Trending Cryptocurrencies is a paid API for AI agents from api.jarvisclaw.ai, paid per call via x402, $0.00138/call, status unknown (last checked 2026-09-15).

Returns the most-searched trending cryptocurrencies on CoinGecko over the last 24 hours, including symbol, name, market-cap rank, and price.

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/marketplace/api/crypto-trending
- Price: $0.00138/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-cryptocurrencies-326f1dd3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TcLaF_mXi2U0gkYVjmR2a

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-cryptocurrencies-326f1dd3
```

Example prompt: What cryptocurrencies are trending the most on CoinGecko right now? I want to see the top coins people are searching for today, with their symbols, prices, and market-cap ranks.

## When to prefer this

Choose this endpoint when you need a real-time snapshot of which cryptocurrencies are capturing the most public attention or search interest right now, rather than purely price or volume-based rankings. It's ideal for trend-spotting, sentiment monitoring, newsletter curation, or cross-referencing social buzz with on-chain activity. Prefer this over general crypto price APIs when the goal is attention/popularity signal rather than raw market metrics.

## Known failure modes

- Upstream CoinGecko API unavailability causing stale or missing data
- Rate limiting if the endpoint is called too frequently
- Generic query parameter may be ignored — endpoint likely returns the full trending list regardless of input
- Payment failure via x402 protocol resulting in 402 response before data is returned

## How this service works

The most-searched trending cryptocurrencies on CoinGecko right now (last 24h), each with symbol, name, market-cap rank, and price. A real-time popularity/attention signal.

## Output

A list of the most-searched cryptocurrencies on CoinGecko in the last 24 hours, each entry including the coin's name, symbol, market-cap rank, and current price — representing a real-time popularity and attention signal across the crypto market.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Request parameters"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/coingecko-trending-cryptocurrencies-326f1dd3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.jarvisclaw.ai](https://www.zero.xyz/host/api.jarvisclaw.ai/llms.txt)
