GET
Get latest block
Notes
- Returns latest block
- Set <include_data> to true to include data for block.data.
get/get-block
Query parameters
include_databoolean
Response
Success
Example response
{
"block": {
"details": {
"emissions": {
"algorithm": "123456789123456789",
"advance": "123456789123456789",
"benchmarker": "123456789123456789",
"delegator": "123456789123456789",
"bootstrap": "123456789123456789",
"vault": "123456789123456789",
"challenge_owner": "123456789123456789"
}
},
"data": {
"confirmed_ids": {
"algorithm": [
"c002_a001"
],
"binary": [
"c002_a001"
],
"advance": [
"c002_a001"
],
"challenge": [
"c002"
]
},
"active_ids": {
"code": [
"c002_a001"
],
"advance": [
"c002_a001"
],
"challenge": [
"c002"
]
}
}
}
}