Skip to main content
GET
/
v2
/
main-page
/
arbitrum
/
batches
/
committed
List committed batches on the main page.
curl --request GET \
  --url http://localhost/api/v2/main-page/arbitrum/batches/committed
{
  "items": [
    {
      "batch_data_container": "in_blob4844",
      "blocks_count": 1,
      "commitment_transaction": {
        "block_number": 1,
        "hash": "<string>",
        "status": "unfinalized",
        "timestamp": "2023-11-07T05:31:56Z"
      },
      "number": 1,
      "transactions_count": 1
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.blockscout.com/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

apikey
string

API key for rate limiting or for sensitive endpoints

key
string

Secret key for getting access to restricted resources

Response

List of committed Arbitrum batches.

items
BatchForList · object[]
required