Skip to main content

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 root field contains the single root value
  • For Keccak MMRs, the root field contains the combined root_high and root_low values
  • The hashing_function field explicitly indicates which hashing algorithm was used for each MMR
  • This endpoint is useful for verifying which MMRs were used in the task execution