> For the complete documentation index, see [llms.txt](https://docs.goodcrypto.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.goodcrypto.app/goodcryptox-zh/yong-xu-dex/shou-dong-ding-dan/shi-jia.md).

# 市价

市价单会以可获得的最佳价格立即执行。它优先考虑速度而非价格精确度，是进入或退出仓位的最直接方式。

在支持的情况下，goodcryptoX 使用交易所的原生市价单。

然而，Hyperliquid 并不原生支持市价单。相反，我们用深置于订单簿的限价 IOC（立即成交或取消）委托来近似——买入时置于最佳卖价上方 10%，卖出时置于最佳买价下方 10%。

在正常情况下，这表现得像市价单。但在高波动或低流动性情况下，订单可能仅被部分成交——或根本未成交——与会被完全执行的原生市价单不同。


---

# 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://docs.goodcrypto.app/goodcryptox-zh/yong-xu-dex/shou-dong-ding-dan/shi-jia.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.
