Skip to main content
GET
/
fapi
/
v1
/
order
Order Information
curl --request GET \
  --url https://futuresopenapi.odyssey.trade/fapi/v1/order \
  --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>"
}

Headers

x-ch-sign
string
required
x-ch-apikey
string
required
x-ch-ts
string
required

Query Parameters

orderId
string
required
contractName
string
required
clientOrderId
string | null
required

Response

orderId
integer
required
contractName
string
required
price
string
required
origQty
string
required
executedQty
string
required
avgPrice
string | null
required
type
enum<string>
required
Available options:
LIMIT,
MARKET
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
transactTime
integer | null