Skip to main content

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#

NameTypeMandatoryDescription
recvWindowLONGNO
timestampLONGYES

Response Example#

{   "code": "000000",   "message": "success",   "data": [     {        "symbol": "BTCUSDT",        "baseAsset": "BTC",        "quoteAsset": "USDT"     },     {        "symbol": "ETHUSDT",        "baseAsset": "ETH",        "quoteAsset": "USDT"     }   ],}