Settings
Settings
Copy trading settings
Request frequency limit: 1/1s
Request URL
POST /deepcoin/copytrading/leader-settings
Request Parameters
Field Name | Required | Type | Description |
---|---|---|---|
status | true | int | Copy trading switch0 : Close copy trading1 : Open copy trading |
homeMode | false | int | Homepage mode1 : Private3 : Public, cannot set to private when copy trading is on |
isClosedCopyCode | false | bool | Whether to close copy trading code Default: true true : Close codefalse : Set code |
copyCode | false | string | Copy trading code Required when isClosedCopyCode is false |
Response Parameters
Field Name | Type | Description |
---|---|---|
code | string | Error code |
msg | string | Error message |
data | string |
Response Example
{
"code": "0",
"msg": "",
"data": null
}