QueryOrderResponse
A resting limit order. The shape returned by Info.order.
Definition
class QueryOrderResponse(TypedDict):
user: Addr
pair_id: PairId
size: Quantity
limit_price: UsdPrice
reduce_only: bool
reserved_margin: UsdValue
created_at: TimestampFields
user — Addr. The order owner.
pair_id — PairId.
size — Quantity. Signed remaining size.
limit_price — UsdPrice.
reduce_only — bool.
reserved_margin — UsdValue. Margin locked behind this order.
created_at — Timestamp. ns-precision integer string.
See also
order— fetcherQueryOrdersByUserResponseItem— same fields minususer