Specify a rebate beneficiary
By default, rebates are sent back to users (tx.origin).
You can customize the beneficiary address to receive rebates at a different wallet address.
Customize the beneficiary
When submitting your transaction to the API, use the custom parameter refundRecipient to define a different wallet address
from the transaction originator address for receiving the rebate:
https://rpc.mevblocker.io/?refundRecipient=(YOUR_ADDRESS)
Next steps
Consider following these next steps:
- Learn how to improve order flow tracking.
- See query parameters for the
refundRecipientparameter.