Get transaction logs by transaction hash

Authorization required to use this endpoint

To get your API key, follow the instruction here.

In addition to transaction data, the Get Transaction Logs endpoint provides transaction logs, including topics, sig_hash, etc. Be sure to replace YOUR_API_KEY with your actual API key.

curl --request GET \
--url 'https://api.parsiq.net/tsunami/eip155-1/v1/txs/0xa23be4f3661263b7677539dd90b9c5b0ce692e2d9fc46bd977e9146fb059a9d9/logs' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY'
Language
Authorization
Bearer
JWT
Click Try It! to start a request and see the response here!