Get Used MMRs
Retrieves the list of MMRs (Merkle Mountain Ranges) used by a specific task. This endpoint does not require authentication.Endpoint
Path Parameters
Example Request
Response
Success Response (200 OK)
Not Found Response (404)
Server Error Response (500)
Response Fields
MMR Object Fields
Notes
- No authentication is required for this endpoint
- The response includes all MMRs used by the task, regardless of their hashing function
- For Poseidon MMRs, the
rootfield contains the single root value - For Keccak MMRs, the
rootfield contains the combinedroot_highandroot_lowvalues - The
hashing_functionfield explicitly indicates which hashing algorithm was used for each MMR - This endpoint is useful for verifying which MMRs were used in the task execution

