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>"
}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?