Skip to main content

GetBlockByLimitNext gRPC Method

Retrieves a range of blocks from the TRON network by specifying start and end block numbers

Updated on
May 13, 2025

GetBlockByLimitNext gRPC Method

Parameters

start
integer
REQUIRED
The starting block height
end
integer
REQUIRED
The ending block height (exclusive)

Returns

block
array
List of blocks in the specified range
transactions
array
List of transactions in the block
transaction
object
Transaction details
raw_data
object
Raw transaction data
signature
array
Transaction signatures
ret
array
Transaction results
txid
string
Transaction ID (hash of transaction.rowdata)
constant_result
array
Results from constant function calls
result
object
Transaction result status
energy_used
integer
Amount of energy used
logs
array
Event logs generated
internal_transactions
array
Internal transactions within a smart contract
energy_penalty
integer
Energy penalty applied
block_header
object
Header information for the block
raw_data
object
Raw header data
witness_signature
string
Signature of the witness
blockid
string
The block ID (hash)
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free