0BitDeveloper Docs
0Bit public documentation

Supported assets and networks

Read Gate asset availability from the capability API.

curl https://gate-api-sandbox.0bit.app/capabilities/assets \
  -H "Authorization: Bearer sk_test_..."

curl https://gate-api-sandbox.0bit.app/capabilities/assets/USDC \
  -H "Authorization: Bearer sk_test_..."

The catalog is the source for symbols, networks, directions, and limits exposed to the current credential. An asset can be unavailable for a particular country, currency, side, partner, or mode even if it exists in the general catalog.

Use exact decimal strings and the network identifiers returned by Gate. When pre-filling wallet_address, final address validation occurs against the resolved network during the flow.