---
title: "Current quotes for a specific symbol"
method: GET
path: "/v1/quotes/{symbol_id}/current"
tags: ["Quotes"]
---

# Current quotes for a specific symbol

`GET /v1/quotes/{symbol_id}/current`

## Path parameters

- `symbol_id` string, required

## Response `200`

successful operation

- 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)
