---
title: "Current data by Exchange"
method: GET
path: "/v1/options/{exchange_id}/current"
tags: ["Options"]
---

# Current data by Exchange

`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.

## Path parameters

- `exchange_id` string, required

## Response `200`

successful operation

- V1OptionExchangeGroup[]
  - `asset_id_base` string, nullable — Gets or sets the base asset identifier.
  - `asset_id_quote` string, nullable — Gets or sets the quote asset identifier.
  - `underlying_price` number, double, nullable — Gets or sets the underlying price of the option.
  - `time_expiration` string, date-time — Gets or sets the expiration time of the option.
  - `strikes` V1Strike[], nullable — Gets or sets the list of strikes available.
    - `strike_price` number, double — Gets or sets the strike price.
    - `call` V1QuoteTrade — Represents a quote trade data model.
      - `symbol_id` string, nullable — Gets or sets the symbol identifier.
      - `time_exchange` string, date-time — Gets or sets the exchange time of the quote trade.
      - `time_coinapi` string, date-time — Gets or sets the CoinAPI time when the quote trade was received.
      - `ask_price` number, double, nullable — Gets or sets the best asking price.
      - `ask_size` number, double, nullable — Gets or sets the volume resting on the best ask. If the value is equal to zero, then the size is unknown.
      - `bid_price` number, double, nullable — Gets or sets the best bidding price.
      - `bid_size` number, double, nullable — Gets or sets the volume resting on the best bid. If the value is equal to zero, then the size is unknown.
      - `last_trade` V1LastTrade — Represents the last executed transaction.
        - `time_exchange` string, date-time — Gets or sets the exchange time of the last trade.
        - `time_coinapi` string, date-time — Gets or sets the CoinAPI time when the last trade was received.
        - `uuid` string, uuid — Gets or sets the UUID of the last trade.
        - `price` number, double — Gets or sets the price of the last trade.
        - `size` number, double — Gets or sets the size of the last trade.
        - `taker_side` string, nullable — Gets or sets the taker side of the last trade.
    - `put` V1QuoteTrade — Represents a quote trade data model.
      - `symbol_id` string, nullable — Gets or sets the symbol identifier.
      - `time_exchange` string, date-time — Gets or sets the exchange time of the quote trade.
      - `time_coinapi` string, date-time — Gets or sets the CoinAPI time when the quote trade was received.
      - `ask_price` number, double, nullable — Gets or sets the best asking price.
      - `ask_size` number, double, nullable — Gets or sets the volume resting on the best ask. If the value is equal to zero, then the size is unknown.
      - `bid_price` number, double, nullable — Gets or sets the best bidding price.
      - `bid_size` number, double, nullable — Gets or sets the volume resting on the best bid. If the value is equal to zero, then the size is unknown.
      - `last_trade` V1LastTrade — Represents the last executed transaction.
        - `time_exchange` string, date-time — Gets or sets the exchange time of the last trade.
        - `time_coinapi` string, date-time — Gets or sets the CoinAPI time when the last trade was received.
        - `uuid` string, uuid — Gets or sets the UUID of the last trade.
        - `price` number, double — Gets or sets the price of the last trade.
        - `size` number, double — Gets or sets the size of the last trade.
        - `taker_side` string, nullable — Gets or sets the taker side of the last trade.

---

[API](https://skmtc.net/coinapi/apis/coinapi-market-data-rest-api.md) · [All operations](https://skmtc.net/coinapi/apis/coinapi-market-data-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coinapi/coinapi-market-data-rest-api/versions/805496271c56/schema)
