# Table

The table is sortable and will auto sort on new data.  The data updates live between twice per second and once per minute where applicable.

Clicking a coin in the table will select its Binance USDT perpetual on the chart by default, or its Bybit USDT perpetual if applicable.

Users can favorite and unfavorite coins in the table, filter the display by coins and columns, and make watchlists. Watchlists can also be used on the [Market](/web-app/market.md) page. These configurations are saved across browser sessions and devices.

## Columns

<details>

<summary>Price</summary>

The last traded price of the coin's Binance USDT perpetual.

</details>

<details>

<summary>Chg</summary>

The 24 hour, 1 hour, 10 minute, or 7 day price change of the coin in percentage terms. The column with no duration specified shows change since daily open (UTC midnight).

</details>

<details>

<summary>Price/7d High or Low</summary>

The coin's last traded price vs. its highest or lowest traded price over the last 7 days.

</details>

<details>

<summary>Volume</summary>

The total dollar value of trades on the coin in the last 24 hours, 1 hour, or 10 minutes across all supported exchanges.

</details>

<details>

<summary>Volume Delta</summary>

The total volume delta (dollar value of market buys minus market sells) of the coin in the last 24 hours, 1 hour, or 10 minutes across all supported exchanges.

</details>

<details>

<summary>Open Interest</summary>

The coin's open interest in dollars across all supported exchanges.

</details>

<details>

<summary>OI Chg</summary>

The percent change between a coin's total dollar value open interest now and 24 hours ago.

</details>

<details>

<summary>Funding</summary>

24h Funding: The open-interest weighted 24 hour average funding rate of the coin across all supported exchanges.&#x20;

24h Funding (APR): The above standardized per annum.

Funding: The most recent open-interest weighted funding rate of the coin across all supported exchanges.&#x20;

</details>

<details>

<summary>24h Liquidations</summary>

The total number of liquidations on the coin in the last 24 hours across all supported exchanges.

</details>

<details>

<summary>Trades</summary>

The total number of trades on the coin in the last 24 hours, 1 hour, or 10 minutes across all supported exchanges.

</details>

<details>

<summary>Mkt Cap, FDV, and Float</summary>

The circulating market cap or fully diluted market cap of a coin. Calculated by supply \* price. Viewable also as Open Interest / circulating market cap, Open Interest / FDV, 24h Volume / circulating market cap, 24h Volume / FDV, or as Float (circulating divided by FDV).

</details>

<details>

<summary>24h Perp / Spot Volume Ratio</summary>

The ratio of 24 hour Binance USDT perpetual volume to 24 hour Binance spot USDT volume for the coin. Returns 0 if no spot pair is available.

</details>


---

# 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.velo.xyz/web-app/chart/table.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.
