GET
/
fapi
/
v1
/
openOrders

Headers

x-ch-sign
string
required

Request signature.

x-ch-apikey
string
required

The user's API key.

x-ch-ts
string
required

The current time in milliseconds.

Query Parameters

contractName
string
required

The uppercase contract name, e.g., E-BTC-USDT.

Response

200 - application/json
avgPrice
string | null
required
contractName
string
required
executedQty
string
required
orderId
integer
required
origQty
string
required
price
string
required
side
enum<string>
required
Available options:
BUY,
SELL
status
enum<string>
required
Available options:
INIT,
NEW,
New Order,
PART_FILLED,
FILLED,
Cancelled,
PENDING_CANCEL,
Partially Filled/Cancelled,
REJECTED
timeInForce
required
type
enum<string>
required
Available options:
LIMIT,
MARKET
transactTime
integer | null