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'
Language
Authentication
Bearer
JWT
Click Try It! to start a request and see the response here!