Skip to main content

Query Futures IP Rate Limits With Pagination

HTTP Request

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

Weight(IP)

1

Request Parameters

NameTypeMandatoryDescription
RecvWindowLONGNONo more than 60000
timestampLONGYES
productTypeSTRINGYESCM
UM
pageIndexINTEGERYESMin: 1
pageSizeINTEGERYESMin: 1, Max: 100

Example Response

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