Skip to main content

Query Futures USER ORDER Rate Limits

HTTP Request

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

Weight(IP)

1

Request Parameters

NameTypeMandatoryDescription
RecvWindowLONGNONo more than 60000
timestampLONGYES
productTypeSTRINGYESCM
UM

Example Response

{
"status": "OK",
"type": "GENERAL",
"code": "000000000",
"data": [
{
"userId": 1000001,
"userEmail": "user@email.com",
"limit": 1200
}
]
}