0BitDeveloper Docs
0Bit public documentation

Explorer API

Public, read-only chain and institutional activity views.

/explorer/* is the public read-only surface of 0Bit Institutional. It returns sanitized market, chain, and settlement information and never exposes staff actions or organization-private financial records.

Route families

Method and path Purpose
GET /explorer/:chain/tx/:hash Enriched transaction receipt for a supported chain
GET /explorer/:chain/address/:address/txs Paginated address activity
GET /explorer/stats Aggregate institutional activity
GET /explorer/settlements Sanitized recent settlement activity
GET /explorer/corridors Public corridor aggregates
GET /explorer/timeseries Bounded historical aggregates
GET /explorer/rfq/markets Sanitized public RFQ market state

Behaviour

Use /liquidity/* with a secret organization key for private quotes, trades, funding state, reports, and webhook history.