# stablecrypto.dev Trending Coins, NFTs & Categories

> stablecrypto.dev Trending Coins, NFTs & Categories is a paid API for AI agents from stablecrypto.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns the currently trending coins, NFTs, and categories on CoinGecko

## Facts

- Endpoint: POST https://stablecrypto.dev/api/coingecko/trending
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablecrypto-dev-8c82e9a2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_n51VdOn9s1XRV42CTXqHP

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 stablecrypto-dev-8c82e9a2 -d '<json body>'
```

Example prompt: What coins, NFTs, and categories are trending in crypto right now according to CoinGecko?

## When to prefer this

Use this endpoint when you need a quick, real-time snapshot of what crypto assets, NFT collections, or market categories are currently trending on CoinGecko. Ideal for market sentiment dashboards, crypto newsletters, or agent workflows that need to surface hot assets without specifying a particular coin.

## Known failure modes

- CoinGecko API unavailable — upstream service timeout or rate limit
- Payment failure — insufficient USDC balance for x402 micropayment
- Empty or stale data — trending data not yet refreshed
- Network error — endpoint unreachable

## How this service works

Get trending coins, NFTs, and categories

## Output

Returns a structured list of currently trending coins (with rank, price, market cap), trending NFTs (collection details, floor prices), and trending categories (with market cap changes), reflecting what is most searched and popular on CoinGecko at the moment.

## Example request

```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": {
     "type": "object",
     "$schema": "https://json-schema.org/draft/2020-12/schema",
     "properties": {},
     "additionalProperties": false
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablecrypto-dev-8c82e9a2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablecrypto.dev](https://www.zero.xyz/host/stablecrypto.dev/llms.txt)
