GET
/
blockchain
Get Blockchain Info
curl --request GET \
  --url https://story-rpc-001.originstake.com/blockchain
{
  "response": {
    "last_height": "<string>",
    "block_metas": [
      {}
    ]
  }
}

Query Parameters

minHeight
integer
Minimum block height to return
maxHeight
integer
Maximum block height to return

Response

response
object

Blockchain information