TRAXR-AVAXTRAXR-AVAX API (preview)

TRAXR-AVAX API (Preview)

Read-only endpoints for indexed pool data and scoring outputs. Snapshot-backed data, no signing, no keys, no write operations.

Base URL

Local development: /api/traxr

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

Endpoints

GET /api/traxr/score?mintA=...&mintB=...
Returns the scored pool for a token pair. Fuzzy matches token symbols, names, or addresses.
GET /api/traxr/pools
Returns the current snapshot list of scored pools.
GET /api/traxr/pools/:id
Returns a single pool by poolId.
GET /api/traxr/pool-trend?poolId=...
Returns time-series snapshots for a pool (when available).
GET /api/traxr/alerts
Returns pools with active warnings (snapshot-based).

Try the API

Pick a preset or paste a path below. Replace placeholders like POOL_ID or TOKEN_SYMBOL.

ResponseIdle
// Response will appear here

Preview Notes

  • Snapshot-backed data from GeckoTerminal.
  • Derived heuristics are best-effort.
  • Unknown values are intentional until scoring resolves them.

Read-only by design. Deterministic by default.