# Coin Railz Trending Tokens

> Coin Railz Trending Tokens is a paid API for AI agents from coinrailz.com, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-15).

Returns top gaining and losing tokens across DEXs with real-time market data

## Facts

- Endpoint: POST https://coinrailz.com/x402/trending-tokens
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coin-railz-trending-tokens-78685ebc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_E68d4hCtMO7odrVHrroAC

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 coin-railz-trending-tokens-78685ebc -d '<json body>'
```

Example prompt: What are the top gaining and losing tokens across DEXs right now? Give me a real-time snapshot of what's trending.

## When to prefer this

Use this endpoint when an agent needs to surface which tokens are currently outperforming or underperforming across DEXs in real time — ideal for market scanners, trading signal bots, or DeFi dashboards. Prefer this over static token pricing endpoints when the goal is ranking by momentum rather than fetching price for a known token.

## Known failure modes

- No tokens returned if DEX data feed is temporarily unavailable
- Stale data if upstream CoinGecko/DEX Screener APIs are lagging
- Payment failure (402) if USDC balance is insufficient for the $0.50 per-call fee
- Timeout if querying across many chains simultaneously
- Empty result set for very low-liquidity timeframes

## How this service works

Top gaining and losing tokens across DEXs with real-time market data

## Output

A JSON response containing a ranked list of trending tokens across decentralized exchanges, including price change percentage, volume, market cap, and momentum indicators — distinguishing top gainers from top losers in real time.

## Example request

```json
{
 "agentId": "qa-test-agent-001",
 "networks": [
  "ethereum",
  "polygon"
 ],
 "agentName": "QA Test Agent"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Query parameter for the service"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "application/json",
 "format": "json",
 "example": {
  "result": "Service executed successfully",
  "service": "trending-tokens",
  "success": true,
  "timestamp": "2026-02-07T01:37:49.828Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/coin-railz-trending-tokens-78685ebc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from coinrailz.com](https://www.zero.xyz/host/coinrailz.com/llms.txt)
