Returns event logs for an address and topic combination. Up to a maximum of 1,000 event logs. Use topic operators (and/or) to specify topic retrieval options.
Optional API key for increased rate limits.
Without API key:
With API key:
Usage: Add apikey=YOUR_KEY to any request query string.
Module name (must be 'logs')
logs getLogs Starting block number or 'latest'
Ending block number or 'latest'
Contract address (address and/or topic is required) 40-character hexadecimal address hash with 0x prefix
"0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae"
First topic (topic and/or address is required)
Second topic
Third topic
Fourth topic
Operator for topic0 and topic1
and, or Operator for topic0 and topic2
and, or Operator for topic0 and topic3
and, or Operator for topic1 and topic2
and, or Operator for topic1 and topic3
and, or Operator for topic2 and topic3
and, or