Account & Chain
Get Latest Block
Get the latest block processed by the chain crawler
GET
/
api
/
v1
/
chain
/
block
/
latest
curl --request GET \
--url https://namada-indexer-01.originstake.com/api/v1/chain/block/latest \
--header 'Key: <api-key>'
{
"200": {
"height": "<string>"
}
}
curl --request GET \
--url https://namada-indexer-01.originstake.com/api/v1/chain/block/latest \
--header 'Key: <api-key>'
{
"200": {
"height": "<string>"
}
}
Assistant
Responses are generated using AI and may contain mistakes.