Skip to main content

Get User Setting

Type: GET

Description: /future/copytrade/user/v1/copy-trade/user-settings


Parameters

None


Limit Flow Rules

10/s/apikey


Response Example

{
"returnCode": 0,
"msgInfo": "success",
"error": null,
"result": {
"id": 0, // ID
"intro": "string", // Intro
"followCapitalMin": 0, // Minimum margin
"labelIds": 0, // Label ID
"label": [
// Labels
{
"id": 0, // ID
"label": "string" // Remark
}
],
"autoUnfollow": true, // Auto cancel follow
"displayEquity": true, // Display total amount
"displayPosition": true, // Display position
"openLeader": false // Is leader trading open
}
}