GET
/
block
curl --request GET \
  --url https://story-rpc-001.originstake.com/block
{
  "response": {
    "block_id": {},
    "block": {
      "header": {},
      "data": [
        {}
      ],
      "evidence": [
        {}
      ],
      "last_commit": {}
    }
  }
}

Query Parameters

height
integer

Block height to return. If no height is provided, it will fetch the latest block.

Response

response
object

Block information