---
name: api.seerium.xyz
description: api.seerium.xyz provides read-only market intelligence snapshots for Solana meme tokens and DEX perpetual markets. It surfaces newly launched meme tokens with composite quality scores, smart money flow signals, and cross-pair DEX market overviews including funding rates and volume rankings. All endpoints return single-shot snapshots rather than streaming data.
host: api.seerium.xyz
---

# api.seerium.xyz

Seerium is a market intelligence API targeting agents that need to screen and rank speculative crypto assets — specifically Solana meme tokens and DEX perpetual pairs. It serves trading bots, research agents, and signal pipelines that need pre-scored, ranked candidate lists rather than raw on-chain data. Its distinguishing feature is composite scoring (trust, attention, meme, rug-risk) applied to meme tokens alongside smart money flow filtering, reducing the screening burden for downstream decision logic.

## When to use this host

Use this host when an agent needs pre-scored, ranked snapshots of Solana meme tokens (either fresh launches or smart-money-filtered) or a cross-pair perpetual market overview from a DEX venue. It is well-suited for screening and candidate-generation steps in a trading or research pipeline. Do not use it for: executing trades or submitting orders (no execution endpoints exist), streaming or real-time price feeds (all outputs are single-shot snapshots), historical OHLCV or time-series data (no time-series endpoints), or analysis of non-meme or blue-chip tokens (meme skills are scoped to Solana meme assets only). For historical candle data, route to a dedicated OHLCV provider. For on-chain execution, route to a DEX aggregator or wallet-connected trading API.

## Capabilities

### Meme Token Discovery

Surfaces newly launched and momentum-driven Solana meme tokens with composite quality scores, liquidity thresholds, and volume signals, enabling agents to build ranked candidate lists for further analysis or trading decisions.

- **`fetch-meme-radar-fresh-launches`** — Returns the latest fresh-launch meme tokens on Solana with liquidity, volume, market cap, trust/attention/meme scores, and DexScreener URLs, limited to the top 3 by score.
- **`fetch-meme-radar-smart-flow`** — Returns ranked meme token signals filtered by smart money flow and momentum strategies, including scores, liquidity, volume, and DexScreener links.

### DEX Perpetual Market Overview

Returns a ranked snapshot of perpetual trading pairs from a specified DEX venue, including price, 24h change, volume, and funding rates, giving agents a cross-pair market context for identifying active opportunities.

- **`fetch-dex-scan`** — Returns a ranked snapshot of DEX perpetual market rows from a specified venue, including last price, 24h change, high/low, quote volume, and funding rate for up to 30 pairs.

## Workflows

### Meme Token to Perp Market Opportunity Check

*Use when an agent needs to identify a high-scoring meme token and then verify whether a corresponding perpetual market exists on a DEX with favorable funding and volume conditions.*

1. **`fetch-meme-radar-smart-flow`** — Retrieve ranked meme tokens filtered by smart money flow to identify high-score candidates with strong momentum signals.
2. **`fetch-dex-scan`** — Scan the DEX perpetual market snapshot to check whether any of the identified meme tokens have active perp pairs with notable volume or funding rates.

### Fresh Launch Screening with Market Context

*Use when an agent needs to evaluate newly launched meme tokens alongside broader DEX market conditions to contextualize early-stage opportunities.*

1. **`fetch-meme-radar-fresh-launches`** — Retrieve the top fresh-launch meme tokens with liquidity, volume, and composite quality scores.
2. **`fetch-dex-scan`** — Pull the current DEX perpetual market overview to assess whether broader market momentum supports acting on fresh-launch signals.

## Skill reference

### `fetch-meme-radar-fresh-launches`

**Meme Radar Fresh Launches** — Returns the latest fresh-launch meme tokens on Solana with liquidity, volume, market cap, trust/attention/meme scores, and DexScreener URLs, limited to the top 3 by score.

*Use when:* Use when an agent needs to discover newly launched meme tokens with early traction signals, including liquidity thresholds, 1h/5m volume, and composite quality scores, to surface candidates for further analysis or trading decisions.

*Not for:* Do not use for tracking established or trending tokens outside the fresh-launch category; use a broader meme radar or trending endpoint instead. Not suitable for real-time streaming price feeds — this is a single-shot snapshot.

**Returns:** Returns up to 3 fresh-launch Solana meme tokens sorted by meme score, each with price, liquidity, 1h/5m volume, market cap, trust/attention/meme scores, human-readable signal reasons, and a DexScreener URL; metadata includes totalMatching count and data freshness in milliseconds.

**Example:** `GET https://api.seerium.xyz/v1/meme-radar/fresh-launches`

---

### `fetch-meme-radar-smart-flow`

**Meme Flow Radar** — Returns ranked meme token signals filtered by smart money flow and momentum strategies, including scores, liquidity, volume, and DexScreener links.

*Use when:* Use when an agent needs to identify meme tokens with active smart money flow or clean momentum signals, ranked by score, with liquidity, volume, trust, attention, and rug-risk metadata for each token.

*Not for:* Do not use for blue-chip or non-meme token analysis; use a general token screener instead. Not suitable for real-time price streaming — this is a single-shot snapshot with freshness tracked in milliseconds.

**Returns:** Returns product metadata, request freshness stats, active filter criteria, and up to 3 ranked meme token rows per category with scores, liquidity, volume, and DexScreener URLs.

**Example:** `GET https://api.seerium.xyz/v1/meme-radar/smart-flow`

---

### `fetch-dex-scan`

**DEX Scan** — Returns a ranked snapshot of DEX perpetual market rows from a specified venue, including last price, 24h change, high/low, quote volume, and funding rate for up to 30 pairs.

*Use when:* Use when an agent needs a current cross-pair market overview from a DEX venue, including funding rates, 24h price change, and volume rankings, to identify active or high-opportunity trading pairs.

*Not for:* Do not use for on-chain order execution or historical OHLCV data; this is a read-only market snapshot, not a trade submission or time-series endpoint.

**Returns:** Returns a data object with up to 30 DEX market rows per venue, each including lastPrice, 24h change, high/low, quoteVolume, and fundingRate, plus request metadata and product info.

**Example:** `GET https://api.seerium.xyz/v1/dex/scan`

---
