private/otc/get-open-quotes
POSTGet open quotes. Only return active Quotes (status = ACTIVE)./private/otc/get-open-quotes
Request
Body
required
Request id (echoed in response)
Must be "private/otc/get-open-quotes"
Your API key (only required for private REST)
HMAC-SHA256 signature in hex (only required for private REST)
Current timestamp in milliseconds, e.g. "1771761038000".
params objectrequired
System supplied Quote ID; if provided
LP supplied Quote ID; if provided
Start time in Unix time format (inclusive). Default: end_time - 1 day. Nanosecond recommended for accurate pagination.
End time in Unix time format (exclusive). Default: current system timestamp. Nanosecond recommended for accurate pagination.
Page size (default: 20, max: 200).
Schema
- Array [
- Array [
- ]
- ]
Echoed request id
Method invoked
0 = success; non-zero indicates error (reason code).
result object
Number of quotes returned
quote_list object[]
System generated unique ID for the quote
LP supplied ID for the quote
System generated unique ID for the quote request
Possible values: [ACTIVE]
ACTIVE
e.g. NO_ERROR
Unix epoch time when quote was received in nanosecond
Unix epoch time when quote expires in nanosecond
Alias for expiry_time_ns (Unix epoch time when quote expires in nanosecond).
leg_list object[]
Instrument for this leg, e.g. BTC_USD
Either quantity or notional
Either quantity or notional
The bid price for the instrument
The ask price for the instrument
Possible values: [PRICE]
PRICE. Only present when the quote has pricing (i.e. bid / ask).
Present when code !== 0.
Present when code !== 0.