0Bit public documentation
Supported countries
Use Gate country and eligibility endpoints at runtime.
Retrieve the current country catalog with:
curl https://gate-api-sandbox.0bit.app/capabilities/countries \
-H "Authorization: Bearer sk_test_..."
Before opening a flow, ask Gate for the user's specific eligibility:
curl 'https://gate-api-sandbox.0bit.app/capabilities/eligibility?country_code=BR¤cy=BRL&asset=USDC' \
-H "Authorization: Bearer sk_test_..."
An explicit ISO 3166-1 alpha-2 country_code takes precedence over edge-derived location. Unsupported or unresolved regions return an eligibility decision with eligible: false and an unavailable reason rather than requiring a failed session creation.
Country approval does not by itself guarantee a currency, asset, payment method, payout method, or rail. Evaluate the complete capability response for the current environment and partner.
