# AgenticFi Token Trending

> AgenticFi Token Trending is a paid API for AI agents from defi-api.agenticfi.wtf, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns a list of currently trending tokens on-chain, useful for DeFi agents tracking market momentum

## Facts

- Endpoint: GET https://defi-api.agenticfi.wtf/api/token/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/agenticfi-token-trending-e88b2c37
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sBS65aO4mKW3zM6O6_1Uu

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 agenticfi-token-trending-e88b2c37
```

Example prompt: What tokens are trending on-chain right now? Pull the latest trending list from AgenticFi so I can see which ones have momentum.

## When to prefer this

Use this endpoint when an AI agent needs real-time trending token data for DeFi workflows, trading signal generation, or market awareness. Prefer over generic crypto APIs when operating in an x402 pay-per-call agent context on Base, especially when combined with other AgenticFi endpoints like pricing or swap routing.

## Known failure modes

- 402 Payment Required if x402 USDC payment not included
- Empty or stale trending list during low-activity periods
- Network timeout if Base RPC is congested
- Invalid filter properties return 400 bad request

## How this service works

Top trending tokens by search volume and social activity

## Output

A ranked list of currently trending tokens including token symbols, contract addresses, price data, and trading activity metrics indicating which tokens are gaining traction on-chain.

## Example request

```json
{
 "properties": "market_cap,volume,price_change"
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agenticfi-token-trending-e88b2c37/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from defi-api.agenticfi.wtf](https://www.zero.xyz/host/defi-api.agenticfi.wtf/llms.txt)
