v1

latestOpenAPI 3.0.02026-07-26268286602.5 KB
optimism

List output roots.

Retrieves a paginated list of output roots.

get/{chain_id}/api/v2/optimism/output-roots

Path parameters

chain_idstring required

The ID of the blockchain

Query parameters

items_countinteger

Number of items per page

indexinteger

Item index for paging

Response

List of output roots.

next_page_paramsobject nullable required

Example response

{
  "next_page_params": {
    "index": 8829
  }
}