Skip to main content

[options] Current data

GET 

/v1/options/:exchange_id/current

Get current options data for a specific exchange.

Returns option data grouped by underlying asset, quote currency, and expiration time, with quotes for both calls and puts at each strike price.

Request

Path Parameters

    exchange_id stringrequired

    Exchange identifier (from the Metadata -> Exchanges)

Responses

successful operation

Schema

  • Array [

  • asset_id_base stringnullable

    The base asset identifier.

    asset_id_quote stringnullable

    The quote asset identifier.

    underlying_price doublenullable

    The underlying price of the option.

    time_expiration date-time

    The expiration time of the option.

    strikes

    object[]

    nullable

    The list of strikes available.

  • Array [

  • strike_price double

    The strike price.

    call

    object

    Represents a quote trade data model.

    symbol_id stringnullable

    The symbol identifier.

    time_exchange date-time

    The exchange time of the quote trade.

    time_coinapi date-time

    The CoinAPI time when the quote trade was received.

    ask_price doublenullable

    The best asking price.

    ask_size doublenullable

    The volume resting on the best ask. If the value is equal to zero, then the size is unknown.

    bid_price doublenullable

    The best bidding price.

    bid_size doublenullable

    The volume resting on the best bid. If the value is equal to zero, then the size is unknown.

    last_trade

    object

    Represents the last executed transaction.

    time_exchange date-time

    The exchange time of the last trade.

    time_coinapi date-time

    The CoinAPI time when the last trade was received.

    uuid uuid

    The UUID of the last trade.

    price double

    The price of the last trade.

    size double

    The size of the last trade.

    taker_side stringnullable

    The taker side of the last trade.

    put

    object

    Represents a quote trade data model.

    symbol_id stringnullable

    The symbol identifier.

    time_exchange date-time

    The exchange time of the quote trade.

    time_coinapi date-time

    The CoinAPI time when the quote trade was received.

    ask_price doublenullable

    The best asking price.

    ask_size doublenullable

    The volume resting on the best ask. If the value is equal to zero, then the size is unknown.

    bid_price doublenullable

    The best bidding price.

    bid_size doublenullable

    The volume resting on the best bid. If the value is equal to zero, then the size is unknown.

    last_trade

    object

    Represents the last executed transaction.

    time_exchange date-time

    The exchange time of the last trade.

    time_coinapi date-time

    The CoinAPI time when the last trade was received.

    uuid uuid

    The UUID of the last trade.

    price double

    The price of the last trade.

    size double

    The size of the last trade.

    taker_side stringnullable

    The taker side of the last trade.

  • ]

  • ]

Loading...