# Binance account programmatic trading rebate access tutorial

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

<figure><img src="https://2871554007-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMxm0YwERTfVDK2vckXEg%2Fuploads%2FroHbbjSHYwzrHP9AoS2U%2F1-172518.jpg?alt=media&#x26;token=847f6a86-523e-4b0c-a245-913f6f795319" alt="" width="300"><figcaption></figcaption></figure>

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

<figure><img src="https://2871554007-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMxm0YwERTfVDK2vckXEg%2Fuploads%2FgVzsniLq8OWFxRts4UWB%2F2-172603.jpg?alt=media&#x26;token=4954ee09-b175-456b-ab8b-0c726fb8e117" 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="https://2871554007-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMxm0YwERTfVDK2vckXEg%2Fuploads%2F5FgoRLVG3rzBVUx0lUxh%2F3-172612.jpg?alt=media&#x26;token=e0bcf8c3-8a55-4908-b5e7-17d204db587c" alt="" width="375"><figcaption></figcaption></figure>

Binance related transaction documents:

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