get_alt_blocks_details
Retrieves details of alternative blocks in the blockchain, allowing for pagination through large datasets.
URL: http://127.0.0.1:31112/json_rpc
Request:
{
"id": 0,
"jsonrpc": "2.0",
"method": "get_alt_blocks_details",
"params": {
"count": 1,
"offset": 0
}
}
Request description:
"count": The number of alternative blocks to retrieve from the specified offset.
"offset": The offset in the list of alternative blocks from which to start retrieval.