Skip to content

Commit

Permalink
fixup: changes based on comments from Shea
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanschneider committed Sep 30, 2024
1 parent bace36f commit 22ec9b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/flashbots-auction/advanced/rpc-endpoint.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ where

### flashbots_getFeeRefundTotalsByRecipient

The `flashbots_getFeeRefundTotalsByRecipient` JSON-RPC method returns the total amount of fee refunds that have been processed for a specific address.
The `flashbots_getFeeRefundTotalsByRecipient` JSON-RPC method returns the total amount of fee refunds that have been processed for a specific address. Our refund process calculates these values weekly.

```json
{
Expand All @@ -865,13 +865,13 @@ The response contains three fields:
}
```

- `pending`: the total amount of fee refunds that have been processed but not yet sent to the recipient
- `pending`: the total amount of fee refunds not yet received by the recipient
- `received`: the total amount of fee refunds that have been processed and sent to the recipient
- `maxBlockNumber`: the highest block number for which fee refunds have been processed

### flashbots_getFeeRefundsByRecipient

The `flashbots_getFeeRefundsByRecipient` JSON-RPC method returns detailed information about fee refunds that have been processed for a specific address.
The `flashbots_getFeeRefundsByRecipient` JSON-RPC method returns detailed information about [fee refunds](/flashbots-protect/gas-fee-refunds) that have been earned by a specific address. Our refund process calculates these values weekly.

```json
{
Expand Down

0 comments on commit 22ec9b1

Please sign in to comment.