BOLT Protocol · Developers

API

A read-only, fail-closed HTTP API that serves BOLT's BOT Chain intelligence. Every response is source-stamped; no write endpoints are enabled.

Posture

  • Read-only: the API exposes intelligence reads only. There are no execution or write endpoints in the Mainnet Beta RC.
  • Fail-closed: when an upstream source (RPC, indexer) is unavailable, endpoints return an explicit unavailable state rather than stale or fabricated data.
  • Source-stamped: responses carry provenance — block height and freshness — so consumers can trust the figure.
  • Network: BOT Chain mainnet · chainId 677.

Surface areas

The API is organized by intelligence domain, mirroring the operating-system modules:

  • Chain & network — chain status, latest blocks, indexer status/lag, validators, finality, RPC health.
  • Markets — B DEX pools, reconstructed swaps and volume, market health classification.
  • Pricing — spot / TWAP reference pricing with confidence, fail-closed.
  • Assets & risk — token inspection, proxy/owner/mint/pause posture, asset-risk classification.
  • Stablecoins & settlement — stablecoin classification, supply, liquidity, depeg assessment, settlement routes.
  • Bridge — bridge config, proxy resolution, health status, transfers, and bridge-route intents (read-only).
  • Router — route build / simulate / validate (simulation only; execution policy-disabled).

Status

The read-only cores are built and verified against BOT Chain mainnet. Any endpoint whose underlying module is not yet complete reports data unavailable rather than guessing. See the module registry for per-module status.