get https://api.parsiq.net/tsunami///events
Get events for a specific contract.
Authorization is required to use this endpoint
To get your API key follow the instructions HERE.
Gather statistics on interactions with your Smart Contracts based on events
At least one of the following parameters must be present:
topic_0, topic_1, topic_2, topic_3, contract, origin
The range also must be defined by block_number, timestamp or block_hash:
[block_number_start, block_number_end]; [timestamp_start, timestamp_end]; [block_hash].
(More about Range)
Example
This request will pull every event that ever happened on our PRQ token Smart Contract on ETH Mainnet.
curl --request GET \
--url 'https://api.parsiq.net/tsunami/eip155-1/v1/events?block_number_start=0&block_number_end=latest&contract=0x362bc847A3a9637d3af6624EeC853618a43ed7D2&limit=1000' \
--header 'Authorization: Bearer YOUR_API_KEY'