Basic API
Get events by contract
Gets the list of events for the specified contract.
GET
/
v1
/
contract
/
events
Headers
Query Parameters
chain network id, see list of details
A hex string referencing a contract address
Inclusive from block number (hex string or int)
Inclusive to block number (hex string, int, or 'latest')
The page offset
Required range:
x > 1
The desired page size limit. Less or equal than 100
Required range:
1 < x < 100