# 关于现货交易

现货交易是指用户使用一种数字资产作为计价单位，直接购买或出售另一种数字资产，从而实现不同币种之间的兑换。\
在 EXBIT平台中，现货交易遵循撮合交易机制，通过订单匹配实现资产交换。\
一、交易对说明\
现货交易通常以“交易对”的形式展示，例如：\
BTC/USDT\
表示：\
使用 USDT 购买 BTC\
或将 BTC 兑换为 USDT\
二、撮合规则\
EXBIT 现货交易采用以下撮合原则：\
1、价格优先\
价格更优的订单优先成交\
2、时间优先\
在价格相同的情况下，先提交的订单优先成交\
通过以上规则，实现订单的自动匹配与成交。\
三、订单类型说明\
1、限价单（Limit Order）\
限价单是指用户自行设定买入或卖出的价格。\
操作逻辑\
当您提交限价单后：\
只有当市场价格达到您设定的价格时，订单才会成交\
若市场价格未达到设定价格，订单将继续挂单等待成交\
成交规则说明\
在以下情况下，系统将按最优价格（市价）立即成交：\
买入价格高于当前市场价格\
卖出价格低于当前市场价格\
系统会自动撮合当前最优价格，尽快完成交易。\
2、市价单（Market Order）\
市价单是指用户按照当前市场最优价格，立即买入或卖出数字资产的订单类型。\
功能说明\
在提交市价单后：\
系统会直接从当前订单簿中撮合最优价格\
按照市场实时价格逐笔成交\
以尽快完成交易为优先\
成交机制\
市价单会按照以下顺序执行：\
优先匹配当前最优价格\
若当前盘口深度不足，则继续撮合下一档价格\
直到订单全部成交\
因此，最终成交价格可能由多个价格组成。\
特点说明\
无需设置价格，操作简单\
成交速度快\
适合快速买入或卖出


---

# 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://exbit-1.gitbook.io/exbit-docs/zhong-wen/exbit-bang-zhu-zhong-xin/chan-pin/guan-yu-xian-huo-jiao-yi.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.
