Skip to main content

get_blocks_details

Retrieves detailed information about a sequence of blocks starting from a specific height.

URL: http:://127.0.0.1:11211/json_rpc

Request:

{
"id": 0,
"jsonrpc": "2.0",
"method": "get_blocks_details",
"params": {
"count": 0,
"height_start": 0,
"ignore_transactions": false
}
}

Request description:

    "count": The number of blocks to retrieve from the starting height.
"height_start": The starting block height from which block details are retrieved.

Response:

{
"id": 0,
"jsonrpc": "2.0",
"result": {
"status": "OK"
}
}

Response description:

    "status": Status of the call.