# Solidus SOL Watchlist

> Solidus SOL Watchlist is a paid API for AI agents from solidus-x402.fly.dev, paid per call via x402, $0.05/call, status down (last checked 2026-09-15).

Returns a ranked top-10 feed of newly launched Solana tokens with rug-check verdicts, liquidity, FDV, and 24h metrics overlaid from DEX Screener and on-chain RPC analysis.

## Facts

- Endpoint: GET https://solidus-x402.fly.dev/v1/sol/watchlist
- Price: $0.05/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/solidus-sol-watchlist-7e6234b2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2ZaGCnuHmaBwlRTXTXnyQ

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 solidus-sol-watchlist-7e6234b2
```

Example prompt: Pull today's Solidus Solana safe-launch watchlist so I can see which newly launched tokens passed the rug check — I want to see the top-10 ranked by safety with their liquidity, FDV, and 24h volume.

## When to prefer this

Choose this endpoint when you need a curated, pre-screened daily feed of new Solana token launches with rug verdicts already applied, rather than individually checking each token against rugcheck.xyz yourself. It is ideal for agents doing daily discovery sweeps or building watchlists, as opposed to deep pre-trade checks on a specific token (use trade_verdict or mint_hygiene for that). Best polled once daily rather than in real-time.

## Known failure modes

- No new token launches available — empty feed returned
- Rugcheck.xyz or Solana RPC unavailable — partial or stale verdicts
- DEX Screener data delayed — liquidity/volume figures may lag
- Rate limiting or payment failure — 402 payment required error
- Fly.dev service downtime — connection timeout or 503 error

## How this service works

Solana safe-launch watchlist (habit feed) — Fresh Solana launches with the rug verdict already overlaid: dexscreener boosted + newly-profiled tokens, best-pair liquidity/fdv/24h, each screened by the SOLIDUS rug check (rugcheck.xyz + RPC) → top-10 ranked feed with verdicts. Poll daily; deep-check before size. Schema solidus.watchlist.v1.

## Output

A ranked top-10 list of newly launched Solana tokens, each entry including the token name/pair, best-pair liquidity, FDV, 24h volume/price change, DEX Screener boost/profile status, and a SOLIDUS rug-check verdict (derived from rugcheck.xyz and on-chain RPC analysis). Schema: solidus.watchlist.v1.

## 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"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {},
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/solidus-sol-watchlist-7e6234b2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from solidus-x402.fly.dev](https://www.zero.xyz/host/solidus-x402.fly.dev/llms.txt)
