Getting events for a specific transaction is not working.
$tron->getEventByTransactionID($tr_id);
response is
Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error: POST https://api.trongrid.io/event/transaction/3fe74875a6edf91d68b54f6cf305716d7870c328aad0089d056f027a6c4af997 resulted in a 404 Not Found
Getting events for a specific transaction is not working.
$tron->getEventByTransactionID($tr_id);
response is Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error:
POST https://api.trongrid.io/event/transaction/3fe74875a6edf91d68b54f6cf305716d7870c328aad0089d056f027a6c4af997
resulted in a404 Not Found
I think that the URL format is not valid, instead of https://api.trongrid.io/event/transaction/**ID it should be https://api.trongrid.io/v1/transactions/ID**/events