State root at specified height
GET/stateRoot/:height
Retrieves the latest stateRoot from a specific block on the Aleo blockchain. The stateRoot is the merkle root of all previous block hashes.
Request
Responses
- 200
- 400
- 404
- 422
- 429
- 500
- 503
The state root of the canonical Aleo blockchain at a given block height.
Bad Request - Invalid input, malformed parameters, validation errors
Not Found - Resource not found
Unprocessable Entity - Business logic validation errors
Too Many Requests - Rate limiting
Internal Server Error - Actual server errors, unexpected failures
Service Unavailable - Temporary service issues (node syncing, feature unavailable)