curl --request GET \
--url https://mainnet.mirrornode.hedera.com/api/v1/transactions/{transactionId}{
"transactions": [
{
"batch_key": "0xae8bebf1c9fa0f309356e48057f6047af7cde63037d0509d16ddc3b20e085158bfdf14d15345c1b18b199b72fed4dead",
"bytes": null,
"charged_tx_fee": 7,
"consensus_timestamp": "1234567890.000000007",
"entity_id": "0.0.2281979",
"max_custom_fees": [
{
"account_id": "0.0.8",
"amount": 1000,
"denominating_token_id": "0.0.2000"
},
{
"account_id": "0.0.8",
"amount": 1500,
"denominating_token_id": null
}
],
"max_fee": 33,
"memo_base64": null,
"name": "CRYPTOTRANSFER",
"nft_transfers": [
{
"is_approval": true,
"receiver_account_id": "0.0.121",
"sender_account_id": "0.0.122",
"serial_number": 1,
"token_id": "0.0.123"
},
{
"is_approval": true,
"receiver_account_id": "0.0.321",
"sender_account_id": "0.0.422",
"serial_number": 2,
"token_id": "0.0.123"
}
],
"node": "0.0.3",
"nonce": 0,
"parent_consensus_timestamp": "1234567890.000000007",
"result": "SUCCESS",
"scheduled": false,
"staking_reward_transfers": [
{
"account": 3,
"amount": 200
},
{
"account": 9,
"amount": 300
}
],
"transaction_hash": "vigzKe2J7fv4ktHBbNTSzQmKq7Lzdq1/lJMmHT+a2KgvdhAuadlvS4eKeqKjIRmW",
"transaction_id": "0.0.8-1234567890-000000006",
"token_transfers": [
{
"token_id": "0.0.90000",
"account": "0.0.9",
"amount": 1200,
"is_approval": true
},
{
"token_id": "0.0.90000",
"account": "0.0.8",
"amount": -1200,
"is_approval": true
}
],
"transfers": [
{
"account": "0.0.3",
"amount": 2,
"is_approval": true
},
{
"account": "0.0.8",
"amount": -3,
"is_approval": true
},
{
"account": "0.0.98",
"amount": 1,
"is_approval": true
},
{
"account": "0.0.800",
"amount": 200,
"is_approval": false
},
{
"account": "0.0.800",
"amount": 300,
"is_approval": false
}
],
"valid_duration_seconds": 11,
"valid_start_timestamp": "1234567890.000000006",
"assessed_custom_fees": [
{
"amount": 100,
"collector_account_id": "0.0.10",
"effective_payer_account_ids": [
"0.0.8",
"0.0.72"
],
"token_id": "0.0.90001"
}
]
}
]
}Returns transaction information based on the given transaction id
curl --request GET \
--url https://mainnet.mirrornode.hedera.com/api/v1/transactions/{transactionId}{
"transactions": [
{
"batch_key": "0xae8bebf1c9fa0f309356e48057f6047af7cde63037d0509d16ddc3b20e085158bfdf14d15345c1b18b199b72fed4dead",
"bytes": null,
"charged_tx_fee": 7,
"consensus_timestamp": "1234567890.000000007",
"entity_id": "0.0.2281979",
"max_custom_fees": [
{
"account_id": "0.0.8",
"amount": 1000,
"denominating_token_id": "0.0.2000"
},
{
"account_id": "0.0.8",
"amount": 1500,
"denominating_token_id": null
}
],
"max_fee": 33,
"memo_base64": null,
"name": "CRYPTOTRANSFER",
"nft_transfers": [
{
"is_approval": true,
"receiver_account_id": "0.0.121",
"sender_account_id": "0.0.122",
"serial_number": 1,
"token_id": "0.0.123"
},
{
"is_approval": true,
"receiver_account_id": "0.0.321",
"sender_account_id": "0.0.422",
"serial_number": 2,
"token_id": "0.0.123"
}
],
"node": "0.0.3",
"nonce": 0,
"parent_consensus_timestamp": "1234567890.000000007",
"result": "SUCCESS",
"scheduled": false,
"staking_reward_transfers": [
{
"account": 3,
"amount": 200
},
{
"account": 9,
"amount": 300
}
],
"transaction_hash": "vigzKe2J7fv4ktHBbNTSzQmKq7Lzdq1/lJMmHT+a2KgvdhAuadlvS4eKeqKjIRmW",
"transaction_id": "0.0.8-1234567890-000000006",
"token_transfers": [
{
"token_id": "0.0.90000",
"account": "0.0.9",
"amount": 1200,
"is_approval": true
},
{
"token_id": "0.0.90000",
"account": "0.0.8",
"amount": -1200,
"is_approval": true
}
],
"transfers": [
{
"account": "0.0.3",
"amount": 2,
"is_approval": true
},
{
"account": "0.0.8",
"amount": -3,
"is_approval": true
},
{
"account": "0.0.98",
"amount": 1,
"is_approval": true
},
{
"account": "0.0.800",
"amount": 200,
"is_approval": false
},
{
"account": "0.0.800",
"amount": 300,
"is_approval": false
}
],
"valid_duration_seconds": 11,
"valid_start_timestamp": "1234567890.000000006",
"assessed_custom_fees": [
{
"amount": 100,
"collector_account_id": "0.0.10",
"effective_payer_account_ids": [
"0.0.8",
"0.0.72"
],
"token_id": "0.0.90001"
}
]
}
]
}Transaction id
Filter the query result by the nonce of the transaction. A zero nonce represents user submitted transactions while a non-zero nonce is generated by main nodes. The filter honors the last value. If not specified, all transactions with specified payer account ID and valid start timestamp match. If multiple values are provided the last value will be the only value used.
x >= 0Filter transactions by the scheduled flag. If true, return information for the scheduled transaction. If false, return information for the non-scheduled transaction. If not present, return information for all transactions matching transactionId. If multiple values are provided the last value will be the only value used.
OK
Show child attributes
The public key which controls access to various network entities.
A Unix timestamp in seconds.nanoseconds format
"1586567700.453054000"
Network entity ID in the format of shard.realm.num
"0.0.2"
Show child attributes
Network entity ID in the format of shard.realm.num
"0.0.2"
100
Network entity ID in the format of shard.realm.num
"0.0.2"
ATOMICBATCH, CONSENSUSCREATETOPIC, CONSENSUSDELETETOPIC, CONSENSUSSUBMITMESSAGE, CONSENSUSUPDATETOPIC, CONTRACTCALL, CONTRACTCREATEINSTANCE, CONTRACTDELETEINSTANCE, CONTRACTUPDATEINSTANCE, CRYPTOADDLIVEHASH, CRYPTOAPPROVEALLOWANCE, CRYPTOCREATEACCOUNT, CRYPTODELETE, CRYPTODELETEALLOWANCE, CRYPTODELETELIVEHASH, CRYPTOTRANSFER, CRYPTOUPDATEACCOUNT, ETHEREUMTRANSACTION, FILEAPPEND, FILECREATE, FILEDELETE, FILEUPDATE, FREEZE, NODE, NODECREATE, NODEDELETE, NODESTAKEUPDATE, NODEUPDATE, SCHEDULECREATE, SCHEDULEDELETE, SCHEDULESIGN, SYSTEMDELETE, SYSTEMUNDELETE, TOKENAIRDROP, TOKENASSOCIATE, TOKENBURN, TOKENCANCELAIRDROP, TOKENCLAIMAIRDROP, TOKENCREATION, TOKENDELETION, TOKENDISSOCIATE, TOKENFEESCHEDULEUPDATE, TOKENFREEZE, TOKENGRANTKYC, TOKENMINT, TOKENPAUSE, TOKENREJECT, TOKENREVOKEKYC, TOKENUNFREEZE, TOKENUNPAUSE, TOKENUPDATE, TOKENUPDATENFTS, TOKENWIPE, UNCHECKEDSUBMIT, UNKNOWN, UTILPRNG Show child attributes
Network entity ID in the format of shard.realm.num
"0.0.2"
Network entity ID in the format of shard.realm.num
"0.0.2"
1
Network entity ID in the format of shard.realm.num
"0.0.2"
Network entity ID in the format of shard.realm.num
"0.0.2"
x >= 0A Unix timestamp in seconds.nanoseconds format
"1586567700.453054000"
Show child attributes
Network entity ID in the format of shard.realm.num
"0.0.2"
Network entity ID in the format of shard.realm.num
"0.0.2"
A Unix timestamp in seconds.nanoseconds format
"1586567700.453054000"
Show child attributes
Network entity ID in the format of shard.realm.num
"0.0.2"
Network entity ID in the format of shard.realm.num
"0.0.2"
Network entity ID in the format of shard.realm.num
"0.0.2"
Was this page helpful?