Inquiry notification
When a new inquiry is generated after subscription to Websocket inquiries, the server will automatically push it to the client and this message does not require a reply.
inquiry_id
string
Inquiry id
user_id
string
Inquiry user id
user_name
string
Inquiry user name
currency
string
BTC / ETH
direction
string
Direction: buy/sell/twoWay
kind
string
Kind:option/future/spot
combo_type
string
Combo Type
quantity
float
For single leg, quantity of the leg; For multileg, quantity of the combo.
filled_quantity
float
the quantity that has been filled
is_anonymous
boolean
Whether the user is anonymous.
status
string
wait_approve/active/canceled/timeout/completed
is_private
boolean
Whether the inquiry is private.
secret
string
secret of private inquiry
create_timestamp
long
Inquiry creation timestamp (Number of milliseconds since the Unix epoch ie January 1st, 1970 at 00:00:00 UTC)
expire_timestamp
long
Inquiry expiration timestamp (Number of milliseconds since the Unix epoch ie January 1st, 1970 at 00:00:00 UTC)
legs.instrument
string
Contract name
legs.size
float
For single leg, legs.size is 1. For multilegs, legs.size is the quantity of other legs divided by the quantity of smallest leg (if the quantities of leg1 and leg2 are 50 and 30, then legs.size of leg1 is 1.667, legs.size of leg2 is 1).
legs.direction
string
The direction of single legs: buy/sell
Last updated