Skip to content

Conversation

@odysseus0
Copy link
Collaborator

Summary

Removes five bundle stats API methods that were fully deprecated on June 9th and are now returning 403 errors:

  • flashbots_getUserStats
  • flashbots_getBundleStats
  • flashbots_getUserStatsV2
  • flashbots_getBundleStatsV2
  • flashbots_getSbundleStats

These APIs are no longer functional and keeping them in the documentation was causing confusion for developers.

Context

This was reported by Egor on Slack, who encountered 403 errors when trying to use flashbots_getBundleStatsV2 on Sepolia. The forum post confirms these APIs were deprecated on June 9th.

Changes

  • Removed all five deprecated bundle stats API methods from the RPC endpoint documentation
  • Removed reference to flashbots_getSbundleStats in the eth_sendBundle response section

Test plan

  • Verify the documentation builds successfully
  • Check that all internal links still work
  • Confirm no other references to these deprecated methods exist in the docs

🤖 Generated with Claude Code

@vercel
Copy link

vercel bot commented Nov 11, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
flashbots-docs Ready Ready Preview Comment Nov 12, 2025 11:32am


resp, _ := mevHTTPClient.Do(req)
res, _ := ioutil.ReadAll(resp.Body)
fmt.Println(string(res))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why change this line?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah sorry must be accident. Let me revert this. Thanks for catching.

Removes five bundle stats API methods that were fully deprecated on June 9th:
- flashbots_getUserStats
- flashbots_getBundleStats
- flashbots_getUserStatsV2
- flashbots_getBundleStatsV2
- flashbots_getSbundleStats

These APIs now return 403 errors and are no longer functional.

Additional changes:
- Removed references to deprecated APIs in quick-start.mdx, reputation.md, and gas-fee-refunds.md
- Updated Go example to demonstrate eth_sendBundle instead of deprecated flashbots_getUserStats
- Removed reference to flashbots_getSbundleStats in eth_sendBundle documentation

Fixes issue reported by Egor on Slack regarding 403 errors on Sepolia.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@odysseus0 odysseus0 force-pushed the remove-deprecated-bundle-stats-apis branch from 2565a2d to 824d174 Compare November 12, 2025 11:31
@odysseus0 odysseus0 merged commit 70c6c4d into main Nov 12, 2025
3 checks passed
@odysseus0 odysseus0 deleted the remove-deprecated-bundle-stats-apis branch November 12, 2025 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants