Skip to main content
GET
/
v2
/
main-page
/
arbitrum
/
messages
/
to-rollup
List recent Parent chain to Rollup messages on the main page.
curl --request GET \
  --url http://localhost/api/v2/main-page/arbitrum/messages/to-rollup
{
  "items": [
    {
      "completion_transaction_hash": "<string>",
      "origination_timestamp": "2023-11-07T05:31:56Z",
      "origination_transaction_block_number": 1,
      "origination_transaction_hash": "<string>"
    }
  ]
}

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 recent Parent chain to Rollup messages.

items
MinimalMessage · object[]
required