Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.orafi.app/llms.txt

Use this file to discover all available pages before exploring further.

Toggle business mode

POST /business/mode
Switches the authenticated business between test and live mode. Live mode requires completed onboarding.
ModeNetworkReal funds
testTestnetNo
liveMainnetYes
You must complete the onboarding process before switching to live mode. If onboarding is incomplete, the API returns an error.
curl -X POST https://api.orafi.app/v1/business/mode \
  -H "Content-Type: application/json" \
  -H "x-api-key: ora_test_your_api_key"