Retrieve all beacon chain validator deposit events associated with a specific execution-layer transaction hash. This endpoint returns every deposit log decoded from the transaction, including deposit amount, validator public key, withdrawal credentials, and signature verification status.
Execution-layer transaction hash to inspect. Provide tx hash as a 0x-prefixed hex string (64 hex characters after 0x).
"0x3629639fe74ef981ff72ba2678130c700b779964e6c22fe42201445084e9d343"
The transaction was found and any associated deposit events are returned in the data array. If the transaction contains no deposit events, the array is empty.