Skip to content

Get current state

POST
/rollkit.v1.StoreService/GetState

Retrieve the current state of the chain.

Request Body

application/json
JSON
{
}

Responses

State retrieved successfully

application/json
JSON
{
"state": {
"version": {
"block": 0,
"app": 0
},
"chain_id": "string",
"initial_height": 0,
"last_block_height": 0,
"last_block_time": "string",
"da_height": 0,
"last_results_hash": "string",
"app_hash": "string"
}
}

Playground

Body

Samples

cURL
JavaScript
PHP
Python
Powered by VitePress OpenAPI

Released under the APACHE-2.0 License