Get transaction changes by hash
Get transaction changes by hash
Path Parameters
transaction_hash string required
Query Parameters
cursor string
The cursor returned in the previous response (used for getting the next page).
limit number
Number of items returned, default: 20
Responses
- 200
200 Successful
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
cursor string
The cursor returned in the previous response (used for getting the next page)
page number required
Page of results
limit number required
Limit of results
total_items number required
Total returned result items
data object[] required
Array of documents
block_height number required
blockHeight
timestamp number required
timestamp
transaction_version number required
txVersion
transaction_type string required
txType
transaction_hash string required
txHash
type string required
type
address string required
address
state_key_hash string required
stateKeyHash
block_hash string required
block_hash
change_index string required
change_index
data string required
data
data_type string required
data_type
handle string required
handle
key number required
key
resource string required
resource
success boolean required
success
value string required
value
vm_status string required
vm_status
block_time string required
The block time of the block
[
{
"cursor": "string",
"page": 0,
"limit": 0,
"total_items": 0,
"data": [
{
"block_height": 1,
"timestamp": 1,
"transaction_version": 1,
"transaction_type": "block_metadata_transaction",
"transaction_hash": "0xbf3d139d0bbe68f1db6d393b135c2ed12ab5ec1635f08b26994180d1e6434dd1",
"type": "write_resource",
"address": "0x1",
"state_key_hash": "0x7b1615bf012d3c94223f3f76287ee2f7bdf31d364071128b256aeff0841b626d",
"block_hash": "0x33ff405ce7f5e1cff01eccff5c5ee93a532f69c7ce641ab907d6908ab3807da1",
"change_index": "1",
"data": "{\"type\":\"0x1::timestamp::CurrentTimeMicroseconds\",\"data\":{\"microseconds\":\"1695436685674336\"}}",
"data_type": "0x1::timestamp::CurrentTimeMicroseconds",
"handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca",
"key": "0x0619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935",
"resource": "null",
"success": true,
"value": "0xbe43205d6f5877010000000000000000",
"vm_status": "Executed successfully",
"block_time": "1689502803"
}
]
}
]
Loading...