> For the complete documentation index, see [llms.txt](https://guide.moontrader.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.moontrader.com/en-moontrader-docs/interface-basics/tabs/market-live.md).

# Market Live

Panel for monitoring and analyzing all available trading pairs: track price changes, trading volumes, and market activity in real time.

### Main Elements

* **Markets side panel** — list of available markets and user lists
* **Markets table** — information on all trading pairs
* **Filter panel** — search and filter trading pairs

### Side Panel

#### Markets

* **Spot** — spot market grouped by quote assets (BTC, ETH, USDC, USDT)
* **USDT-M** — futures market with USDT margin
* **COIN-M** — futures market with cryptocurrency margin

#### Lists

Custom trading pair lists for quick access to favorite instruments.

### Table Information

#### Basic Data

* **Symbol** — trading pair name
* **Orders** — number of active orders
* **Long** — number of long positions
* **Short** — number of short positions
* **Algorithms** — list of running algorithms on the pair

#### Time Metrics

For each trading pair, price movement and volume metrics are available at various time intervals (2s, 3s, 4s, 5s, 10s, 15s, 20s, 25s, 30s, 35s, 40s, 45s, 50s, 55s, 1m, 3m, 5m, 15m, 30m, 1h, 3h, 6h, 9h, 12h, 24h):

* **AvgP** — average price for period (e.g.: 2s AvgP, 5m AvgP, 1h AvgP)
* **Δ %** — absolute price change in % (e.g.: 10s Δ %, 15m Δ %)
* **rΔ %** — relative price change in % (e.g.: 30m rΔ %, 3h rΔ %)
* **ABaV** — average volume of base asset (e.g.: 1m ABaV, 24h ABaV)
* **AQaV** — average volume of quote asset (e.g.: 5m AQaV, 1h AQaV)

#### Additional Data

* **24h QaV** — quote asset volume for 24 hours
* **Mark price** — mark price for futures
* **Mark rate** — difference between mark price and last price in %
* **Funding rate** — funding rate for futures
* **Last price** — last trading price
* **VSI** — Volume Spike Indicator, shows how many times current volume is higher or lower than average (e.g.: 1m VSI, 5m VSI, 1h VSI).

⚠️ **Note:** full list of available columns can be configured through **Table management**.

### Operations

#### Bulk Operations

**Trading Pairs**

* **Copy symbols** — copy names of selected trading pairs

### Filters

#### Quick Filter Panel

* **Search** — search by trading pair name


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://guide.moontrader.com/en-moontrader-docs/interface-basics/tabs/market-live.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.
