> For the complete documentation index, see [llms.txt](https://userguide.cryptoquant.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://userguide.cryptoquant.com/zh/market-data.md).

# Market Data

- [未平仓量](https://userguide.cryptoquant.com/zh/market-data/wei-ping-cang-liang.md): 未平仓量是指衍生品交易所中比特币/美元交易对当前的未平仓仓位（包括多头和空头）。
- [资金费率](https://userguide.cryptoquant.com/zh/market-data/zi-jin-fei-lv.md): 资金费率是交易者为了使永续期货合约的价格接近指数价格，而定期支付的费用。
- [接受者买卖成交量/比率](https://userguide.cryptoquant.com/zh/market-data/jie-shou-zhe-mai-mai-cheng-jiao-liang-bi-lv.md): 这一概念经常让人感到困惑，因为每一个交易都涉及特定资产的买方和卖方。但根据订单的接受者是买方还是卖方（即交易成交价为卖价还是买价），您可以区分多头成交量和空头成交量。
- [市值模型](https://userguide.cryptoquant.com/zh/market-data/shi-zhi-mo-xing.md): 市场价格本身很容易被外力所操纵，在加密货币市场尤其如此，这种现象我们称之为“噪音”。为了不被市场价格所蒙蔽，交易者需要查看多种其他的市值模型，从而了解真正的市场走势。


---

# 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://userguide.cryptoquant.com/zh/market-data.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.
