User's Force Orders (USER_DATA)
API Description
Query user's Force Orders
HTTP Request
GET /fapi/v1/forceOrders
Request Weight
20 with symbol, 50 without symbol
Request Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
| symbol | STRING | NO | |
| autoCloseType | ENUM | NO | "LIQUIDATION" for liquidation orders, "ADL" for ADL orders. |
| startTime | LONG | NO | |
| endTime | LONG | NO | |
| limit | INT | NO | Default 50; max 100. |
| recvWindow | LONG | NO | |
| timestamp | LONG | YES |
- If "autoCloseType" is not sent, orders with both of the types will be returned
- If "startTime" is not sent, data within 7 days before "endTime" can be queried