{
"sell": 1,
"leverage": 5,
"pairId": 0,
"uid": "string",
"orderAction": 1,
"amount": 20,
"priceType": "价格类型:Limit:限价单 Market:市价单",
"price": 2550,
"stopLossPrice": 2550,
"takeProfitPrice": 2650
}curl --location --request POST 'test-mg-admin.hwyc.io/contract/order/createOrder' \
--header 'Content-Type: application/json' \
--data-raw '{
"sell": 1,
"leverage": 5,
"pairId": 0,
"uid": "string",
"orderAction": 1,
"amount": 20,
"priceType": "价格类型:Limit:限价单 Market:市价单",
"price": 2550,
"stopLossPrice": 2550,
"takeProfitPrice": 2650
}'{
"code": 0,
"msg": "",
"data": {
"orderId": "",
"topUpResponse": {
"bizId": "",
"preOrderId": "",
"qrCode": "",
"scheme": ""
}
}
}