You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/flashbots-auction/advanced/rpc-endpoint.mdx
+93Lines changed: 93 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -948,6 +948,99 @@ If the first address matches the authentication signature, then a response with
948
948
949
949
If the signature is invalid or does not match the first address, an appropriate error will be returned instead.
950
950
951
+
### flashbots_getMevRefundTotalByRecipient
952
+
953
+
Returns the total amount of [MEV refunds](/flashbots-protect/mev-refunds) that have been paid to a specific recipient address. This API not require authentication.
Note: The total is returned as a hexadecimal string representing the amount in wei.
979
+
980
+
### flashbots_getMevRefundTotalBySender
981
+
982
+
Returns the total amount of [MEV refunds](/flashbots-protect/mev-refunds) that have been generated on transactions or bundles from a specific sender address. The sender is the `tx.origin` for individual transactions or bundles of size 1, or the Flashbots signer for bundles of size > 1. It may be different from the recipient if the recipient has been delegated to another address.
Returns detailed information about the [MEV refunds](/flashbots-protect/mev-refunds) generated by a specific transaction or sbundle hash. An sbundle hash is a bundle hash for a bundle that was submitted to MEV-Share via `mev_sendBundle`. This API does not require authentication.
0 commit comments