Blockchain

Get reduced blockchain blocks data

get/v2/blockchain/reduced/blocks

Query parameters

frominteger required
tointeger required

Response

blockchain reduced blocks

Example response

{
  "blocks": [
    {
      "master_ref": "(-1,4234234,8000000000000000)",
      "parent": [
        "[ (0,21734018,8000000000000000) ]"
      ],
      "seqno": 21734019,
      "shard": "8000000000000000",
      "shards_blocks": [
        "[ (0,4234235,8000000000000000) ]"
      ],
      "tx_quantity": 130,
      "utime": 23814011000000
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.