v3
latestOpenAPI 3.0.3UNLICENSED2026-07-2796235396.3 KBorders-orders
Create SELL order (alias, returns OrderResponse)
Explicit SELL alias for POST /clients/orders. Accepts the same CreateOrderRequest body, but returns the full OrderResponse rather than the legacy StatusDto — same shape as POST /clients/orders/buy and GET /clients/orders/{orderRef}. Use this path when the caller wants the persisted order details directly; POST /clients/orders (no alias) keeps the legacy StatusDto response for backward compatibility.
post/orders/clients/orders/sell
Request body
Example request
{
"quoteId": "3a5aaea8-504a-4404-ad3d-b82574fba5e5"
}Response
Order created successfully
Example response
{
"id": "3a5aaea8-504a-4404-ad3d-b82574fba5e5",
"merchantId": "3a5aaea8-504a-4404-ad3d-b82574fba5e5",
"merchantAccountId": "3a5aaea8-504a-4404-ad3d-b82574fba5e5",
"clientId": "3a5aaea8-504a-4404-ad3d-b82574fba5e5"
}