Search for blocks by BeginBlock and EndBlock events.
See /subscribe for the query syntax.
Error
0
"2.0"
"Description of failure"
const response = await fetch('https://lunc-tendermint.nownodes.io/block_search?query=block.height+%3E+1000+AND+valset.changed+%3E+0', { method: 'GET', headers: {}, }); const data = await response.json();
{ "id": 0, "jsonrpc": "2.0", "error": "Description of failure" }