Get on-chain state changes caused by a specific transaction
transactions
Get on-chain state changes caused by a specific transaction
Retrieves state changes (balance changes, token transfers) caused by a specific transaction.
GET
Get on-chain state changes caused by a specific transaction
Authorizations
API key passed as a Bearer token in the Authorization header.
Path Parameters
Transaction hash in the path
Pattern:
^0x([A-Fa-f0-9]{64})$The ID of the blockchain
Query Parameters
Number of items per page
Required range:
x >= 1Cumulative number of state changes to skip for keyset-based pagination
Required range:
x >= 0Get step-by-step execution trace for a specific transaction
Previous
Get a human-readable, LLM-based transaction summary
Next