Debug
debug_accountRange
Returns the accounts within a specific key range for the given block state.
POST
Parameters
string
default:"1"
required
Unique identifier for a blockchain network.
number
default:1
required
Request identifier used to match responses.
string
default:"2.0"
required
JSON-RPC version.
string
default:"debug_accountRange"
required
JSON-RPC method name.
object
required
Parameters: [blockIdentifier, startKey, maxResults, context?].Positional parameters for
debug_accountRange:params[0]: Block number or hash at which to inspect state (hex quantity or 32-byte hash).params[1]: Hex-encoded start account key (inclusive).params[2]: Maximum number of accounts to return.params[3]: Optional context returned from a previous call to continue iteration.
Returns
object
Account range response including account details and continuation token.