# Level 1 & Level 2 Data

- [Level 1 Aggregations](https://docs.kaiko.com/rest-api/data-feeds/level-1-and-level-2-data/level-1-aggregations.md)
- [Trade Count, OHLCV, & VWAP](https://docs.kaiko.com/rest-api/data-feeds/level-1-and-level-2-data/level-1-aggregations/trade-count-ohlcv-and-vwap.md)
- [OHLCV only](https://docs.kaiko.com/rest-api/data-feeds/level-1-and-level-2-data/level-1-aggregations/trade-count-ohlcv-and-vwap/ohlcv-only.md)
- [VWAP only](https://docs.kaiko.com/rest-api/data-feeds/level-1-and-level-2-data/level-1-aggregations/trade-count-ohlcv-and-vwap/vwap-only.md)
- [Level 1 Tick-Level](https://docs.kaiko.com/rest-api/data-feeds/level-1-and-level-2-data/level-1-tick-level.md)
- [All trades](https://docs.kaiko.com/rest-api/data-feeds/level-1-and-level-2-data/level-1-tick-level/all-trades.md)
- [Derivative liquidation events](https://docs.kaiko.com/rest-api/data-feeds/level-1-and-level-2-data/level-1-tick-level/derivative-liquidation-events.md): Each and every derivative liquidation event
- [Borrows, repayments, liquidations, and withdrawals](https://docs.kaiko.com/rest-api/data-feeds/level-1-and-level-2-data/level-1-tick-level/borrows-repayments-liquidations-and-withdrawals.md)
- [Level 2 Aggregations](https://docs.kaiko.com/rest-api/data-feeds/level-1-and-level-2-data/level-2-aggregations.md)
- [Market depth (snapshot)](https://docs.kaiko.com/rest-api/data-feeds/level-1-and-level-2-data/level-2-aggregations/market-depth-snapshot.md)
- [Market depth (aggregation)](https://docs.kaiko.com/rest-api/data-feeds/level-1-and-level-2-data/level-2-aggregations/market-depth-aggregation.md)
- [Price slippage (snapshot)](https://docs.kaiko.com/rest-api/data-feeds/level-1-and-level-2-data/level-2-aggregations/price-slippage-snapshot.md)
- [Price slippage (aggregation)](https://docs.kaiko.com/rest-api/data-feeds/level-1-and-level-2-data/level-2-aggregations/price-slippage-aggregation.md)
- [Bid-ask spread (aggregation)](https://docs.kaiko.com/rest-api/data-feeds/level-1-and-level-2-data/level-2-aggregations/bid-ask-spread-aggregation.md)
- [Tokens in a liquidity pool](https://docs.kaiko.com/rest-api/data-feeds/level-1-and-level-2-data/level-2-aggregations/tokens-in-a-liquidity-pool.md)
- [Tokens in a liquidity pool (Uniswap v3)](https://docs.kaiko.com/rest-api/data-feeds/level-1-and-level-2-data/level-2-aggregations/tokens-in-a-liquidity-pool/tokens-in-a-liquidity-pool-uniswap-v3.md)
- [Interest rates, borrowed and deposited amounts](https://docs.kaiko.com/rest-api/data-feeds/level-1-and-level-2-data/level-2-aggregations/interest-rates-borrowed-and-deposited-amounts.md)
- [Raw order book snapshot](https://docs.kaiko.com/rest-api/data-feeds/level-1-and-level-2-data/level-2-aggregations/raw-order-book-snapshot.md)
- [Raw order book snapshot + market depth, bid/ask spread & price slippage](https://docs.kaiko.com/rest-api/data-feeds/level-1-and-level-2-data/level-2-aggregations/raw-order-book-snapshot/raw-order-book-snapshot-+-market-depth-bid-ask-spread-and-price-slippage.md)
- [Level 2 Tick-Level](https://docs.kaiko.com/rest-api/data-feeds/level-1-and-level-2-data/level-2-tick-level.md)
- [Mints and burns](https://docs.kaiko.com/rest-api/data-feeds/level-1-and-level-2-data/level-2-tick-level/mints-and-burns.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.kaiko.com/rest-api/data-feeds/level-1-and-level-2-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
