# SuVerse Crypto Trending - Top 7 CoinGecko Trending Coins

> SuVerse Crypto Trending - Top 7 CoinGecko Trending Coins is a paid API for AI agents from proxy.suverse.io, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns the top 7 trending cryptocurrencies based on CoinGecko user search volume in the last 24 hours, including name, symbol, market cap rank, current price, and thumbnail.

## Facts

- Endpoint: POST https://proxy.suverse.io/v1/data/suverse-crypto-trending
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/proxy-suverse-io-9bf437cc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YxfIwkkzC0H8QMGUmQnwe

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 proxy-suverse-io-9bf437cc -d '<json body>'
```

Example prompt: What are the top 7 trending cryptocurrencies people are searching for on CoinGecko right now — I want to see which coins are capturing retail attention and might be about to move?

## When to prefer this

Use this endpoint when you need a real-time retail sentiment signal — specifically which coins are going viral on CoinGecko by search volume. Ideal for detecting meme coin emergence, attention shifts before price moves, and news-driven hype cycles. Prefer this over price-only feeds when you want to capture what retail investors are actively hunting.

## Known failure modes

- CoinGecko API unavailable upstream — service returns 502 or error response
- Rate limit exceeded on the proxy — returns 429 too many requests
- No trending data available momentarily — empty or partial result set
- Network timeout from proxy to CoinGecko — request takes too long and fails
- Invalid payment or x402 authorization failure — returns 402 Payment Required

## How this service works

Top 7 trending crypto by user searches on CoinGecko in the last 24h. Sentiment/hype signal showing what is capturing retail attention before price moves. Name, symbol, market cap rank, price, thumbnail. AI agent attention shift detector, memecoin emergence radar.

## Output

A list of the 7 most searched cryptocurrencies on CoinGecko in the past 24 hours, each with coin name, ticker symbol, market cap rank, current price, and a thumbnail image — useful as a hype/sentiment signal for attention shifts and meme coin emergence.

## Example request

```json
{
 "input": {
  "body": {},
  "type": "http",
  "method": "POST",
  "bodyType": "json"
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "properties": {}
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/proxy-suverse-io-9bf437cc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from proxy.suverse.io](https://www.zero.xyz/host/proxy.suverse.io/llms.txt)
