Starknet OpenRPC specFor the latest version of the publicly maintained OpenRPC spec, see the Starknet specs GitHub repo.
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
-
block_id
— the hash of the requested block, or number (height) of the requested block, or a block tag:block_hash
— hash of the block.block_number
— block number, accept integer.block_tag
—latest
for the latest one added to the chain orpending
for the pending one.
Response
result
— the execution trace of all transactions in the block, represented as a list of transaction traces.
Use case
A practical use case forstarknet_traceBlockTransactions
is to analyze the execution of transactions in a specific block. This can be useful for debugging purposes, as it allows developers to understand the sequence of operations that were performed during the execution of each transaction.
Deprecated feeder gateway method
The feeder gateway was deprecated on December 11, 2023. Example of the call you had to make to the feeder gateway before the deprecation:Shell
Body
application/json
Response
200
Successful response