From 193bfb7a7411afe8cbe0af56bd96a3714e982b91 Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Wed, 12 Nov 2025 20:03:48 +0530 Subject: [PATCH] Add eth_getLogs to Base Flashblocks endpoint list --- fern/api-reference/base/base-flashblocks-api-quickstart.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/fern/api-reference/base/base-flashblocks-api-quickstart.mdx b/fern/api-reference/base/base-flashblocks-api-quickstart.mdx index 44748b2e9..999e08f25 100644 --- a/fern/api-reference/base/base-flashblocks-api-quickstart.mdx +++ b/fern/api-reference/base/base-flashblocks-api-quickstart.mdx @@ -27,5 +27,6 @@ Flashblocks is currently supported on both Base testnet and mainnet and can be * [eth\_getBalance](https://www.alchemy.com/docs/node/base/base-api-endpoints/eth-get-balance) * [eth\_getTransactionCount](https://www.alchemy.com/docs/node/base/base-api-endpoints/eth-get-transaction-count) * [eth\_getTransactionByHash](https://www.alchemy.com/docs/node/base/base-api-endpoints/eth-get-transaction-by-hash) +* [eth\_getLogs](https://www.alchemy.com/docs/node/base/base-api-endpoints/eth-get-logs) Also check out the [Official Base Flashblocks Docs](https://docs.base.org/base-chain/flashblocks/apps)!