Response (mined blocks)

api/v3

Response (mined blocks) 200 OK, application/json

If count is not set or set to 1, the following object is returned. Else, a block list with the following objects as elements is returned:

Response Error Table

Response (Success) without specified count

{
    "hash": "9Xm95pPZ4QazmUVJWhPKXKvgzMHDQ31VQgVhxbFa4y2R",
    "reward": "12",
    "timestamp": 1545425179740,
    "miner": "H497fHm8gbPZxaXySKpV17a7beYBF9Ut3"
}

Response (Success) with specified count

[
    {
        "hash": "9Xm95pPZ4QazmUVJWhPKXKvgzMHDQ31VQgVhxbFa4y2R",
        "reward": "12",
        "timestamp": 1545425179740,
        "miner": "H497fHm8gbPZxaXySKpV17a7beYBF9Ut3"
    },
    ...
]

Last updated