Transactions

Read-only SolidityNode APIs for querying transactions and receipts from solidified blocks.

Read-only SolidityNode APIs for querying transactions and receipts from solidified blocks.

APIs in this group

APIPurpose
GetTransactionByIdQuery the solidified transaction body by ID.
GetTransactionInfoByIdQuery the solidified execution receipt by ID.
GetTransactionInfoByBlockNumQuery all transaction receipts in a solidified block.
GetTransactionCountByBlockNumQuery the transaction count for a block.

Related resources