Get Block

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

Optional ParamPurposeRequirements

block_index

The block on which to perform this action.

Block must exist in the ledger.

txo_public_key

The public key on which to perform this action, as hex encoded bytes

Public key must exist in the ledger.

Example

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

Last updated