get https://api.parsiq.net/tsunami///txs/
Get transaction data by transaction hash.
Authorization is required to use this endpoint
To get your API key follow the instructions HERE.
This will give you the data such as block number, sender, receiver, gas, etc.
Example
curl --request GET \
--url https://api.parsiq.net/tsunami/eip155-1/v1/txs/0xa23be4f3661263b7677539dd90b9c5b0ce692e2d9fc46bd977e9146fb059a9d9 \
--header 'Authorization: Bearer YOUR_API_KEY'