# Solscan Trending Tokens Pro (x402.dexter.cash)

> Solscan Trending Tokens Pro (x402.dexter.cash) is a paid API for AI agents from x402.dexter.cash, paid per call via x402, $0.100000/call, status unknown (last checked 2026-09-14).

Returns a paid pro-tier snapshot of currently trending Solana tokens from Solscan, with filters for result count, stablecoin exclusion, and media inclusion.

## Facts

- Endpoint: POST https://x402.dexter.cash/api/tools/solscan/trending/pro
- Price: $0.100000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-dexter-cash-f9ab22b3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eU8J3qYWI2kF0FS3UesZp

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 x402-dexter-cash-f9ab22b3 -d '<json body>'
```

Example prompt: Pull me a pro Solscan trending tokens snapshot — top 20 tokens, exclude stablecoins, and include media for each token.

## When to prefer this

Choose this endpoint when you need a real-time ranked list of trending Solana tokens from Solscan with pro-tier access, especially when you want fine-grained control over result count, stablecoin filtering, and media inclusion. Prefer this over the free/basic Solscan trending endpoint when you need the higher-quality pro data tier. Best for trading dashboards, token discovery workflows, or DeFi analytics pipelines on Solana.

## Known failure modes

- Payment not received or invalid — 402 payment required error
- limit value out of acceptable range — validation error
- Missing required fields (limit, include_media, exclude_stablecoins) — 400 bad request
- Solscan upstream unavailable — 503 or timeout
- Stale data if Solscan indexing is delayed

## How this service works

Returns a paid snapshot of trending Solscan tokens with filters for limit, exclusions, and media.

## Output

A pro-tier snapshot list of currently trending Solana tokens from Solscan, including token identifiers, ranking data, optional media assets (logos/images), and filtered according to the stablecoin exclusion preference. The number of results is bounded by the specified limit.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "limit",
  "include_media",
  "exclude_stablecoins"
 ],
 "properties": {
  "limit": {
   "type": "number"
  },
  "include_media": {
   "type": "boolean"
  },
  "exclude_stablecoins": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-dexter-cash-f9ab22b3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.dexter.cash](https://www.zero.xyz/host/x402.dexter.cash/llms.txt)
