Transaction Subquery
Query data about a Transaction
Description
Transaction Subqueries provide information about a transaction that was submitted to the blockchain. Etherscan (Goerli) provides a lot of useful information when looking at this data.
Limits
Maximum of 32 Transaction subqueries per Query. Each transaction can have a data field of at most 8192 bytes and an access list of at most length 4096 bytes.
Builder
buildTxSubquery(txHash)
Examples
Last updated