v1

latestOpenAPI 3.0.02026-07-26268286602.5 KB
arbitrum

List batches.

Retrieves a paginated list of Arbitrum batches committed to the Parent chain.

get/{chain_id}/api/v2/arbitrum/batches

Path parameters

chain_idstring required

The ID of the blockchain

Query parameters

batch_numbersinteger[]

Optional list of specific batch numbers to retrieve.

items_countinteger

Number of items per page

numberinteger

Number for paging

Response

Paginated list of Arbitrum batches.

next_page_paramsobject nullable required

Example response

{
  "next_page_params": {
    "number": 123
  }
}