How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Crypto.com Advanced Order Management API

Advanced Order Management provides trigger orders and multi-leg execution strategies beyond basic LIMIT and MARKET orders. Use these endpoints for conditional order execution based on price triggers.## Trigger OrdersTrigger orders activate when a reference price condition is met. Use [`private/advanced/create-order`](/docs/api/rest/private-advanced-create-order) to create trigger orders.| Type | Description ||------|-------------|| `STOP_LOSS` | Converts to a market order when trigger price is reached. Used to limit losses. || `STOP_LIMIT` | Converts to a limit order when trigger price is reached. Offers price control on stop execution. || `TAKE_PROFIT` | Market order activated when price moves favorably to the trigger level. Used to lock in gains. || `TAKE_PROFIT_LIMIT` | Limit order activated when price moves favorably to the trigger level. |Trigger orders require:- `ref_price` — the trigger price- `ref_price_type` — reference price source: `MARK_PRICE` (default), `INDEX_PRICE`, or `LAST_PRICE`## Multi-Leg StrategiesMulti-leg orders link multiple orders together with conditional execution logic.| Strategy | Description | Endpoint ||----------|-------------|----------|| **OCO** (One-Cancels-Other) | Two orders where filling one cancels the other. Typically pairs a take-profit with a stop-loss. | [`private/advanced/create-oco`](/docs/api/rest/private-advanced-create-oco) || **OTO** (One-Triggers-Other) | Primary order triggers a secondary order when filled. Used to attach TP/SL to an entry order. | [`private/advanced/create-oto`](/docs/api/rest/private-advanced-create-oto) || **OTOCO** (One-Triggers-OCO) | Primary order triggers an OCO pair when filled. Entry order with both TP and SL attached. | [`private/advanced/create-otoco`](/docs/api/rest/private-advanced-create-otoco) |## Contingency TypesMulti-leg orders use contingency types to define the relationship between legs:| Type | Description ||------|-------------|| `OCO` | One-Cancels-Other: two orders, one cancels when the other fills || `SPOT_ATTACH` | Attach trigger orders to a spot position || `DERIV_ATTACH` | Attach trigger orders to a derivatives position (supports isolated margin) |## Order Management- [`private/advanced/amend-order`](/docs/api/rest/private-advanced-amend-order) — modify trigger price or quantity- [`private/advanced/cancel-order`](/docs/api/rest/private-advanced-cancel-order) — cancel a single advanced order- [`private/advanced/cancel-all-orders`](/docs/api/rest/private-advanced-cancel-all-orders) — cancel all advanced orders for an instrument- [`private/advanced/get-open-orders`](/docs/api/rest/private-advanced-get-open-orders) — retrieve open advanced orders- [`private/advanced/get-order-history`](/docs/api/rest/private-advanced-get-order-history) — retrieve advanced order history## Real-Time UpdatesSubscribe to `user.advanced.order` for real-time advanced order lifecycle events.

Crypto.com Advanced Order Management API is one of 14 APIs that Crypto.com publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Advanced Order Management. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, rate-limit docs, and a changelog.

This API exposes 16 operations across 16 paths, and defines 32 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against 2 base URLs: https://api.crypto.com/exchange/v1, https://uat-api.3ona.co/exchange/v1.

16 operations 16 paths 32 schemas 16 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://api.crypto.com/exchange/v1
Resource Areas
1

Paths & Operations 16

Across 16 paths, the API surfaces 16 operations — 16 POST. Each is listed below with its method, path, parameters, and response codes.

Advanced Order Management 16

Advanced Order Management provides trigger orders and multi-leg execution strategies beyond basic LIMIT and MARKET orders. Use these endpoints for conditional order execution base…

