Skip to main content
GET
Get Withdrawal Transactions by Address
Arbitrum One Mainnet Arbitrum Sepolia Testnet OP Mainnet OP Sepolia Testnet

Authorizations

apikey
string
query
required

Your Etherscan API key.

Query Parameters

chainid
string
required

Chain ID to query, eg 10 for Optimism or 42161 for Arbitrum from our supported chains.

module
string
default:account
required

Set to account for this endpoint.

action
string
default:getwithdrawaltxs
required

Set to getwithdrawaltxs for this endpoint.

address
string
required

Address to check for cross-chain withdrawals from L2 to Ethereum.

page
integer

Page number for pagination.

offset
integer

Number of records per page. Use the page parameter for subsequent records.

sort
string

Sort order either desc for the latest transactions first or asc for the oldest transactions first.