GetTransactionFromPending

Get transaction details from the pending pool

Body params:

  • value

Request

curl --request POST \
     --url https://tron.api.watchdata.io/wallet/gettransactionfrompending \
     --header 'Accept: application/json' \
     --header 'Content-Type: application/json' \
     --data '
{
     "value": "f34f1c799700a9d83b67fdcadd7be697010a8dbbcd520de4ac46a648e3e7ae3d"
}
'

Response

{}

Last updated