Skip to main content

Sell And Sell in Batch

Limit rule 10 times/1s (uid)

HTTP Request

  • POST /api/v2/copy/spot-trader/order-close-tracking
Request Example
curl -X POST "https://api.cointr.com/api/v2/copy/spot-trader/order-close-tracking" \
-H "ACCESS-KEY:your apiKey" \
-H "ACCESS-SIGN:*******" \
-H "ACCESS-PASSPHRASE:*****" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json" \
-d '{
"symbol":"BTCUSDT","trackingNoList":["1"]
}'

Request Parameter

Parameter NameParameter TypeRequiredDescription
trackingNoListListYesCategorizing trackingNo by buying trading pairs
All success or all fail, track order number, maximum: 50
symbolStringYesTrading pair
Response example
{
"code": "00000",
"msg": "success",
"requestTime": 1656066841304,
"data": ""
}

Response Description

ParameterParameter TypeDescription
codeStringResult code
00000success
others fail