Skip to content

Get a block

POST
/evnode.v1.StoreService/GetBlock

Retrieve a block by height or hash from the chain store.

Request Body

application/json
JSON
{
"height": 1
}

Responses

Block retrieved successfully

application/json
JSON
"string"

Playground

Body

Samples

cURL
JavaScript
PHP
Python
Powered by VitePress OpenAPI

Released under the APACHE-2.0 License