Improved
Schema examples migrated to standard OpenAPI examples
August 17th, 2026
Broker API
Broker API request and response examples now use the standard OpenAPI examples keyword instead of the legacy x-examples extension. Values, order, and formatting are preserved, so the wire contract is unchanged and downstream tooling such as SDK generators can now read them.
- Operation-level examples are now attached to the media types for the Onfido SDK token response, the Onfido SDK outcome request, and the order estimation request, making them visible in the API reference.
- Empty example maps have been removed and a few example values corrected so they validate against their schemas.
- Adds
PAPER_ONLYto the account status enum, documented as an account limited to paper trading. - Adds
accountsto the admin action category enum on the admin action events stream.
Affected Endpoints
GET /v1/accounts/{account_id}/onfido/sdk/tokensPATCH /v1/accounts/{account_id}/onfido/sdkPOST /v1/trading/accounts/{account_id}/orders/estimationPOST /v1/accountsGET /v1/accountsGET /v1/accounts/{account_id}PATCH /v1/accounts/{account_id}GET /v1/trading/accounts/{account_id}/accountGET /v2/events/admin-actions