> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Logs and events | Ethereum

> Ethereum event log RPC methods for querying smart contract events, applying log filters, and tracking on-chain activity via Chainstack endpoints.

<Check>
  ### Get your own node endpoint today

  [Start for free](https://console.chainstack.com/) and get your app to production levels immediately. No credit card required.

  You can sign up with your GitHub, X, Google, or Microsoft account.
</Check>

Retrieving logs information from the Ethereum blockchain can be done by using the following methods:

<CardGroup cols={2}>
  <Card title="eth_getLogs" icon="angle-right" iconType="solid" href="/reference/ethereum-getlogs" horizontal />

  <Card title="eth_newFilter" icon="angle-right" iconType="solid" href="/reference/ethereum-newfilter" horizontal />
</CardGroup>

<Info>
  Find logs limitations in [Understanding eth\_getLogs limitations](/docs/understanding-eth-getlogs-limitations)
</Info>
