Skip to main content

Query Futures USER ORDER Rate Limits With Pagination

HTTP Request

GET /sapi/v1/vip/vip-portal/futures/rate-limits/orders/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": [
{
"userId": 1000001,
"userEmail": "user@email.com",
"limit": 1200
}
]
}
}