Returns the active shardchain block identifiers at a given masterchain block height. Each shard processes a subset of accounts in parallel. The response shows how the basechain is currently partitioned and which block each shard is at.
API key header of the form X-API-Key: <token>, where <token> is the API key. Requests without a key are limited to 1 RPS. Refer to the authentication guide for details.
Seqno of masterchain block
Returns the list of active shard block identifiers at the specified masterchain block.
Returns true if the request succeeded; otherwise false. See the error field for details.
The method return value. The structure depends on the method called; see individual method documentation for response schemas. Only present when ok is true.
Optional request ID that can be passed in the request and received back in the response. Useful for matching async responses.
JSON-RPC protocol version identifier.
Echoed request identifier from the original JSON-RPC request.