---
name: slamlink-ai-main-50fbb45.d2.zuplo.dev
description: This host exposes a single endpoint that returns trending tokens on Ethereum or Base, ranked by growth in active wallets over a user-specified time window. It supports optional category filtering and result count limits, producing a ranked snapshot of tokens gaining wallet activity.
host: slamlink-ai-main-50fbb45.d2.zuplo.dev
---

# slamlink-ai-main-50fbb45.d2.zuplo.dev

slamlink-ai-main-50fbb45.d2.zuplo.dev is a single-purpose token trend discovery service targeting Ethereum and Base chains. It serves agents that need to identify which tokens are attracting new wallet activity within a recent time window (5 minutes to 1 day). It does not provide price history, order book data, or streaming feeds.

## When to use this host

Use this host when an agent needs a ranked snapshot of tokens gaining wallet activity on Ethereum or Base within a recent window (5min to 1d). It is appropriate for trend detection, token discovery, and activity-based alerting workflows. Do not use it for historical price series, OHLCV candles, or order book data — use a dedicated market data API (e.g., CoinGecko, Binance, or a DEX data provider) for those needs. It is also not suitable for real-time streaming or chains other than Ethereum and Base.

## Capabilities

### Trending Token Discovery

Identifies tokens ranked by growth in active wallets over a configurable recent time window, with optional category filtering and result count control. Useful for trend detection, alerting, and token discovery on Ethereum or Base.

- **`fetch-trending-tokens`** — Returns blockchain-wide trending tokens ranked by growth in active wallets over a configurable activity window, with optional category filter and result count limit.

## Skill reference

### `fetch-trending-tokens`

**TokenTrend Radar** — Returns blockchain-wide trending tokens ranked by growth in active wallets over a configurable activity window, with optional category filter and result count limit.

*Use when:* Use when an agent needs to identify which tokens are gaining the most wallet activity on Ethereum or Base over a recent time window (5min to 1d), such as for trend detection, alerting, or token discovery workflows.

*Not for:* Do not use for historical price series or order book data; use a dedicated price history or market data API instead. Not suitable for real-time streaming — this is a single-shot snapshot.

**Inputs:**

- `blockchain` (string, required) — The blockchain to query. Accepted values: 'ethereum' or 'base'.
- `activity_window` (string) — The time window over which wallet activity growth is measured. Accepted values: '5min', '15min', '1h', '3h', '6h', '1d'.
- `num` (integer) — Maximum number of trending tokens to return. Maximum allowed value is 250.
- `category` (string) — Filters results to a specific token subset. Currently only 'virtuals' is supported on Base.
- `estimate_cost` (boolean) — When true, returns only the SLAM token cost estimate for this call without executing the full query.

**Returns:** Returns a snapshot with chain, block, utc timestamp, SLAM cost, and an array of up to N trending tokens each with rank, name, symbol, address, current USD price, price change history, FDV, liquidity, and first-mint details.

**Example:** `GET https://slamlink-ai-main-50fbb45.d2.zuplo.dev/chain/tokens/trending?blockchain=base&activity_window=1d&num=10`

---
