---
title: "Current order books"
method: GET
path: "/v1/orderbooks3/current"
tags: ["Order Book L3"]
---

# Current order books

`GET /v1/orderbooks3/current`

## Query parameters

- `filter_symbol_id` string
- `limit_levels` integer

## Response `200`

successful operation

- V1OrderBookBase[]
  - `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.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/2409a261db5d/schema)
