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
- No partner key is required for these routes.
- Responses are rate-limited and may be short-lived cached.
- A disabled feature or unavailable dependency fails closed; callers must not treat a missing response as zero activity.
- Public aggregates contain no account identity, private key data, payout instructions, or Operations review state.
Use /liquidity/* with a secret organization key for private quotes, trades,
funding state, reports, and webhook history.
