Skip to content
Search
K
Main Navigation
Learn
How To Guides
API Documentation
Appearance
Menu
Return to top
Get a block
POST
/evnode.v1.StoreService/GetBlock
Retrieve a block by height or hash from the chain store.
Request Body
application/json
Schema
by_height
by_hash
JSON
JSON
{
"height"
:
1
}
Responses
200
400
404
500
Block retrieved successfully
Content-Type
application/json
Schema
JSON
JSON
"string"
POST
/evnode.v1.StoreService/GetBlock
Playground
Body
Try it out
Samples
cURL
JavaScript
PHP
Python
cURL
JavaScript
PHP
Python
Powered by
VitePress OpenAPI