Create Limit Order
This method is used to create a Limit Order with the specified parameters. If successful, returns information about the placed order.
Details
Headers
Name
Type
Description
Request Body
Name
Type
Description
Example
Name
Type
Description
{
"code": 200,
"success": true,
"message": "",
"result": {
"orderId": 1040149431,
"market": "BTC_USDT",
"side": "buy",
"type": "limit",
"timestamp": 1727085860.026000,
"price": "60000",
"dealMoney": "0",
"dealStock": "0",
"amount": "0.1",
"takerFee": "0.000425",
"makerFee": "0.000425",
"left": "0.1"
}
}Last updated