Get you own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
num
— the block number to retrieve transaction information fromvisible
— optional boolean parameter. When set totrue
, addresses are in base58 format. Default isfalse
.
Response
- Array of transaction info objects, each containing:
id
— transaction hashfee
— transaction fee in sunblockNumber
— block number containing the transactionblockTimeStamp
— block timestampcontractResult
— contract execution resultreceipt
— transaction receipt with energy usage and resultlog
— event logs from smart contract execution
Use case
Thewallet/gettransactioninfobyblocknum
method is used for:
- Analyzing all transaction details within a specific block
- Building block explorers with detailed transaction information
- Monitoring transaction fees and energy consumption patterns
- Auditing smart contract execution results in a block
- Creating comprehensive transaction analysis tools