跳到主要内容

添加合约IP白名单

将 IP 添加到 FAPI-MM 或 FSTREAM-MM 白名单

HTTP 请求

POST /sapi/v1/vip/vip-portal/futures/ip-whitelists

权重(IP)

1

请求参数

名称类型是否必需描述
RecvWindowLONGNONo more than 60000
timestampLONGYES
endpointSTRINGYESFAPI-MM
FSTREAM-MM

请求示例

{
"ipAddresses": [
"192.168.1.1",
"192.168.1.2",
"192.168.1.3"
]
}

响应示例

{
"status": "OK",
"type": "GENERAL",
"code": "000000000"
}