v26

latestOpenAPI 3.0.2raw.githubusercontent.com2024-10-0834042975.6 KB
Copy Trading

Get Futures Lead Trading Symbol Whitelist(USER_DATA)

Get Futures Lead Trading Symbol Whitelist

Weight(IP): 20

get/sapi/v1/copyTrading/futures/leadSymbol

Query parameters

recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

Futures Lead Trading Symbol Whitelist

codestring required
messagestring required

Example response

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