get https://api.parsiq.net/tsunami///calls
Get calls 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 external function calls
At least one of the following parameters must be present:
sig hash, sender, 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)
Examples
curl --request GET \
--url 'https://api.parsiq.net/tsunami/eip155-1/v1/calls?block_number_start=0&block_number_end=latest&limit=1000&sender=0x7d459a4cfa4b70fcd322a649153f6f51d8e8db3d' \
--header 'Authorization: Bearer YOUR_API_KEY'