# Solana Trending Tokens via DEX Screener Boost

> Solana Trending Tokens via DEX Screener Boost is a paid API for AI agents from x402.agentutility.ai, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Discovers and ranks actively boosted Solana tokens by liquidity, volume, 24h transactions, boost amount, and price movement, with risk flags and market data.

## Facts

- Endpoint: POST https://x402.agentutility.ai/solana-trending-tokens
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/solana-trending-tokens-via-dex-screener-boost-6d4b36bd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PFXvanU5W5LCGXtqqwauP

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 solana-trending-tokens-via-dex-screener-boost-6d4b36bd -d '<json body>'
```

Example prompt: What are the top trending and most-boosted Solana tokens right now? Give me their liquidity, 24h volume, transaction counts, boost amounts, price movement, and any risk flags.

## When to prefer this

Choose this endpoint when you need a real-time snapshot of the most actively promoted and traded Solana tokens, particularly meme coins and new DEX listings. It is purpose-built for Solana token discovery using DEX Screener boost data as a signal layer, making it more targeted than general crypto price APIs. Prefer it when boost activity (paid promotion on DEX Screener) is a relevant signal for your use case alongside liquidity and volume metrics.

## Known failure modes

- Payment not included or invalid x402 USDC payment header — returns 402 Payment Required
- DEX Screener data temporarily unavailable — returns upstream error
- No boosted tokens currently active on Solana — returns empty results set
- Network timeout from DEX Screener data feed — returns 503 or timeout error

## How this service works

Solana trending tokens / DEX Screener boosted tokens / active Solana meme coin discovery. Ranks actively boosted Solana tokens by liquidity, volume, 24h txns, boost amount, and price movement. Returns pair links, token links, market data, risk flags, and caveats.

## Output

Returns a ranked list of actively boosted Solana tokens including: token name, pair address, pair and token links, liquidity value, 24h trading volume, 24h transaction count, boost amount, price movement percentage, risk flags (e.g. low liquidity warnings, new token caveats), and disclaimer notes about speculative nature of boosted tokens.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "properties": {
      "limit": {
       "type": "number",
       "description": "Max tokens to return. Range 1-50. Default 20."
      },
      "min_liquidity_usd": {
       "type": "number",
       "description": "Optional minimum pair liquidity filter."
      },
      "min_volume_24h_usd": {
       "type": "number",
       "description": "Optional minimum 24h volume filter."
      }
     }
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "mode": {
       "type": "string"
      },
      "chain": {
       "type": "string"
      },
      "caveat": {
       "type": "string"
      },
      "source": {
       "type": "string"
      },
      "tokens": {
       "type": "array",
       "items": {
        "type": "object",
        "properties": {
         "dex": {
          "type": "string"
         },
         "flags": {
          "type": "array"
         },
         "symbol": {
          "type": "string"
         },
         "txns_24h": {
          "type": "object",
          "properties": {
           "buys": {
            "type": "integer"
           },
           "sells": {
            "type": "integer"
           }
          }
         },
         "price_usd": {
          "type": "number"
         },
         "risk_score": {
          "type": "integer"
         },
         "safety_level": {
          "type": "string"
         },
         "liquidity_usd": {
          "type": "integer"
         },
         "token_address": {
          "type": "string"
         },
         "activity_score": {
          "type": "number"
         },
         "volume_24h_usd": {
          "type": "integer"
         },
         "price_change_24h_pct": {
          "type": "number"
         }
        }
       }
      },
      "returned": {
       "type": "integer
… (truncated)
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "mode": "trending",
  "chain": "solana",
  "caveat": "Market-data risk screen only. Uses public DEX Screener profiles, boosts, and pair metrics; it does not inspect private holder graphs or guarantee token safety.",
  "source": "DEX Screener API (https://docs.dexscreener.com/api/reference)",
  "tokens": [
   {
    "dex": "raydium",
    "flags": [],
    "symbol": "SOL",
    "txns_24h": {
     "buys": 4200,
     "sells": 3900
    },
    "price_usd": 145.23,
    "risk_score": 10,
    "safety_level": "watch",
    "liquidity_usd": 1240000,
    "token_address": "So11111111111111111111111111111111111111112",
    "activity_score": 92.4,
    "volume_24h_usd": 8200000,
    "price_change_24h_pct": 7.4
   }
  ],
  "returned": 2
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/solana-trending-tokens-via-dex-screener-boost-6d4b36bd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.agentutility.ai](https://www.zero.xyz/host/x402.agentutility.ai/llms.txt)
