Authorizations
Query Parameters
[Required] The exchange for which to retrieve the listed option level 1 quotes.
[Examples] deribit | okex | bybit
[Required] The underlying currency for which there are listed option instruments.
[Examples] BTC | SOL_USDC
Note: inverse options have underlying currencies formatted as (BTC, ETH) while linear option currency formats include the stable coin in the same (SOL_USDC)
[Optional] Users can pass a single instrument in order to retrieve a time series of data for it.
[Examples] BTC-26APR24-100000-C
[Optional] Users can pass an isAtm flag in order to return only ATM (at-the-money) options
[Examples] TRUE | FALSE
[Optional] The option type
[Examples] C | P
[Optional] Payload only includes data after this date (inclusive).
[Formats] seconds | milliseconds | iso8601
[Examples] 1578531600 | 1578531600000 | 2020-09-01T01:00:00
[Optional] Payload only includes data before this date (exclusive).
[Formats] seconds | milliseconds | iso8601
[Examples] 1578531600 | 1578531600000 | 2020-09-01T01:00:00
[Optional] The option instrument subset with a given strike price.
[Examples] 100000 | 3500
[Optional] Time interval of data frequency for the selected date range.
[Examples] minute | hour | day
[Note] Due to the density of data historical date ranges are limited to 60x 1-minute or 24x 1 hour intervals, per call.
[Optional] Time format of the timestamps in the return payload.
[Defaults] milliseconds | ms* | iso | iso8601 | hr | human_readable