docs: add dedicated api reference pages for http, wss#1165
Merged
ericbrown99 merged 2 commits intomasterfrom Feb 28, 2026
Merged
docs: add dedicated api reference pages for http, wss#1165ericbrown99 merged 2 commits intomasterfrom
ericbrown99 merged 2 commits intomasterfrom
Conversation
Collaborator
✅ Heimdall Review Status
|
ericbrown99
approved these changes
Feb 28, 2026
Collaborator
ericbrown99
left a comment
There was a problem hiding this comment.
Thanks for these quick changes! We should consider the trade-offs of having the sub-sections within this doc split out so that they are more discoverable vs a signle doc like this
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed? Why?
Add JSON-RPC and Flashblocks API reference docs for Base chain
base-chain/reference/json-rpc-api.mdx— Comprehensive single-page JSON-RPC API reference covering all 30 methods supported by Base nodes (HTTP and WebSocket), with full parameter types, return value schemas, request/response examples, and error codes for every method.base-chain/flashblocks/api-reference.mdx— Dedicated Flashblocks API reference documenting standard methods with pending tag behavior, Flashblocks-specific methods, and the three specialized WebSocket subscription types.base-chain/flashblocks/apps.mdx— Removed the inline RPC method docs, replaced with a concise endpoint table and links to the new API reference page. Added contextual links to specific API reference anchors throughout.docs.json— Added a "Reference" group near the top of the Base Chain nav, added api-reference to the Flashblocks section, and removed the duplicate reference entry.Notes to reviewers
How has it been tested?
Locally