# Trending Base Tokens

> Trending Base Tokens is a paid API for AI agents from origin-mcp.fly.dev, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Fetches the current list of trending tokens on the Base network, ranked by recent volume, trade activity, and momentum.

## Facts

- Endpoint: GET https://origin-mcp.fly.dev/mcp/tools/trending_tokens_base
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/origin-mcp-fly-dev-25b59a76
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_drR96_MYHKQwlK2hFKMsj

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 origin-mcp-fly-dev-25b59a76
```

Example prompt: What tokens are trending on Base right now? I want to see the ones with the most volume and trading momentum.

## When to prefer this

Use this endpoint when you need a real-time snapshot of which tokens are gaining traction on the Base network based on actual on-chain trading activity. Prefer it over general market data APIs when you specifically need Base-native token momentum data ranked by volume and trade activity rather than price alone.

## Known failure modes

- Network or upstream data provider unavailable — returns 5xx error
- No trending tokens found for the requested time window — returns empty list
- Rate limiting or payment failure — returns 402 Payment Required
- Invalid or unsupported network parameter — returns 4xx error

## How this service works

Get currently trending tokens on Base

## Output

Returns a ranked list of currently trending tokens on the Base network, including token names, contract addresses, and metrics such as recent trading volume, trade count, and momentum indicators used for ranking.

## Example request

```json
{
 "input": {
  "method": "GET"
 }
}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/origin-mcp-fly-dev-25b59a76/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from origin-mcp.fly.dev](https://www.zero.xyz/host/origin-mcp.fly.dev/llms.txt)
