# x402engine Crypto Trending Endpoint

> x402engine Crypto Trending Endpoint is a paid API for AI agents from x402engine.app, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns a list of currently trending cryptocurrencies with real-time market data

## Facts

- Endpoint: GET https://x402engine.app/api/crypto/trending
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402engine-crypto-trending-endpoint-bd428552
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CS-NLTHJDX4HIbPFD6NWW

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 x402engine-crypto-trending-endpoint-bd428552
```

Example prompt: What cryptocurrencies are trending right now? Give me the current list of hot coins in the market.

## When to prefer this

Choose this endpoint when you need a lightweight, pay-per-call ($0.001 USDC) snapshot of trending cryptocurrencies without committing to a subscription-based market data provider. It is ideal for agents that only occasionally need trending data and want to pay only when the data is needed, especially within crypto-native workflows already using x402 micropayment infrastructure on Base, MegaETH, or Solana.

## Known failure modes

- Network or upstream data provider timeout resulting in 503 or 504 error
- Payment not settled via HTTP 402 protocol causing authorization failure
- Malformed or unexpected properties parameter leading to 400 bad request
- Empty or stale trending data if upstream market data source is unavailable
- Rate limiting if micropayment is not included with each call

## How this service works

Currently trending coins on CoinGecko

## Output

A list of currently trending cryptocurrency assets, likely including coin names, ticker symbols, and associated market signals or ranking data indicating their trending status at the time of the call.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402engine-crypto-trending-endpoint-bd428552/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402engine.app](https://www.zero.xyz/host/x402engine.app/llms.txt)
