cURL
curl --request GET \ --url https://eth.blockscout.com/api/v2/addresses/{address_hash}/withdrawals
{ "items": [ { "index": 1, "amount": "1000000000000000000", "validator_index": 1, "block_number": 1, "timestamp": "2023-06-20T07:55:00.000000Z" } ], "next_page_params": { "index": 1, "items_count": 50 } }
Address hash
^0x([A-Fa-f0-9]{40})$
pay attention that receiver field is not included to response in this endpoint
Show child attributes
{ "index": 1, "items_count": 50 }
Was this page helpful?