Skip to main content

Indexer SMT Root

Indexer latest synced SMT Root

Retrieves the current latest processed SMT Root of ZCashNames Resolution Indexer node.

Endpoint

GET https://indexer.zcashnames.co/v1.0/getRoot

This endpoint does not require any path parameters or a request body.


Code Examples

curl -X GET https://indexer.zcashnames.co/v1.0/getRoot

Response Example

{
"response": "1c3ba6eb818b93823d635b7d6737377693796312a1abd2d3b863da5d455df128"
}