---
title: "Get current order book"
method: GET
path: "/v1/orderbooks/{symbol_id}/current"
tags: ["Order Book"]
---

# Get current order book

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

Retrieves the current order book for the specified symbol.

## Path parameters

- `symbol_id` string, required

## Query parameters

- `limit_levels` integer

## Response `200`

successful operation

- V1OrderBookBase — Represents the base model for order book data.
  - `symbol_id` string, nullable — Gets or sets the symbol identifier.
  - `time_exchange` string, date-time — Gets or sets the exchange time of the order book.
  - `time_coinapi` string, date-time — Gets or sets the CoinAPI time when the order book was received.
  - `asks` unknown
  - `bids` unknown

---

[API](https://skmtc.dev/coinapi/apis/coinapi-market-data-rest-api.md) · [All operations](https://skmtc.dev/coinapi/apis/coinapi-market-data-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coinapi/coinapi-market-data-rest-api/revisions/6dc63abe7f2d/schema)
