# SlamLink Trending Tokens

> SlamLink Trending Tokens is a paid API for AI agents from slamlink-ai-main-50fbb45.d2.zuplo.dev, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns a ranked list of trending blockchain tokens based on the increase in active wallets over a specified activity window, with optional category filtering.

## Facts

- Endpoint: POST https://slamlink-ai-main-50fbb45.d2.zuplo.dev/chain/tokens/trending
- 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/slamlink-trending-tokens-86861511
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ylv4SsHZNTN1whVOj6jl9

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 slamlink-trending-tokens-86861511 -d '<json body>'
```

Example prompt: Show me the top 20 trending tokens on Base over the last hour, filtering for the 'virtuals' category — I want to see which ones are gaining the most active wallets.

## When to prefer this

Use this endpoint when you need real-time trending token discovery ranked by active wallet growth on a specific blockchain, especially when you want to identify tokens rapidly gaining traction. Prefer this over general token price feeds when the primary signal you care about is community/wallet adoption momentum rather than just price movement.

## Known failure modes

- Unsupported blockchain name returns an error or empty result
- Invalid or unsupported category value (only 'virtuals' supported on Base) may return error
- Exceeding the 250 token limit returns only 250 results
- Activity window value not recognized returns an error
- Payment failure via x402 prevents response
- Request with estimate_cost=true returns only SLAM token cost, not actual data

## How this service works

Returns trending tokens across the entire blockchain for a specified activity window and optional category.
The size of the increase in active wallets over the activity window determines the token's trending rank.

## Output

A ranked list of up to 250 tokens with their trending rank (by wallet activity growth), symbol, name, contract address, current USD price, price change percentages, fully diluted valuation, liquidity, and first mint details — all anchored to a specific block number and UTC timestamp.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/slamlink-trending-tokens-86861511/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from slamlink-ai-main-50fbb45.d2.zuplo.dev](https://www.zero.xyz/host/slamlink-ai-main-50fbb45.d2.zuplo.dev/llms.txt)
