v1
latestOpenAPI 3.0.32026-07-1320201.0 MBTron Transactions
Show Decoded Transaction
This method shows a transaction with decoded values <br> If the transaction is successful, it will return the transaction details. <br> If the transaction fails, it will return an error message. <br>
get/api/v2/tron/transactions/{txid}/decoded
Headers
X-Network'testnet' | 'mainnet'
Specify "testnet" for test network or leave empty for main network. Defaults to "mainnet" if not provided.
Authorizationstring required
Bearer token for authorization. Required for authenticated endpoints.
Content-Type'application/json' | 'application/x-www-form-urlencoded' | 'multipart/form-data'
The MIME type of the request body.
Response
Transaction
Example response
{
"status": 200,
"ok": true,
"message": "Succesfully parsed transaction receipt",
"data": {
"transaction": {
"txid": "1b66c3d50dc32690a352f3cec78cd247d02a57a5c521865fb2a137785f129a7d",
"from": "TLkkCeNdJKPNUwucdro84WjswkzM62LCTH",
"to": "TUwmZghA7u2GxGxKaxM1mkCmsTF4wHs4vp",
"amount": "1.000000",
"blocknumber": 44700012,
"confirmations": 55416,
"type": "Tron"
}
}
}