Skip to main content

Query Futures IP Rate Limits

HTTP Request

GET /sapi/v1/vip/vip-portal/futures/rate-limits/ips

Weight(IP)

1

Request Parameters

NameTypeMandatoryDescription
RecvWindowLONGNONo more than 60000
timestampLONGYES
productTypeSTRINGYESCM
UM

Example Response

{
"status": "OK",
"type": "GENERAL",
"code": "000000000",
"data": [
{
"ipAddress": "192.168.1.1",
"limit": 2400
}
]
}