> For the complete documentation index, see [llms.txt](https://futuresdoc.gitbook.io/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://futuresdoc.gitbook.io/help-center/perpetual/overview/index-price.md).

# Index Price

The index price is based on the latest transaction price of the standard currency pair of the mainstream exchange in the market and the median buy-to-sell median, weighted average, calculated and obtained index price, which can represent the fair market price of the currency pair.

The following are the source exchanges and calculated weights for each contract index.

USDT contract

| Contract | OKX   | Huobi | Binance |
| -------- | ----- | ----- | ------- |
| BTCUSDT  | 33.3% | 33.3% | 33.3%   |
| ETHUSDT  | 33.3% | 33.3% | 33.3%   |

\[The above data and indicator content may be adjusted in real time according to market conditions, the adjustment will not be notified.]

Sample data sampling: Gets the latest prices for exchanges in the table through the API every 1 second, depending on the interval at which the index is updated.

**Index exception handling**

Removing invalid prices:

When any source exchange price is not updated within 40000ms and the value of the previous value is too different, we will assume that its price is mistaken, at this calculation the right to reset the exchange to 0.

**Abnormal price correction:**

When the price of an exchange deviates significantly from that of other exchanges and the median deviation of the price of all source exchanges (including the exchange itself) by ±3%, the price of that exchange is calculated at the median ±3% of the sample exchange price (when the median deviation of the USDT price reaches ±3%, the price of that exchange is calculated at the median ±3% of the sample exchange price).


---

# 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, and the optional `goal` query parameter:

```
GET https://futuresdoc.gitbook.io/help-center/perpetual/overview/index-price.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
