TRAXR-SOLANA Docs

Reference pages for how TRAXR-SOLANA works, how data flows through the system, and how to query the read-only API.

TRAXR-SOLANATRAXR-SOLANA API

TRAXR-SOLANA API (Preview)

Read-only endpoints for indexed pool data, embedded CTS scoring, and dataset-specific trend lookups.

Base URL

Local development: /api/traxr

All responses are JSON. Error payloads use { error: "..." }.

Endpoints

GET /api/traxr/dataset?name=...
Returns the current dataset slice for the requested source. Supports limit, offset, and summary=true.
GET /api/traxr/score?mintA=...&mintB=...&dataset=...
Returns the scored pool for a token pair from the selected dataset.
GET /api/traxr/pools/:id
Returns a single pool by poolId. Add ?dataset=... for explicit source selection.
GET /api/traxr/pool-trend?poolId=...
Returns time-series snapshots for a pool.
GET /api/traxr/alerts
Returns pools with active warnings from the current snapshot.

Try the API

Pick a preset or paste a path below. Replace placeholders like POOL_ID or TOKEN_SYMBOL. Use /api/traxr/dataset?name=...for dataset slices, and add dataset=... to pair score, pool, and trend calls when you want one explicit source. Large list endpoints are best used with a small limit.

Current snapshots include embedded stored volatility where available. Historical coverage varies by dataset and run age. The response viewer truncates large payloads to keep the page responsive.

ResponseIdle
// Response will appear here

Operational Notes

  • Snapshot-backed data from NodeZero.
  • Exact impact currently covers AMM, CPMM, CLMM, Orca, and Meteora DLMM.
  • Meteora DAMM v2 currently exposes estimated $1k impact, not exact routed quotes.
  • PumpSwap currently exposes estimated $1k impact, not exact routed quotes.
  • Stored volatility is embedded in current snapshots; historical coverage depends on dataset age.
  • Derived heuristics remain best-effort where exact depth is unavailable.
Docs | TRAXR-SOLANA