Method Name
private/poll_quotes
private/poll_quotesRetrieves a list of quotes matching filter criteria.
Takers can use this to poll open quotes that they can fill against their open RFQs.
Required minimum session key permission level is read_only
Parameters
subaccount_id
integer required |
from_timestamp
integer |
page
integer |
page_size
integer |
quote_id
string |
rfq_id
string |
status
string |
to_timestamp
integer |
Response
id string or integer required |
result object required |
result.
pagination
object required |
result.pagination.
count
integer required |
result.pagination.
num_pages
integer required |
result.
quotes
array of objects required |
result.quotes[].
cancel_reason
string required |
result.quotes[].
creation_timestamp
integer required |
result.quotes[].
direction
string required |
result.quotes[].
fill_pct
string required |
result.quotes[].
last_update_timestamp
integer required |
result.quotes[].
legs_hash
string required |
result.quotes[].
liquidity_role
string required |
result.quotes[].
quote_id
string required |
result.quotes[].
rfq_id
string required |
result.quotes[].
status
string required |
result.quotes[].
subaccount_id
integer required |
result.quotes[].
tx_hash
string or null required |
result.quotes[].
tx_status
string or null required |
result.quotes[].
wallet
string required |
result.quotes[].
legs
array of objects required |
result.quotes[].legs[].
amount
string required |
result.quotes[].legs[].
direction
string required |
result.quotes[].legs[].
instrument_name
string required |
result.quotes[].legs[].
price
string required |
Example
{request_example_shell}{request_example_javascript}{request_example_python}The above command returns JSON structured like this:
{response_example_json}