Create inquiry
currency
string
true
BTC / ETH
quantity
float
true
For single leg, quantity of the leg; For multileg, quantity of the combo.
direction
string
true
Direction: buy/sell/twoWay
seconds
integer
true
Validity of inquiry (number of seconds)
is_anonymous
boolean
true
Whether the user is anonymous.
is_private
boolean
true
Whether the inquiry is private.
account_name
string
true
Deribit account name
legs.instrument
string
true
Contract name
legs.size
float
true
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
true
The direction of single legs: buy/sell
inquiry_id
string
Inquiry id
user_id
string
Inquiry user id
user_name
string
Inquiry user name
currency
string
BTC / ETH
quantity
float
For single leg, quantity of the leg; For multileg, quantity of the combo.
filled_quantity
float
the quantity that has been filled
direction
string
Direction: buy/sell/twoWay
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
The number of single legs
legs.direction
string
The direction of single legs: buy/sell
Last updated