cURL
curl --request GET \ --url https://namada-indexer-01.originstake.com/api/v1/chain/block/latest \ --header 'Key: <api-key>'
{ "200": { "height": "<string>" } }
Get the latest block processed by the chain crawler
Show Properties