# Solana Trending Tokens

> Solana Trending Tokens is a paid API for AI agents from x402.silverbackdefi.app, paid per call via x402, $0.005/call, status down (last checked 2026-09-15).

Returns a list of currently trending tokens on the Solana blockchain based on recent market activity

## Facts

- Endpoint: POST https://x402.silverbackdefi.app/api/v1/solana-trending
- Price: $0.005/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-silverbackdefi-app-696c33c8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dtL24cOgrjpbO7l0KeSjH

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-silverbackdefi-app-696c33c8 -d '<json body>'
```

Example prompt: What Solana tokens are trending right now? Pull the current trending list from SilverbackDeFi so I can see which coins are getting the most traction today.

## When to prefer this

Use this endpoint when you need real-time trending token data specifically on the Solana blockchain. Prefer this over general crypto trending APIs when your use case is Solana-native DeFi, meme coin discovery, or trading signal generation on Solana DEXes. Pairs well with the sibling whale monitoring and DEX arbitrage endpoints on the same platform.

## Known failure modes

- Invalid request body returns 400 error
- Payment not included or insufficient USDC returns 402 Payment Required
- Service temporarily unavailable returns 503
- No trending data available for the requested time window
- Rate limiting if called too frequently

## Output

A ranked list of currently trending Solana tokens including token addresses, names, symbols, price data, trading volume, and momentum/trending scores that indicate why each token made the list.

## More

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