GET
/
commit
curl --request GET \
  --url https://story-rpc-001.originstake.com/commit
{
  "response": {
    "signed_header": {
      "header": {},
      "commit": {}
    },
    "canonical": true
  }
}

Query Parameters

height
integer

Height to return. If no height is provided, it will fetch commit information regarding the latest block.

Response

response
object

Commit information