API Access

Programmatic access to Atomic conviction metrics and token data (coming soon).

The public API is under active development. Endpoints and authentication are subject to change. This page documents the planned shape so integrators can prepare.

Token Aggregator (read-only)

The atomic token-aggregator exposes Bags + Pump.fun token data over HTTP. It powers the Explore and Lock tabs in the Terminal.

  • GET /trending – cached list of trending BAGS/pump tokens.
  • GET /new – latest mints (1-minute cron).
  • GET /token/:address – rich token data (DexScreener + Helius).

API keys and per-client limits will be introduced before the public beta.

Conviction Proxy (coming soon)

The conviction-proxy service will expose read-only views of on-chain conviction metrics derived from the Atomic Anchor program.

  • GET /v1/account/:wallet/conviction – CW, CP, reputation, and active locks for a wallet.
  • GET /v1/token/:mint/conviction – PCW, total CW, and lock counts for a token.
  • POST /v1/conviction/batch – batch multi-account queries.

Access will be secured with API keys and per-tier rate limits (free, premium, enterprise).

Status
Full API documentation, SDKs, and examples are coming soon. If you want early access, reach out via the contact details in the docs.