← Sei overview
Sei · tendermint
block_by_hash
CometBFT RPC: block_by_hash
CometBFT / Tendermint JSON-RPC (Cosmos-family nodes). Reference: docs.cometbft.com RPC
Result
See node response
Schema
{
"type": "unknown"
}Example request
Endpoint: https://your-sei-node.azxa.io
JSON-RPC
{
"jsonrpc": "2.0",
"id": 1,
"method": "block_by_hash",
"params": []
}Example response
{
"jsonrpc": "2.0",
"id": 1,
"result": null
}cURL
curl -X POST https://your-sei-node.azxa.io \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"block_by_hash","params":[]}'