# forge-x402 Solana Trending Tokens

> forge-x402 Solana Trending Tokens is a paid API for AI agents from 8000-bidqe1mpvdcfa3r7.splox.app, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Returns a ranked list of currently trending Solana tokens with boost counts and expiry timestamps, paid per-call via x402 USDC micropayments.

## Facts

- Endpoint: POST https://8000-bidqe1mpvdcfa3r7.splox.app/api/v1/solana/trending
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/forge-x402-solana-trending-tokens-e3ea0744
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MswanptvGmM-Qav8lgP3s

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 forge-x402-solana-trending-tokens-e3ea0744 -d '<json body>'
```

Example prompt: What are the top 20 trending tokens on Solana right now — show me the ones with the most boosts?

## When to prefer this

Choose this endpoint when you need real-time trending token signals from Solana specifically — particularly boost-driven momentum data — and want to pay per-call with no API key setup using x402 USDC micropayments. Prefer this over general crypto trend APIs when you need Solana-native DEX intelligence with minimal friction.

## Known failure modes

- Invalid limit value (outside 1-50 range) returns a validation error
- Payment failure via x402 protocol results in 402 response with payment requirements
- Upstream Solana data unavailability may return empty or stale trending list
- Network timeout on the splox.app host returns connection error

## How this service works

Live Solana DEX data for trading agents: Jupiter route quality, venue spreads in bps, liquidity snapshots, new pairs, trending tokens. Pay per call via x402 with USDC on Base or Solana. No API keys.

## Output

A JSON object containing a count of trending tokens and an array of trending token entries, each with a token mint address, a boost count (integer indicating promotional momentum), and an expiry timestamp indicating how long the token remains in the trending list.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "string",
   "description": "Max tokens to return (1-50)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "count": 2,
 "trending": [
  {
   "token": "Mint...",
   "boosts": 15,
   "expiresAt": "2026-09-02T00:00:00.000Z"
  }
 ]
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/forge-x402-solana-trending-tokens-e3ea0744/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 8000-bidqe1mpvdcfa3r7.splox.app](https://www.zero.xyz/host/8000-bidqe1mpvdcfa3r7.splox.app/llms.txt)
