cURL
curl --request GET \ --url https://futuresopenapi.odyssey.trade/fapi/v1/openOrders \ --header 'x-ch-apikey: <x-ch-apikey>' \ --header 'x-ch-sign: <x-ch-sign>' \ --header 'x-ch-ts: <x-ch-ts>'
[ { "orderId": 123, "contractName": "<string>", "transactTime": 123, "price": "<string>", "origQty": "<string>", "executedQty": "<string>", "avgPrice": "<string>", "type": "LIMIT", "side": "BUY", "status": "INIT", "timeInForce": "<string>" } ]
Get a list of open orders.
Request signature.
The user's API key.
The current time in milliseconds.
The uppercase contract name, e.g., E-BTC-USDT.
Successful Response
The response is of type FuturesOrder · object[].
FuturesOrder · object[]