---
title: "Get last quote"
method: GET
path: "/v1/quotes/last"
tags: ["Quotes"]
---

# Get last quote

`GET /v1/quotes/last`

Returns last known quote.

## Response `200`

- Quote
  - `level` integer — The level of the block at which the quote has been saved
  - `timestamp` string, date-time — The datetime at which the quote has been saved (ISO 8601, e.g. `2020-02-20T02:40:57Z`)
  - `btc` number, double — XTZ/BTC price
  - `eur` number, double — XTZ/EUR price
  - `usd` number, double — XTZ/USD price
  - `cny` number, double — XTZ/CNY price
  - `jpy` number, double — XTZ/JPY price
  - `krw` number, double — XTZ/KRW price
  - `eth` number, double — XTZ/ETH price
  - `gbp` number, double — XTZ/GBP price

---

[API](https://skmtc.dev/tzkt/apis/tzkt-api.md) · [All operations](https://skmtc.dev/tzkt/apis/tzkt-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tzkt/tzkt-api/revisions/a2e2aba5e534/schema)
