Method Name
public/get_tickers
public/get_tickersGet tickers information (best bid / ask, stats, etc.) for a multiple instruments.
For options: currency is required and expiry_date is required.
For perps: currency is optional, expiry_date will throw an error.
For erc20s: currency is optional, expiry_date will throw an error.
For most up to date stream of tickers, use the ticker.<instrument_name>.<interval> channels.
Parameters
instrument_type
string required |
currency
string |
expiry_date
string |
Response
id string or integer required |
result object required |
result.
tickers
object required |
Example
{request_example_shell}{request_example_javascript}{request_example_python}The above command returns JSON structured like this:
{response_example_json}