Request Code Samples
curl --location --request GET 'https://mainnet-api.explorer.nervos.org/api/v1/blocks?sort=height.desc&page=1&page_size=10' \
--header 'Accept: application/vnd.api+json' \
--header 'Content-Type: application/vnd.api+json'
Responses
application/json {
"data": [
{
"id": "string",
"type": "string",
"attributes": {
"miner_hash": "string",
"number": "string",
"timestamp": "string",
"reward": "string",
"transactions_count": "string",
"live_cell_changes": "string"
}
}
],
"meta": {
"total": 0,
"page_size": 0
}
}
Modified at 2023-06-26 07:36:50