Skip to main content

Get logs for by event signature

GET 

/:network/chain/logs/signature

Get logs for by event signature

Request

Path Parameters

    network stringrequired

    Blockchain network name or chain id

Query Parameters

    start_block numberrequired

    The starting block number.

    end_block number

    The ending block number. Must be greater than startBlock and not more than 2000 blocks further.

    block_hash string

    The block hash to filter logs.

    event_signature stringrequired

    Event signature to filter logs

    contract_address string

    The contract address to filter logs.

Responses

The logs for the specified event signature.

Loading...