get https://api.parsiq.net/tsunami///txs//logs
Get transaction logs by transaction hash.
Authorization is required to use this endpoint
To get your API key follow the instructions HERE.
Besides the transaction data, this will also give you the logs about this transaction (topics, sig_hash, etc.)
Example
curl --request GET \
--url https://api.parsiq.net/tsunami/eip155-1/v1/txs/0xa23be4f3661263b7677539dd90b9c5b0ce692e2d9fc46bd977e9146fb059a9d9/logs \
--header 'Authorization: Bearer YOUR_API_KEY'