# HTTPay Trending Tokens on Base

> HTTPay Trending Tokens on Base is a paid API for AI agents from httpay.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns top trending tokens on the Base blockchain ranked by volume, liquidity, and price movement via GeckoTerminal

## Facts

- Endpoint: POST https://httpay.xyz/api/trending-tokens-base
- 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/httpay-trending-tokens-on-base-ba79fc4a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wd4HgOpkQjugkJUIsOBnO

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 httpay-trending-tokens-on-base-ba79fc4a -d '<json body>'
```

Example prompt: What tokens are trending right now on Base — show me the top ones by volume and price movement.

## When to prefer this

Use this endpoint when you need real-time trending token discovery on Base with no API key setup — ideal for DeFi agents, portfolio tools, or market scanners that need current momentum signals. Prefer over alternatives when micropayment-per-call billing via x402/USDC is acceptable and you want GeckoTerminal data without managing a GeckoTerminal API key.

## Known failure modes

- Payment not submitted or insufficient USDC balance — 402 Payment Required
- GeckoTerminal upstream unavailable — 502 or 503 error
- Rate limit exceeded — 429 Too Many Requests
- Malformed payment header — 400 Bad Request

## How this service works

Top trending tokens on Base by volume, liquidity, and price movement via GeckoTerminal. Real-time data.

## Output

A JSON list of top trending tokens on the Base blockchain, including token names, addresses, trading volumes, liquidity metrics, and price movement data sourced in real-time from GeckoTerminal.

## Example request

```json
{}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "description": "Top trending tokens on Base by volume, liquidity, and price movement via GeckoTerminal. Real-time data."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-trending-tokens-on-base-ba79fc4a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from httpay.xyz](https://www.zero.xyz/host/httpay.xyz/llms.txt)
