API 文档
delete
/api/v1/InstrumentsQueues removal of a symbol from the user's watchlist (processed asynchronously when connected).
Instruments
参数
version
path · string
必需的
请求体
{
"symbol": "string",
"order": 0
}响应
- 202Removal queued.
- 400Missing symbol.application/json
{}