cURL
curl --request GET \ --url https://namada-rpc-01.originstake.com/block_results \ --header 'Key: <api-key>'
{ "200": { "height": "<string>", "txs_results": [ {} ], "begin_block_events": [ {} ], "end_block_events": [ {} ] } }
Get block results at a specified height
Show Properties