POST
/private/advanced/create-order
private/advanced/create-order
privateAdvancedCreateOrder body → 200400401408429500
POST
/private/advanced/amend-order
private/advanced/amend-order
privateAdvancedAmendOrder body → 200400401408429500
POST
/private/advanced/create-oco
private/advanced/create-oco
privateAdvancedCreateOco body → 200400401408429500
POST
/private/advanced/cancel-oco
private/advanced/cancel-oco
privateAdvancedCancelOco body → 200400401408429500
POST
/private/advanced/create-oto
private/advanced/create-oto
privateAdvancedCreateOto body → 200400401408429500
POST
/private/advanced/cancel-oto
private/advanced/cancel-oto
privateAdvancedCancelOto body → 200400401408429500
POST
/private/advanced/create-otoco
private/advanced/create-otoco
privateAdvancedCreateOtoco body → 200400401408429500
POST
/private/advanced/cancel-otoco
private/advanced/cancel-otoco
privateAdvancedCancelOtoco body → 200400401408429500
POST
/private/advanced/cancel-order
private/advanced/cancel-order
privateAdvancedCancelOrder body → 200400401408429500
POST
/private/advanced/cancel-all-orders
private/advanced/cancel-all-orders
privateAdvancedCancelAllOrders body → 200400401408429500
POST
/private/advanced/get-open-orders
private/advanced/get-open-orders
privateAdvancedGetOpenOrders body → 200400401408429500
POST
/private/advanced/get-order-detail
private/advanced/get-order-detail
privateAdvancedGetOrderDetail body → 200400401408429500
POST
/private/advanced/get-order-history
private/advanced/get-order-history
privateAdvancedGetOrderHistory body → 200400401408429500
POST
/private/advanced/create-order-list
private/advanced/create-order-list
privateAdvancedCreateOrderList body → 200400401408429500
POST
/private/advanced/cancel-order-list
private/advanced/cancel-order-list
privateAdvancedCancelOrderList body → 200400401408429500
POST
/private/advanced/get-order-list-detail
private/advanced/get-order-list-detail
privateAdvancedGetOrderListDetail body → 200400401408429500

Schemas 32

The contract defines 32 schemas that model the data the API accepts and returns. Each schema is shown below with its type and property counts.

PrivateAdvancedCancelOrderRequest
PrivateAdvancedCreateOrderResponse
PrivateAdvancedCancelOtoResponse
PrivateAdvancedCreateOtoResponse
PrivateAdvancedCreateOrderListRequest
PrivateAdvancedGetOrderHistoryRequest
PrivateAdvancedCreateOtocoRequest
PrivateAdvancedCreateOtocoResponse
PrivateAdvancedCancelOrderListRequest
PrivateAdvancedCancelOtocoRequest
PrivateAdvancedCreateOcoResponse
PrivateAdvancedCreateOtoRequest
PrivateAdvancedGetOpenOrdersResponse
PrivateAdvancedCreateOrderRequest
PrivateAdvancedGetOrderHistoryResponse
PrivateAdvancedGetOrderListDetailRequest
PrivateAdvancedCreateOcoRequest
PrivateAdvancedCancelAllOrdersResponse
PrivateAdvancedCancelOrderResponse
PrivateAdvancedGetOpenOrdersRequest
PrivateAdvancedCancelOcoResponse
PrivateAdvancedGetOrderDetailRequest
PrivateAdvancedCancelOtocoResponse
PrivateAdvancedCancelOtoRequest
PrivateAdvancedAmendOrderRequest
PrivateAdvancedCancelAllOrdersRequest
PrivateAdvancedGetOrderDetailResponse
PrivateAdvancedCancelOcoRequest
PrivateAdvancedCancelOrderListResponse
PrivateAdvancedAmendOrderResponse
PrivateAdvancedCreateOrderListResponse
PrivateAdvancedGetOrderListDetailResponse

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

crypto-com-advanced-order-management-api-openapi.yml Raw ↑

Other APIs Crypto.com publishes across the network.

Crypto.com Exchange WebSocket API v1
Crypto.com Exchange FIX API
Crypto.com Pay API
Crypto.com Developer Platform API
Crypto.com Account Balance and Positions API
Crypto.com Crypto Wallet API
Crypto.com Fiat Wallet API
Crypto.com OTC RFQ for Taker API
Crypto.com Reference and Market Data API
Crypto.com Staking API
Crypto.com Trading API
Crypto.com Trading Bot API
Where this information came from

This is an independent, third-party profile of Crypto.com Advanced Order Management API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.