Skip to main content
GET
Get claim data for a withdrawal.

Authorizations

Authorization
string
header
required

API key passed as a Bearer token in the Authorization header.

Path Parameters

message_id
integer
required

Withdrawal message ID.

Required range: x >= 0
chain_id
string
required

The ID of the blockchain

Response

Claim data for the withdrawal.

Calldata and outbox contract address needed to execute a withdrawal on the Parent chain.

calldata
string
required

ABI-encoded calldata for the executeTransaction call.

outbox_address_hash
string
required

Address of the Arbitrum Outbox contract on the Parent chain through which the withdrawal is executed.

Pattern: ^0x([A-Fa-f0-9]{40})$