# Binance帳戶Fast Api授權接入教程

1. 向 BitFrog 進行交易帳戶授權

   <figure><img src="/files/9zmeizILyZP5d6nnNYLu" alt="" width="188"><figcaption></figcaption></figure>
2. 點擊「授權接入」，系統將自動喚起 Binance APP 完成授權操作。

   ​

   <figure><img src="/files/ULGqoWA1AgkdUKa3PETM" alt="" width="188"><figcaption></figcaption></figure>
3. 授權成功後，即可查看對應的返現比例。<mark style="background-color:$warning;">若授權成功但顯示交易返現為</mark> <mark style="background-color:$warning;"></mark><mark style="background-color:$warning;">**0%**</mark><mark style="background-color:$warning;">，則表示該帳戶已存在邀請返傭關係，因此無法獲得額外交易返現，但仍可正常使用 BitFrog 的交易功能。</mark>

   <figure><img src="/files/JjrLRBzn0vjxX2qNCVvz" alt="" width="188"><figcaption></figcaption></figure>

   <figure><img src="/files/qXkml54Jb3xNGCVp9ilK" alt="" width="188"><figcaption></figcaption></figure>
4. 授權完成後，即可直接透過 BitFrog APP 進行交易。

   <figure><img src="/files/F1KCXLLBoiiZi7qAX58o" alt="" width="180"><figcaption></figcaption></figure>

#### 注意事項

授權採用 **OAuth 授權方式** 進行帳戶連接。

相較於傳統 API Key 授權：

* 無需建立 API Key
* 無需保存或管理密鑰
* 不會暴露 API Key 與 Secret Key
* 安全性更高

因此，用戶無需擔心因 API Key 洩漏而導致資金損失的風險。

​


---

# 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/jiao-yi-fan-yong/binance-zhang-hu-fast-api-shou-quan-jie-ru-jiao-cheng.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.
