cURL
curl --request GET \ --url https://namada-rpc-01.originstake.com/commit \ --header 'Key: <api-key>'
{ "200": { "signed_header": { "header": {}, "commit": {} }, "canonical": true } }
Get commit results at a specified height
Show Properties