The Starbase direct access (SBE order entry) gateways go live on Tuesday, 11 August 2026, immediately after the scheduled maintenance at 9:00 AM UTC. The maintenance is followed by a longer cancel-only period, during which the order entry gateways are fully available.
Read the Connectivity Quickstart first — it covers network access, key creation, and end-to-end validation. This checklist assumes that setup is done and only verifies the points most likely to block a smooth go-live.
1
Confirm Your Member Setup
A Member groups the portfolios (accounts/subaccounts) that trade on Starbase. Members are managed at the main-account level only — subaccounts cannot create or manage Members.
- Add every main-account or subaccount UID that needs Starbase access to your Member. Most clients can configure exactly one Member. Broker clients that require separate Members for independent end clients must contact support@deribit.com to have multi-Member access enabled.
- Verify the setup in the Starbase section of the Account Panel or programmatically with
private/get_members.
2
Check API Key Scopes for SBE Order Entry
Starbase API keys are separate from standard Deribit API keys — a standard key cannot authenticate to Starbase.
- Create keys in the Starbase section of the Account Panel while switched into the subaccount UID that will use the key.
- The key needs the SBE Order Entry scope to submit, amend, and cancel orders. Add FIX Drop Copy and REST scopes if your integration uses those APIs.
- Plan your key allocation: up to 8 Starbase API keys per subaccount, one connection per gateway per key. Reconnecting the same key to the same gateway terminates the existing session.
3
Configure MMP and Use the Risk Bypass
The lowest-latency order entry path on Starbase is the MMP risk bypass: MMP-tagged flow goes straight from the gateway to the matching engine, skipping the risk module. It also reduces load on Deribit’s risk and margin engines and is unaffected by the ongoing pre-trade risk testing.
- Orders — set the
MMPflag (field 10, bit 4) onNewOrderRequest. The bypass applies to both making and taking flow. - Mass quotes — MMP is always enforced through the
mmpGroupIdreferenced on everyMassQuoteRequest, so mass quoting uses the bypass by default. - Configure your MMP limits (quantity, delta, vega, interval, frozen time, and Max Quote Quantity) with
private/set_mmp_configbefore go-live. Note the scoping difference: order MMP applies per subaccount and base/quote pair, while mass-quote MMP works through an explicitmmpGroupId.
4
Update to the Latest SBE XMLs
Download the current integration resources and regenerate your SBE codecs (or update to the latest SDK):Note that reference data is published on the multicast market data feeds, and your integration should be comfortable consuming it from there:
As of 9 August 2026, the latest schema versions are: order entry schema
version 12 (semanticVersion 1.4) and market data schema version 1 (semanticVersion 1.0). The version and semanticVersion attributes are at the top of each XML file — check them against your local copies.InstrumentDefinition— full instrument definitions on the snapshot channelsIndexInfo(12) — index price per currency pairInstrumentInfo(14) —minSellPrice,maxBuyPrice, andmarkPriceper instrumentInstrumentRef(15) — funding, settlement/delivery prices, and open interest per instrument
5
Test Order Entry Logon and Heartbeats
The session-level endpoints (Logon, Logout, Heartbeat, and Test) are already enabled on the production gateways for connectivity testing. If you have not tested order entry logon yet, do so as soon as possible.
- Establish TCP connectivity to the gateway pair for each product group you trade — see Gateway Connectivity.
- Send a
LogonRequestand expect aLogonResponse— note theheartbeatIntervalSecondsvalue the server returns. - Keep the session alive with
Heartbeatmessages at the expected interval, and useTestRequestto elicit aHeartbeatechoing yourcorrelationId. - Repeat on both the A and B sides of each required gateway pair.
Do not treat a successful TCP connection as a pass — authentication and the heartbeat exchange must both work. See Session Messages for the full message flows.
6
Know Where to Find Fees, Open Orders, and Order History
Starbase order state is distributed differently from the standard Deribit APIs. Before go-live, make sure your reconciliation and reporting pull each data type from the right place:
Questions?
If anything on this list is not working as expected:- Send network and multicast issues to colo-support@coinbase.com.
- Send protocol rejects and account-configuration questions to your Technical Account Manager or support@deribit.com.
Next steps
Infrastructure & Best Practices
Deployment costs, gateway architecture, failover, and protocol selection.
Gateway Connectivity
Production and test addresses, ports, and gateway pairs.
Risk Bypass
How MMP-tagged flow bypasses the risk module.
Starbase Changelog
Release notes and go-live announcements.