# Rebates

- [5 Types of Rebate Programs](https://docs.bitfrog.io/en/trading-instructions/rebates/5-types-of-rebate-programs.md)
- [BitFrog Partner Program](https://docs.bitfrog.io/en/trading-instructions/rebates/bitfrog-partner-program.md): The BitFrog Partner Program is officially live! Now you can invite friends to join BitFrog and earn additional rewards together!
- [Grid Strategy Description](https://docs.bitfrog.io/en/trading-instructions/rebates/grid-strategy-description.md): Grid Strategy Explanation
- [Transaction Rebate Explanation](https://docs.bitfrog.io/en/trading-instructions/rebates/transaction-rebate-explanation.md)
- [Binance Account Fast API Authorization Guide](https://docs.bitfrog.io/en/trading-instructions/rebates/binance-account-fast-api-authorization-guide.md)
- [Binance Account API Integration Guide](https://docs.bitfrog.io/en/trading-instructions/rebates/binance-account-api-integration-guide.md)
- [OKX Account Fast API Authorization Guide](https://docs.bitfrog.io/en/trading-instructions/rebates/okx-account-fast-api-authorization-guide.md)
- [OKX Account API Integration Guide](https://docs.bitfrog.io/en/trading-instructions/rebates/okx-account-api-integration-guide.md)
- [Are there commission rebates for Binance accounts?](https://docs.bitfrog.io/en/trading-instructions/rebates/are-there-commission-rebates-for-binance-accounts.md): For both the main and sub-accounts on Binance trading on the BitFrog platform, cashback on trading fees can only be obtained if the following conditions are met:
- [OKX account cancellation Fast Api authorization tutorial](https://docs.bitfrog.io/en/trading-instructions/rebates/okx-account-cancellation-fast-api-authorization-tutorial.md)
- [Binane account deletion API authorization tutorial](https://docs.bitfrog.io/en/trading-instructions/rebates/binane-account-deletion-api-authorization-tutorial.md)
- [Binance account programmatic trading rebate access tutorial](https://docs.bitfrog.io/en/trading-instructions/rebates/binance-account-programmatic-trading-rebate-access-tutorial.md): Note: This method is only available for customers who have independent development capabilities (quantitative team) and directly call the exchange API to place orders.
- [OKX account programmatic trading rebate access tutorial](https://docs.bitfrog.io/en/trading-instructions/rebates/okx-account-programmatic-trading-rebate-access-tutorial.md): Note: This method is only available for customers who have independent development capabilities (quantitative team) and directly call the exchange API to place orders.
- [Description of transaction cashback level rules](https://docs.bitfrog.io/en/trading-instructions/rebates/description-of-transaction-cashback-level-rules.md): The trading cashback tier system has been launched. BitFrog will categorize users based on their monthly contract/spot trading volume generated on the platform. Different tiers will determine the cash
- [Rebate ratio calculation instructions](https://docs.bitfrog.io/en/trading-instructions/rebates/rebate-ratio-calculation-instructions.md)
- [Withdrawal time](https://docs.bitfrog.io/en/trading-instructions/rebates/withdrawal-time.md)


---

# 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.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.
