Docs

wallet/gettransactioninfobyid - Get TRON Receipt

Get detailed TRON transaction information including receipt, logs, and energy/bandwidth usage via Dwellir's high-performance RPC endpoint.

Get detailed transaction information including receipt and logs by transaction ID.

Endpoint

Text
POST /wallet/gettransactioninfobyid

Implementation Examples

Bash
curl -X POST https://api-tron-mainnet.n.dwellir.com/YOUR_API_KEY/wallet/gettransactioninfobyid \
  -H "Content-Type: application/json" \
  -d '{
    "value": "2668be54c278d702eebde274a58cfae3ea50c72c76a885df48c6d456d7ec38b5"
  }'

Use Cases

  • Transaction Confirmation: Get detailed receipt after broadcasting
  • Event Monitoring: Access smart contract event logs
  • Fee Tracking: Monitor energy and bandwidth consumption
  • Debug Failures: Analyze failed transaction reasons
  • DApp Integration: Verify transaction results in applications