Query transaction information by transaction id.
Body params:
value - Transaction ID
value
Request
curl --request POST \ --url https://tron.api.watchdata.io/wallet/gettransactionbyid \ --header 'Accept: application/json' \ --header 'Content-Type: application/json' \ --data ' { "value": "d0807adb3c5412aa150787b944c96ee898c997debdc27e2f6a643c771edb5933" } '
Response
{}
Last updated 2 years ago