curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/walletsolidity/gettransactionbyid \
--header 'Content-Type: application/json' \
--data '
{
"value": "7c2d4206c38a026616067b2f80e3d4bb2d4b7f9ff90db8c98e8b7a89b7c8d3d",
"visible": true
}
'{
"ret": [
{}
],
"signature": [
"<string>"
],
"txID": "<string>",
"raw_data": {},
"raw_data_hex": "<string>"
}curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/walletsolidity/gettransactionbyid \
--header 'Content-Type: application/json' \
--data '
{
"value": "7c2d4206c38a026616067b2f80e3d4bb2d4b7f9ff90db8c98e8b7a89b7c8d3d",
"visible": true
}
'{
"ret": [
{}
],
"signature": [
"<string>"
],
"txID": "<string>",
"raw_data": {},
"raw_data_hex": "<string>"
}TRON API method that retrieves transaction details by transaction ID from solidified blocks. This method queries confirmed and finalized blockchain state, providing reliable transaction information that cannot be rolled back.Documentation Index
Fetch the complete documentation index at: https://chainstack-mintlify-flesh-empty-pages.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
value — the transaction ID (hash) in hexadecimal formattxID — the transaction hashraw_data — raw transaction data
contract — contract detailstimestamp — transaction timestampexpiration — transaction expiration timesignature — transaction signatures arrayret — transaction execution resultraw_data_hex — raw data in hexadecimal formatwalletsolidity/gettransactionbyid method is used for:
Was this page helpful?