Skip to main content

Order

Order

Response Parameters

Field NameTypeExampleShort NameDescription
LocalIDstring""LOrder local identifier
InstrumentIDstring"BTCUSDT"IInstrument id
OrderPriceTypestring"9"OPTOrder price type
Directionstring"0"DBuy/sell direction
OffsetFlagstring0oOpen/close flag
Pricefloat30027.5POrder price
Volumeint1VVolume
OrderTypestring"0"OTOrder type
IsCrossMarginint1iIs cross margin
OrderSysIDstring"1000466073187710"OSOrder ID
Leverageint125lLeverage
OrderStatusstring"1"OrOrder status
VolumeTradedint1vTraded volume
InsertTimeint1689727080ITDB Insert time
UpdateTimeint1689727080UDB Update time
Turnoverfloat30.0275TTransaction amount
PosiDirectionstring"0"pPosition long/short direction
TradePricefloat30027.5tAverage transaction price

Response Example

{
"action": "PushOrder",
"result": [
{
"table": "Order",
"data": {
"D": "1",
"I": "BTCUSDT",
"IT": 1690804738,
"L": "1000175061255804",
"O": "9",
"OS": "1000175061255804",
"OT": "0",
"Or": "1",
"P": 29365,
"T": 1616.621,
"U": 1690804738,
"V": 55,
"i": 0,
"l": 125,
"o": "0",
"p": "1",
"t": 29393.1090909091,
"v": 55
}
}
]
}