# Binance account programmatic trading rebate access tutorial

1.Click the "Access Trading Account" button to enter the access page

<figure><img src="/files/iI2XqKl7fhcrelWBCayR" alt="" width="300"><figcaption></figcaption></figure>

2.Select the trading platform to access: Binance Quant, OKX Quant

<figure><img src="/files/a4sjIBwWmqxrATShkUrW" alt="" width="304"><figcaption></figcaption></figure>

After successful access, you can obtain the BitFrog Code and modify your program. When calling Binance's order interface, add the field <mark style="background-color:orange;">newClientOrderId</mark> and set the value to <mark style="background-color:orange;">x-{BitFrog\_Code}-{unique\_id}</mark>, where <mark style="background-color:orange;">{BitFrog\_Code}</mark> is After you successfully access your account, the system will automatically provide a special string. <mark style="background-color:orange;">{unique\_id}</mark> is a random string, and the specified format is <mark style="background-color:orange;">^\[.A-Z:/a-z0-9\_-]{1,25}$</mark> , otherwise the handling fees incurred in related transactions will not be eligible for cashback.

<figure><img src="/files/MX87JEbLhaKTreo2R1rG" alt="" width="375"><figcaption></figcaption></figure>

Binance related transaction documents:

{% embed url="<https://binance-docs.github.io/apidocs/futures/en/#change-log>" %}


---

# 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/en/trading-instructions/rebates/binance-account-programmatic-trading-rebate-access-tutorial.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.
