0BitDeveloper Docs
0Bit public documentation

0Bit developer docs

The public integration map for Gate and 0Bit Institutional.

0Bit has two public integration products: Gate and 0Bit Institutional. They share one Account and Organization identity, but each owns an honest API and product boundary.

Product Use it for Public surface
Gate A hosted buy or sell experience through the 0Bit widget, plus Gate sessions, rails, customers, and webhooks https://gate-api.0bit.app
0Bit Institutional Organization accounts, liquidity, RFQ, and public explorer data https://api.0bit.app

Read Product boundaries if you are deciding which product owns a workflow.

One identity, separate products

A human signs in as one Account and belongs to one or more Organizations. The Organization owns product entitlements and API keys. Gate and 0Bit Institutional verify that same organization authority; neither creates a parallel login or key store.

flowchart LR
    Person[Account member]
    Organization[Organization]
    Keys[Organization API keys]
    Gate[Gate API and web widget]
    Institutional[0Bit Institutional API and portal]

    Person --> Organization
    Organization --> Keys
    Keys --> Gate
    Keys --> Institutional

See Account model and Organization API keys.

Public URL rules

Where to start