debug_getAccessibleState
Robinhood Chain node API
debug_getAccessibleState | Robinhood
Robinhood Chain API method that finds the first block number in a given range where the state is accessible on disk. Robinhood Chain via Chainstack.
POST
debug_getAccessibleState
Robinhood Chain API method that finds the first block number in a given range where the state is accessible on disk. This is useful for determining which historical states are available for querying on the node, as nodes may prune older state data.
Learn how to deploy a node with the debug and trace API methods enabled.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
from— the start of the block range to search, as a hex-encoded block number or block tag.to— the end of the block range to search, as a hex-encoded block number or block tag.
Response
result— the block number (as a decimal integer) of the first block in the range where the state is accessible. Returns an error if no accessible state is found in the range.
debug_getAccessibleState code examples
Last modified on July 18, 2026