---
title: "Current data"
method: GET
path: "/v1/quotes/current"
tags: ["Quotes"]
---

# Current data

`GET /v1/quotes/current`

Get current quotes for all symbols or for a specific symbol.
            
:::info
When requesting current data for a specific symbol, output is not encapsulated into JSON array as only one item is returned.
:::

## Query parameters

- `filter_symbol_id` string
- `filter_exchange_id` string

## Response `200`

successful operation

- V1QuoteTrade[]
  - `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/revisions/805496271c56/schema)
