Skip to main content
GET
/
v2
/
arbitrum
/
messages
/
{direction}
List cross-chain messages.
curl --request GET \
  --url http://localhost/api/v2/arbitrum/messages/{direction}
{
  "items": [
    {
      "completion_transaction_hash": "<string>",
      "id": 1,
      "origination_address_hash": "<string>",
      "origination_timestamp": "2023-11-07T05:31:56Z",
      "origination_transaction_block_number": 1,
      "origination_transaction_hash": "<string>",
      "status": "initiated"
    }
  ],
  "next_page_params": {
    "id": 123
  }
}

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.

Path Parameters

direction
enum<string>
required

Message direction: from-rollup for Rollup to Parent chain, to-rollup for Parent chain to Rollup.

Available options:
from-rollup,
to-rollup

Query Parameters

apikey
string

API key for rate limiting or for sensitive endpoints

key
string

Secret key for getting access to restricted resources

id
integer

ID for paging

items_count
integer

Number of items returned per page

Required range: 1 <= x <= 50

Response

Paginated list of cross-chain messages.

items
Arbitrum.Message · object[]
required
next_page_params
object
required
Example:
{ "id": 123 }