get-beacon-withdrawals
Retrieve Ethereum beacon chain withdrawal records for any ETH 2.0 staking address, with pagination and block range filters.
Instructions
Get beacon chain withdrawals for an Ethereum address (ETH 2.0 staking withdrawals)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| offset | No | Number of results per page | |
| address | Yes | Ethereum address | |
| network | No | Network name or chain ID | |
| endBlock | No | Ending block number | |
| startBlock | No | Starting block number |