Supported Contracts
Supported Contracts
Get platform supported contracts for copy trading
Request frequency limit: 1/1s
Request URL
GET /deepcoin/copytrading/support-contracts
Request Parameters
None
Response Parameters
Field Name | Type | Description |
---|---|---|
code | string | Error code |
msg | string | Error message |
data | string | |
List | array | |
>item | string | Contract symbol |
Response Example
{
"code": "0",
"msg": "",
"data": {
"List": ["BTCUSDT", "ETHUSDT", "1000SHIBUSDT", "OPUSDT", "BNBUSDT", "GMTUSDT", "APTUSDT"]
}
}