cURL
curl --request GET \ --url https://staging.hdp.api.herodotus.cloud/tasks/{uuid}/mmrs
{ "mmrs": [ { "chain_id": "<string>", "hashing_function": "<string>", "id": "<string>", "root": "<string>", "size": "<string>" } ], "taskId": "<string>" }
Retrieves the list of MMRs (Merkle Mountain Ranges) used by a specific task. This endpoint does not require authentication.
The unique identifier (UUID) of the task
MMRs retrieved successfully
Show child attributes