# 關於返傭歸屬舉例說明

#### 場景描述

Binance 每日結算截止時間為：

> **UTC+8 每日 00:00:00 \~ 23:59:59**

<table><thead><tr><th width="111.3333740234375">日期</th><th width="92.4444580078125">操作</th><th width="113.4444580078125">成交數量</th><th width="108.333251953125">是否返傭</th><th width="159.1112060546875">所屬結算周期（UTC+8）</th><th>返傭入帳日期</th></tr></thead><tbody><tr><td>7月10日</td><td>開倉</td><td>0.1 BTC</td><td>✅</td><td>7月10日 00:00 ~ 23:59</td><td>7月11日</td></tr><tr><td>7月11日</td><td>加倉</td><td>0.2 BTC</td><td>✅</td><td>7月11日 00:00 ~ 23:59</td><td>7月12日</td></tr><tr><td>7月12日</td><td>無操作</td><td>—</td><td>❌</td><td>無成交</td><td>—</td></tr><tr><td>7月13日</td><td>減倉</td><td>0.15 BTC</td><td>✅</td><td>7月13日 00:00 ~ 23:59</td><td>7月14日</td></tr><tr><td>7月14日</td><td>平倉</td><td>0.15 BTC</td><td>✅</td><td>7月14日 00:00 ~ 23:59</td><td>7月15日</td></tr></tbody></table>

💡 **交易日的返傭歸屬**

Binance 以 **UTC+8 當日 00:00:00 至 23:59:59** 作為結算週期。

在同一個結算日時間範圍內完成的交易操作（無論成交多少筆），均會計入該交易日的返傭統計。

如果交易跨越兩個自然日（即跨過當日 23:59:59），則相關訂單將分別計入不同的結算日進行統計與結算。


---

# 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.bitfrog.io/zh-tw/jiao-yi-zhi-nan/yao-qing-fan-yong/guan-wu-fan-yong-gui-shu-ju-li-shuo-ming.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.
