v1
latestOpenAPI 3.0.22026-07-24113565544.0 KBOrders
Create Order
Create an Order.
post/orders
Request body
Example request
{
"accountNo": "CSSW000001",
"orderType": "MARKET",
"limitType": "PRICE",
"symbol": "MS",
"side": "BUY",
"instrumentID": "3fb1e8a9-f7d5-4d90-95e2-43e7326b5636",
"ISIN": "US023135BX34",
"quantity": 5,
"price": 160.12,
"currency": "USD",
"commission": 4,
"commissionRate": 0.3,
"clientNotes": "Manual limit order.",
"metadata": {
"myCustomKey": "myCustomValue"
},
"timeInForce": "GTC",
"executionInstructions": [
"AON"
],
"expiration": "YYYY-MM-DD",
"salesCredit": {
"currency": "USD",
"amount": 14
},
"dccs": true,
"taxLotDisposition": [
{
"taxLotID": "3db27e74626adac3be7b549f2bbc0ab2480852a7"
}
],
"travelRuleBankAccountID": "bank_485ba18c-009d-4c4a-a6e9-99b104c800b2",
"traderID": "cc07f91b-7ee1-4868-b8fc-823c70a1b932",
"clientOrderTransactionTime": "2024-07-30T22:13:18.000Z",
"clientOrderRouteTime": "2024-07-30T22:13:18.000Z",
"clientOrderID": "5a1762d5-4562",
"deptType": "ATS",
"clientID": "1abc234xyz789"
}Response
Creating an Order was Successful.
Example response
{
"orderId": "EF.418a5506-256c-4c3c-9d4d-f491522cf7f2",
"orderNo": "EFXM000103"
}