# X Data Gateway — Base Trending Tokens

> X Data Gateway — Base Trending Tokens is a paid API for AI agents from x-data-gateway.annushka1190.workers.dev, paid per call via x402, $0.006/call, status unknown (last checked 2026-09-14).

Returns trending tokens and market intelligence on the Base blockchain, including spot prices, token metadata, pairs, and DeFiLlama TVL data.

## Facts

- Endpoint: GET https://x-data-gateway.annushka1190.workers.dev/v1/trending/base
- Price: $0.006/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x-data-gateway-base-trending-tokens-6f2a7c7d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Tb7UserhM3tW1ZYGS25hO

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 x-data-gateway-base-trending-tokens-6f2a7c7d
```

Example prompt: What tokens are trending on Base right now? Show me the top ones with their prices and TVL.

## When to prefer this

Choose this endpoint when you need a no-API-key, pay-per-call snapshot of what is currently trending on the Base blockchain, especially when you want combined token metadata, spot prices, DEX pairs, and DeFiLlama TVL in a single call. It is particularly useful for AI agents that need fresh Base market intelligence without managing OAuth or subscription keys, and for workflows that want to pay micro-amounts in USDC via x402 on Base or Solana rather than committing to a paid plan.

## Known failure modes

- Payment not attached or insufficient USDC — returns 402 Payment Required
- Upstream DEX or DeFiLlama data temporarily unavailable — may return partial or empty data set
- Rate limiting from upstream providers — may result in degraded or delayed response
- Invalid or malformed request parameters — returns 400 Bad Request
- Network congestion on Base RPC — gas or price data may lag

## How this service works

Live X/Twitter read API plus Base market intel for AI agents: profiles, search, timelines, replies, followers; Base gas, spot prices, token meta/pairs, Base token verdict cards, trending, DefiLlama TVL, wallet intel, x402 probe and text utilities. REST + MCP. Pay per call in USDC via x402 on Base and Solana — no API keys. Free upstream data + local scoring.

## Output

A JSON object containing a ranked list of trending tokens on the Base blockchain, including token metadata (name, symbol, contract address), spot prices, trading pair information, and DeFiLlama TVL figures. Data is sourced from public DEX feeds and DeFiLlama with local scoring applied.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {}
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x-data-gateway-base-trending-tokens-6f2a7c7d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x-data-gateway.annushka1190.workers.dev](https://www.zero.xyz/host/x-data-gateway.annushka1190.workers.dev/llms.txt)
