Set Contracts
Set Contracts
Set contracts for copy trading based on platform supported contracts
Request frequency limit: 1/1s
Request URL
POST /deepcoin/copytrading/set-contracts
Request Parameters
Field Name | Required | Type | Description |
---|---|---|---|
contracts | true | array | Supported contract types |
>item | string | Contract symbol |
Response Parameters
Field Name | Type | Description |
---|---|---|
code | string | Error code |
msg | string | Error message |
data | string |
Response Example
{
"code": "0",
"msg": "",
"data": {}
}