Get Futures Lead Trading Symbol Whitelist(USER_DATA)
API Description
Get Futures Lead Trading Symbol Whitelist
HTTP Request
GET /sapi/v1/copyTrading/futures/leadSymbol
Request Weight(IP)
20
Request Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
recvWindow | LONG | NO | |
timestamp | LONG | YES |
Response Example
{
"code": "000000",
"message": "success",
"data": [
{
"symbol": "BTCUSDT",
"baseAsset": "BTC",
"quoteAsset": "USDT"
},
{
"symbol": "ETHUSDT",
"baseAsset": "ETH",
"quoteAsset": "USDT"
}
],
}