Skip to main content
GET
Get on-chain state changes caused by a specific transaction

Authorizations

Authorization
string
header
required

API key passed as a Bearer token in the Authorization header.

Path Parameters

transaction_hash_param
string
required

Transaction hash in the path

Pattern: ^0x([A-Fa-f0-9]{64})$
chain_id
string
required

The ID of the blockchain

Query Parameters

items_count
integer

Number of items per page

Required range: x >= 1
state_changes_count
integer

Cumulative number of state changes to skip for keyset-based pagination

Required range: x >= 0

Response

State changes caused by the specified transaction, with pagination.

items
StateChange · object[]
required
next_page_params
object | null
required
Example: