# Trading Interface

An overview of the key sections in the BasedApp trading terminal. Understanding the interface helps you monitor positions, manage orders, and track performance efficiently.

## Markets

Browse all available trading pairs across Perps, Spot, and Equities. View key metrics including last price, 24h change, 24h volume, open interest, and funding rates at a glance.

<figure><img src="/files/7iXI77aRkKXCoU670UaM" alt=""><figcaption></figcaption></figure>

## Watchlist

Pin your favourite markets to the watchlist bar for quick access. Displays the ticker, current price, and 24h change for each watched asset.

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

## Market Info

The market info bar at the top of the chart shows real-time data for the selected pair — mark price, oracle price, 24h change, 24h volume, open interest, and the funding rate with countdown to the next settlement.

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

## Chart

The TradingView chart displays price action and lets you draw on it, add indicators, and manage positions visually. TP/SL and order levels appear as draggable lines directly on the chart.

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

## Order Book & Trades

The order book shows resting limit orders on both sides of the market, giving you a view of current liquidity and depth. The trades tab displays a live feed of executed trades with price, size, and timestamp.

<figure><img src="/files/RYFXoNFydShBD8DNb6yf" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/7KGEd6abvluENZz2jzJv" alt="" width="375"><figcaption></figcaption></figure>

## Account Overview

The main trading dashboard provides a snapshot of your account equity, margin usage, and key performance metrics. Use this view to quickly assess your overall account health and available trading capacity.

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

## Positions

Shows all open positions including entry price, size, unrealized PnL, liquidation price, and margin details. You can manage TP/SL, adjust margin (for isolated positions), and close positions directly from this panel.

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

## Open Orders

Displays all active orders including limit, stop, TP/SL, and scale orders. You can modify or cancel orders from this panel.

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

## Order History

A complete log of all orders placed, including filled, cancelled, and expired orders. Useful for reviewing execution and strategy performance.

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

## Trade History

Shows individual trade fills with execution price, size, fees, and timestamps. Each fill corresponds to a matched order on the book.

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

## Balances

Displays your account balances including available margin, total equity, and cross/isolated margin allocation.

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

{% hint style="info" %}
All data in the trading interface updates in real-time. Unrealized PnL, margin ratios, and liquidation prices refresh continuously as market prices change.
{% endhint %}


---

# 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://basedapp.gitbook.io/docs/trading/trading-interface.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.
