Get Block

Get the JSON representation of the "Block" object in the ledger.

Parameters

Required ParamPurposeRequirements

block_index

The block on which to perform this action.

Block must exist in the wallet.

Example

{
  "method": "get_block",
  "params": {
    "block_index": "3204",
  },
  "jsonrpc": "2.0",
  "id": 1
}

Last updated