Query Futures USER ORDER Rate Limits
HTTP Request
GET /sapi/v1/vip/vip-portal/futures/rate-limits/orders
Weight(IP)
1
Request Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
| RecvWindow | LONG | NO | No more than 60000 |
| timestamp | LONG | YES | |
| productType | STRING | YES | CM UM |
Example Response
{
"status": "OK",
"type": "GENERAL",
"code": "000000000",
"data": [
{
"userId": 1000001,
"userEmail": "user@email.com",
"limit": 1200
}
]
}