Skip to main content

Unfollow the Trader

Frequency limit: 5 times/1s (user ID)

HTTP Request

  • POST /api/v2/copy/mix-follower/cancel-trader
Request Example
curl -X POST "https://api.cointr.com/api/v2/copy/mix-follower/cancel-trader" \
-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 '{"traderId": "123123"}'

Request Parameters

ParameterTypeRequiredDescription
traderIdStringYesTrader user ID
Response example
{
"code": "00000",
"data": "success",
"msg": "success",
"requestTime": 1627354109502
}

Response Parameters

ParameterTypeDescription
dataStringResult
success fail