# Limit Depth

Real-time active limit order depth can be displayed for an asset via the Limits button on the Tools interface.

*Note: Limit depth analysis is currently only supported for Minswap. Further DEX support is in the pipeline.*

<figure><img src="/files/MzyGnhZq8BWTGoyKV7ZB" alt=""><figcaption></figcaption></figure>

You will be prompted to complete this form:

<figure><img src="/files/yNgSezOkMCPzWUzO999S" alt=""><figcaption></figcaption></figure>

**Order Type:** The type of order to search for. Must be `BUY` or `SELL`. *Required.*

**Ticker:** The asset ticker to search (ie. `SNEK`). *Required.*

**Range (Min):** Lower bound for the order price. *Optional.*

**Range (Max):** Upper bound for the order price. *Optional.*

**Generate CSV File:** If set to TRUE, a .csv export of the limit order details will be provided. *Optional.*

Upon submitting the form, limit order data will be gathered and visualised:

<figure><img src="/files/JzWepyw089wOT55AMnEB" alt=""><figcaption></figcaption></figure>

To obtain more granular data, try experimenting with the Range fields to create a more specific price range to search.


---

# 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://snepe-tools.gitbook.io/tori/analysis/limit-depth.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.
