v1

latestOpenAPI 3.0.02026-07-26268286602.5 KB
arbitrum

List cross-chain messages.

Retrieves a paginated list of Arbitrum cross-chain messages filtered by the specified direction.

get/{chain_id}/api/v2/arbitrum/messages/{direction}

Path parameters

direction'from-rollup' | 'to-rollup' required

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

chain_idstring required

The ID of the blockchain

Query parameters

items_countinteger

Number of items per page

idinteger

ID for paging

Response

Paginated list of cross-chain messages.

next_page_paramsobject nullable required

Example response

{
  "next_page_params": {
    "id": 123
  }
}