Margin
Get tokens or symbols delist schedule for cross margin and isolated margin (MARKET_DATA)
Get tokens or symbols delist schedule for cross margin and isolated margin
Weight(IP): 100
get/sapi/v1/margin/delist-schedule
Query parameters
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
tokens or symbols delist schedule
Example response
[
{
"delistTime": 1686161202000,
"crossMarginAssets": [
"BTC"
],
"isolatedMarginSymbols": [
"BNBUSDT"
]
}
]