TRAXRTRAXR API (preview)

TRAXR API (Preview)

Read-only endpoints for pool scoring and analytics. 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 codes and mints.
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/issuer/:address
Returns pools linked to an issuer plus aggregate stats.
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 ISSUER_ADDRESS.

ResponseIdle
// Response will appear here

Preview Notes

  • Snapshot-backed data from local JSON bundles.
  • No pagination or filtering yet.
  • Alerting is derived from current warning rules.

Read-only by design. Deterministic by default.