Venues

Adapter configuration summary, with no trading calls. The worker router is toggled by EXECUTION_ROUTER_ENABLED (see .env.example).

UpdatedTimestamp of the latest adapter configuration check by the API. No trading endpoints are touched — only .env parsing.: · EXECUTION_ROUTER_ENABLEDGlobal router flag. true — worker selects venue via chooseVenue (execution-router). false — uses the persisted value from the order (rollback path).=false

Silvana Orderbook
idInternal adapter identifier (silvana, okx, ...). The worker and router use it to find the venue configuration.: silvana
not configuredconfigured=true means all required venue keys are set in .env (API keys/connectors). configured=false means the configuration is incomplete and trading calls will fail.

modeAdapter mode: enabled / dry-run / disabled. Configured via .env (e.g. <VENUE>_MODE).: incomplete_credentials

  • SILVANA_JWT is not set (worker may run in plan_only without submit)
OKX Spot (REST v5)
idInternal adapter identifier (silvana, okx, ...). The worker and router use it to find the venue configuration.: okx
not configuredconfigured=true means all required venue keys are set in .env (API keys/connectors). configured=false means the configuration is incomplete and trading calls will fail.

modeAdapter mode: enabled / dry-run / disabled. Configured via .env (e.g. <VENUE>_MODE).: not_configured

  • Set OKX_API_KEY, OKX_API_SECRET, OKX_API_PASSPHRASE
Temple / Canton
idInternal adapter identifier (silvana, okx, ...). The worker and router use it to find the venue configuration.: temple
not configuredconfigured=true means all required venue keys are set in .env (API keys/connectors). configured=false means the configuration is incomplete and trading calls will fail.

modeAdapter mode: enabled / dry-run / disabled. Configured via .env (e.g. <VENUE>_MODE).: not_configured

  • Set TEMPLE_API_BASE_URL or TEMPLE_STUB_ACCEPT=1 (see Stage 6)
OKX Liquidity (RFQ)
idInternal adapter identifier (silvana, okx, ...). The worker and router use it to find the venue configuration.: okx-liquid
not configuredconfigured=true means all required venue keys are set in .env (API keys/connectors). configured=false means the configuration is incomplete and trading calls will fail.

modeAdapter mode: enabled / dry-run / disabled. Configured via .env (e.g. <VENUE>_MODE).: not_configured

  • Set OKX_LIQUID_STUB_ACCEPT or OKX_LIQUID_API_BASE_URL once RFQ REST is wired
Binance OTC
idInternal adapter identifier (silvana, okx, ...). The worker and router use it to find the venue configuration.: binance-otc
not configuredconfigured=true means all required venue keys are set in .env (API keys/connectors). configured=false means the configuration is incomplete and trading calls will fail.

modeAdapter mode: enabled / dry-run / disabled. Configured via .env (e.g. <VENUE>_MODE).: not_configured

  • OTC API and keys are allowed only after compliance review

Route previewDry-run /api/execution/preview-route. Takes an order intent and the router config and returns the chosen venue plus a risk gates summary, without sending any order.

Dry-run /api/execution/preview-route, no order is sent.