eth_getBlockReceiptsWithSystemTx
POST
/{apiKey}
Returns all transaction receipts for a given block, including receipts for system transactions that originate from HyperCore. System transactions are created by the system address and are not included in the regular receipt list returned by eth_getBlockReceipts.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
stringrequired
A hex-encoded block number, or a block tag such as "latest", "earliest", or "pending".
Responses
200
An array of transaction receipt objects including system transaction receipts.
Was this page helpful?