# Alchemy Docs

> Learn how to use Node APIs, Data APIs, Webhooks, Smart Wallets and Rollups to create powerful onchain experiences.

## Get Started

- [Get Started](https://www.alchemy.com/docs/get-started.md): Overview of our product offerings
- [Alchemy Quickstart Guides](https://www.alchemy.com/docs/alchemy-quickstart-guide.md)
- [Create an Alchemy API Key](https://www.alchemy.com/docs/create-an-api-key.md): Create an app in the Alchemy Dashboard and copy its API key.
- [Make Your First Alchemy Request](https://www.alchemy.com/docs/make-your-first-request.md): Send your first JSON-RPC request to Alchemy with cURL.
- [Set Up Alchemy with Viem](https://www.alchemy.com/docs/set-up-alchemy-with-viem.md): Learn how to send a blockchain request via a script using Alchemy.
- [Set Up Alchemy with any Library via AI](https://www.alchemy.com/docs/alchemy-via-libraries.md): Use AI tools to kickoff your Alchemy journey
- [Pricing Plans](https://www.alchemy.com/docs/reference/pricing-plans.md): A guide to understand Alchemy's pricing plans.
- [Compute Units](https://www.alchemy.com/docs/reference/compute-units.md): The explanation for what Compute Units are and how we use them.
- [Compute Unit Costs](https://www.alchemy.com/docs/reference/compute-unit-costs.md): A breakdown of Alchemy's compute unit costs per method, chain, and product.
- [Pay As You Go Pricing FAQ](https://www.alchemy.com/docs/reference/pay-as-you-go-pricing-faq.md): Pay As You Go Pricing FAQ Our goal is to accelerate development onchain by providing the most developer-friendly web3 infrastructure pricing. We firmly believe that costs shouldn't be a barrier to building innovative apps onchain. We've worked hard to optimize our infrastructure to reduce our costs,...
- [Feature support by chain](https://www.alchemy.com/docs/reference/feature-support-by-chain.md): Alchemy's current feature availability for each of its supported chains
- [Throughput](https://www.alchemy.com/docs/reference/throughput.md): Understand how throughput works on Alchemy and how to handle 429 errors.
- [Batch Requests](https://www.alchemy.com/docs/reference/batch-requests.md): Best practices for making batch JSON-RPC requests on Ethereum, Polygon, Optimism, and Arbitrum.
- [Gas Limits](https://www.alchemy.com/docs/reference/gas-limits-for-eth_call-and-eth_estimategas.md): A breakdown of the gas cap limits for eth_call and eth_estimateGas on Ethereum, Polygon, Arbitrum, and Optimism.
- [Error Reference](https://www.alchemy.com/docs/reference/error-reference.md): Learn about the standard JSON-RPC error codes and Alchemy's custom error codes.
- [Overview](https://www.alchemy.com/docs/build-with-ai-overview.md): Give your AI agent knowledge of Alchemy APIs with agent skills, query live onchain data through MCP, and authenticate autonomously with agent authentication and payment.
- [Agent Skills](https://www.alchemy.com/docs/alchemy-agent-skills.md): Give your AI coding agent full knowledge of every Alchemy API with a single command. Once installed, your agent knows every endpoint, authentication method, pagination pattern, and error handling strategy without any manual prompting.
- [Agent Authentication and Payment](https://www.alchemy.com/docs/alchemy-for-agents.md): Authenticate your AI agent with an EVM or Solana wallet instead of an API key using SIWE and SIWS. Your agent purchases credits with USDC via the x402 payment protocol.
- [Alchemy MCP Server](https://www.alchemy.com/docs/alchemy-mcp-server.md): Give your AI coding agent direct access to 100+ blockchains with 159 tools through the Model Context Protocol.
- [Add Alchemy RPC To Any Project](https://www.alchemy.com/docs/add-alchemy-rpc-to-any-project.md): Learn how to add a server-safe Alchemy JSON RPC endpoint to any project using Cursor
- [Build a Web3 Dashboard](https://www.alchemy.com/docs/web3-dashboard-prompt.md): Learn how to build a Web3 dashboard using Cursor's AI capabilities
- [Learning Alchemy's Data APIs using Cursor](https://www.alchemy.com/docs/data-apis-with-cursor.md): Learn how to use Alchemy's Data APIs step-by-step in Cursor, from low-level primitives to high-level abstractions.
- [Tools Quickstart](https://www.alchemy.com/docs/dashboard-tools-quickstart.md): Guide to show the tools available on the Alchemy Dashboard
- [Sandbox](https://www.alchemy.com/docs/alchemy-sandbox.md): Guide on setting up a request on the Alchemy Sandbox to simulate your app behavior and data requests
- [Alerts](https://www.alchemy.com/docs/dashboard-alerts.md): Guide on setting up and managing dashboard alerts to monitor your app behavior and usage
- [Request Logs](https://www.alchemy.com/docs/alchemy-request-logs.md): Guide on interacting with request logs on the Alchemy Dashboard
- [Roles](https://www.alchemy.com/docs/dashboard-roles.md): Guide to explain the roles available on the Alchemy Dashboard
- [Single Sign-On (SSO)](https://www.alchemy.com/docs/dashboard-sso.md): Guide to explain the Single Sign-On (SSO) available on the Alchemy Dashboard
- [Understanding Transactions](https://www.alchemy.com/docs/understanding-transactions.md)
- [Ethereum Transactions - Pending, Mined, Dropped & Replaced](https://www.alchemy.com/docs/ethereum-transactions-pending-mined-dropped-replaced.md): Explanation for different transaction states on Ethereum and other blockchains and how to handle each state to ensure your transaction gets mined in time.
- [How to Query Transaction Details on Ethereum](https://www.alchemy.com/docs/how-to-get-transaction-details.md): Learn how to get general information about a transaction using the eth_getTransactionReceipt method.
- [Understanding the Transaction Object on Ethereum](https://www.alchemy.com/docs/understanding-the-transaction-object-on-ethereum.md): This guide details each element in the response of the Transaction object returned by eth_getTransactionByHash
- [What are Internal Transactions?](https://www.alchemy.com/docs/what-are-internal-transactions.md): This is an in-depth guide about Internal Transactions on Ethereum and how to retrieve them using the Alchemy Transfers API.
- [How to Handle Checksum Addresses](https://www.alchemy.com/docs/how-to-handle-checksum-addresses.md): Learn what checksum addresses in Ethereum are, why they exist, and how to handle them using the ethers library.
- [Sending Transactions](https://www.alchemy.com/docs/sending-transactions.md)
- [How to Send Transactions on Ethereum](https://www.alchemy.com/docs/how-to-send-transactions-on-ethereum.md): This is a beginner's guide for sending Ethereum transactions in web3.
- [How to Check the Status of a Transaction using its Hash](https://www.alchemy.com/docs/how-to-check-the-status-of-a-transaction-using-its-hash.md): Use a transaction hash and eth_getTransactionReceipt to tell whether a transaction succeeded, reverted, or is still pending.
- [Transaction History](https://www.alchemy.com/docs/transaction-history.md)
- [How to Get the Number of Transactions in a Block](https://www.alchemy.com/docs/how-to-get-the-number-of-transactions-in-a-block.md): This is a simple script to teach you how to communicate with the blockchain and read the number of transactions in a block.
- [How to Get Transaction History for an Address on Ethereum](https://www.alchemy.com/docs/how-to-get-transaction-history-for-an-address-on-ethereum.md): Learn how to get the full transaction history for a smart contract or a user address including external, internal, token, ERC-20, ERC-721 and ERC-1155 token transfers in a single request.
- [How to Get a Contract's First Transfer Event](https://www.alchemy.com/docs/how-to-get-a-contracts-first-transfer-event.md): Retrieve the earliest transfer event for a smart contract using Alchemy's SDK and the Transfers API.
- [How to Get a Contract's Last Transfer Event](https://www.alchemy.com/docs/how-to-get-a-contracts-last-transfer-event.md): Retrieve the most recent transfer event for a smart contract using Alchemy's SDK and the Transfers API.
- [Integrating Historical Transaction Data into your dApp](https://www.alchemy.com/docs/integrating-historical-transaction-data-into-your-dapp.md): Tutorial for integrating transaction history (using the Alchemy Transfers API) into a dApp frontend.
- [How to Get Contract Deployment Transactions in a Block](https://www.alchemy.com/docs/how-to-get-contract-deployment-transactions-in-a-block.md): Learn how to get all the contract creation transactions from a block
- [How to Get All the Contracts Deployed by a Wallet](https://www.alchemy.com/docs/how-to-get-all-the-contracts-deployed-by-a-wallet.md): Learn how to get all the contract addresses deployed by a given wallet address
- [On-chain Events](https://www.alchemy.com/docs/on-chain-events.md)
- [How to Get On-chain Events on Ethereum](https://www.alchemy.com/docs/how-to-get-on-chain-events.md): Learn how to use the eth_getLogs method to query blockchain events
- [Understanding Logs: Deep Dive into eth_getLogs](https://www.alchemy.com/docs/deep-dive-into-eth_getlogs.md): This is a beginner-friendly guide into the commonly used eth_getLogs JSON-RPC call and understanding logs on Ethereum. It discusses some key topics and goes into the complexities and usage of eth_getLogs through an example.
- [Transaction Simulation](https://www.alchemy.com/docs/transaction-simulation.md)
- [Integrating Simulation with 1 line of code](https://www.alchemy.com/docs/integrating-simulation-with-1-line-of-code.md): Learn how to effortlessly integrate Alchemy's Simulation APIs in your code base using just one line of code.
- [Building a MetaMask Snap from scratch](https://www.alchemy.com/docs/building-a-metamask-snap-from-scratch.md): Explore the process of building a MetaMask Snap from scratch that showcases the power of Alchemy's Transaction Simulation APIs.
- [Asset Changes - Explained](https://www.alchemy.com/docs/asset-changes-explained.md): Dive into the Asset Changes API with this detailed example of simulating a transaction to swap 1 USDC for UNI using Uniswap V2.
- [How to simulate a transaction on Ethereum](https://www.alchemy.com/docs/how-to-simulate-a-transaction-on-ethereum.md): Learn how to simulate your transactions on the Ethereum network using Alchemy's Simulation APIs
- [WebSocket Subscriptions](https://www.alchemy.com/docs/websocket-subscriptions.md)
- [How to Subscribe to Mined Transactions via WebSocket Endpoints](https://www.alchemy.com/docs/how-to-subscribe-to-pending-transactions-via-websocket-endpoints.md): Learn how to subscribe to mined transactions via WebSockets, and view the full transactions objects or hashes mined on the network based on specified filters and block tags.
- [How to Subscribe to Pending Transactions via WebSocket Endpoints](https://www.alchemy.com/docs/how-to-subscribe-to-transactions-via-websocket-endpoints.md): Learn how to subscribe to pending transactions via WebSockets, and filters the transactions based on specified from and/or to addresses.
- [How To Create Access Keys](https://www.alchemy.com/docs/how-to-create-access-keys.md): Learn how to create access keys and use them to make requests to Alchemy APIs
- [How To Make HTTP Header-Based API Requests](https://www.alchemy.com/docs/how-to-use-api-keys-in-http-headers.md): Send Alchemy API requests with your API key in the Authorization header instead of the URL.
- [How To Use JWTs For API Requests](https://www.alchemy.com/docs/how-to-use-jwts-for-api-requests.md): Learn how to use JWTs ( JSON Web Tokens ) for making secure API requests with Alchemy.
- [Best Practices for Key Security and Management](https://www.alchemy.com/docs/best-practices-for-key-security-and-management.md): Learn about the best practices for security and management of your keys.
- [How to Add Allowlists to Your Apps for Enhanced Security](https://www.alchemy.com/docs/how-to-add-allowlists-to-your-apps-for-enhanced-security.md): Learn how to limit addresses, domains and IPs that can interact with your app for added security
- [Developer Best Practices](https://www.alchemy.com/docs/developer-best-practices.md)
- [Best Practices When Using Alchemy](https://www.alchemy.com/docs/best-practices-when-using-alchemy.md): Tips to reduce compute unit usage and get the most out of Alchemy, including concurrency, caching, and efficient request patterns.
- [Best Practices for Deploying a Smart Contract on EVM Mainnets](https://www.alchemy.com/docs/best-practices-for-deploying-a-smart-contract-on-evm-mainnets-1.md): Best practices to follow when deploying your contracts to the mainnet.
- [Choosing a Web3 Network](https://www.alchemy.com/docs/choosing-a-web3-network.md): A detailed guide to choosing which network to deploy on for Ethereum, Layer 2s and Solana. Compares Layer 1 chains vs Layer 2 chains as well as Mainnet vs Testnet environments.
- [How to Enable Compression to Speed Up JSON-RPC Blockchain Requests](https://www.alchemy.com/docs/how-to-enable-compression-to-speed-up-json-rpc-blockchain-requests.md): Adding an 'Accept-Encoding: gzip' header to JSON-RPC requests results in roughly a 75% speedup for requests over 100kb. Use this single code change to speed up JSON-RPC requests!
- [Debugging CORS problems for End-Users](https://www.alchemy.com/docs/debugging-cors-problems-for-end-users.md): If your users are experiencing CORS issues here's how to debug them
- [How to Implement Retries](https://www.alchemy.com/docs/how-to-implement-retries.md): Learn how to implement retries in your code to handle errors and improve application reliability.
- [How to set usage limits for your account](https://www.alchemy.com/docs/how-to-set-usage-limits-and-alerts-for-your-account.md): Learn to manage your Alchemy account wisely by setting usage limits ensuring you never overspend.
- [How to Get the Latest Block on Ethereum](https://www.alchemy.com/docs/how-to-get-the-latest-block-on-ethereum.md): Don't know where to start? This guide will walk you through writing a simple web3 script to get the latest block number from the Ethereum mainnet using Alchemy.
- [What are Uncle Blocks?](https://www.alchemy.com/docs/what-are-uncle-blocks.md): Uncle blocks are blocks that did not get mined onto the canonical chain. When two or more miners produce blocks at nearly the same time, uncle blocks are created.
- [What is Archive Data on Ethereum?](https://www.alchemy.com/docs/what-is-archive-data-on-ethereum.md): Archive data is data on the blockchain that is older than 128 blocks, which is approximately 4 epochs or 25.6 minutes old
- [Internal Playbook: Upgrading Ethereum Nodes](https://www.alchemy.com/docs/internal-playbook-upgrading-ethereum-nodes.md): Check out this internal playbook for why, when, and how we upgrade our Ethereum nodes for our users 🚀
- [How to Calculate Ethereum Miner Rewards](https://www.alchemy.com/docs/how-to-calculate-ethereum-miner-rewards.md): Tutorial on how to calculate miner rewards for a single Ethereum block
- [Worldchain](https://www.alchemy.com/docs/snapshots/worldchain.md): View current network statistics and performance data for Worldchain on Alchemy.
- [Avalanche](https://www.alchemy.com/docs/snapshots/avalanche.md): View current network statistics and performance data for Avalanche on Alchemy.
- [Aptos](https://www.alchemy.com/docs/snapshots/aptos.md): View current network statistics and performance data for Aptos on Alchemy.
- [Shape](https://www.alchemy.com/docs/snapshots/shape.md): View current network statistics and performance data for Shape on Alchemy.
- [Ink](https://www.alchemy.com/docs/snapshots/ink.md): View current network statistics and performance data for Ink on Alchemy.
- [Soneium](https://www.alchemy.com/docs/snapshots/soneium.md): View current network statistics and performance data for Soneium on Alchemy.
- [Unichain](https://www.alchemy.com/docs/snapshots/unichain.md): View current network statistics and performance data for Unichain on Alchemy.
- [Blockchain Basics](https://www.alchemy.com/docs/blockchain-basics.md)
- [What is a blockchain?](https://www.alchemy.com/docs/what-is-a-blockchain.md): A blockchain is a network of computers that agree upon a common state of data. It is a decentralized system that is resistant to censorship and control.
- [What is Proof of Work?](https://www.alchemy.com/docs/proof-of-work.md): Proof of Work is a computationally expensive challenge for computers used to control difficulty and secure a blockchain network through mining, where nodes are financially incentivized to find hashes of data.
- [What are blockchain consensus mechanisms?](https://www.alchemy.com/docs/what-are-blockchain-consensus-mechanisms.md): Blockchain consensus mechanisms are rules that a distributed and decentralized blockchain network follows to agree on what is considered valid.
- [What does a blockchain network look like?](https://www.alchemy.com/docs/what-are-blockchain-networks.md): A blockchain network is a distributed database with nodes worldwide achieving decentralized consensus.
- [What is a 51% attack?](https://www.alchemy.com/docs/51-percent-attack.md): A 51% attack occurs when a miner group controls over 50% of a network, allowing them to double-spend transactions. It's costly and requires more than 51% resources.
- [What is the Bitcoin genesis block?](https://www.alchemy.com/docs/bitcoin-genesis-block.md): The Bitcoin genesis block is the very first \block\ of transactions ever confirmed on the Bitcoin blockchain after launching.
- [UTXO vs. Account Models](https://www.alchemy.com/docs/utxo-vs-account-models.md): Bitcoin uses UTXO model for user balances, Ethereum and EVM chains use account model. UTXOs are non-fungible and spent once, accounts track overall balance.
- [Web3 Glossary](https://www.alchemy.com/docs/web3-glossary.md): All words and definitions related to Blockchain and Ethereum.
- [Blockchain 101](https://www.alchemy.com/docs/blockchain-101.md): Blockchain basics for developer topics.
- [Cryptography Basics](https://www.alchemy.com/docs/cryptography-basics.md)
- [What is Public Key Cryptography?](https://www.alchemy.com/docs/public-key-cryptography.md): Public Key Cryptography uses a public and private key to encrypt and decrypt messages. It's also called asymmetric encryption and used in RSA and ECDSA.
- [What is a hashing algorithm?](https://www.alchemy.com/docs/hashing-algorithm.md): A hashing algorithm reduces any input to a unique fixed-sized output. Cryptographic hashing algorithms are one-way, produce the same output for the same input, and have rare collisions.
- [How do tree data structures work?](https://www.alchemy.com/docs/tree-data-structures.md): Tree data structures are hierarchical structures used to store and organize data. They consist of nodes, with a parent-child relationship, and can have different enforcements such as being binary or a binary search tree.
- [What are Merkle trees?](https://www.alchemy.com/docs/what-are-merkle-trees.md): Merkle Trees are a data structure used to efficiently verify that data belongs in a larger set of data. They are commonly used in Peer to Peer networks to increase scalability.
- [How are Merkle trees used in blockchains?](https://www.alchemy.com/docs/merkle-trees-in-blockchains.md): Merkle trees store transaction data efficiently in blockchains. The root hash is committed, reducing blockchain size. Merkle proofs verify data efficiently. They are space and computationally efficient, good for scalability and decentralization.
- [What are Patricia Merkle Tries?](https://www.alchemy.com/docs/patricia-merkle-tries.md): Patricia Merkle Tries combine a radix trie with a Merkle tree to store key-value pairs and verify data integrity, ideal for editing and storing ephemeral data.
- [Ethereum Basics](https://www.alchemy.com/docs/ethereum-basics.md)
- [What is Ethereum?](https://www.alchemy.com/docs/what-is-ethereum.md): Ethereum is a decentralized blockchain platform that enables the creation of smart contracts and decentralized applications (dApps) using its native cryptocurrency, Ether (ETH).
- [What is Proof of Stake?](https://www.alchemy.com/docs/what-is-proof-of-stake.md): Proof of Stake in Ethereum requires validators to stake 32ETH instead of mining with electricity, resulting in a secure, scalable, and energy-efficient network. Block finality should be considered when requesting data.
- [How does Ethereum gas work?](https://www.alchemy.com/docs/ethereum-gas.md): Ethereum gas is the cost of executing operations. Demand determines the price, with a base fee to incentivize transactions. The fee is burned, and miners receive tips.
- [What are Ethereum Accounts?](https://www.alchemy.com/docs/ethereum-accounts.md): Ethereum has two types of accounts: externally owned accounts (EOAs) and contract accounts. EOAs are like Bitcoin key pairs, while contract accounts are for smart contracts.
- [How to Read Data with JSON-RPC](https://www.alchemy.com/docs/how-to-read-data-with-json-rpc.md): We use JSON-RPC to communicate with Ethereum. All nodes have a JSON-RPC interface for read requests. Signed JSON-RPC requests are needed for writing.
- [How to create a JSON REST API for Ethereum](https://www.alchemy.com/docs/create-json-rest-api.md): Use ExpressJS to create a server with endpoints for HTTP verbs. Parse JSON input with app.use() and test with axios library.
- [What are Ethereum nodes?](https://www.alchemy.com/docs/ethereum-nodes.md): Ethereum nodes uphold network integrity and data. Full nodes store and validate all blocks and transactions locally. Ethereum uses Merkle Patricia Tries for data storage.
- [How do Ethereum transactions work?](https://www.alchemy.com/docs/how-ethereum-transactions-work.md): Ethereum transactions involve sending ether or tokens from one address to another, with fees paid in gas to incentivize miners to process the transaction on the blockchain.
- [Introduction to Ethereum Frontend Libraries](https://www.alchemy.com/docs/ethereum-frontend-libraries.md): Ethers.js and web3.js are popular Ethereum Javascript libraries for JSON-RPC protocol interaction. Ethers.js is lightweight, well-tested, and ideal for new projects.
- [Solidity Basics](https://www.alchemy.com/docs/solidity-basics.md)
- [What is Hardhat?](https://www.alchemy.com/docs/what-is-hardhat.md): Hardhat is a dev environment for Ethereum smart contracts that enables compiling, deploying, testing, and debugging. It has local testing, Solidity compilation, and easy contract deployment.
- [What is Solidity Syntax?](https://www.alchemy.com/docs/what-is-solidity-syntax.md): Solidity is a programming language used to write smart contracts on the Ethereum blockchain. It has a syntax similar to JavaScript and is used to define the rules and logic of the contract.
- [How does Solidity work with the EVM?](https://www.alchemy.com/docs/how-does-solidity-work.md): Solidity compiles to bytecode for the Ethereum Virtual Machine. It's less abstract than JavaScript, and inefficiency can be costly due to blockchain storage and operation fees.
- [Solidity vs. JavaScript: Similarities & Differences](https://www.alchemy.com/docs/solidity-vs-javascript.md): Solidity and JavaScript share similarities in syntax, but differ in version control, type declaration, and use of \this\ keyword. Solidity has static typing and supports tuples.
- [How do Solidity functions work?](https://www.alchemy.com/docs/solidity-functions.md): Solidity functions use function keyword, can be view or pure , and have visibility levels: public , external , internal , private .
- [How to Modify State Variables](https://www.alchemy.com/docs/how-to-modify-state-variables.md): In this guide, we will set up a simple Hardhat project structure, add a contract with a state variable and a function to modify it. We will then write a quick test to make sure the function modifies the state variable as expected - let's get to it! 📘 Hardhat is one of the ultimate web3 development ...
- [What does it mean to revert transactions?](https://www.alchemy.com/docs/revert-transactions.md): Reverting a transaction erases all state changes and stops execution, but the sender still pays for gas and it can be included in a block.
- [How do Solidity Mappings work?](https://www.alchemy.com/docs/solidity-mappings.md): Solidity mappings store key-value pairs in a structured and deterministic way, useful for address association. They enable efficient searching and can be nested for complex relationships.
- [What are Solidity events?](https://www.alchemy.com/docs/solidity-events.md): Solidity events log information to the blockchain outside of smart contracts' storage variables using the event keyword. They're emitted by smart contracts and read by connected code.
- [How do Solidity arrays work?](https://www.alchemy.com/docs/how-solidity-arrays-work.md): Solidity arrays can be fixed or dynamic, with access to .length . Dynamic storage arrays have .push() and .pop() . Structs group data for record-keeping.
- [How do Solidity structs work?](https://www.alchemy.com/docs/how-do-solidity-structs-work.md): Solidity structs create custom data types for record-keeping, combining with arrays and functions to add, retrieve, and update records. They can be protected by checking msg.sender.
- [Smart Contract Basics](https://www.alchemy.com/docs/smart-contract-basics.md)
- [How do smart contracts communicate?](https://www.alchemy.com/docs/smart-contract-communication.md): Smart contracts use their ABI to define functions, encode contract calls for the EVM, and read data from transactions.
- [How to Unit Test a Smart Contract](https://www.alchemy.com/docs/how-to-unit-test-a-smart-contract.md): To unit test a Solidity smart contract using Hardhat, set up a project structure, add a Faucet.sol contract file, and create a test file structure. Use describe and it functions to define the test suite and targets. Test withdraw() , destroyFaucet() , and withdrawAll() functions.
- [How do smart contract ABIs work?](https://www.alchemy.com/docs/smart-contract-abi.md): Smart contracts produce two artifacts: ABI (human-readable interface) and bytecode (machine-readable program) necessary for front-end tools to communicate with Ethereum computer.
- [What are multi-signature contracts?](https://www.alchemy.com/docs/multi-sig-contracts.md): Multi-signature contracts require multiple signatures for transactions, providing security against lost or compromised keys. Gnosis Safe is a multi-signature smart contract deployer on Ethereum.
- [What is Smart Contract inheritance?](https://www.alchemy.com/docs/smart-contract-inheritance.md): Smart Contract inheritance allows creating new contracts that inherit variables and functions, saving time and effort in developing new contracts.
- [What is an ERC-20 token?](https://www.alchemy.com/docs/what-is-erc-20.md): An ERC-20 token is an Ethereum network asset representation, like company shares, reward points, or cryptocurrency. It's a standard for compatibility and app development.
- [What are NFTs?](https://www.alchemy.com/docs/what-are-nfts.md): NFTs are unique blockchain tokens that represent ownership, including real-world objects. They store metadata off-chain using decentralized file networks like IPFS.
- [What are upgradeable smart contracts?](https://www.alchemy.com/docs/upgradeable-smart-contracts.md): Upgradeable smart contracts use three contracts: Proxy, Implementation, and ProxyAdmin. This pattern enables iterative releases and patching of source code.
- [What is Smart Contract Storage Layout?](https://www.alchemy.com/docs/smart-contract-storage-layout.md): Contract storage layout refers to the rules governing how contracts’ storage variables are laid out in long-term memory.
- [When to use Storage vs. Memory vs. Calldata in Solidity](https://www.alchemy.com/docs/when-to-use-storage-vs-memory-vs-calldata-in-solidity.md): Learn about the different data locations in Solidity and when to them
- [What is the difference between Memory and Calldata in Solidity?](https://www.alchemy.com/docs/what-is-the-difference-between-memory-and-calldata-in-solidity.md): Learn about the differences between the memory and calldata storage options in Solidity
- [What are Payable Functions in Solidity?](https://www.alchemy.com/docs/solidity-payable-functions.md): Learn about payable functions in Solidity, their importance in handling Ether deposits, and how to create and use them in smart contracts.
- [How to Get a Smart Contract's Balance in Solidity](https://www.alchemy.com/docs/how-to-get-a-smart-contracts-balance-in-solidity.md): Learn how to get any smart contract's balance in Solidity
- [How to Send Value from Within a Smart Contract Using Solidity](https://www.alchemy.com/docs/how-to-send-value-from-within-a-smart-contract-using-solidity.md): Learn how you can send Ether through a smart contract
- [How to Interpret Binaries in Solidity](https://www.alchemy.com/docs/how-to-interpret-binaries-in-solidity.md): What is an Application Binary Interface (ABI)? What are binaries in Solidity?
- [How to Interact with ERC-20 tokens in Solidity](https://www.alchemy.com/docs/how-to-interact-with-erc-20-tokens-in-solidity.md): Learn how to interact with, and build on top of existing ERC-20 tokens using Solidity
- [How to Interact with ERC-721 Tokens in Solidity](https://www.alchemy.com/docs/how-to-interact-with-erc-721-tokens-in-solidity.md): Learn how to interact with, and build on top of existing ERC-721 tokens using Solidity
- [How to Make Your Dapp Compatible With Smart Contract Wallets Using ERC-1271](https://www.alchemy.com/docs/how-to-make-your-dapp-compatible-with-smart-contract-wallets.md): Learn how to verify signatures of smart contract wallets in your dapp by implementing ERC-1271.
- [How to Verify a Message Signature on Ethereum](https://www.alchemy.com/docs/how-to-verify-a-message-signature-on-ethereum.md): This tutorial will teach you how to sign and verify a message signature using Web3.js and Ethers.js
- [Hello World Solana Program](https://www.alchemy.com/docs/hello-world-solana-program.md)
- [How to Integrate a Solana Program with a Web3 Application](https://www.alchemy.com/docs/hello-world-solana-application.md): Step-by-step guide to integrating, calling, and interacting with a Solana on-chain program using Rust and Alchemy's Solana RPC from your own application.
- [How to Deploy a Smart Contract to the Sepolia Testnet](https://www.alchemy.com/docs/how-to-deploy-a-smart-contract-to-the-sepolia-testnet.md): Learn how to deploy smart contracts to the Sepolia testnet, the preferred Ethereum blockchain for testing decentralized applications.

## Node

- [Node API Overview](https://www.alchemy.com/docs/node.md): Low-level, chain-agnostic access to blockchains (RPC, WebSockets, tracing, debugging)
- [Supported Chains](https://www.alchemy.com/docs/reference/node-supported-chains.md): Use the Node API for low-level access to Alchemy-supported blockchains
- [Subscription API Overview](https://www.alchemy.com/docs/reference/subscription-api.md): Learn how to subscribe to pending transactions, log events, new blocks and more using WebSockets on Ethereum, Polygon, Arbitrum, and Optimism.
- [Best Practices for Using WebSockets in Web3](https://www.alchemy.com/docs/reference/best-practices-for-using-websockets-in-web3.md): How to use websockets when building on Ethereum, Polygon, Optimism, and Arbitrum.
- [Subscription API Endpoints](https://www.alchemy.com/docs/reference/subscription-api-endpoints.md)
- [alchemy_minedTransactions](https://www.alchemy.com/docs/reference/alchemy-minedtransactions.md): Emits full transaction objects or hashes that are mined on the network based on provided filters and block tags.
- [alchemy_pendingTransactions](https://www.alchemy.com/docs/reference/alchemy-pendingtransactions.md): Emits full transaction objects or hashes that are sent to the network, marked as pending, based on provided filters.
- [newPendingTransactions](https://www.alchemy.com/docs/reference/newpendingtransactions.md): Emits transaction hashes that are sent to the network and marked as \pending\.
- [newHeads](https://www.alchemy.com/docs/reference/newheads.md): Emits new blocks that are added to the blockchain.
- [logs](https://www.alchemy.com/docs/reference/logs.md): Emits logs attached to a new block that match certain topic filters.
- [monadNewHeads](https://www.alchemy.com/docs/reference/monadnewheads.md): Fires a notification each time as soon as a block is Proposed and the node has a chance to speculatively execute.
- [monadLogs](https://www.alchemy.com/docs/reference/monadlogs.md): Returns logs (that match a given filter) as soon as the block is Proposed.
- [Overview](https://www.alchemy.com/docs/reference/yellowstone-grpc-overview.md): Overview of Yellowstone gRPC - High-performance real-time Solana data streaming
- [Quickstart](https://www.alchemy.com/docs/reference/yellowstone-grpc-quickstart.md): Get started with Yellowstone gRPC streaming in minutes
- [API Reference](https://www.alchemy.com/docs/reference/yellowstone-grpc-api-overview.md)
- [Subscribe Request](https://www.alchemy.com/docs/reference/yellowstone-grpc-subscribe-request.md): Comprehensive guide to the SubscribeRequest structure and configuration
- [Subscribe to Slots](https://www.alchemy.com/docs/reference/yellowstone-grpc-subscribe-slots.md): Track Solana slot progression and chain state in real-time
- [Subscribe to Transactions](https://www.alchemy.com/docs/reference/yellowstone-grpc-subscribe-transactions.md): Stream Solana transactions in real-time with powerful filtering options
- [Subscribe to Accounts](https://www.alchemy.com/docs/reference/yellowstone-grpc-subscribe-accounts.md): Monitor Solana account changes in real-time with account subscriptions
- [Subscribe to Blocks](https://www.alchemy.com/docs/reference/yellowstone-grpc-subscribe-blocks.md): Stream complete Solana block data in real-time
- [Code Examples](https://www.alchemy.com/docs/reference/yellowstone-grpc-examples.md): Practical Rust examples for Yellowstone gRPC
- [Best Practices](https://www.alchemy.com/docs/reference/yellowstone-grpc-best-practices.md): Essential tips and patterns for production Yellowstone gRPC applications
- [Trace API Overview](https://www.alchemy.com/docs/reference/trace-api-quickstart.md): The Trace API provides insights into transaction processing and on-chain activity.
- [trace_block](https://www.alchemy.com/docs/node/trace-api/trace-api-endpoints/trace-block.md): Returns traces created at a given block.
- [trace_call](https://www.alchemy.com/docs/node/trace-api/trace-api-endpoints/trace-call.md): Executes a call and returns one or more possible traces.
- [trace_filter](https://www.alchemy.com/docs/node/trace-api/trace-api-endpoints/trace-filter.md): Returns traces matching a given filter.
- [trace_get](https://www.alchemy.com/docs/node/trace-api/trace-api-endpoints/trace-get.md): Returns the trace at a given position for a transaction.
- [trace_rawTransaction](https://www.alchemy.com/docs/node/trace-api/trace-api-endpoints/trace-raw-transaction.md): Traces a call to eth_sendRawTransaction without executing it, returning the traces.
- [trace_replayBlockTransactions](https://www.alchemy.com/docs/node/trace-api/trace-api-endpoints/trace-replay-block-transactions.md): Replays all transactions in a block, returning the requested traces for each transaction.
- [trace_replayTransaction](https://www.alchemy.com/docs/node/trace-api/trace-api-endpoints/trace-replay-transaction.md): Traces a call to eth_sendRawTransaction without executing it, returning the traces.
- [trace_transaction](https://www.alchemy.com/docs/node/trace-api/trace-api-endpoints/trace-transaction.md): Returns all traces of a given transaction.
- [Trace API Resources](https://www.alchemy.com/docs/reference/what-are-evm-traces.md)
- [Trace API vs. Debug API](https://www.alchemy.com/docs/reference/trace-api-vs-debug-api.md): The differences between the Trace API by Openethereum and the Debug API by Geth
- [What is trace_transaction?](https://www.alchemy.com/docs/reference/what-is-trace_transaction.md): Learn what the trace_transaction method is, how to use it on EVM blockchains, and test an example use case.
- [What is trace_block?](https://www.alchemy.com/docs/reference/what-is-trace_block.md): Learn what the trace_block method is, how to use it on EVM blockchains, and test an example use case.
- [What is trace_filter?](https://www.alchemy.com/docs/reference/what-is-trace_filter.md): Learn what the trace_filter method is, how to use it on EVM blockchains, and test an example use case.
- [trace_call vs debug_traceCall](https://www.alchemy.com/docs/reference/trace_call-vs-debug_tracecall.md): The differences between the trace_call method by OpenEthereum and the debug_traceCall method by Geth
- [Debug API Overview](https://www.alchemy.com/docs/reference/debug-api-quickstart.md): The Debug API provides deeper insights into transaction processing and on-chain activity.
- [debug_getRawBlock](https://www.alchemy.com/docs/node/debug-api/debug-api-endpoints/debug-get-raw-block.md): Returns an RLP-encoded block.
- [debug_getRawHeader](https://www.alchemy.com/docs/node/debug-api/debug-api-endpoints/debug-get-raw-header.md): Returns an RLP-encoded header.
- [debug_getRawReceipts](https://www.alchemy.com/docs/node/debug-api/debug-api-endpoints/debug-get-raw-receipts.md): Returns an array of EIP-2718 binary-encoded receipts.
- [debug_traceBlockByHash](https://www.alchemy.com/docs/node/debug-api/debug-api-endpoints/debug-trace-block-by-hash.md): Replays the block that is already present in the database.
- [debug_traceBlockByNumber](https://www.alchemy.com/docs/node/debug-api/debug-api-endpoints/debug-trace-block-by-number.md): Replays the block that is already present in the database.
- [debug_traceCall](https://www.alchemy.com/docs/node/debug-api/debug-api-endpoints/debug-trace-call.md): Runs an eth_call within the context of the given block execution using the final state of parent block as the base.
- [debug_traceCallMany](https://www.alchemy.com/docs/node/debug-api/debug-api-endpoints/debug-trace-call-many.md): Runs multiple eth_call requests within the context of the given block execution using the final state of the parent block as the base. Each bundle can contain multiple transactions and optional block overrides. Returns nested arrays of traces (outer array per bundle, inner array per transaction).
- [debug_traceTransaction](https://www.alchemy.com/docs/node/debug-api/debug-api-endpoints/debug-trace-transaction.md): Attempts to run the transaction in the exact same manner as it was executed on the network.

## Data

- [Data API Overview](https://www.alchemy.com/docs/data.md): Use Alchemy Data to build and scale your business
- [Portfolio API Overview](https://www.alchemy.com/docs/reference/portfolio-apis.md): Everything you need to view onchain assets.
- [Tokens By Wallet](https://www.alchemy.com/docs/data/portfolio-apis/portfolio-api-endpoints/portfolio-api-endpoints/get-tokens-by-address.md): Tokens By Wallet
- [Token Balances By Wallet](https://www.alchemy.com/docs/data/portfolio-apis/portfolio-api-endpoints/portfolio-api-endpoints/get-token-balances-by-address.md): Token Balances By Wallet
- [NFTs By Wallet](https://www.alchemy.com/docs/data/portfolio-apis/portfolio-api-endpoints/portfolio-api-endpoints/get-nfts-by-address.md): NFTs By Wallet
- [NFT Collections By Wallet](https://www.alchemy.com/docs/data/portfolio-apis/portfolio-api-endpoints/portfolio-api-endpoints/get-nft-contracts-by-address.md): NFT Collections By Wallet
- [Token API Overview](https://www.alchemy.com/docs/reference/token-api-overview.md): Learn about Alchemy's Token APIs.
- [Token API Quickstart](https://www.alchemy.com/docs/reference/token-api-quickstart.md): A new developer's guide to using the Token API and getting token information. Query Token data using alchemy-web3 (recommended) or fetch.
- [alchemy_getTokenAllowance](https://www.alchemy.com/docs/data/token-api/token-api-endpoints/alchemy-get-token-allowance.md): Returns the token allowance by spender for a given owner.
- [alchemy_getTokenBalances](https://www.alchemy.com/docs/data/token-api/token-api-endpoints/alchemy-get-token-balances.md): Returns ERC-20 token balances for a given address.
- [alchemy_getTokenMetadata](https://www.alchemy.com/docs/data/token-api/token-api-endpoints/alchemy-get-token-metadata.md): Returns metadata for a given token contract (name, symbol, decimals, logo).
- [Transfers API Overview](https://www.alchemy.com/docs/reference/transfers-api-quickstart.md): The Transfers API allows you to easily fetch historical transactions for any address without having to scan the entire chain and index everything for each of your users.
- [alchemy_getAssetTransfers](https://www.alchemy.com/docs/data/transfers-api/transfers-endpoints/alchemy-get-asset-transfers.md): The Transfers API allows you to easily fetch historical transactions for any address across Ethereum and supported L2s including Base, Polygon, Arbitrum, and Optimism (internal transfer data is only available on Ethereum Mainnet and Polygon Mainnet).
- [Prices API Quickstart](https://www.alchemy.com/docs/reference/prices-api-quickstart.md): A new developer's guide to fetching current and historical token prices via the Prices API.
- [Token Prices By Symbol](https://www.alchemy.com/docs/data/prices-api/prices-api-endpoints/prices-api-endpoints/get-token-prices-by-symbol.md): Token Prices By Symbol
- [Token Prices By Address](https://www.alchemy.com/docs/data/prices-api/prices-api-endpoints/prices-api-endpoints/get-token-prices-by-address.md): Token Prices By Address
- [Historical Token Prices](https://www.alchemy.com/docs/data/prices-api/prices-api-endpoints/prices-api-endpoints/get-historical-token-prices.md): Historical Token Prices
- [Prices API FAQ](https://www.alchemy.com/docs/reference/prices-api-faq.md): Commonly asked questions when using Alchemy's Prices API for fungible token prices.
- [NFT API Overview](https://www.alchemy.com/docs/reference/nft-api-overview.md): Explore Alchemy's NFT API endpoints for querying NFT metadata, ownership, and collection data across supported chains.
- [NFT API Quickstart](https://www.alchemy.com/docs/reference/nft-api-quickstart.md): Send your first NFT API request with Alchemy in minutes using cURL, the SDK, or the dashboard.
- [Solana DAS API](https://www.alchemy.com/docs/reference/alchemy-das-apis-for-solana.md)
- [getAsset](https://www.alchemy.com/docs/reference/alchemy-das-apis-for-solana/solana-das-api-endpoints/get-asset.md): Returns information about a single digital asset.
- [getAssetProof](https://www.alchemy.com/docs/reference/alchemy-das-apis-for-solana/solana-das-api-endpoints/get-asset-proof.md): Returns the merkle proof for a compressed digital asset.
- [getAssetProofs](https://www.alchemy.com/docs/reference/alchemy-das-apis-for-solana/solana-das-api-endpoints/get-asset-proofs.md): Returns merkle proofs for multiple compressed digital assets.
- [getAssets](https://www.alchemy.com/docs/reference/alchemy-das-apis-for-solana/solana-das-api-endpoints/get-assets.md): Returns information about multiple digital assets.
- [getAssetsByAuthority](https://www.alchemy.com/docs/reference/alchemy-das-apis-for-solana/solana-das-api-endpoints/get-assets-by-authority.md): Returns assets filtered by their authority.
- [getAssetsByCreator](https://www.alchemy.com/docs/reference/alchemy-das-apis-for-solana/solana-das-api-endpoints/get-assets-by-creator.md): Returns assets created by the specified address.
- [getAssetsByGroup](https://www.alchemy.com/docs/reference/alchemy-das-apis-for-solana/solana-das-api-endpoints/get-assets-by-group.md): Returns assets filtered by their group information.
- [getAssetsByOwner](https://www.alchemy.com/docs/reference/alchemy-das-apis-for-solana/solana-das-api-endpoints/get-assets-by-owner.md): Returns assets owned by the specified address.
- [getAssetSignatures](https://www.alchemy.com/docs/reference/alchemy-das-apis-for-solana/solana-das-api-endpoints/get-asset-signatures.md): Returns signatures for transactions that have interacted with the given asset.
- [getNftEditions](https://www.alchemy.com/docs/reference/alchemy-das-apis-for-solana/solana-das-api-endpoints/get-nft-editions.md): Returns all editions of a given master NFT.
- [getTokenAccounts](https://www.alchemy.com/docs/reference/alchemy-das-apis-for-solana/solana-das-api-endpoints/get-token-accounts.md): Returns token accounts based on the specified filters.
- [searchAssets](https://www.alchemy.com/docs/reference/alchemy-das-apis-for-solana/solana-das-api-endpoints/search-assets.md): Search for assets using a complex set of filter criteria.
- [NFT API Endpoints](https://www.alchemy.com/docs/reference/nft-api-endpoints.md)
- [NFTs By Owner](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-ownership-endpoints/get-nf-ts-for-owner-v-3.md): NFTs By Owner
- [Owners By NFT](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-ownership-endpoints/get-owners-for-nft-v-3.md): Owners By NFT
- [Owners By Contract](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-ownership-endpoints/get-owners-for-contract-v-3.md): Owners By Contract
- [Is Holder Of Contract](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-ownership-endpoints/is-holder-of-contract-v-3.md): Is Holder Of Contract
- [Contracts By Owner](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-ownership-endpoints/get-contracts-for-owner-v-3.md): Contracts By Owner
- [Collections By Owner](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-ownership-endpoints/get-collections-for-owner-v-3.md): Collections By Owner
- [NFTs By Contract](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-metadata-endpoints/get-nf-ts-for-contract-v-3.md): NFTs By Contract
- [NFTs By Collection](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-metadata-endpoints/get-nf-ts-for-collection-v-3.md): NFTs By Collection
- [NFT Metadata By Token ID](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-metadata-endpoints/get-nft-metadata-v-3.md): NFT Metadata By Token ID
- [NFT Metadata By Token ID [Batch]](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-metadata-endpoints/get-nft-metadata-batch-v-3.md): NFT Metadata By Token ID [Batch]
- [Contract Metadata By Address](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-metadata-endpoints/get-contract-metadata-v-3.md): Contract Metadata By Address
- [Collection Metadata By Slug](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-metadata-endpoints/get-collection-metadata-v-3.md): Collection Metadata By Slug
- [Invalidate Contract Cache](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-metadata-endpoints/invalidate-contract-v-3.md): Invalidate Contract Cache
- [Contract Metadata By Address [Batch]](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-metadata-endpoints/get-contract-metadata-batch-v-3.md): Contract Metadata By Address [Batch]
- [Attributes Summary By Contract](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-metadata-endpoints/summarize-nft-attributes-v-3.md): Attributes Summary By Contract
- [Search Contract Metadata](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-metadata-endpoints/search-contract-metadata-v-3.md): Search Contract Metadata
- [Attribute Rarity By NFT](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-metadata-endpoints/compute-rarity-v-3.md): Attribute Rarity By NFT
- [Refresh NFT Metadata](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-metadata-endpoints/refresh-nft-metadata-v-3.md): Refresh NFT Metadata
- [Spam Contracts](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-spam-endpoints/get-spam-contracts-v-3.md): Spam Contracts
- [Is Spam Contract](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-spam-endpoints/is-spam-contract-v-3.md): Is Spam Contract
- [Is Airdrop NFT](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-spam-endpoints/is-airdrop-nft-v-3.md): Is Airdrop NFT
- [Report Spam Address](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-spam-endpoints/report-spam-v-3.md): Report Spam Address
- [Floor Prices By Slug](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-sales-endpoints/get-floor-price-v-3.md): Floor Prices By Slug
- [NFT Sales](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-sales-endpoints/get-nft-sales-v-3.md): NFT Sales
- [getNFTs](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-api-v-2-methods-older-version/get-nf-ts.md): getNFTs
- [getNFTMetadata](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-api-v-2-methods-older-version/get-nft-metadata.md): getNFTMetadata
- [getNFTMetadataBatch](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-api-v-2-methods-older-version/get-nft-metadata-batch.md): getNFTMetadataBatch
- [getContractMetadata](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-api-v-2-methods-older-version/get-contract-metadata.md): getContractMetadata
- [getContractMetadataBatch](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-api-v-2-methods-older-version/get-contract-metadata-batch.md): getContractMetadataBatch
- [getNFTsForCollection](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-api-v-2-methods-older-version/get-nf-ts-for-collection.md): getNFTsForCollection
- [getOwnersForToken](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-api-v-2-methods-older-version/get-owners-for-token.md): getOwnersForToken
- [getOwnersForCollection](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-api-v-2-methods-older-version/get-owners-for-collection.md): getOwnersForCollection
- [getSpamContracts](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-api-v-2-methods-older-version/get-spam-contracts.md): getSpamContracts
- [isSpamContract](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-api-v-2-methods-older-version/is-spam-contract.md): isSpamContract
- [isAirdrop](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-api-v-2-methods-older-version/is-airdrop.md): isAirdrop
- [invalidateContract](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-api-v-2-methods-older-version/invalidate-contract.md): invalidateContract
- [getFloorPrice](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-api-v-2-methods-older-version/get-floor-price.md): getFloorPrice
- [computeRarity](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-api-v-2-methods-older-version/compute-rarity.md): computeRarity
- [searchContractMetadata](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-api-v-2-methods-older-version/search-contract-metadata.md): searchContractMetadata
- [summarizeNFTAttributes](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-api-v-2-methods-older-version/summarize-nft-attributes.md): summarizeNFTAttributes
- [isHolderOfCollection](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-api-v-2-methods-older-version/is-holder-of-collection.md): isHolderOfCollection
- [getNFTSales](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-api-v-2-methods-older-version/get-nft-sales.md): getNFTSales
- [getContractsForOwner](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-api-v-2-methods-older-version/get-contracts-for-owner.md): getContractsForOwner
- [reportSpam](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-api-v-2-methods-older-version/report-spam.md): reportSpam
- [NFT API FAQ](https://www.alchemy.com/docs/reference/nft-api-faq.md): Frequently Asked Questions regarding our NFT API
- [Webhooks Overview](https://www.alchemy.com/docs/reference/webhooks-overview.md): Monitor onchain activity in real time with Alchemy webhooks for address, mined transaction, and dropped transaction events.
- [Webhooks Quickstart Guides](https://www.alchemy.com/docs/reference/notify-api-quickstart.md)
- [Custom Webhooks Query Examples](https://www.alchemy.com/docs/reference/custom-webhooks-example.md): List of sample GraphQL queries that Alchemy supports
- [Custom Webhook Filters](https://www.alchemy.com/docs/reference/custom-webhook-filters.md): Understand what filters are available for Custom Webhooks and how to use them
- [Custom Webhook Variables](https://www.alchemy.com/docs/reference/custom-webhook-variables.md): Understand how Custom Webhook variables work and how to use them
- [Webhook Types](https://www.alchemy.com/docs/reference/webhook-types.md)
- [Custom Webhook](https://www.alchemy.com/docs/reference/custom-webhook.md): Track any smart contract or marketplace activity, monitor any contract creation, or ingest any other on-chain interaction. Infinite data access with precise filter controls.
- [Address Activity Webhook](https://www.alchemy.com/docs/reference/address-activity-webhook.md): Get real-time updates of value and token transfers for the addresses that you track using the Address Activity webhook
- [NFT Activity Webhook](https://www.alchemy.com/docs/reference/nft-activity-webhook.md): Get real-time updates when an NFT is transferred from the NFT collections that you track using the NFT Activity webhook
- [Get Variable Elements](https://www.alchemy.com/docs/data/webhooks/webhooks-api-endpoints/notify-api-endpoints/read-custom-webhook-variable.md): Get Variable Elements
- [Create a Variable](https://www.alchemy.com/docs/data/webhooks/webhooks-api-endpoints/notify-api-endpoints/create-custom-webhook-variable.md): Create a Variable
- [Delete a Variable](https://www.alchemy.com/docs/data/webhooks/webhooks-api-endpoints/notify-api-endpoints/delete-custom-webhook-variable.md): Delete a Variable
- [Update a Variable](https://www.alchemy.com/docs/data/webhooks/webhooks-api-endpoints/notify-api-endpoints/update-custom-webhook-variable.md): Update a Variable
- [Get all webhooks](https://www.alchemy.com/docs/data/webhooks/webhooks-api-endpoints/notify-api-endpoints/team-webhooks.md): Get all webhooks
- [Get all addresses for an Address Activity webhook](https://www.alchemy.com/docs/data/webhooks/webhooks-api-endpoints/notify-api-endpoints/webhook-addresses.md): Get all addresses for an Address Activity webhook
- [Create webhook](https://www.alchemy.com/docs/data/webhooks/webhooks-api-endpoints/notify-api-endpoints/create-webhook.md): Create webhook
- [Add and remove webhook addresses](https://www.alchemy.com/docs/data/webhooks/webhooks-api-endpoints/notify-api-endpoints/update-webhook-addresses.md): Add and remove webhook addresses
- [Replace webhook addresses](https://www.alchemy.com/docs/data/webhooks/webhooks-api-endpoints/notify-api-endpoints/replace-webhook-addresses.md): Replace webhook addresses
- [Update webhook](https://www.alchemy.com/docs/data/webhooks/webhooks-api-endpoints/notify-api-endpoints/update-webhook.md): Update webhook
- [Update webhook NFT filters](https://www.alchemy.com/docs/data/webhooks/webhooks-api-endpoints/notify-api-endpoints/update-webhook-nft-filters.md): Update webhook NFT filters
- [Get all webhook NFT filters](https://www.alchemy.com/docs/data/webhooks/webhooks-api-endpoints/notify-api-endpoints/webhook-nft-filters.md): Get all webhook NFT filters
- [Delete webhook](https://www.alchemy.com/docs/data/webhooks/webhooks-api-endpoints/notify-api-endpoints/delete-webhook.md): Delete webhook
- [Transaction Simulation Overview](https://www.alchemy.com/docs/reference/simulation.md): Discover Alchemy's Transaction Simulation APIs for predicting the precise impact of a transaction before it reaches the blockchain.
- [Asset Changes](https://www.alchemy.com/docs/reference/simulation-asset-changes.md): Simulates a transaction and returns a list of asset changes.
- [Execution Simulation](https://www.alchemy.com/docs/reference/simulation-execution.md): Simulates a transaction and returns decoded execution traces and decoded logs.
- [Bundle Simulation](https://www.alchemy.com/docs/reference/simulation-bundle.md): Simulates multiple transactions sequentially.
- [Transaction Simulation Examples](https://www.alchemy.com/docs/reference/simulation-examples.md): Explore practical examples to help you get started with Alchemy's Simulation APIs.
- [Transaction Simulation FAQs](https://www.alchemy.com/docs/reference/simulation-faqs.md): Find answers to frequently asked questions related to Alchemy's Transaction Simulation APIs
- [alchemy_simulateAssetChanges](https://www.alchemy.com/docs/data/simulation-apis/transaction-simulation-endpoints/alchemy-simulate-asset-changes.md): Simulates a transaction and returns a list of asset changes.
- [alchemy_simulateAssetChangesBundle](https://www.alchemy.com/docs/data/simulation-apis/transaction-simulation-endpoints/alchemy-simulate-asset-changes-bundle.md): Simulates multiple transactions sequentially and returns a combined list of asset changes.
- [alchemy_simulateExecution](https://www.alchemy.com/docs/data/simulation-apis/transaction-simulation-endpoints/alchemy-simulate-execution.md): Simulates a single transaction's execution and returns decoded traces/logs.
- [alchemy_simulateExecutionBundle](https://www.alchemy.com/docs/data/simulation-apis/transaction-simulation-endpoints/alchemy-simulate-execution-bundle.md): Simulates multiple transactions sequentially and returns decoded execution traces and logs.
- [Utility APIs Overview](https://www.alchemy.com/docs/reference/utility-api-overview.md): Enhanced API to get all transaction receipts for a given block by number or block hash.
- [alchemy_getTransactionReceipts](https://www.alchemy.com/docs/data/utility-apis/transactions-receipts-endpoints/alchemy-get-transaction-receipts.md): An enhanced API that gets all transaction receipts for a given block by number or block hash.
- [Alchemy Subgraphs Deprecation Notice](https://www.alchemy.com/docs/alchemy-subgraphs/deprecation-notice.md): Alchemy Subgraphs has been sunset. Learn how to migrate to Goldsky.
- [Transactions By Wallet (Beta)](https://www.alchemy.com/docs/data/beta-apis/beta-api-endpoints/beta-api-endpoints/get-transaction-history-by-address.md): Transactions By Wallet (Beta)

## Wallets

- [Overview](https://www.alchemy.com/docs/wallets.md): Simple APIs to send transactions with advanced capabilities.
- [Quickstart](https://www.alchemy.com/docs/wallets/quickstart.md): Get started with Alchemy Wallet APIs using the SDK. Install the @alchemy/wallet-apis package, create a client, and send your first sponsored transaction in minutes.
- [Supported Chains](https://www.alchemy.com/docs/wallets/supported-chains.md): View all blockchain networks supported by Alchemy Wallet APIs, including mainnet and testnet chain IDs, bundler support, and gas sponsorship availability.
- [Using SDK](https://www.alchemy.com/docs/wallets/transactions/using-sdk.md): Get started with Alchemy Wallet APIs using the SDK. Install the @alchemy/wallet-apis package, create a client, and send your first sponsored transaction in minutes.
- [Using API](https://www.alchemy.com/docs/wallets/transactions/using-api.md): Learn how to use the wallet_prepareCalls, wallet_sendPreparedCalls, and wallet_getCallsStatus API endpoints to send transactions with Alchemy Wallet APIs.
- [Single transactions](https://www.alchemy.com/docs/wallets/transactions/send-transactions.md): Execute a single transaction
- [Batch transactions](https://www.alchemy.com/docs/wallets/transactions/send-batch-transactions.md): Batch multiple calls together into one transaction
- [Parallel transactions](https://www.alchemy.com/docs/wallets/transactions/send-parallel-transactions.md): Send multiple concurrent transactions from the same Smart Wallet account using nonce key overrides.
- [Debug transactions](https://www.alchemy.com/docs/wallets/transactions/debug-transactions.md)
- [Debug with Tenderly](https://www.alchemy.com/docs/wallets/transactions/debug-transactions/debug-with-tenderly.md): Use the Tenderly integration to debug onchain reverts and simulate offchain user operation failures directly from the Transaction Lifecycle Dashboard
- [EIP-7702](https://www.alchemy.com/docs/wallets/transactions/using-eip-7702.md)
- [Undelegate 7702 account](https://www.alchemy.com/docs/wallets/transactions/undelegate-account.md): Remove EIP-7702 delegation and restore an account to a plain EOA
- [Sponsor gas](https://www.alchemy.com/docs/wallets/transactions/sponsor-gas/overview.md)
- [Full sponsorship](https://www.alchemy.com/docs/wallets/transactions/sponsor-gas.md): Choose a gas sponsorship integration path for your smart wallet application.
- [Conditional sponsorship rules](https://www.alchemy.com/docs/wallets/transactions/sponsor-gas/conditional-sponsorship-rules.md): Control gas sponsorship with spend limits and custom rules
- [Solana sponsorship](https://www.alchemy.com/docs/wallets/transactions/solana/sponsor-gas.md): How to sponsor fees & rent on Solana
- [Pay gas with any token](https://www.alchemy.com/docs/wallets/transactions/pay-gas-with-any-token.md): Enable users to pay gas with tokens like USDC
- [Same-chain swaps](https://www.alchemy.com/docs/wallets/transactions/swap-tokens.md): Convert any token to any other token onchain using Wallet APIs, with gas sponsorship and post-swap action support.
- [Cross-chain swaps](https://www.alchemy.com/docs/wallets/transactions/cross-chain-swap-tokens.md): Convert tokens across different blockchain networks in a single transaction using Wallet APIs, with gas sponsorship support.
- [Overview](https://www.alchemy.com/docs/wallets/reference/wallet-apis-session-keys.md): Learn how to use session keys with Wallet APIs
- [Using SDK](https://www.alchemy.com/docs/wallets/reference/wallet-apis-session-keys/sdk.md): Learn how to use session keys using the Wallet Client SDK
- [Using API](https://www.alchemy.com/docs/wallets/reference/wallet-apis-session-keys/api.md): Learn how to use session keys using any RPC client
- [Retry transactions](https://www.alchemy.com/docs/wallets/transactions/retry-transactions.md): Replace stuck or slow Smart Wallet transactions by re-preparing and resending calls with updated gas fees.
- [Sign messages](https://www.alchemy.com/docs/wallets/transactions/signing/sign-messages.md): Sign messages using your Smart Wallet
- [Sign typed data](https://www.alchemy.com/docs/wallets/transactions/signing/sign-typed-data.md): Sign EIP-712 typed data with your Smart Wallet
- [Configure client](https://www.alchemy.com/docs/wallets/concepts/smart-account-client.md): Configure smart wallet client
- [Overview](https://www.alchemy.com/docs/wallets/authentication/overview.md): Comprehensive guide to integrating signers for user onboarding with Wallet APIs
- [Privy](https://www.alchemy.com/docs/wallets/third-party/signers/privy.md): Use Privy with Wallet APIs for EIP-7702, sponsorship, and batching
- [Openfort](https://www.alchemy.com/docs/wallets/third-party/signers/openfort.md): Use Openfort with Wallet APIs for EIP-7702, sponsorship, and batching
- [Turnkey](https://www.alchemy.com/docs/wallets/third-party/signers/turnkey.md): Use Turnkey with Wallet APIs for EIP-7702, sponsorship, and batching
- [Other signers](https://www.alchemy.com/docs/wallets/third-party/signers/custom-integration.md): Use any viem-compatible signer with Wallet APIs
- [Email OTP](https://www.alchemy.com/docs/wallets/authentication/login-methods/email-otp.md): How to implement Email OTP authentication across different frameworks
- [Email magic-link](https://www.alchemy.com/docs/wallets/authentication/login-methods/email-magic-link.md): How to implement Email Magic Link authentication across different frameworks
- [Social login](https://www.alchemy.com/docs/wallets/authentication/login-methods/social-login.md): How to implement Social Login authentication across different frameworks
- [Custom social providers](https://www.alchemy.com/docs/wallets/react/login-methods/social-providers.md): How to implement custom social providers using Auth0 in your React app
- [Bring your own authentication](https://www.alchemy.com/docs/wallets/authentication/login-methods/bring-your-own-auth.md): Integrate your existing authentication system with Wallet APIs using JWT tokens
- [Passkey signup](https://www.alchemy.com/docs/wallets/authentication/login-methods/passkey-signup.md): How to implement Passkey Signup authentication across different frameworks
- [Passkey login](https://www.alchemy.com/docs/wallets/react/login-methods/passkey-login.md): How to implement Passkey Login authentication in your React app
- [SMS login](https://www.alchemy.com/docs/wallets/authentication/login-methods/sms-login.md): How to authenticate users with phone number and SMS OTP code
- [On-chain passkeys](https://www.alchemy.com/docs/wallets/react/login-methods/onchain-passkeys.md): How to use onchain passkeys to authenticate users and send transactions
- [Adding and removing login methods](https://www.alchemy.com/docs/wallets/signer/authentication/adding-and-removing-login-methods.md): Learn how to add and remove login methods to an account
- [Using UI components](https://www.alchemy.com/docs/wallets/react/ui-components.md): How to use our pre-built authentication component in your React app
- [Theme & branding](https://www.alchemy.com/docs/wallets/react/customization/theme.md): Customize the theme of your Wallet APIs app
- [Tailwind setup](https://www.alchemy.com/docs/wallets/react/tailwind-setup.md): Complete guide to setting up Tailwind CSS with UI components
- [React hooks](https://www.alchemy.com/docs/wallets/react/react-hooks.md): Overview of implementing custom authentication UI in your React app
- [Other JS initialization](https://www.alchemy.com/docs/wallets/signer/quickstart.md): Get started with the authentication provider
- [Connect external wallets](https://www.alchemy.com/docs/wallets/react/login-methods/eoa-login.md): How to connect external wallets on EVM and Solana
- [Customize](https://www.alchemy.com/docs/wallets/react/connectors/customization.md): Customize external wallet connectors including ordering and features wallets
- [Set up MFA](https://www.alchemy.com/docs/wallets/react/mfa/setup-mfa.md): How to set up additional security with authenticator apps in your React application
- [Email OTP](https://www.alchemy.com/docs/wallets/react/mfa/email-otp.md): How to authenticate using Email OTP when MFA is enabled
- [Email magic-link](https://www.alchemy.com/docs/wallets/react/mfa/email-magic-link.md): How to authenticate users with Email Magic Link and MFA in your React app
- [Social login](https://www.alchemy.com/docs/wallets/react/mfa/social-login.md): How to authenticate users with Social Login when MFA is enabled
- [Solana wallets](https://www.alchemy.com/docs/wallets/react/solana-wallets/get-started.md): Learn how to use Wallet APIs on Solana
- [Server wallets](https://www.alchemy.com/docs/wallets/authentication/login-methods/server-wallets.md): Control wallets programmatically using access keys
- [User sessions](https://www.alchemy.com/docs/wallets/signer/user-sessions.md): Learn how to configure and leverage sessions for your users with Wallet APIs
- [Manage account ownership](https://www.alchemy.com/docs/wallets/smart-contracts/modular-account-v2/managing-ownership.md): Managing ownership on your Modular Account V2
- [Export private key](https://www.alchemy.com/docs/wallets/signer/export-private-key.md): Learn how to enable a user to export their private key with Wallet APIs
- [Choosing a signer](https://www.alchemy.com/docs/wallets/signer/what-is-a-signer.md): Explore Wallet APIs integration guides for signers including Alchemy, Turnkey, Privy, Web3Auth, EOAs, and many more!
- [Overview](https://www.alchemy.com/docs/wallets/transactions/low-level-infra/overview.md): Raw EIP-4337 APIs for advanced developers
- [Quickstart](https://www.alchemy.com/docs/wallets/low-level-infra/quickstart.md): Get started with Wallet APIs infrastructure
- [API Endpoints](https://www.alchemy.com/docs/wallets/low-level-infra/gas-manager/policy-management/api-endpoints.md): The Gas Manager Admin API Endpoints allows you to programmatically manage your gas manager policies.
- [API Endpoints](https://www.alchemy.com/docs/wallets/low-level-infra/gas-manager/gas-sponsorship/api-endpoints.md): The Gas Sponsorship API Endpoints allows you to sponsor gas fees for your users, removing the biggest barrier to entry.
- [Basic Gas Sponsorship](https://www.alchemy.com/docs/wallets/low-level-infra/gas-manager/gas-sponsorship/using-sdk/basic-gas-sponsorship.md): The Gas Manager allows you to sponsor gas fees for your users on EVM networks, removing the biggest barrier to entry.
- [Conditional Gas Sponsorship](https://www.alchemy.com/docs/wallets/low-level-infra/gas-manager/gas-sponsorship/using-sdk/conditional-gas-sponsorship.md): Step-by-step guide to sponsor gas for select transactions and users.
- [Pay Gas with Any ERC20 Token](https://www.alchemy.com/docs/wallets/low-level-infra/gas-manager/gas-sponsorship/using-sdk/pay-gas-with-any-erc20-token.md): Learn how to enable gas payments with ERC-20 tokens.
- [Bundler API](https://www.alchemy.com/docs/wallets/transactions/low-level-infra/bundler/overview.md)
- [API Endpoints](https://www.alchemy.com/docs/wallets/transactions/low-level-infra/bundler/overview/api-endpoints.md): The Bundler API Endpoints allow you to interact with the lowest level of the account abstraction stack, giving users full control over their User Operations.
- [Using SDK](https://www.alchemy.com/docs/wallets/transactions/low-level-infra/bundler/overview/using-sdk.md): Use the @account-kit/infra SDK to interact with Alchemy's ERC-4337 bundler for advanced UserOperation management, including gas fee estimation and sending.
- [Bundler Sponsored Operations](https://www.alchemy.com/docs/reference/bundler-sponsored-operations.md): Learn how to use bundler sponsorship to cover gas fees for user operations without an onchain paymaster.
- [Bundler FAQs](https://www.alchemy.com/docs/wallets/reference/bundler-faqs.md): Frequently asked questions about the Bundler
- [Choosing a Smart Account](https://www.alchemy.com/docs/wallets/smart-contracts/choosing-a-smart-account.md): Learn about different smart account implementations to use with Wallet APIs
- [Overview](https://www.alchemy.com/docs/wallets/smart-contracts/modular-account-v2/overview.md): An overview of the Modular Account V2 smart account.
- [Getting started](https://www.alchemy.com/docs/wallets/smart-contracts/modular-account-v2/getting-started.md): Getting started with Modular Account V2 in Wallet APIs
- [Overview](https://www.alchemy.com/docs/wallets/smart-contracts/other-accounts/light-account.md): What is Light Account?
- [Getting started](https://www.alchemy.com/docs/wallets/smart-contracts/other-accounts/light-account/getting-started.md): Getting started with Light Account in Wallet APIs
- [Transfer ownership](https://www.alchemy.com/docs/wallets/smart-contracts/other-accounts/light-account/transfer-ownership-light-account.md): Follow this guide to transfer ownership of a Light Account with
- [Manage multiple owners](https://www.alchemy.com/docs/wallets/smart-contracts/other-accounts/light-account/multi-owner-light-account.md): Follow this guide to manage ownership of a Multi-Owner Light
- [Third party](https://www.alchemy.com/docs/wallets/third-party/smart-contracts.md): Learn how to use smart contract accounts not included in Wallet APIs
- [Deployed addresses](https://www.alchemy.com/docs/wallets/smart-contracts/deployed-addresses.md): Deployment addresses
- [wallet_requestAccount](https://www.alchemy.com/docs/wallets/api-reference/smart-wallets/wallet-api-endpoints/wallet-api-endpoints/wallet-request-account.md): This method is used to get the smart account address and relevant info for a given signer. If an account does not already exist for a given signer, this method will create one before returning the counterfactual address.
- [wallet_prepareCalls](https://www.alchemy.com/docs/wallets/api-reference/smart-wallets/wallet-api-endpoints/wallet-api-endpoints/wallet-prepare-calls.md): This method is used to prepare a user operation for submission. It will return a built user operation and a signature request which needs to be signed by the user before submitting to wallet_sendPreparedCalls
- [wallet_sendPreparedCalls](https://www.alchemy.com/docs/wallets/api-reference/smart-wallets/wallet-api-endpoints/wallet-api-endpoints/wallet-send-prepared-calls.md): This method is used after signing the signatureRequest returned from prepareCalls to submit a user operation
- [wallet_createSession](https://www.alchemy.com/docs/wallets/api-reference/smart-wallets/wallet-api-endpoints/wallet-api-endpoints/wallet-create-session.md): This method is used to create a session for a given address with specified permissions.
- [wallet_formatSign](https://www.alchemy.com/docs/wallets/api-reference/smart-wallets/wallet-api-endpoints/wallet-api-endpoints/wallet-format-sign.md): This method is used to format ECDSA signatures
- [wallet_getCallsStatus](https://www.alchemy.com/docs/wallets/api-reference/smart-wallets/wallet-api-endpoints/wallet-api-endpoints/wallet-get-calls-status.md): This method is used to get the status of calls IDs returned from wallet_sendPreparedCalls.
- [wallet_getCapabilities](https://www.alchemy.com/docs/wallets/api-reference/smart-wallets/wallet-api-endpoints/wallet-api-endpoints/wallet-get-capabilities.md): This method is used to request capabilities from a wallet
- [wallet_getCrossChainStatus_v0](https://www.alchemy.com/docs/wallets/api-reference/smart-wallets/wallet-api-endpoints/wallet-api-endpoints/wallet-get-cross-chain-status-v-0.md): This method is used to get the status of a transaction (same-chain or cross-chain).
- [wallet_listAccounts](https://www.alchemy.com/docs/wallets/api-reference/smart-wallets/wallet-api-endpoints/wallet-api-endpoints/wallet-list-accounts.md): This method is used to list all smart accounts for a given signer.
- [wallet_prepareSign](https://www.alchemy.com/docs/wallets/api-reference/smart-wallets/wallet-api-endpoints/wallet-api-endpoints/wallet-prepare-sign.md): This method is used to translate raw data into a signature request
- [wallet_requestQuote_v0](https://www.alchemy.com/docs/wallets/api-reference/smart-wallets/wallet-api-endpoints/wallet-api-endpoints/wallet-request-quote-v-0.md): This method is used to request swap quotes
- [Create Wallet](https://www.alchemy.com/docs/wallets/api-reference/smart-wallets/signer-api-endpoints/signer-api-endpoints/create-account.md): Create Wallet
- [Send Auth Email](https://www.alchemy.com/docs/wallets/api-reference/smart-wallets/signer-api-endpoints/signer-api-endpoints/send-email-auth.md): Send Auth Email
- [Authenticate User](https://www.alchemy.com/docs/wallets/api-reference/smart-wallets/signer-api-endpoints/signer-api-endpoints/auth-user.md): Authenticate User
- [Get User](https://www.alchemy.com/docs/wallets/api-reference/smart-wallets/signer-api-endpoints/signer-api-endpoints/get-user.md): Get User
- [Verify OTP Code](https://www.alchemy.com/docs/wallets/api-reference/smart-wallets/signer-api-endpoints/signer-api-endpoints/verify-otp.md): Verify OTP Code
- [Authenticate with JWT](https://www.alchemy.com/docs/wallets/api-reference/smart-wallets/signer-api-endpoints/signer-api-endpoints/auth-jwt.md): Authenticate with JWT
- [Sign Message](https://www.alchemy.com/docs/wallets/api-reference/smart-wallets/signer-api-endpoints/signer-api-endpoints/sign-message.md): Sign Message
- [How to stamp requests](https://www.alchemy.com/docs/wallets/reference/how-to-stamp-requests.md): Overview for how to send stamped (or verified) requests required for using Wallet APIs directly.
- [alchemy_requestFeePayer](https://www.alchemy.com/docs/wallets/api-reference/gas-manager-admin-api/gas-abstraction-api-endpoints/alchemy-request-fee-payer.md): Requests fee and rent sponsorship for a Solana transaction and returns the fully-signed serializedTransaction (now containing the fee-payer signature).


  We support rent sponsorship for createAccount and createAssociatedTokenAccount programs. If you need support for sponsoring rent in custom programs, please contact us at wallets@alchemy.com.


- [alchemy_requestGasAndPaymasterAndData](https://www.alchemy.com/docs/wallets/api-reference/gas-manager-admin-api/gas-abstraction-api-endpoints/alchemy-request-gas-and-paymaster-and-data.md): Requests gas coverage for a UserOperation. Optionally accepts fee parameter overrides to be used in the UserOperation.

- [alchemy_requestPaymasterAndData](https://www.alchemy.com/docs/wallets/api-reference/gas-manager-admin-api/gas-abstraction-api-endpoints/alchemy-request-paymaster-and-data.md): Requests gas coverage for a UserOperation.


  Please use alchemy_requestGasAndPaymasterAndData instead.

  While you can use alchemy_requestPaymasterAndData to request a paymaster signature, it's important to note that this function requires gas fields to be part of the UserOperation passed as a parameter. These gas fields are influenced by the response of this endpoint, creating a circular dependency.

  To simplify this process, we introduced alchemy_requestGasAndPaymasterAndData. This function both estimates gas and provides signed paymaster and paymasterData fields, therefore resolving the circular dependency.


- [alchemy_requestPaymasterTokenQuote](https://www.alchemy.com/docs/wallets/api-reference/gas-manager-admin-api/gas-abstraction-api-endpoints/alchemy-request-paymaster-token-quote.md): Requests ERC20 fee quote for a UserOperation. Optionally accepts fee parameter overrides to be used in the UserOperation.

- [pm_getPaymasterData](https://www.alchemy.com/docs/wallets/api-reference/gas-manager-admin-api/gas-abstraction-api-endpoints/pm-get-paymaster-data.md): Returns values to be used in paymaster-related fields of a signed userOperation. These values are not stubs and will be included in a signed userOperation as part of an eth_sendUserOperation call.
- [pm_getPaymasterStubData](https://www.alchemy.com/docs/wallets/api-reference/gas-manager-admin-api/gas-abstraction-api-endpoints/pm-get-paymaster-stub-data.md): Returns stub values to be used in paymaster-related fields of an unsigned userOperation for gas estimation.
- [Create Policy](https://www.alchemy.com/docs/wallets/api-reference/gas-manager-admin-api/admin-api-endpoints/create-policy.md): Create Policy
- [Get Policy](https://www.alchemy.com/docs/wallets/api-reference/gas-manager-admin-api/admin-api-endpoints/get-policy.md): Get Policy
- [Delete Policy](https://www.alchemy.com/docs/wallets/api-reference/gas-manager-admin-api/admin-api-endpoints/delete-policy.md): Delete Policy
- [Replace Policy](https://www.alchemy.com/docs/wallets/api-reference/gas-manager-admin-api/admin-api-endpoints/replace-policy.md): Replace Policy
- [Get All Policies](https://www.alchemy.com/docs/wallets/api-reference/gas-manager-admin-api/admin-api-endpoints/get-all-policies.md): Get All Policies
- [Update Policy Status](https://www.alchemy.com/docs/wallets/api-reference/gas-manager-admin-api/admin-api-endpoints/update-policy-status.md): Update Policy Status
- [Get Policy Stats](https://www.alchemy.com/docs/wallets/api-reference/gas-manager-admin-api/admin-api-endpoints/get-policy-stats.md): Get Policy Stats
- [Get Sponsorships](https://www.alchemy.com/docs/wallets/api-reference/gas-manager-admin-api/admin-api-endpoints/get-sponsorships.md): Get Sponsorships
- [eth_estimateUserOperationGas](https://www.alchemy.com/docs/wallets/api-reference/bundler-api/bundler-api-endpoints/eth-estimate-user-operation-gas.md): Estimates the gas values for a UserOperation.


  This endpoint requires a dummy signature in the userOp. Check our FAQs to learn what a dummy signature is.


- [eth_getUserOperationByHash](https://www.alchemy.com/docs/wallets/api-reference/bundler-api/bundler-api-endpoints/eth-get-user-operation-by-hash.md): Return a UserOperation based on a userOpHash.


  This method method retrieves and decodes userOperations from the logs of mined transactions by querying the node. If you attempt to fetch a userOperation from a distant past block, the request may be rejected by the node due to limitations on the block range size it can process.

  The default range we support is 150 blocks, however the following networks have an unlimited range.

  Ethereum
  Polygon
  Base
  Optimism
  Worldchain
  Arbitrum


- [eth_getUserOperationReceipt](https://www.alchemy.com/docs/wallets/api-reference/bundler-api/bundler-api-endpoints/eth-get-user-operation-receipt.md): Get the UserOperationReceipt based on the userOpHash.


  This method retrieves and decodes userOperations from the logs of mined transactions by querying the node. If you attempt to fetch a receipt for a transaction from a distant past block, the request may be rejected by the node due to limitations on the block range size it can process.

  The default range we support is 150 blocks, however the following networks have an unlimited range.

  Ethereum
  Polygon
  Base
  Optimism
  Worldchain
  Arbitrum


- [eth_sendUserOperation](https://www.alchemy.com/docs/wallets/api-reference/bundler-api/bundler-api-endpoints/eth-send-user-operation.md): Sends a UserOperation to the given EVM network.

- [eth_supportedEntryPoints](https://www.alchemy.com/docs/wallets/api-reference/bundler-api/bundler-api-endpoints/eth-supported-entry-points.md): Returns an array of the entryPoint addresses supported by the client.

- [rundler_getUserOperationGasPrice](https://www.alchemy.com/docs/wallets/api-reference/bundler-api/bundler-api-endpoints/rundler-get-user-operation-gas-price.md): Returns gas price recommendations for setting fees in your user operations. The response includes current required fees and suggested fees with buffers for faster inclusion.

- [rundler_maxPriorityFeePerGas](https://www.alchemy.com/docs/wallets/api-reference/bundler-api/bundler-api-endpoints/rundler-max-priority-fee-per-gas.md): Returns a fee per gas that is an estimate of how much users should set as a priority fee in userOperations for Rundler endpoints.
- [alchemy_simulateUserOperationAssetChanges](https://www.alchemy.com/docs/wallets/api-reference/bundler-api/useroperation-simulation-endpoints/alchemy-simulate-user-operation-asset-changes.md): Simulates userOperations and returns a list of asset changes.


  The results provided by this method are based on the blockchain's state at the moment of simulation. Changes in the blockchain state, such as updates to contract variables or balances, can occur between the time of simulation and userOperation execution.

  This could lead to different outcomes than predicted. For instance, if a userOperation's effect is conditional on the current state of a contract, and this state is altered before the transaction is executed, the final result may not match the simulation.

  Please conside this potential variance when using the API.


- [EntryPoint v0.7 / v0.8 Revert Codes](https://www.alchemy.com/docs/wallets/reference/entrypoint-v07-revert-codes.md): Learn about the revert codes returned by the ERC-4337 EntryPoint v0.7 and v0.8
- [EntryPoint v0.6 Revert Codes](https://www.alchemy.com/docs/wallets/reference/entrypoint-v06-revert-codes.md): Learn about the revert codes returned by the ERC-4337 EntryPoint v0.6
- [AA Infra](https://www.alchemy.com/docs/wallets/reference/aa-infra.md)
- [estimateFeesPerGas](https://www.alchemy.com/docs/wallets/reference/aa-infra/functions/estimateFeesPerGas.md): Overview of the estimateFeesPerGas function
- [RundlerClient](https://www.alchemy.com/docs/wallets/reference/aa-infra/type-aliases/RundlerClient.md): Overview of RundlerClient
- [RundlerRpcSchema](https://www.alchemy.com/docs/wallets/reference/aa-infra/type-aliases/RundlerRpcSchema.md): Overview of RundlerRpcSchema
- [Alchemy Common](https://www.alchemy.com/docs/wallets/reference/common.md)
- [AccountNotFoundError](https://www.alchemy.com/docs/wallets/reference/common/classes/AccountNotFoundError.md): This error is thrown when an account could not be found to execute a specific action. It extends the `BaseError` class.
- [BaseError](https://www.alchemy.com/docs/wallets/reference/common/classes/BaseError.md): A custom error class that extends from `ViemBaseError`. This class allows for error messages to include links to relevant documentation based on provided `docsPath` and `docsSlug` parameters. This is based on on viem's BaseError type (obviously from the import and extend) we want the errors here to point to our docs if we supply a docsPath though
- [ChainNotFoundError](https://www.alchemy.com/docs/wallets/reference/common/classes/ChainNotFoundError.md): Error class representing a "Chain Not Found" error, typically thrown when no chain is supplied to the client.
- [ConnectionConfigError](https://www.alchemy.com/docs/wallets/reference/common/classes/ConnectionConfigError.md): Error class for connection configuration validation failures.
- [FetchError](https://www.alchemy.com/docs/wallets/reference/common/classes/FetchError.md): Error class representing a "Fetch Error" error, typically thrown when a fetch request fails.
- [InvalidRequestError](https://www.alchemy.com/docs/wallets/reference/common/classes/InvalidRequestError.md): This error is thrown when an invalid request is made. It extends the `BaseError` class.
- [MethodUnsupportedError](https://www.alchemy.com/docs/wallets/reference/common/classes/MethodUnsupportedError.md): This error is thrown when an unknown method is called. It extends the `BaseError` class.
- [ServerError](https://www.alchemy.com/docs/wallets/reference/common/classes/ServerError.md): Error class representing a "Server Error" error, typically thrown when a server request fails.
- [alchemyTransport](https://www.alchemy.com/docs/wallets/reference/common/functions/alchemyTransport.md): Overview of the alchemyTransport function
- [assertNever](https://www.alchemy.com/docs/wallets/reference/common/functions/assertNever.md): Overview of the assertNever function
- [bigIntMax](https://www.alchemy.com/docs/wallets/reference/common/functions/bigIntMax.md): Overview of the bigIntMax function
- [bigIntMultiply](https://www.alchemy.com/docs/wallets/reference/common/functions/bigIntMultiply.md): Overview of the bigIntMultiply function
- [getAlchemyRpcUrl](https://www.alchemy.com/docs/wallets/reference/common/functions/getAlchemyRpcUrl.md): Overview of the getAlchemyRpcUrl function
- [getSupportedChainIds](https://www.alchemy.com/docs/wallets/reference/common/functions/getSupportedChainIds.md): Overview of the getSupportedChainIds function
- [isAlchemyConnectionConfig](https://www.alchemy.com/docs/wallets/reference/common/functions/isAlchemyConnectionConfig.md): Overview of the isAlchemyConnectionConfig function
- [isAlchemyTransport](https://www.alchemy.com/docs/wallets/reference/common/functions/isAlchemyTransport.md): Overview of the isAlchemyTransport function
- [isChainSupported](https://www.alchemy.com/docs/wallets/reference/common/functions/isChainSupported.md): Overview of the isChainSupported function
- [lowerAddress](https://www.alchemy.com/docs/wallets/reference/common/functions/lowerAddress.md): Overview of the lowerAddress function
- [raise](https://www.alchemy.com/docs/wallets/reference/common/functions/raise.md): Overview of the raise function
- [validateAlchemyConnectionConfig](https://www.alchemy.com/docs/wallets/reference/common/functions/validateAlchemyConnectionConfig.md): Overview of the validateAlchemyConnectionConfig function
- [AlchemyTransportConfig](https://www.alchemy.com/docs/wallets/reference/common/interfaces/AlchemyTransportConfig.md): Configuration options for the Alchemy transport. Extends viem's HttpTransportConfig with Alchemy-specific options while omitting options that are not relevant or supported by Alchemy.
- [AlchemyConnectionConfig](https://www.alchemy.com/docs/wallets/reference/common/type-aliases/AlchemyConnectionConfig.md): TypeScript type derived from the schema for external consumption. This provides clean type inference without exposing Zod implementation details.
- [AlchemyTransport](https://www.alchemy.com/docs/wallets/reference/common/type-aliases/AlchemyTransport.md): Overview of AlchemyTransport
- [ExtractRpcMethod](https://www.alchemy.com/docs/wallets/reference/common/type-aliases/ExtractRpcMethod.md): Overview of ExtractRpcMethod
- [Never](https://www.alchemy.com/docs/wallets/reference/common/type-aliases/Never.md): Overview of Never
- [AlchemyConnectionConfigSchema](https://www.alchemy.com/docs/wallets/reference/common/variables/AlchemyConnectionConfigSchema.md): Main connection configuration allowing flexible combinations. Can specify URL, auth method, or both together.
- [Smart Accounts](https://www.alchemy.com/docs/wallets/reference/smart-accounts.md)
- [AccountAddressAsTargetError](https://www.alchemy.com/docs/wallets/reference/smart-accounts/classes/AccountAddressAsTargetError.md): Error class for when an account address is used as target.
- [DeadlineOverLimitError](https://www.alchemy.com/docs/wallets/reference/smart-accounts/classes/DeadlineOverLimitError.md): Error class for when a deadline is over the limit.
- [DuplicateTargetAddressError](https://www.alchemy.com/docs/wallets/reference/smart-accounts/classes/DuplicateTargetAddressError.md): Error class for when a duplicate target address is added to a permission builder.
- [EntityIdOverrideError](https://www.alchemy.com/docs/wallets/reference/smart-accounts/classes/EntityIdOverrideError.md): Error class denoting that the provided entity id is invalid because it's overriding the native entity id.
- [ExpiredDeadlineError](https://www.alchemy.com/docs/wallets/reference/smart-accounts/classes/ExpiredDeadlineError.md): Error class for when a deadline is expired.
- [InvalidDeferredActionNonceError](https://www.alchemy.com/docs/wallets/reference/smart-accounts/classes/InvalidDeferredActionNonceError.md): Error class denoting that the deferred action nonce used is invalid.
- [InvalidEntityIdError](https://www.alchemy.com/docs/wallets/reference/smart-accounts/classes/InvalidEntityIdError.md): Error class denoting that the provided entity id is invalid because it's too large.
- [InvalidNonceKeyError](https://www.alchemy.com/docs/wallets/reference/smart-accounts/classes/InvalidNonceKeyError.md): Error class denoting that the nonce key is invalid because its too large.
- [InvalidOwnerError](https://www.alchemy.com/docs/wallets/reference/smart-accounts/classes/InvalidOwnerError.md): Error class denoting that the owner for an account is invalid
- [MultipleGasLimitError](https://www.alchemy.com/docs/wallets/reference/smart-accounts/classes/MultipleGasLimitError.md): Error class for when a multiple gas limit permission is added to a permission builder.
- [MultipleNativeTokenTransferError](https://www.alchemy.com/docs/wallets/reference/smart-accounts/classes/MultipleNativeTokenTransferError.md): Error class for when a multiple native token transfer permission is added to a permission builder.
- [NoFunctionsProvidedError](https://www.alchemy.com/docs/wallets/reference/smart-accounts/classes/NoFunctionsProvidedError.md): Error class for when no functions are provided to a permission builder.
- [PermissionBuilder](https://www.alchemy.com/docs/wallets/reference/smart-accounts/classes/PermissionBuilder.md): A builder for constructing a Permission object.
- [PermissionBuilderError](https://www.alchemy.com/docs/wallets/reference/smart-accounts/classes/PermissionBuilderError.md): Abstract class representing a Permission Builder Error, subclassed by all permission builder errors.
- [RootPermissionOnlyError](https://www.alchemy.com/docs/wallets/reference/smart-accounts/classes/RootPermissionOnlyError.md): Error class for when a root permission is added to a permission builder.
- [SelectorNotAllowed](https://www.alchemy.com/docs/wallets/reference/smart-accounts/classes/SelectorNotAllowed.md): Error class for when a selector is not allowed.
- [UnsupportedPermissionTypeError](https://www.alchemy.com/docs/wallets/reference/smart-accounts/classes/UnsupportedPermissionTypeError.md): Error class for when an unsupported permission type is added to a permission builder.
- [ValidationConfigUnsetError](https://www.alchemy.com/docs/wallets/reference/smart-accounts/classes/ValidationConfigUnsetError.md): Error class for when a validation config is unset.
- [ZeroAddressError](https://www.alchemy.com/docs/wallets/reference/smart-accounts/classes/ZeroAddressError.md): Error class for when a zero address is provided to a permission builder.
- [buildFullNonceKey](https://www.alchemy.com/docs/wallets/reference/smart-accounts/functions/buildFullNonceKey.md): Overview of the buildFullNonceKey function
- [decodeCallsLA](https://www.alchemy.com/docs/wallets/reference/smart-accounts/functions/decodeCallsLA.md): Overview of the decodeCallsLA function
- [decodeCallsMAv1](https://www.alchemy.com/docs/wallets/reference/smart-accounts/functions/decodeCallsMAv1.md): Overview of the decodeCallsMAv1 function
- [decodeCallsMAv2](https://www.alchemy.com/docs/wallets/reference/smart-accounts/functions/decodeCallsMAv2.md): Overview of the decodeCallsMAv2 function
- [defaultLightAccountVersion](https://www.alchemy.com/docs/wallets/reference/smart-accounts/functions/defaultLightAccountVersion.md): Overview of the defaultLightAccountVersion function
- [deferralActions](https://www.alchemy.com/docs/wallets/reference/smart-accounts/functions/deferralActions.md): Overview of the deferralActions function
- [encodeCallsLA](https://www.alchemy.com/docs/wallets/reference/smart-accounts/functions/encodeCallsLA.md): Overview of the encodeCallsLA function
- [encodeCallsMAv1](https://www.alchemy.com/docs/wallets/reference/smart-accounts/functions/encodeCallsMAv1.md): Overview of the encodeCallsMAv1 function
- [encodeCallsMAv2](https://www.alchemy.com/docs/wallets/reference/smart-accounts/functions/encodeCallsMAv2.md): Overview of the encodeCallsMAv2 function
- [encodeDeferredActionWithSignature](https://www.alchemy.com/docs/wallets/reference/smart-accounts/functions/encodeDeferredActionWithSignature.md): Overview of the encodeDeferredActionWithSignature function
- [getLightAccountAddressFromFactoryData](https://www.alchemy.com/docs/wallets/reference/smart-accounts/functions/getLightAccountAddressFromFactoryData.md): Overview of the getLightAccountAddressFromFactoryData function
- [getLightAccountImplAddress](https://www.alchemy.com/docs/wallets/reference/smart-accounts/functions/getLightAccountImplAddress.md): Overview of the getLightAccountImplAddress function
- [getMAV2UpgradeToData](https://www.alchemy.com/docs/wallets/reference/smart-accounts/functions/getMAV2UpgradeToData.md): Overview of the getMAV2UpgradeToData function
- [getModularAccountV2AddressFromFactoryData](https://www.alchemy.com/docs/wallets/reference/smart-accounts/functions/getModularAccountV2AddressFromFactoryData.md): Overview of the getModularAccountV2AddressFromFactoryData function
- [getMultiOwnerLightAccountAddressFromFactoryData](https://www.alchemy.com/docs/wallets/reference/smart-accounts/functions/getMultiOwnerLightAccountAddressFromFactoryData.md): Overview of the getMultiOwnerLightAccountAddressFromFactoryData function
- [getMultiOwnerModularAccountV1AddressFromFactoryData](https://www.alchemy.com/docs/wallets/reference/smart-accounts/functions/getMultiOwnerModularAccountV1AddressFromFactoryData.md): Overview of the getMultiOwnerModularAccountV1AddressFromFactoryData function
- [installValidationActions](https://www.alchemy.com/docs/wallets/reference/smart-accounts/functions/installValidationActions.md): Overview of the installValidationActions function
- [isLightAccountVersion1](https://www.alchemy.com/docs/wallets/reference/smart-accounts/functions/isLightAccountVersion1.md): Overview of the isLightAccountVersion1 function
- [isLightAccountVersion2](https://www.alchemy.com/docs/wallets/reference/smart-accounts/functions/isLightAccountVersion2.md): Overview of the isLightAccountVersion2 function
- [isModularAccountV2](https://www.alchemy.com/docs/wallets/reference/smart-accounts/functions/isModularAccountV2.md): Overview of the isModularAccountV2 function
- [pack1271Signature](https://www.alchemy.com/docs/wallets/reference/smart-accounts/functions/pack1271Signature.md): Overview of the pack1271Signature function
- [packUOSignature](https://www.alchemy.com/docs/wallets/reference/smart-accounts/functions/packUOSignature.md): Overview of the packUOSignature function
- [parseDeferredAction](https://www.alchemy.com/docs/wallets/reference/smart-accounts/functions/parseDeferredAction.md): Overview of the parseDeferredAction function
- [predictLightAccountAddress](https://www.alchemy.com/docs/wallets/reference/smart-accounts/functions/predictLightAccountAddress.md): Overview of the predictLightAccountAddress function
- [predictModularAccountV2Address](https://www.alchemy.com/docs/wallets/reference/smart-accounts/functions/predictModularAccountV2Address.md): Overview of the predictModularAccountV2Address function
- [predictMultiOwnerLightAccountAddress](https://www.alchemy.com/docs/wallets/reference/smart-accounts/functions/predictMultiOwnerLightAccountAddress.md): Overview of the predictMultiOwnerLightAccountAddress function
- [predictMultiOwnerModularAccountV1Address](https://www.alchemy.com/docs/wallets/reference/smart-accounts/functions/predictMultiOwnerModularAccountV1Address.md): Overview of the predictMultiOwnerModularAccountV1Address function
- [serializeHookConfig](https://www.alchemy.com/docs/wallets/reference/smart-accounts/functions/serializeHookConfig.md): Overview of the serializeHookConfig function
- [serializeModuleEntity](https://www.alchemy.com/docs/wallets/reference/smart-accounts/functions/serializeModuleEntity.md): Overview of the serializeModuleEntity function
- [serializeValidationConfig](https://www.alchemy.com/docs/wallets/reference/smart-accounts/functions/serializeValidationConfig.md): Overview of the serializeValidationConfig function
- [toLightAccount](https://www.alchemy.com/docs/wallets/reference/smart-accounts/functions/toLightAccount.md): Overview of the toLightAccount function
- [toModularAccountV1Base](https://www.alchemy.com/docs/wallets/reference/smart-accounts/functions/toModularAccountV1Base.md): Overview of the toModularAccountV1Base function
- [toModularAccountV2](https://www.alchemy.com/docs/wallets/reference/smart-accounts/functions/toModularAccountV2.md): Overview of the toModularAccountV2 function
- [toModularAccountV2Base](https://www.alchemy.com/docs/wallets/reference/smart-accounts/functions/toModularAccountV2Base.md): Overview of the toModularAccountV2Base function
- [toMultiOwnerLightAccount](https://www.alchemy.com/docs/wallets/reference/smart-accounts/functions/toMultiOwnerLightAccount.md): Overview of the toMultiOwnerLightAccount function
- [toMultiOwnerModularAccountV1](https://www.alchemy.com/docs/wallets/reference/smart-accounts/functions/toMultiOwnerModularAccountV1.md): Overview of the toMultiOwnerModularAccountV1 function
- [toReplaySafeTypedData](https://www.alchemy.com/docs/wallets/reference/smart-accounts/functions/toReplaySafeTypedData.md): Overview of the toReplaySafeTypedData function
- [BaseMaV1AccountImplementation](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/BaseMaV1AccountImplementation.md): Overview of BaseMaV1AccountImplementation
- [BaseModularAccountV2Implementation](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/BaseModularAccountV2Implementation.md): Overview of BaseModularAccountV2Implementation
- [BuildNonceParams](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/BuildNonceParams.md): Overview of BuildNonceParams
- [BuildPreSignatureDeferredActionPayloadParams](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/BuildPreSignatureDeferredActionPayloadParams.md): Overview of BuildPreSignatureDeferredActionPayloadParams
- [CreateDeferredActionTypedDataParams](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/CreateDeferredActionTypedDataParams.md): Overview of CreateDeferredActionTypedDataParams
- [DeferralActions](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/DeferralActions.md): Overview of DeferralActions
- [DeferredActionReturnData](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/DeferredActionReturnData.md): Overview of DeferredActionReturnData
- [DeferredActionTypedData](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/DeferredActionTypedData.md): Overview of DeferredActionTypedData
- [EncodeDeferredActionWithSignatureParams](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/EncodeDeferredActionWithSignatureParams.md): Overview of EncodeDeferredActionWithSignatureParams
- [EntityIdAndNonceParams](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/EntityIdAndNonceParams.md): Overview of EntityIdAndNonceParams
- [EntryPointFromAccountRegistry](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/EntryPointFromAccountRegistry.md): Infers the EntryPoint details as a type, given the account type and version.
- [ExecutionDataView](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/ExecutionDataView.md): Overview of ExecutionDataView
- [GetAccountParameter](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/GetAccountParameter.md): Overview of GetAccountParameter
- [GetLightAccountAddressFromFactoryDataParams](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/GetLightAccountAddressFromFactoryDataParams.md): Overview of GetLightAccountAddressFromFactoryDataParams
- [GetLightAccountType](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/GetLightAccountType.md): Overview of GetLightAccountType
- [GetMAV2UpgradeToData](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/GetMAV2UpgradeToData.md): Overview of GetMAV2UpgradeToData
- [GetModularAccountV2AddressFromFactoryDataParams](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/GetModularAccountV2AddressFromFactoryDataParams.md): Overview of GetModularAccountV2AddressFromFactoryDataParams
- [GetMultiOwnerLightAccountAddressFromFactoryDataParams](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/GetMultiOwnerLightAccountAddressFromFactoryDataParams.md): Overview of GetMultiOwnerLightAccountAddressFromFactoryDataParams
- [GetMultiOwnerModularAccountV1AddressFromFactoryDataParams](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/GetMultiOwnerModularAccountV1AddressFromFactoryDataParams.md): Overview of GetMultiOwnerModularAccountV1AddressFromFactoryDataParams
- [HookConfig](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/HookConfig.md): Overview of HookConfig
- [HookIdentifier](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/HookIdentifier.md): Overview of HookIdentifier
- [HookType](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/HookType.md): Overview of HookType
- [InstallValidationActions](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/InstallValidationActions.md): Overview of InstallValidationActions
- [InstallValidationParams](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/InstallValidationParams.md): Overview of InstallValidationParams
- [LightAccount](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/LightAccount.md): Overview of LightAccount
- [LightAccountAbi](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/LightAccountAbi.md): Overview of LightAccountAbi
- [LightAccountType](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/LightAccountType.md): Overview of LightAccountType
- [LightAccountVersion](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/LightAccountVersion.md): Overview of LightAccountVersion
- [ModularAccountV1Base](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/ModularAccountV1Base.md): Overview of ModularAccountV1Base
- [ModularAccountV2](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/ModularAccountV2.md): Overview of ModularAccountV2
- [ModularAccountV2Base](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/ModularAccountV2Base.md): Overview of ModularAccountV2Base
- [ModuleEntity](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/ModuleEntity.md): Overview of ModuleEntity
- [MultiOwnerLightAccount](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/MultiOwnerLightAccount.md): Overview of MultiOwnerLightAccount
- [MultiOwnerModularAccountV1](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/MultiOwnerModularAccountV1.md): Overview of MultiOwnerModularAccountV1
- [Pack1271SignatureParams](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/Pack1271SignatureParams.md): Overview of Pack1271SignatureParams
- [PackUOSignatureParams](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/PackUOSignatureParams.md): Overview of PackUOSignatureParams
- [Permission](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/Permission.md): Overview of Permission
- [PermissionType](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/PermissionType.md): Overview of PermissionType
- [PredictLightAccountAddressParams](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/PredictLightAccountAddressParams.md): Overview of PredictLightAccountAddressParams
- [PredictModularAccountV2AddressParams](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/PredictModularAccountV2AddressParams.md): Overview of PredictModularAccountV2AddressParams
- [PredictMultiOwnerLightAccountAddressParams](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/PredictMultiOwnerLightAccountAddressParams.md): Overview of PredictMultiOwnerLightAccountAddressParams
- [PredictMultiOwnerModularAccountV1AddressParams](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/PredictMultiOwnerModularAccountV1AddressParams.md): Overview of PredictMultiOwnerModularAccountV1AddressParams
- [SemiModularAccount7702StaticImpl](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/SemiModularAccount7702StaticImpl.md): Overview of SemiModularAccount7702StaticImpl
- [SemiModularAccountV2FactoryArgs](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/SemiModularAccountV2FactoryArgs.md): Overview of SemiModularAccountV2FactoryArgs
- [SemiModularAccountV2StaticImpl](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/SemiModularAccountV2StaticImpl.md): Overview of SemiModularAccountV2StaticImpl
- [SignaturePrefix](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/SignaturePrefix.md): Overview of SignaturePrefix
- [SignatureRequest](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/SignatureRequest.md): Overview of SignatureRequest
- [SignerEntity](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/SignerEntity.md): Overview of SignerEntity
- [SmartAccountWithDecodeCalls](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/SmartAccountWithDecodeCalls.md): Helper type that converts a SmartAccount type to have a required `decodeCalls` function. This is useful for account implementations that always provide the `decodeCalls` functionality.
- [StaticSmartAccountImplementation](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/StaticSmartAccountImplementation.md): Overview of StaticSmartAccountImplementation
- [ToLightAccountParams](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/ToLightAccountParams.md): Overview of ToLightAccountParams
- [ToModularAccountV1BaseParams](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/ToModularAccountV1BaseParams.md): Overview of ToModularAccountV1BaseParams
- [ToModularAccountV2BaseParams](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/ToModularAccountV2BaseParams.md): Overview of ToModularAccountV2BaseParams
- [ToModularAccountV2Params](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/ToModularAccountV2Params.md): Overview of ToModularAccountV2Params
- [ToMultiOwnerLightAccountParams](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/ToMultiOwnerLightAccountParams.md): Overview of ToMultiOwnerLightAccountParams
- [ToMultiOwnerModularAccountV1Params](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/ToMultiOwnerModularAccountV1Params.md): Overview of ToMultiOwnerModularAccountV1Params
- [UninstallValidationParams](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/UninstallValidationParams.md): Overview of UninstallValidationParams
- [UpgradeToData](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/UpgradeToData.md): Overview of UpgradeToData
- [ValidationConfig](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/ValidationConfig.md): Overview of ValidationConfig
- [ValidationData](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/ValidationData.md): Overview of ValidationData
- [ValidationDataParams](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/ValidationDataParams.md): Overview of ValidationDataParams
- [ValidationDataView](https://www.alchemy.com/docs/wallets/reference/smart-accounts/type-aliases/ValidationDataView.md): Overview of ValidationDataView
- [AccountVersionRegistry](https://www.alchemy.com/docs/wallets/reference/smart-accounts/variables/AccountVersionRegistry.md): Account version registry interface that defines the light account versions and the version definition for each light account type
- [AllowlistModule](https://www.alchemy.com/docs/wallets/reference/smart-accounts/variables/AllowlistModule.md): Overview of AllowlistModule
- [DEFAULT_OWNER_ENTITY_ID](https://www.alchemy.com/docs/wallets/reference/smart-accounts/variables/DEFAULT_OWNER_ENTITY_ID.md): The default owner entity ID.
- [DefaultAddress](https://www.alchemy.com/docs/wallets/reference/smart-accounts/variables/DefaultAddress.md): A mapping of default addresses for the ModularAccountV2.
- [DefaultMaV1Address](https://www.alchemy.com/docs/wallets/reference/smart-accounts/variables/DefaultMaV1Address.md): A mapping of default addresses for the ModularAccountV1.
- [DefaultMaV1PluginAddress](https://www.alchemy.com/docs/wallets/reference/smart-accounts/variables/DefaultMaV1PluginAddress.md): A mapping of default addresses for the ModularAccountV1 plugins.
- [DefaultModuleAddress](https://www.alchemy.com/docs/wallets/reference/smart-accounts/variables/DefaultModuleAddress.md): A mapping of default addresses for the ModularAccountV2 modules.
- [ENTITY_ID_AND_NONCE_READER_BYTECODE](https://www.alchemy.com/docs/wallets/reference/smart-accounts/variables/ENTITY_ID_AND_NONCE_READER_BYTECODE.md): Overview of ENTITY_ID_AND_NONCE_READER_BYTECODE
- [EXECUTE_USER_OP_SELECTOR](https://www.alchemy.com/docs/wallets/reference/smart-accounts/variables/EXECUTE_USER_OP_SELECTOR.md): The selector for the execute user operation function.
- [HookIdentifier](https://www.alchemy.com/docs/wallets/reference/smart-accounts/variables/HookIdentifier.md): A pseudo-enum for hook identifiers.
- [HookType](https://www.alchemy.com/docs/wallets/reference/smart-accounts/variables/HookType.md): Overview of HookType
- [LightAccountUnsupported1271Factories](https://www.alchemy.com/docs/wallets/reference/smart-accounts/variables/LightAccountUnsupported1271Factories.md): Can be used to check if the account with one of the following factory addresses to not support 1271 signing.  Light accounts with versions v1.0.1 and v1.0.2 do not support 1271 signing.
- [LightAccountUnsupported1271Impls](https://www.alchemy.com/docs/wallets/reference/smart-accounts/variables/LightAccountUnsupported1271Impls.md): Can be used to check if the account with one of the following implementation addresses to not support 1271 signing.  Light accounts with versions v1.0.1 and v1.0.2 do not support 1271 signing.
- [LightAccountV1Versions](https://www.alchemy.com/docs/wallets/reference/smart-accounts/variables/LightAccountV1Versions.md): Light Account v1 versions
- [LightAccountV2Versions](https://www.alchemy.com/docs/wallets/reference/smart-accounts/variables/LightAccountV2Versions.md): Light Account v2 versions
- [NativeTokenLimitModule](https://www.alchemy.com/docs/wallets/reference/smart-accounts/variables/NativeTokenLimitModule.md): Overview of NativeTokenLimitModule
- [PaymasterGuardModule](https://www.alchemy.com/docs/wallets/reference/smart-accounts/variables/PaymasterGuardModule.md): Overview of PaymasterGuardModule
- [PermissionType](https://www.alchemy.com/docs/wallets/reference/smart-accounts/variables/PermissionType.md): A pseudo-enum for permission types.
- [SignaturePrefix](https://www.alchemy.com/docs/wallets/reference/smart-accounts/variables/SignaturePrefix.md): Overview of SignaturePrefix
- [SingleSignerValidationModule](https://www.alchemy.com/docs/wallets/reference/smart-accounts/variables/SingleSignerValidationModule.md): Overview of SingleSignerValidationModule
- [TimeRangeModule](https://www.alchemy.com/docs/wallets/reference/smart-accounts/variables/TimeRangeModule.md): Overview of TimeRangeModule
- [lightAccountStaticImplV1_0_1](https://www.alchemy.com/docs/wallets/reference/smart-accounts/variables/lightAccountStaticImplV1_0_1.md): Overview of lightAccountStaticImplV1_0_1
- [lightAccountStaticImplV1_0_2](https://www.alchemy.com/docs/wallets/reference/smart-accounts/variables/lightAccountStaticImplV1_0_2.md): Overview of lightAccountStaticImplV1_0_2
- [lightAccountStaticImplV1_1_0](https://www.alchemy.com/docs/wallets/reference/smart-accounts/variables/lightAccountStaticImplV1_1_0.md): Overview of lightAccountStaticImplV1_1_0
- [lightAccountStaticImplV2_0_0](https://www.alchemy.com/docs/wallets/reference/smart-accounts/variables/lightAccountStaticImplV2_0_0.md): Overview of lightAccountStaticImplV2_0_0
- [multiOwnerLightAccountStaticImplV2_0_0](https://www.alchemy.com/docs/wallets/reference/smart-accounts/variables/multiOwnerLightAccountStaticImplV2_0_0.md): Overview of multiOwnerLightAccountStaticImplV2_0_0
- [multiOwnerModularAccountStaticImpl](https://www.alchemy.com/docs/wallets/reference/smart-accounts/variables/multiOwnerModularAccountStaticImpl.md): Static implementation logic for ModularAccountV1.
- [semiModularAccount7702StaticImpl](https://www.alchemy.com/docs/wallets/reference/smart-accounts/variables/semiModularAccount7702StaticImpl.md): Static implementation logic for SemiModularAccount7702.
- [semiModularAccountV2StaticImpl](https://www.alchemy.com/docs/wallets/reference/smart-accounts/variables/semiModularAccountV2StaticImpl.md): Static implementation logic for SemiModularAccountV2.
- [Wallet APIs](https://www.alchemy.com/docs/wallets/reference/wallet-apis.md)
- [alchemyWalletTransport](https://www.alchemy.com/docs/wallets/reference/wallet-apis/functions/alchemyWalletTransport.md): Overview of the alchemyWalletTransport function
- [createSmartWalletClient](https://www.alchemy.com/docs/wallets/reference/wallet-apis/functions/createSmartWalletClient.md): Overview of the createSmartWalletClient function
- [formatSign](https://www.alchemy.com/docs/wallets/reference/wallet-apis/functions/formatSign.md): Overview of the formatSign function
- [getCapabilities](https://www.alchemy.com/docs/wallets/reference/wallet-apis/functions/getCapabilities.md): Overview of the getCapabilities function
- [grantPermissions](https://www.alchemy.com/docs/wallets/reference/wallet-apis/functions/grantPermissions.md): Overview of the grantPermissions function
- [listAccounts](https://www.alchemy.com/docs/wallets/reference/wallet-apis/functions/listAccounts.md): Overview of the listAccounts function
- [prepareCalls](https://www.alchemy.com/docs/wallets/reference/wallet-apis/functions/prepareCalls.md): Overview of the prepareCalls function
- [prepareSign](https://www.alchemy.com/docs/wallets/reference/wallet-apis/functions/prepareSign.md): Overview of the prepareSign function
- [requestAccount](https://www.alchemy.com/docs/wallets/reference/wallet-apis/functions/requestAccount.md): Overview of the requestAccount function
- [sendCalls](https://www.alchemy.com/docs/wallets/reference/wallet-apis/functions/sendCalls.md): Overview of the sendCalls function
- [sendPreparedCalls](https://www.alchemy.com/docs/wallets/reference/wallet-apis/functions/sendPreparedCalls.md): Overview of the sendPreparedCalls function
- [signMessage](https://www.alchemy.com/docs/wallets/reference/wallet-apis/functions/signMessage.md): Overview of the signMessage function
- [signPreparedCalls](https://www.alchemy.com/docs/wallets/reference/wallet-apis/functions/signPreparedCalls.md): Overview of the signPreparedCalls function
- [signSignatureRequest](https://www.alchemy.com/docs/wallets/reference/wallet-apis/functions/signSignatureRequest.md): Overview of the signSignatureRequest function
- [signTypedData](https://www.alchemy.com/docs/wallets/reference/wallet-apis/functions/signTypedData.md): Overview of the signTypedData function
- [smartWalletActions](https://www.alchemy.com/docs/wallets/reference/wallet-apis/functions/smartWalletActions.md): Overview of the smartWalletActions function
- [undelegateAccount](https://www.alchemy.com/docs/wallets/reference/wallet-apis/functions/undelegateAccount.md): Overview of the undelegateAccount function
- [AlchemyWalletTransport](https://www.alchemy.com/docs/wallets/reference/wallet-apis/type-aliases/AlchemyWalletTransport.md): Overview of AlchemyWalletTransport
- [BaseWalletClient](https://www.alchemy.com/docs/wallets/reference/wallet-apis/type-aliases/BaseWalletClient.md): Overview of BaseWalletClient
- [CreateSmartWalletClientParams](https://www.alchemy.com/docs/wallets/reference/wallet-apis/type-aliases/CreateSmartWalletClientParams.md): Overview of CreateSmartWalletClientParams
- [FormatSignParams](https://www.alchemy.com/docs/wallets/reference/wallet-apis/type-aliases/FormatSignParams.md): Overview of FormatSignParams
- [FormatSignResult](https://www.alchemy.com/docs/wallets/reference/wallet-apis/type-aliases/FormatSignResult.md): Overview of FormatSignResult
- [GetCapabilitiesParams](https://www.alchemy.com/docs/wallets/reference/wallet-apis/type-aliases/GetCapabilitiesParams.md): Overview of GetCapabilitiesParams
- [GetCapabilitiesResult](https://www.alchemy.com/docs/wallets/reference/wallet-apis/type-aliases/GetCapabilitiesResult.md): Overview of GetCapabilitiesResult
- [GrantPermissionsParams](https://www.alchemy.com/docs/wallets/reference/wallet-apis/type-aliases/GrantPermissionsParams.md): Overview of GrantPermissionsParams
- [GrantPermissionsResult](https://www.alchemy.com/docs/wallets/reference/wallet-apis/type-aliases/GrantPermissionsResult.md): Overview of GrantPermissionsResult
- [ListAccountsParams](https://www.alchemy.com/docs/wallets/reference/wallet-apis/type-aliases/ListAccountsParams.md): Overview of ListAccountsParams
- [ListAccountsResult](https://www.alchemy.com/docs/wallets/reference/wallet-apis/type-aliases/ListAccountsResult.md): Overview of ListAccountsResult
- [PrepareCallsParams](https://www.alchemy.com/docs/wallets/reference/wallet-apis/type-aliases/PrepareCallsParams.md): Overview of PrepareCallsParams
- [PrepareCallsResult](https://www.alchemy.com/docs/wallets/reference/wallet-apis/type-aliases/PrepareCallsResult.md): Overview of PrepareCallsResult
- [PrepareSignParams](https://www.alchemy.com/docs/wallets/reference/wallet-apis/type-aliases/PrepareSignParams.md): Overview of PrepareSignParams
- [PrepareSignResult](https://www.alchemy.com/docs/wallets/reference/wallet-apis/type-aliases/PrepareSignResult.md): Overview of PrepareSignResult
- [RequestAccountParams](https://www.alchemy.com/docs/wallets/reference/wallet-apis/type-aliases/RequestAccountParams.md): Overview of RequestAccountParams
- [RequestAccountResult](https://www.alchemy.com/docs/wallets/reference/wallet-apis/type-aliases/RequestAccountResult.md): Overview of RequestAccountResult
- [SendCallsParams](https://www.alchemy.com/docs/wallets/reference/wallet-apis/type-aliases/SendCallsParams.md): Overview of SendCallsParams
- [SendCallsResult](https://www.alchemy.com/docs/wallets/reference/wallet-apis/type-aliases/SendCallsResult.md): Overview of SendCallsResult
- [SendPreparedCallsParams](https://www.alchemy.com/docs/wallets/reference/wallet-apis/type-aliases/SendPreparedCallsParams.md): Overview of SendPreparedCallsParams
- [SendPreparedCallsResult](https://www.alchemy.com/docs/wallets/reference/wallet-apis/type-aliases/SendPreparedCallsResult.md): Overview of SendPreparedCallsResult
- [SignMessageParams](https://www.alchemy.com/docs/wallets/reference/wallet-apis/type-aliases/SignMessageParams.md): Overview of SignMessageParams
- [SignMessageResult](https://www.alchemy.com/docs/wallets/reference/wallet-apis/type-aliases/SignMessageResult.md): Overview of SignMessageResult
- [SignPreparedCallsParams](https://www.alchemy.com/docs/wallets/reference/wallet-apis/type-aliases/SignPreparedCallsParams.md): Overview of SignPreparedCallsParams
- [SignPreparedCallsResult](https://www.alchemy.com/docs/wallets/reference/wallet-apis/type-aliases/SignPreparedCallsResult.md): Overview of SignPreparedCallsResult
- [SignSignatureRequestParams](https://www.alchemy.com/docs/wallets/reference/wallet-apis/type-aliases/SignSignatureRequestParams.md): Overview of SignSignatureRequestParams
- [SignSignatureRequestResult](https://www.alchemy.com/docs/wallets/reference/wallet-apis/type-aliases/SignSignatureRequestResult.md): Overview of SignSignatureRequestResult
- [SignTypedDataParams](https://www.alchemy.com/docs/wallets/reference/wallet-apis/type-aliases/SignTypedDataParams.md): Overview of SignTypedDataParams
- [SignTypedDataResult](https://www.alchemy.com/docs/wallets/reference/wallet-apis/type-aliases/SignTypedDataResult.md): Overview of SignTypedDataResult
- [SignerClient](https://www.alchemy.com/docs/wallets/reference/wallet-apis/type-aliases/SignerClient.md): Overview of SignerClient
- [SmartWalletActions](https://www.alchemy.com/docs/wallets/reference/wallet-apis/type-aliases/SmartWalletActions.md): Overview of SmartWalletActions
- [SmartWalletClient](https://www.alchemy.com/docs/wallets/reference/wallet-apis/type-aliases/SmartWalletClient.md): Overview of SmartWalletClient
- [UndelegateAccountParams](https://www.alchemy.com/docs/wallets/reference/wallet-apis/type-aliases/UndelegateAccountParams.md): Overview of UndelegateAccountParams
- [UndelegateAccountResult](https://www.alchemy.com/docs/wallets/reference/wallet-apis/type-aliases/UndelegateAccountResult.md): Overview of UndelegateAccountResult
- [AA-SDK core](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core.md)
- [AccountNotFoundError](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/classes/AccountNotFoundError.md): This error is thrown when an account could not be found to execute a specific action. It extends the `BaseError` class.
- [AccountRequiresOwnerError](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/classes/AccountRequiresOwnerError.md): Represents an error that occurs when an account requires an owner to execute but none is provided.
- [BaseError](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/classes/BaseError.md): A custom error class that extends from `ViemBaseError`. This class allows for error messages to include links to relevant documentation based on provided `docsPath` and `docsSlug` parameters. This is based on on viem's BaseError type (obviously from the import and extend) we want the errors here to point to our docs if we supply a docsPath though
- [BatchExecutionNotSupportedError](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/classes/BatchExecutionNotSupportedError.md): Represents an error indicating that batch execution is not supported for a specific account type.
- [ChainNotFoundError](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/classes/ChainNotFoundError.md): Error class representing a "Chain Not Found" error, typically thrown when no chain is supplied to the client.
- [DefaultFactoryNotDefinedError](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/classes/DefaultFactoryNotDefinedError.md): Represents an error that is thrown when no default factory is defined for a specific account type on a given chain and entry point version. This error suggests providing an override via the `factoryAddress` parameter when creating an account.
- [EntityIdOverrideError](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/classes/EntityIdOverrideError.md): Error class denoting that the provided entity id is invalid because it's overriding the native entity id.
- [EntryPointNotFoundError](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/classes/EntryPointNotFoundError.md): Represents an error thrown when an entry point is not found for a specific chain and entry point version. This error indicates that a default entry point does not exist for the given chain and version, and suggests providing an override.
- [FailedToFindTransactionError](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/classes/FailedToFindTransactionError.md): Represents an error that occurs when a transaction cannot be found for a given user operation. This error extends from `BaseError`. The `hash` of the transaction is provided to indicate which transaction could not be found.
- [FailedToGetStorageSlotError](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/classes/FailedToGetStorageSlotError.md): Custom error class `FailedToGetStorageSlotError` which is used to signal a failure when attempting to retrieve a storage slot. This error includes the slot and slot descriptor in its message and inherits from `BaseError`.
- [GetCounterFactualAddressError](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/classes/GetCounterFactualAddressError.md): Custom error class for handling errors when getting a counterfactual address. This extends the `BaseError` class and provides a custom error message and name.
- [IncompatibleClientError](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/classes/IncompatibleClientError.md): Represents an error thrown when a client is not compatible with the expected client type for a specific method. The error message provides guidance on how to create a compatible client.
- [IncorrectAccountType](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/classes/IncorrectAccountType.md): Represents an error thrown when an account type does not match the expected type.
- [InvalidDeferredActionNonce](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/classes/InvalidDeferredActionNonce.md): Error class denoting that the deferred action nonce used is invalid.
- [InvalidEntityIdError](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/classes/InvalidEntityIdError.md): Error class denoting that the provided entity id is invalid because it's too large.
- [InvalidEntryPointError](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/classes/InvalidEntryPointError.md): Represents an error thrown when an invalid entry point version is encountered for a specific chain. This error extends the `BaseError` class.
- [InvalidModularAccountV2Mode](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/classes/InvalidModularAccountV2Mode.md): Error class denoting that the provided ma v2 account mode is invalid.
- [InvalidNonceKeyError](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/classes/InvalidNonceKeyError.md): Error class denoting that the nonce key is invalid because its too large.
- [InvalidRpcUrlError](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/classes/InvalidRpcUrlError.md): Represents an error that occurs when an invalid RPC URL is provided. This class extends the `BaseError` class and includes the invalid URL in the error message.
- [InvalidSignerTypeError](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/classes/InvalidSignerTypeError.md): Represents an error thrown when an invalid signer type is provided to the SmartAccountSigner.
- [InvalidUserOperationError](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/classes/InvalidUserOperationError.md): Thrown when a UserOperationStruct is not a valid request  extends viem BaseError
- [LocalAccountSigner](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/classes/LocalAccountSigner.md): Represents a local account signer and provides methods to sign messages and transactions, as well as static methods to create the signer from mnemonic or private key.
- [Logger](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/classes/Logger.md): Logger class provides static methods for logging at different levels such as error, warn, debug, info, and verbose. This class allows setting log levels and log filters to control the logging behavior.
- [NotAModularAccountV2Error](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/classes/NotAModularAccountV2Error.md): This error is thrown when an account is not a Modular Account V2
- [SignTransactionNotSupportedError](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/classes/SignTransactionNotSupportedError.md): Error thrown when attempting to sign a transaction that is not supported by smart contracts.
- [SmartAccountWithSignerRequiredError](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/classes/SmartAccountWithSignerRequiredError.md): Error class indicating that a smart account operation requires a signer.
- [TraceHeader](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/classes/TraceHeader.md): Some tools that are useful when dealing with the values of the trace header. Follows the W3C trace context standard.
- [TransactionMissingToParamError](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/classes/TransactionMissingToParamError.md): Error thrown when a transaction is missing the `to` address parameter. This class extends the `BaseError` class.
- [UpgradeToAndCallNotSupportedError](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/classes/UpgradeToAndCallNotSupportedError.md): Represents an error that occurs when an attempt is made to call `UpgradeToAndCall` on an account type that does not support it. Includes the account type in the error message.
- [UpgradesNotSupportedError](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/classes/UpgradesNotSupportedError.md): An error class representing the condition where upgrades are not supported for a specific account type. This error extends the `BaseError` class and provides a custom error message based on the account type.
- [WaitForUserOperationError](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/classes/WaitForUserOperationError.md): Error thrown when waiting for user operation request to be mined.  Includes the internal error as well as the request that failed. This request can then be used with dropAndReplaceUserOperation to retry the operation.
- [WalletClientSigner](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/classes/WalletClientSigner.md): Represents a wallet client signer for smart accounts, providing methods to get the address, sign messages, sign typed data, and sign 7702 authorizations.
- [DeploymentState](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/enumerations/DeploymentState.md): Overview of DeploymentState from @aa-sdk/core
- [LogLevel](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/enumerations/LogLevel.md): Overview of LogLevel from @aa-sdk/core
- [RoundingMode](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/enumerations/RoundingMode.md): Overview of RoundingMode from @aa-sdk/core
- [allEqual](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/allEqual.md): Overview of the allEqual function from @aa-sdk/core
- [applyUserOpFeeOption](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/applyUserOpFeeOption.md): Overview of the applyUserOpFeeOption function from @aa-sdk/core
- [applyUserOpOverride](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/applyUserOpOverride.md): Overview of the applyUserOpOverride function from @aa-sdk/core
- [applyUserOpOverrideOrFeeOption](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/applyUserOpOverrideOrFeeOption.md): Overview of the applyUserOpOverrideOrFeeOption function from @aa-sdk/core
- [asyncPipe](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/asyncPipe.md): Overview of the asyncPipe function from @aa-sdk/core
- [bigIntClamp](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/bigIntClamp.md): Overview of the bigIntClamp function from @aa-sdk/core
- [bigIntMax](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/bigIntMax.md): Overview of the bigIntMax function from @aa-sdk/core
- [bigIntMin](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/bigIntMin.md): Overview of the bigIntMin function from @aa-sdk/core
- [bigIntMultiply](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/bigIntMultiply.md): Overview of the bigIntMultiply function from @aa-sdk/core
- [buildUserOperation](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/buildUserOperation.md): Overview of the buildUserOperation function from @aa-sdk/core
- [buildUserOperationFromTx](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/buildUserOperationFromTx.md): Overview of the buildUserOperationFromTx function from @aa-sdk/core
- [buildUserOperationFromTxs](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/buildUserOperationFromTxs.md): Overview of the buildUserOperationFromTxs function from @aa-sdk/core
- [bypassPaymasterAndData](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/bypassPaymasterAndData.md): Overview of the bypassPaymasterAndData function from @aa-sdk/core
- [bypassPaymasterAndDataEmptyHex](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/bypassPaymasterAndDataEmptyHex.md): Overview of the bypassPaymasterAndDataEmptyHex function from @aa-sdk/core
- [checkGasSponsorshipEligibility](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/checkGasSponsorshipEligibility.md): Overview of the checkGasSponsorshipEligibility function from @aa-sdk/core
- [clientHeaderTrack](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/clientHeaderTrack.md): Overview of the clientHeaderTrack function from @aa-sdk/core
- [concatPaymasterAndData](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/concatPaymasterAndData.md): Overview of the concatPaymasterAndData function from @aa-sdk/core
- [conditionalReturn](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/conditionalReturn.md): Overview of the conditionalReturn function from @aa-sdk/core
- [convertChainIdToCoinType](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/convertChainIdToCoinType.md): Overview of the convertChainIdToCoinType function from @aa-sdk/core
- [convertCoinTypeToChain](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/convertCoinTypeToChain.md): Overview of the convertCoinTypeToChain function from @aa-sdk/core
- [convertCoinTypeToChainId](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/convertCoinTypeToChainId.md): Overview of the convertCoinTypeToChainId function from @aa-sdk/core
- [createBundlerClient](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/createBundlerClient.md): Creates a Bundler Client using the provided configuration parameters, including chain and optional type.
- [createSmartAccountClient](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/createSmartAccountClient.md): Creates a smart account client using the provided configuration. This client handles various Ethereum transactions and message signing operations.
- [createSmartAccountClientFromExisting](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/createSmartAccountClientFromExisting.md): Creates a smart account client using an existing client and specific configuration. This function can be used to reuse a pre-existing BundlerClient while customizing other aspects of the smart account.
- [deepHexlify](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/deepHexlify.md): Overview of the deepHexlify function from @aa-sdk/core
- [defaultFeeEstimator](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/defaultFeeEstimator.md): Overview of the defaultFeeEstimator function from @aa-sdk/core
- [dropAndReplaceUserOperation](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/dropAndReplaceUserOperation.md): Overview of the dropAndReplaceUserOperation function from @aa-sdk/core
- [erc7677Middleware](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/erc7677Middleware.md): Overview of the erc7677Middleware function from @aa-sdk/core
- [filterUndefined](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/filterUndefined.md): Overview of the filterUndefined function from @aa-sdk/core
- [getAccountAddress](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/getAccountAddress.md): Overview of the getAccountAddress function from @aa-sdk/core
- [getDefaultUserOperationFeeOptions](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/getDefaultUserOperationFeeOptions.md): Overview of the getDefaultUserOperationFeeOptions function from @aa-sdk/core
- [getEntryPoint](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/getEntryPoint.md): Retrieves the entry point definition for the specified chain and version, falling back to the default version if not provided. Throws an error if the entry point address cannot be found.
- [getUserOperationError](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/getUserOperationError.md): Overview of the getUserOperationError function from @aa-sdk/core
- [isBigNumberish](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/isBigNumberish.md): Overview of the isBigNumberish function from @aa-sdk/core
- [isEntryPointVersion](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/isEntryPointVersion.md): Overview of the isEntryPointVersion function from @aa-sdk/core
- [isMultiplier](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/isMultiplier.md): Overview of the isMultiplier function from @aa-sdk/core
- [isSigner](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/isSigner.md): Overview of the isSigner function from @aa-sdk/core
- [isSmartAccountClient](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/isSmartAccountClient.md): Overview of the isSmartAccountClient function from @aa-sdk/core
- [isSmartAccountWithSigner](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/isSmartAccountWithSigner.md): Overview of the isSmartAccountWithSigner function from @aa-sdk/core
- [isValidFactoryAndData](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/isValidFactoryAndData.md): Overview of the isValidFactoryAndData function from @aa-sdk/core
- [isValidPaymasterAndData](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/isValidPaymasterAndData.md): Overview of the isValidPaymasterAndData function from @aa-sdk/core
- [isValidRequest](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/isValidRequest.md): Overview of the isValidRequest function from @aa-sdk/core
- [middlewareActions](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/middlewareActions.md): Overview of the middlewareActions function from @aa-sdk/core
- [parseFactoryAddressFromAccountInitCode](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/parseFactoryAddressFromAccountInitCode.md): Overview of the parseFactoryAddressFromAccountInitCode function from @aa-sdk/core
- [parsePaymasterAndData](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/parsePaymasterAndData.md): Overview of the parsePaymasterAndData function from @aa-sdk/core
- [pick](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/pick.md): Overview of the pick function from @aa-sdk/core
- [resolveProperties](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/resolveProperties.md): Overview of the resolveProperties function from @aa-sdk/core
- [sendTransaction](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/sendTransaction.md): Overview of the sendTransaction function from @aa-sdk/core
- [sendTransactions](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/sendTransactions.md): Overview of the sendTransactions function from @aa-sdk/core
- [sendUserOperation](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/sendUserOperation.md): Overview of the sendUserOperation function from @aa-sdk/core
- [split](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/split.md): Overview of the split function from @aa-sdk/core
- [stringToIndex](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/stringToIndex.md): Overview of the stringToIndex function from @aa-sdk/core
- [takeBytes](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/takeBytes.md): Overview of the takeBytes function from @aa-sdk/core
- [toRecord](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/toRecord.md): Overview of the toRecord function from @aa-sdk/core
- [toSmartContractAccount](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/toSmartContractAccount.md): Converts an account to a smart contract account and sets up various account-related methods using the provided parameters like transport, chain, entry point, and other utilities.
- [unpackSignRawMessageBytes](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/unpackSignRawMessageBytes.md): Overview of the unpackSignRawMessageBytes function from @aa-sdk/core
- [wrapSignatureWith6492](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/functions/wrapSignatureWith6492.md): Overview of the wrapSignatureWith6492 function from @aa-sdk/core
- [AccountEntryPointRegistry](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/interfaces/AccountEntryPointRegistry.md): Overview of the AccountEntryPointRegistry interface from @aa-sdk/core
- [EntryPointDefRegistry](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/interfaces/EntryPointDefRegistry.md): Overview of the EntryPointDefRegistry interface from @aa-sdk/core
- [EntryPointRegistry](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/interfaces/EntryPointRegistry.md): Overview of the EntryPointRegistry interface from @aa-sdk/core
- [EntryPointRegistryBase](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/interfaces/EntryPointRegistryBase.md): Overview of the EntryPointRegistryBase interface from @aa-sdk/core
- [SmartAccountAuthenticator](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/interfaces/SmartAccountAuthenticator.md): Extends the  SmartAccountSigner interface with authentication.
- [SmartAccountSigner](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/interfaces/SmartAccountSigner.md): A signer that can sign messages and typed data.
- [SplitTransportParams](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/interfaces/SplitTransportParams.md): Overview of the SplitTransportParams interface from @aa-sdk/core
- [UserOperationEstimateGasResponse](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/interfaces/UserOperationEstimateGasResponse.md): Overview of the UserOperationEstimateGasResponse interface from @aa-sdk/core
- [UserOperationReceipt](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/interfaces/UserOperationReceipt.md): Overview of the UserOperationReceipt interface from @aa-sdk/core
- [UserOperationRequest_v6](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/interfaces/UserOperationRequest_v6.md): Overview of the UserOperationRequest_v6 interface from @aa-sdk/core
- [UserOperationRequest_v7](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/interfaces/UserOperationRequest_v7.md): Overview of the UserOperationRequest_v7 interface from @aa-sdk/core
- [UserOperationResponse](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/interfaces/UserOperationResponse.md): Overview of the UserOperationResponse interface from @aa-sdk/core
- [UserOperationStruct_v6](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/interfaces/UserOperationStruct_v6.md): Overview of the UserOperationStruct_v6 interface from @aa-sdk/core
- [UserOperationStruct_v7](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/interfaces/UserOperationStruct_v7.md): Overview of the UserOperationStruct_v7 interface from @aa-sdk/core
- [AccountOp](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/AccountOp.md): Overview of AccountOp from @aa-sdk/core
- [AuthorizationRequest](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/AuthorizationRequest.md): Overview of AuthorizationRequest from @aa-sdk/core
- [BaseSmartAccountClient](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/BaseSmartAccountClient.md): Overview of BaseSmartAccountClient from @aa-sdk/core
- [BaseSmartAccountClientActions](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/BaseSmartAccountClientActions.md): Overview of BaseSmartAccountClientActions from @aa-sdk/core
- [BatchUserOperationCallData](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/BatchUserOperationCallData.md): Overview of BatchUserOperationCallData from @aa-sdk/core
- [BigNumberish](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/BigNumberish.md): Overview of BigNumberish from @aa-sdk/core
- [BigNumberishRange](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/BigNumberishRange.md): Overview of BigNumberishRange from @aa-sdk/core
- [BuildTransactionParameters](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/BuildTransactionParameters.md): Overview of BuildTransactionParameters from @aa-sdk/core
- [BuildUserOperationFromTransactionsResult](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/BuildUserOperationFromTransactionsResult.md): Overview of BuildUserOperationFromTransactionsResult from @aa-sdk/core
- [BuildUserOperationParameters](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/BuildUserOperationParameters.md): Overview of BuildUserOperationParameters from @aa-sdk/core
- [BundlerActions](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/BundlerActions.md): Overview of BundlerActions from @aa-sdk/core
- [BundlerClient](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/BundlerClient.md): Overview of BundlerClient from @aa-sdk/core
- [BundlerRpcSchema](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/BundlerRpcSchema.md): Overview of BundlerRpcSchema from @aa-sdk/core
- [BytesLike](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/BytesLike.md): Overview of BytesLike from @aa-sdk/core
- [ClientMiddleware](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/ClientMiddleware.md): Overview of ClientMiddleware from @aa-sdk/core
- [ClientMiddlewareArgs](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/ClientMiddlewareArgs.md): Overview of ClientMiddlewareArgs from @aa-sdk/core
- [ClientMiddlewareConfig](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/ClientMiddlewareConfig.md): Overview of ClientMiddlewareConfig from @aa-sdk/core
- [ClientMiddlewareFn](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/ClientMiddlewareFn.md): Overview of ClientMiddlewareFn from @aa-sdk/core
- [ConnectionConfig](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/ConnectionConfig.md): Overview of ConnectionConfig from @aa-sdk/core
- [ConnectorData](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/ConnectorData.md): Overview of ConnectorData from @aa-sdk/core
- [DefaultEntryPointVersion](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/DefaultEntryPointVersion.md): Overview of DefaultEntryPointVersion from @aa-sdk/core
- [Deferrable](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/Deferrable.md): Overview of Deferrable from @aa-sdk/core
- [DropAndReplaceUserOperationParameters](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/DropAndReplaceUserOperationParameters.md): Overview of DropAndReplaceUserOperationParameters from @aa-sdk/core
- [EQ](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/EQ.md): Overview of EQ from @aa-sdk/core
- [Eip7702ExtendedFields](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/Eip7702ExtendedFields.md): Overview of Eip7702ExtendedFields from @aa-sdk/core
- [EmptyHex](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/EmptyHex.md): Overview of EmptyHex from @aa-sdk/core
- [EntryPointDef](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/EntryPointDef.md): Overview of EntryPointDef from @aa-sdk/core
- [EntryPointParameter](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/EntryPointParameter.md): Overview of EntryPointParameter from @aa-sdk/core
- [EntryPointVersion](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/EntryPointVersion.md): Overview of EntryPointVersion from @aa-sdk/core
- [EqualsOneOfTheComponents](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/EqualsOneOfTheComponents.md): Overview of EqualsOneOfTheComponents from @aa-sdk/core
- [Erc7677Client](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/Erc7677Client.md): Overview of Erc7677Client from @aa-sdk/core
- [Erc7677MiddlewareParams](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/Erc7677MiddlewareParams.md): Overview of Erc7677MiddlewareParams from @aa-sdk/core
- [Erc7677RpcSchema](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/Erc7677RpcSchema.md): Overview of Erc7677RpcSchema from @aa-sdk/core
- [GetAccountAddressParams](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/GetAccountAddressParams.md): Overview of GetAccountAddressParams from @aa-sdk/core
- [GetAccountParameter](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/GetAccountParameter.md): Overview of GetAccountParameter from @aa-sdk/core
- [GetContextParameter](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/GetContextParameter.md): Overview of GetContextParameter from @aa-sdk/core
- [GetEntryPointFromAccount](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/GetEntryPointFromAccount.md): Overview of GetEntryPointFromAccount from @aa-sdk/core
- [GetEntryPointOptions](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/GetEntryPointOptions.md): Overview of GetEntryPointOptions from @aa-sdk/core
- [IsMemberOrSubtypeOfAComponent](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/IsMemberOrSubtypeOfAComponent.md): Overview of IsMemberOrSubtypeOfAComponent from @aa-sdk/core
- [IsOneOf](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/IsOneOf.md): Overview of IsOneOf from @aa-sdk/core
- [IsUndefined](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/IsUndefined.md): Checks if T is `undefined`
- [MiddlewareClient](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/MiddlewareClient.md): Middleware client type
- [Multiplier](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/Multiplier.md): Overview of Multiplier from @aa-sdk/core
- [Never](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/Never.md): Overview of Never from @aa-sdk/core
- [NoUndefined](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/NoUndefined.md): Constructs a type by excluding `undefined` from `T`.
- [NotType](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/NotType.md): Used to ensure type doesn't extend another, for use in & chaining of properties
- [NullAddress](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/NullAddress.md): Overview of NullAddress from @aa-sdk/core
- [OneOf](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/OneOf.md): Overview of OneOf from @aa-sdk/core
- [OptionalFields](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/OptionalFields.md): Overview of OptionalFields from @aa-sdk/core
- [Prettify](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/Prettify.md): Combines members of an intersection into a readable type.
- [PromiseOrValue](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/PromiseOrValue.md): Overview of PromiseOrValue from @aa-sdk/core
- [RecordableKeys](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/RecordableKeys.md): Overview of RecordableKeys from @aa-sdk/core
- [RequiredBy](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/RequiredBy.md): Overview of RequiredBy from @aa-sdk/core
- [SendTransactionsParameters](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/SendTransactionsParameters.md): Overview of SendTransactionsParameters from @aa-sdk/core
- [SendUserOperationParameters](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/SendUserOperationParameters.md): Overview of SendUserOperationParameters from @aa-sdk/core
- [SendUserOperationResult](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/SendUserOperationResult.md): Overview of SendUserOperationResult from @aa-sdk/core
- [SignUserOperationParameters](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/SignUserOperationParameters.md): Overview of SignUserOperationParameters from @aa-sdk/core
- [SignatureRequest](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/SignatureRequest.md): Overview of SignatureRequest from @aa-sdk/core
- [SigningMethods](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/SigningMethods.md): Overview of SigningMethods from @aa-sdk/core
- [SmartAccountClient](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/SmartAccountClient.md): Overview of SmartAccountClient from @aa-sdk/core
- [SmartAccountClientActions](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/SmartAccountClientActions.md): Overview of SmartAccountClientActions from @aa-sdk/core
- [SmartAccountClientConfig](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/SmartAccountClientConfig.md): Overview of SmartAccountClientConfig from @aa-sdk/core
- [SmartAccountClientRpcSchema](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/SmartAccountClientRpcSchema.md): Overview of SmartAccountClientRpcSchema from @aa-sdk/core
- [SmartContractAccount](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/SmartContractAccount.md): Overview of SmartContractAccount from @aa-sdk/core
- [SmartContractAccountWithSigner](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/SmartContractAccountWithSigner.md): Overview of SmartContractAccountWithSigner from @aa-sdk/core
- [SupportedEntryPoint](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/SupportedEntryPoint.md): Overview of SupportedEntryPoint from @aa-sdk/core
- [ToSmartContractAccountParams](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/ToSmartContractAccountParams.md): Overview of ToSmartContractAccountParams from @aa-sdk/core
- [UnpackedSignature](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/UnpackedSignature.md): Overview of UnpackedSignature from @aa-sdk/core
- [UpgradeAccountParams](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/UpgradeAccountParams.md): Overview of UpgradeAccountParams from @aa-sdk/core
- [UpgradeToAndCallParams](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/UpgradeToAndCallParams.md): Overview of UpgradeToAndCallParams from @aa-sdk/core
- [UpgradeToData](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/UpgradeToData.md): Overview of UpgradeToData from @aa-sdk/core
- [UserOperationCallData](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/UserOperationCallData.md): Overview of UserOperationCallData from @aa-sdk/core
- [UserOperationContext](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/UserOperationContext.md): Overview of UserOperationContext from @aa-sdk/core
- [UserOperationFeeOptions](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/UserOperationFeeOptions.md): Overview of UserOperationFeeOptions from @aa-sdk/core
- [UserOperationFeeOptionsField](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/UserOperationFeeOptionsField.md): Overview of UserOperationFeeOptionsField from @aa-sdk/core
- [UserOperationOverrides](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/UserOperationOverrides.md): Overview of UserOperationOverrides from @aa-sdk/core
- [UserOperationOverridesParameter](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/UserOperationOverridesParameter.md): Overview of UserOperationOverridesParameter from @aa-sdk/core
- [UserOperationPaymasterOverrides](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/UserOperationPaymasterOverrides.md): Overview of UserOperationPaymasterOverrides from @aa-sdk/core
- [UserOperationRequest](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/UserOperationRequest.md): Overview of UserOperationRequest from @aa-sdk/core
- [UserOperationStruct](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/UserOperationStruct.md): Overview of UserOperationStruct from @aa-sdk/core
- [WaitForUserOperationTxParameters](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/WaitForUserOperationTxParameters.md): Overview of WaitForUserOperationTxParameters from @aa-sdk/core
- [WithOptional](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/WithOptional.md): Overview of WithOptional from @aa-sdk/core
- [WithRequired](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/type-aliases/WithRequired.md): Overview of WithRequired from @aa-sdk/core
- [ADD_BREADCRUMB](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/variables/ADD_BREADCRUMB.md): The symbol that is used to add a breadcrumb to the headers. Is an optional function that is used to add a breadcrumb to the headers.
- [BigNumberishRangeSchema](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/variables/BigNumberishRangeSchema.md): Overview of BigNumberishRangeSchema from @aa-sdk/core
- [BigNumberishSchema](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/variables/BigNumberishSchema.md): Overview of BigNumberishSchema from @aa-sdk/core
- [ChainSchema](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/variables/ChainSchema.md): Overview of ChainSchema from @aa-sdk/core
- [ConnectionConfigSchema](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/variables/ConnectionConfigSchema.md): Overview of ConnectionConfigSchema from @aa-sdk/core
- [EntryPointAbi_v6](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/variables/EntryPointAbi_v6.md): Overview of EntryPointAbi_v6 from @aa-sdk/core
- [EntryPointAbi_v7](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/variables/EntryPointAbi_v7.md): Overview of EntryPointAbi_v7 from @aa-sdk/core
- [HexSchema](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/variables/HexSchema.md): Overview of HexSchema from @aa-sdk/core
- [MultiplierSchema](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/variables/MultiplierSchema.md): Overview of MultiplierSchema from @aa-sdk/core
- [SignerSchema](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/variables/SignerSchema.md): Overview of SignerSchema from @aa-sdk/core
- [SimpleAccountAbi_v6](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/variables/SimpleAccountAbi_v6.md): Overview of SimpleAccountAbi_v6 from @aa-sdk/core
- [SimpleAccountAbi_v7](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/variables/SimpleAccountAbi_v7.md): Overview of SimpleAccountAbi_v7 from @aa-sdk/core
- [SimpleAccountFactoryAbi](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/variables/SimpleAccountFactoryAbi.md): Overview of SimpleAccountFactoryAbi from @aa-sdk/core
- [SmartAccountClientOptsSchema](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/variables/SmartAccountClientOptsSchema.md): Overview of SmartAccountClientOptsSchema from @aa-sdk/core
- [TRACE_HEADER_NAME](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/variables/TRACE_HEADER_NAME.md): These are the headers that are used in the trace headers, could be found in the spec
- [TRACE_HEADER_STATE](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/variables/TRACE_HEADER_STATE.md): These are the headers that are used in the trace headers, could be found in the spec
- [bundlerActions](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/variables/bundlerActions.md): A viem client decorator that provides Bundler specific actions. These actions include estimating gas for user operations, sending raw user operations, retrieving user operations by hash, getting supported entry points, and getting user operation receipts.  NOTE: this is already added to the client returned from `createBundlerClient`
- [createBundlerClientFromExisting](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/variables/createBundlerClientFromExisting.md): Creates a bundler client from an existing public client with the provided transport and chain.
- [default7702GasEstimator](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/variables/default7702GasEstimator.md): A middleware function to estimate the gas usage of a user operation when using an EIP-7702 delegated account. Has an optional custom gas estimator. This function is only compatible with accounts using EntryPoint v0.7.0, and the account must have an implementation address defined in `getImplementationAddress()`.
- [default7702UserOpSigner](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/variables/default7702UserOpSigner.md): Provides a default middleware function for signing user operations with a client account when using EIP-7702 delegated accounts. If the signer doesn't support `signAuthorization`, then this just runs the provided `signUserOperation` middleware. This function is only compatible with accounts using EntryPoint v0.7.0, and the account must have an implementation address defined in `getImplementationAddress()`.
- [defaultEntryPointVersion](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/variables/defaultEntryPointVersion.md): Overview of defaultEntryPointVersion from @aa-sdk/core
- [defaultGasEstimator](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/variables/defaultGasEstimator.md): Description default gas estimator middleware for `SmartAccountClient` You can override this middleware with your custom gas estimator middleware by passing it to the client constructor
- [defaultPaymasterAndData](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/variables/defaultPaymasterAndData.md): Middleware function that sets the `paymasterAndData` field in the given struct based on the entry point version of the account. This is the default used by `createSmartAccountClient` and is not necessary to be used directly.
- [defaultUserOpSigner](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/variables/defaultUserOpSigner.md): Provides a default middleware function for signing user operations with a client account. This function validates the request and adds the signature to it. This is already included in the client returned from `createSmartAccountClient`
- [entryPointRegistry](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/variables/entryPointRegistry.md): Overview of entryPointRegistry from @aa-sdk/core
- [minPriorityFeePerBidDefaults](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/variables/minPriorityFeePerBidDefaults.md): Overview of minPriorityFeePerBidDefaults from @aa-sdk/core
- [noopMiddleware](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/variables/noopMiddleware.md): Noop middleware that does nothing and passes the arguments through
- [smartAccountClientActions](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/variables/smartAccountClientActions.md): Provides a set of smart account client actions to decorate the provided client. These actions include building and signing user operations, sending transactions, and more.  NOTE: this is already added to clients returned from `createSmartAccountClient`
- [smartAccountClientMethodKeys](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/variables/smartAccountClientMethodKeys.md): Overview of smartAccountClientMethodKeys from @aa-sdk/core
- [waitForUserOperationTransaction](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/variables/waitForUserOperationTransaction.md): Waits for a user operation transaction to be confirmed by checking the receipt periodically until it is found or a maximum number of retries is reached.
- [webauthnGasEstimator](https://www.alchemy.com/docs/wallets/reference/aa-sdk/core/variables/webauthnGasEstimator.md): A middleware function to estimate the gas usage of a user operation when using a Modular Account V2 WebAuthn account. Has an optional custom gas estimator. This function is only compatible with accounts using EntryPoint v0.7.0, and the account must have an implementation address defined in `getImplementationAddress()`.
- [AA-SDK ethers](https://www.alchemy.com/docs/wallets/reference/aa-sdk/ethers.md)
- [AccountSigner](https://www.alchemy.com/docs/wallets/reference/aa-sdk/ethers/classes/AccountSigner.md): Implementation of the ethers Signer interface to use with Smart Contract Accounts
- [EthersProviderAdapter](https://www.alchemy.com/docs/wallets/reference/aa-sdk/ethers/classes/EthersProviderAdapter.md): Lightweight Adapter for SmtAccountProvider to enable Signer Creation
- [convertEthersSignerToAccountSigner](https://www.alchemy.com/docs/wallets/reference/aa-sdk/ethers/functions/convertEthersSignerToAccountSigner.md): Overview of the convertEthersSignerToAccountSigner function from @aa-sdk/ethers
- [convertWalletToAccountSigner](https://www.alchemy.com/docs/wallets/reference/aa-sdk/ethers/functions/convertWalletToAccountSigner.md): Overview of the convertWalletToAccountSigner function from @aa-sdk/ethers
- [Other Javascript Frameworks](https://www.alchemy.com/docs/wallets/reference/account-kit/core.md)
- [ClientOnlyPropertyError](https://www.alchemy.com/docs/wallets/reference/account-kit/core/classes/ClientOnlyPropertyError.md): Error thrown when a client only property is accessed on the server
- [convertSignerStatusToState](https://www.alchemy.com/docs/wallets/reference/account-kit/core/functions/convertSignerStatusToState.md): Overview of the convertSignerStatusToState function from @account-kit/core
- [cookieStorage](https://www.alchemy.com/docs/wallets/reference/account-kit/core/functions/cookieStorage.md): Overview of the cookieStorage function from @account-kit/core
- [cookieToInitialState](https://www.alchemy.com/docs/wallets/reference/account-kit/core/functions/cookieToInitialState.md): Overview of the cookieToInitialState function from @account-kit/core
- [createAccount](https://www.alchemy.com/docs/wallets/reference/account-kit/core/functions/createAccount.md): Overview of the createAccount function from @account-kit/core
- [createConfig](https://www.alchemy.com/docs/wallets/reference/account-kit/core/functions/createConfig.md): Overview of the createConfig function from @account-kit/core
- [createDefaultAccountState](https://www.alchemy.com/docs/wallets/reference/account-kit/core/functions/createDefaultAccountState.md): Overview of the createDefaultAccountState function from @account-kit/core
- [createSigner](https://www.alchemy.com/docs/wallets/reference/account-kit/core/functions/createSigner.md): Overview of the createSigner function from @account-kit/core
- [defaultAccountState](https://www.alchemy.com/docs/wallets/reference/account-kit/core/functions/defaultAccountState.md): Overview of the defaultAccountState function from @account-kit/core
- [disconnect](https://www.alchemy.com/docs/wallets/reference/account-kit/core/functions/disconnect.md): Overview of the disconnect function from @account-kit/core
- [getAccount](https://www.alchemy.com/docs/wallets/reference/account-kit/core/functions/getAccount.md): Overview of the getAccount function from @account-kit/core
- [getBundlerClient](https://www.alchemy.com/docs/wallets/reference/account-kit/core/functions/getBundlerClient.md): Overview of the getBundlerClient function from @account-kit/core
- [getChain](https://www.alchemy.com/docs/wallets/reference/account-kit/core/functions/getChain.md): Overview of the getChain function from @account-kit/core
- [getConnection](https://www.alchemy.com/docs/wallets/reference/account-kit/core/functions/getConnection.md): Overview of the getConnection function from @account-kit/core
- [getSigner](https://www.alchemy.com/docs/wallets/reference/account-kit/core/functions/getSigner.md): Overview of the getSigner function from @account-kit/core
- [getSignerStatus](https://www.alchemy.com/docs/wallets/reference/account-kit/core/functions/getSignerStatus.md): Overview of the getSignerStatus function from @account-kit/core
- [getSmartAccountClient](https://www.alchemy.com/docs/wallets/reference/account-kit/core/functions/getSmartAccountClient.md): Obtains a smart account client based on the provided parameters and configuration. Supports creating any of the SupportAccountTypes in Account Kit. If the signer is not connected, or an account is already being intializes, this results in a loading state.
- [getSmartWalletClient](https://www.alchemy.com/docs/wallets/reference/account-kit/core/functions/getSmartWalletClient.md): Creates and returns a Smart Wallet Client instance. Returns undefined if running in a server environment or if no signer is connected. Caches clients by chain ID & address for performance optimization.
- [getSolanaConnection](https://www.alchemy.com/docs/wallets/reference/account-kit/core/functions/getSolanaConnection.md): Overview of the getSolanaConnection function from @account-kit/core
- [getUser](https://www.alchemy.com/docs/wallets/reference/account-kit/core/functions/getUser.md): Overview of the getUser function from @account-kit/core
- [hydrate](https://www.alchemy.com/docs/wallets/reference/account-kit/core/functions/hydrate.md): Overview of the hydrate function from @account-kit/core
- [isLightAccountParams](https://www.alchemy.com/docs/wallets/reference/account-kit/core/functions/isLightAccountParams.md): Overview of the isLightAccountParams function from @account-kit/core
- [isModularV2AccountParams](https://www.alchemy.com/docs/wallets/reference/account-kit/core/functions/isModularV2AccountParams.md): Overview of the isModularV2AccountParams function from @account-kit/core
- [isMultiOwnerLightAccountParams](https://www.alchemy.com/docs/wallets/reference/account-kit/core/functions/isMultiOwnerLightAccountParams.md): Overview of the isMultiOwnerLightAccountParams function from @account-kit/core
- [isMultiOwnerModularAccountParams](https://www.alchemy.com/docs/wallets/reference/account-kit/core/functions/isMultiOwnerModularAccountParams.md): Overview of the isMultiOwnerModularAccountParams function from @account-kit/core
- [parseCookie](https://www.alchemy.com/docs/wallets/reference/account-kit/core/functions/parseCookie.md): Overview of the parseCookie function from @account-kit/core
- [reconnect](https://www.alchemy.com/docs/wallets/reference/account-kit/core/functions/reconnect.md): Overview of the reconnect function from @account-kit/core
- [setChain](https://www.alchemy.com/docs/wallets/reference/account-kit/core/functions/setChain.md): Overview of the setChain function from @account-kit/core
- [watchAccount](https://www.alchemy.com/docs/wallets/reference/account-kit/core/functions/watchAccount.md): Overview of the watchAccount function from @account-kit/core
- [watchBundlerClient](https://www.alchemy.com/docs/wallets/reference/account-kit/core/functions/watchBundlerClient.md): Overview of the watchBundlerClient function from @account-kit/core
- [watchChain](https://www.alchemy.com/docs/wallets/reference/account-kit/core/functions/watchChain.md): Overview of the watchChain function from @account-kit/core
- [watchConnection](https://www.alchemy.com/docs/wallets/reference/account-kit/core/functions/watchConnection.md): Overview of the watchConnection function from @account-kit/core
- [watchSigner](https://www.alchemy.com/docs/wallets/reference/account-kit/core/functions/watchSigner.md): Overview of the watchSigner function from @account-kit/core
- [watchSignerStatus](https://www.alchemy.com/docs/wallets/reference/account-kit/core/functions/watchSignerStatus.md): Overview of the watchSignerStatus function from @account-kit/core
- [watchSmartAccountClient](https://www.alchemy.com/docs/wallets/reference/account-kit/core/functions/watchSmartAccountClient.md): Overview of the watchSmartAccountClient function from @account-kit/core
- [watchSmartWalletClient](https://www.alchemy.com/docs/wallets/reference/account-kit/core/functions/watchSmartWalletClient.md): Overview of the watchSmartWalletClient function from @account-kit/core
- [watchSolanaConnection](https://www.alchemy.com/docs/wallets/reference/account-kit/core/functions/watchSolanaConnection.md): Overview of the watchSolanaConnection function from @account-kit/core
- [watchUser](https://www.alchemy.com/docs/wallets/reference/account-kit/core/functions/watchUser.md): Overview of the watchUser function from @account-kit/core
- [AccountConfig](https://www.alchemy.com/docs/wallets/reference/account-kit/core/type-aliases/AccountConfig.md): Overview of AccountConfig from @account-kit/core
- [AccountState](https://www.alchemy.com/docs/wallets/reference/account-kit/core/type-aliases/AccountState.md): Overview of AccountState from @account-kit/core
- [AlchemyAccountsConfig](https://www.alchemy.com/docs/wallets/reference/account-kit/core/type-aliases/AlchemyAccountsConfig.md): Overview of AlchemyAccountsConfig from @account-kit/core
- [AlchemyClientState](https://www.alchemy.com/docs/wallets/reference/account-kit/core/type-aliases/AlchemyClientState.md): Overview of AlchemyClientState from @account-kit/core
- [AlchemySigner](https://www.alchemy.com/docs/wallets/reference/account-kit/core/type-aliases/AlchemySigner.md): Overview of AlchemySigner from @account-kit/core
- [AlchemySignerClient](https://www.alchemy.com/docs/wallets/reference/account-kit/core/type-aliases/AlchemySignerClient.md): Overview of AlchemySignerClient from @account-kit/core
- [BaseCreateConfigProps](https://www.alchemy.com/docs/wallets/reference/account-kit/core/type-aliases/BaseCreateConfigProps.md): Overview of BaseCreateConfigProps from @account-kit/core
- [ClientActions](https://www.alchemy.com/docs/wallets/reference/account-kit/core/type-aliases/ClientActions.md): Overview of ClientActions from @account-kit/core
- [ClientStoreConfig](https://www.alchemy.com/docs/wallets/reference/account-kit/core/type-aliases/ClientStoreConfig.md): Overview of ClientStoreConfig from @account-kit/core
- [Connection](https://www.alchemy.com/docs/wallets/reference/account-kit/core/type-aliases/Connection.md): Overview of Connection from @account-kit/core
- [CreateAccountParams](https://www.alchemy.com/docs/wallets/reference/account-kit/core/type-aliases/CreateAccountParams.md): Overview of CreateAccountParams from @account-kit/core
- [CreateConfigProps](https://www.alchemy.com/docs/wallets/reference/account-kit/core/type-aliases/CreateConfigProps.md): Overview of CreateConfigProps from @account-kit/core
- [GetAccountParams](https://www.alchemy.com/docs/wallets/reference/account-kit/core/type-aliases/GetAccountParams.md): Overview of GetAccountParams from @account-kit/core
- [GetAccountResult](https://www.alchemy.com/docs/wallets/reference/account-kit/core/type-aliases/GetAccountResult.md): Overview of GetAccountResult from @account-kit/core
- [GetSmartAccountClientParams](https://www.alchemy.com/docs/wallets/reference/account-kit/core/type-aliases/GetSmartAccountClientParams.md): Overview of GetSmartAccountClientParams from @account-kit/core
- [GetSmartAccountClientResult](https://www.alchemy.com/docs/wallets/reference/account-kit/core/type-aliases/GetSmartAccountClientResult.md): Overview of GetSmartAccountClientResult from @account-kit/core
- [GetSmartWalletClientParams](https://www.alchemy.com/docs/wallets/reference/account-kit/core/type-aliases/GetSmartWalletClientParams.md): Overview of GetSmartWalletClientParams from @account-kit/core
- [GetSmartWalletClientResult](https://www.alchemy.com/docs/wallets/reference/account-kit/core/type-aliases/GetSmartWalletClientResult.md): Overview of GetSmartWalletClientResult from @account-kit/core
- [GetUserResult](https://www.alchemy.com/docs/wallets/reference/account-kit/core/type-aliases/GetUserResult.md): Overview of GetUserResult from @account-kit/core
- [SignerStatus](https://www.alchemy.com/docs/wallets/reference/account-kit/core/type-aliases/SignerStatus.md): Overview of SignerStatus from @account-kit/core
- [SolanaConnection](https://www.alchemy.com/docs/wallets/reference/account-kit/core/type-aliases/SolanaConnection.md): Overview of SolanaConnection from @account-kit/core
- [Store](https://www.alchemy.com/docs/wallets/reference/account-kit/core/type-aliases/Store.md): Overview of Store from @account-kit/core
- [StoreState](https://www.alchemy.com/docs/wallets/reference/account-kit/core/type-aliases/StoreState.md): Overview of StoreState from @account-kit/core
- [StoredState](https://www.alchemy.com/docs/wallets/reference/account-kit/core/type-aliases/StoredState.md): Overview of StoredState from @account-kit/core
- [SupportedAccount](https://www.alchemy.com/docs/wallets/reference/account-kit/core/type-aliases/SupportedAccount.md): Overview of SupportedAccount from @account-kit/core
- [SupportedAccountTypes](https://www.alchemy.com/docs/wallets/reference/account-kit/core/type-aliases/SupportedAccountTypes.md): Overview of SupportedAccountTypes from @account-kit/core
- [SupportedAccounts](https://www.alchemy.com/docs/wallets/reference/account-kit/core/type-aliases/SupportedAccounts.md): Overview of SupportedAccounts from @account-kit/core
- [DEFAULT_IFRAME_CONTAINER_ID](https://www.alchemy.com/docs/wallets/reference/account-kit/core/variables/DEFAULT_IFRAME_CONTAINER_ID.md): Overview of DEFAULT_IFRAME_CONTAINER_ID from @account-kit/core
- [Infra](https://www.alchemy.com/docs/wallets/reference/account-kit/infra.md)
- [SimulateAssetType](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/enumerations/SimulateAssetType.md): Overview of SimulateAssetType from @account-kit/infra
- [SimulateChangeType](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/enumerations/SimulateChangeType.md): Overview of SimulateChangeType from @account-kit/infra
- [alchemy](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/functions/alchemy.md): Overview of the alchemy function from @account-kit/infra
- [alchemyGasAndPaymasterAndDataMiddleware](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/functions/alchemyGasAndPaymasterAndDataMiddleware.md): Overview of the alchemyGasAndPaymasterAndDataMiddleware function from @account-kit/infra
- [alchemyGasManagerMiddleware](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/functions/alchemyGasManagerMiddleware.md): Overview of the alchemyGasManagerMiddleware function from @account-kit/infra
- [alchemyUserOperationSimulator](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/functions/alchemyUserOperationSimulator.md): Overview of the alchemyUserOperationSimulator function from @account-kit/infra
- [convertHeadersToObject](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/functions/convertHeadersToObject.md): Overview of the convertHeadersToObject function from @account-kit/infra
- [createAlchemyPublicRpcClient](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/functions/createAlchemyPublicRpcClient.md): Overview of the createAlchemyPublicRpcClient function from @account-kit/infra
- [createAlchemySmartAccountClient](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/functions/createAlchemySmartAccountClient.md): Creates an Alchemy smart account client using the provided configuration options, including account details, gas manager configuration, and custom middleware.
- [defineAlchemyChain](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/functions/defineAlchemyChain.md): Overview of the defineAlchemyChain function from @account-kit/infra
- [getAlchemyPaymasterAddress](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/functions/getAlchemyPaymasterAddress.md): Overview of the getAlchemyPaymasterAddress function from @account-kit/infra
- [getDefaultUserOperationFeeOptions](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/functions/getDefaultUserOperationFeeOptions.md): Overview of the getDefaultUserOperationFeeOptions function from @account-kit/infra
- [getSignerTypeHeader](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/functions/getSignerTypeHeader.md): Overview of the getSignerTypeHeader function from @account-kit/infra
- [headersUpdate](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/functions/headersUpdate.md): Overview of the headersUpdate function from @account-kit/infra
- [isAlchemySmartAccountClient](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/functions/isAlchemySmartAccountClient.md): Overview of the isAlchemySmartAccountClient function from @account-kit/infra
- [isAlchemyTransport](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/functions/isAlchemyTransport.md): Overview of the isAlchemyTransport function from @account-kit/infra
- [mutateRemoveTrackingHeaders](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/functions/mutateRemoveTrackingHeaders.md): Overview of the mutateRemoveTrackingHeaders function from @account-kit/infra
- [SimulateAssetChange](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/interfaces/SimulateAssetChange.md): Overview of the SimulateAssetChange interface from @account-kit/infra
- [SimulateAssetChangesError](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/interfaces/SimulateAssetChangesError.md): Overview of the SimulateAssetChangesError interface from @account-kit/infra
- [AlchemyChainConfig](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/type-aliases/AlchemyChainConfig.md): Overview of AlchemyChainConfig from @account-kit/infra
- [AlchemyRpcSchema](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/type-aliases/AlchemyRpcSchema.md): Overview of AlchemyRpcSchema from @account-kit/infra
- [AlchemySmartAccountClient](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/type-aliases/AlchemySmartAccountClient.md): Overview of AlchemySmartAccountClient from @account-kit/infra
- [AlchemySmartAccountClientActions](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/type-aliases/AlchemySmartAccountClientActions.md): Overview of AlchemySmartAccountClientActions from @account-kit/infra
- [AlchemySmartAccountClientConfig](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/type-aliases/AlchemySmartAccountClientConfig.md): Overview of AlchemySmartAccountClientConfig from @account-kit/infra
- [AlchemySmartAccountClient_Base](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/type-aliases/AlchemySmartAccountClient_Base.md): Overview of AlchemySmartAccountClient_Base from @account-kit/infra
- [AlchemyTransport](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/type-aliases/AlchemyTransport.md): Overview of AlchemyTransport from @account-kit/infra
- [AlchemyTransportConfig](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/type-aliases/AlchemyTransportConfig.md): Overview of AlchemyTransportConfig from @account-kit/infra
- [BaseAlchemyActions](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/type-aliases/BaseAlchemyActions.md): Overview of BaseAlchemyActions from @account-kit/infra
- [ClientWithAlchemyMethods](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/type-aliases/ClientWithAlchemyMethods.md): Overview of ClientWithAlchemyMethods from @account-kit/infra
- [PaymasterContext](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/type-aliases/PaymasterContext.md): Overview of PaymasterContext from @account-kit/infra
- [PolicyToken](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/type-aliases/PolicyToken.md): Overview of PolicyToken from @account-kit/infra
- [RequestGasAndPaymasterAndDataRequest](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/type-aliases/RequestGasAndPaymasterAndDataRequest.md): Overview of RequestGasAndPaymasterAndDataRequest from @account-kit/infra
- [RequestGasAndPaymasterAndDataResponse](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/type-aliases/RequestGasAndPaymasterAndDataResponse.md): Overview of RequestGasAndPaymasterAndDataResponse from @account-kit/infra
- [RequestPaymasterTokenQuoteRequest](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/type-aliases/RequestPaymasterTokenQuoteRequest.md): Overview of RequestPaymasterTokenQuoteRequest from @account-kit/infra
- [RequestPaymasterTokenQuoteResponse](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/type-aliases/RequestPaymasterTokenQuoteResponse.md): Overview of RequestPaymasterTokenQuoteResponse from @account-kit/infra
- [SimulateUserOperationAssetChangesRequest](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/type-aliases/SimulateUserOperationAssetChangesRequest.md): Overview of SimulateUserOperationAssetChangesRequest from @account-kit/infra
- [SimulateUserOperationAssetChangesResponse](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/type-aliases/SimulateUserOperationAssetChangesResponse.md): Overview of SimulateUserOperationAssetChangesResponse from @account-kit/infra
- [AlchemyChainSchema](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/AlchemyChainSchema.md): Overview of AlchemyChainSchema from @account-kit/infra
- [alchemyActions](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/alchemyActions.md): Provides a set of actions for interacting with the Alchemy Smart Account client, including the ability to simulate user operations.
- [alchemyFeeEstimator](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/alchemyFeeEstimator.md): Function that estimates the transaction fees using Alchemy methods for a given client. It fetches the latest block and estimates the max priority fee per gas, applying any overrides or fee options provided.
- [arbitrum](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/arbitrum.md): Overview of arbitrum from @account-kit/infra
- [arbitrumGoerli](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/arbitrumGoerli.md): Overview of arbitrumGoerli from @account-kit/infra
- [arbitrumNova](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/arbitrumNova.md): Overview of arbitrumNova from @account-kit/infra
- [arbitrumSepolia](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/arbitrumSepolia.md): Overview of arbitrumSepolia from @account-kit/infra
- [base](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/base.md): Overview of base from @account-kit/infra
- [baseGoerli](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/baseGoerli.md): Overview of baseGoerli from @account-kit/infra
- [baseSepolia](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/baseSepolia.md): Overview of baseSepolia from @account-kit/infra
- [beraChainBartio](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/beraChainBartio.md): Overview of beraChainBartio from @account-kit/infra
- [bobaMainnet](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/bobaMainnet.md): Overview of bobaMainnet from @account-kit/infra
- [bobaSepolia](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/bobaSepolia.md): Overview of bobaSepolia from @account-kit/infra
- [bsc](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/bsc.md): Overview of bsc from @account-kit/infra
- [bscTestnet](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/bscTestnet.md): Overview of bscTestnet from @account-kit/infra
- [celoMainnet](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/celoMainnet.md): Overview of celoMainnet from @account-kit/infra
- [celoSepolia](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/celoSepolia.md): Overview of celoSepolia from @account-kit/infra
- [cronos](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/cronos.md): Overview of cronos from @account-kit/infra
- [cronosTestnet](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/cronosTestnet.md): Overview of cronosTestnet from @account-kit/infra
- [edgeMainnet](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/edgeMainnet.md): Overview of edgeMainnet from @account-kit/infra
- [fraxtal](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/fraxtal.md): Overview of fraxtal from @account-kit/infra
- [fraxtalSepolia](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/fraxtalSepolia.md): Overview of fraxtalSepolia from @account-kit/infra
- [gensynTestnet](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/gensynTestnet.md): Overview of gensynTestnet from @account-kit/infra
- [goerli](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/goerli.md): Overview of goerli from @account-kit/infra
- [hyperliquid](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/hyperliquid.md): Overview of hyperliquid from @account-kit/infra
- [hyperliquidEvmTestnet](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/hyperliquidEvmTestnet.md): Overview of hyperliquidEvmTestnet from @account-kit/infra
- [inkMainnet](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/inkMainnet.md): Overview of inkMainnet from @account-kit/infra
- [inkSepolia](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/inkSepolia.md): Overview of inkSepolia from @account-kit/infra
- [mainnet](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/mainnet.md): Overview of mainnet from @account-kit/infra
- [mekong](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/mekong.md): Overview of mekong from @account-kit/infra
- [monadMainnet](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/monadMainnet.md): Overview of monadMainnet from @account-kit/infra
- [monadTestnet](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/monadTestnet.md): Overview of monadTestnet from @account-kit/infra
- [mythosMainnet](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/mythosMainnet.md): Overview of mythosMainnet from @account-kit/infra
- [opbnbMainnet](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/opbnbMainnet.md): Overview of opbnbMainnet from @account-kit/infra
- [opbnbTestnet](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/opbnbTestnet.md): Overview of opbnbTestnet from @account-kit/infra
- [openlootSepolia](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/openlootSepolia.md): Overview of openlootSepolia from @account-kit/infra
- [optimism](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/optimism.md): Overview of optimism from @account-kit/infra
- [optimismGoerli](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/optimismGoerli.md): Overview of optimismGoerli from @account-kit/infra
- [optimismSepolia](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/optimismSepolia.md): Overview of optimismSepolia from @account-kit/infra
- [polygon](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/polygon.md): Overview of polygon from @account-kit/infra
- [polygonAmoy](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/polygonAmoy.md): Overview of polygonAmoy from @account-kit/infra
- [polygonMumbai](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/polygonMumbai.md): Overview of polygonMumbai from @account-kit/infra
- [riseTestnet](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/riseTestnet.md): Overview of riseTestnet from @account-kit/infra
- [sepolia](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/sepolia.md): Overview of sepolia from @account-kit/infra
- [shape](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/shape.md): Overview of shape from @account-kit/infra
- [shapeSepolia](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/shapeSepolia.md): Overview of shapeSepolia from @account-kit/infra
- [simulateUserOperationChanges](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/simulateUserOperationChanges.md): Simulates user operation changes including asset changes for a specified user operation and returns the resulting state changes.
- [soneiumMainnet](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/soneiumMainnet.md): Overview of soneiumMainnet from @account-kit/infra
- [soneiumMinato](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/soneiumMinato.md): Overview of soneiumMinato from @account-kit/infra
- [stableMainnet](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/stableMainnet.md): Overview of stableMainnet from @account-kit/infra
- [storyAeneid](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/storyAeneid.md): Overview of storyAeneid from @account-kit/infra
- [storyMainnet](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/storyMainnet.md): Overview of storyMainnet from @account-kit/infra
- [teaSepolia](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/teaSepolia.md): Overview of teaSepolia from @account-kit/infra
- [unichainMainnet](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/unichainMainnet.md): Overview of unichainMainnet from @account-kit/infra
- [unichainSepolia](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/unichainSepolia.md): Overview of unichainSepolia from @account-kit/infra
- [worldChain](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/worldChain.md): Overview of worldChain from @account-kit/infra
- [worldChainSepolia](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/worldChainSepolia.md): Overview of worldChainSepolia from @account-kit/infra
- [worldl3devnet](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/worldl3devnet.md): Overview of worldl3devnet from @account-kit/infra
- [zora](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/zora.md): Overview of zora from @account-kit/infra
- [zoraSepolia](https://www.alchemy.com/docs/wallets/reference/account-kit/infra/variables/zoraSepolia.md): Overview of zoraSepolia from @account-kit/infra
- [React](https://www.alchemy.com/docs/wallets/reference/account-kit/react.md)
- [NoAlchemyAccountContextError](https://www.alchemy.com/docs/wallets/reference/account-kit/react/classes/NoAlchemyAccountContextError.md): Error thrown when a hook is called without a AlchemyAccountProvider.
- [AlchemyAccountProvider](https://www.alchemy.com/docs/wallets/reference/account-kit/react/components/AlchemyAccountProvider.md): Overview of the AlchemyAccountProvider component from @account-kit/react
- [AuthCard](https://www.alchemy.com/docs/wallets/reference/account-kit/react/components/AuthCard.md): Overview of the AuthCard component from @account-kit/react
- [Dialog](https://www.alchemy.com/docs/wallets/reference/account-kit/react/components/Dialog.md): Overview of the Dialog component from @account-kit/react
- [Hydrate](https://www.alchemy.com/docs/wallets/reference/account-kit/react/components/Hydrate.md): Overview of the Hydrate component from @account-kit/react
- [UiConfigProvider](https://www.alchemy.com/docs/wallets/reference/account-kit/react/components/UiConfigProvider.md): Overview of the UiConfigProvider component from @account-kit/react
- [useAccount](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useAccount.md): Overview of the useAccount hook from @account-kit/react
- [useAddOauthProvider](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useAddOauthProvider.md): Overview of the useAddOauthProvider hook from @account-kit/react
- [useAddPasskey](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useAddPasskey.md): Overview of the useAddPasskey hook from @account-kit/react
- [useAlchemyAccountContext](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useAlchemyAccountContext.md): Overview of the useAlchemyAccountContext hook from @account-kit/react
- [useAuthContext](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useAuthContext.md): A custom hook that provides the authentication context based on the specified authentication step type. It ensures that the hook is used within an `AuthModalProvider` and throws an error if the context is not available or if the current auth step type does not match the expected type.
- [useAuthError](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useAuthError.md): Overview of the useAuthError hook from @account-kit/react
- [useAuthModal](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useAuthModal.md): Overview of the useAuthModal hook from @account-kit/react
- [useAuthenticate](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useAuthenticate.md): Overview of the useAuthenticate hook from @account-kit/react
- [useBundlerClient](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useBundlerClient.md): Overview of the useBundlerClient hook from @account-kit/react
- [useCallsStatus](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useCallsStatus.md): Overview of the useCallsStatus hook from @account-kit/react
- [useChain](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useChain.md): Overview of the useChain hook from @account-kit/react
- [useClientActions](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useClientActions.md): Overview of the useClientActions hook from @account-kit/react
- [useConnect](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useConnect.md): Overview of the useConnect hook from @account-kit/react
- [useConnectedUser](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useConnectedUser.md): Overview of the useConnectedUser hook from @account-kit/react
- [useConnection](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useConnection.md): Overview of the useConnection hook from @account-kit/react
- [useDropAndReplaceUserOperation](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useDropAndReplaceUserOperation.md): Overview of the useDropAndReplaceUserOperation hook from @account-kit/react
- [useExportAccount](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useExportAccount.md): Overview of the useExportAccount hook from @account-kit/react
- [useGrantPermissions](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useGrantPermissions.md): Overview of the useGrantPermissions hook from @account-kit/react
- [useListAuthMethods](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useListAuthMethods.md): Overview of the useListAuthMethods hook from @account-kit/react
- [useLogout](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useLogout.md): Overview of the useLogout hook from @account-kit/react
- [useMFA](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useMFA.md): Overview of the useMFA hook from @account-kit/react
- [usePrepareCalls](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/usePrepareCalls.md): Overview of the usePrepareCalls hook from @account-kit/react
- [usePrepareSwap](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/usePrepareSwap.md): Overview of the usePrepareSwap hook from @account-kit/react
- [useRemoveEmail](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useRemoveEmail.md): Overview of the useRemoveEmail hook from @account-kit/react
- [useRemoveOauthProvider](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useRemoveOauthProvider.md): Overview of the useRemoveOauthProvider hook from @account-kit/react
- [useRemovePasskey](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useRemovePasskey.md): Overview of the useRemovePasskey hook from @account-kit/react
- [useSendCalls](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useSendCalls.md): Overview of the useSendCalls hook from @account-kit/react
- [useSendPreparedCalls](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useSendPreparedCalls.md): Overview of the useSendPreparedCalls hook from @account-kit/react
- [useSendUserOperation](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useSendUserOperation.md): Overview of the useSendUserOperation hook from @account-kit/react
- [useSendVerificationCode](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useSendVerificationCode.md): Overview of the useSendVerificationCode hook from @account-kit/react
- [useSetEmail](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useSetEmail.md): Overview of the useSetEmail hook from @account-kit/react
- [useSignAndSendPreparedCalls](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useSignAndSendPreparedCalls.md): Overview of the useSignAndSendPreparedCalls hook from @account-kit/react
- [useSignMessage](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useSignMessage.md): Overview of the useSignMessage hook from @account-kit/react
- [useSignTypedData](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useSignTypedData.md): Overview of the useSignTypedData hook from @account-kit/react
- [useSigner](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useSigner.md): Overview of the useSigner hook from @account-kit/react
- [useSignerStatus](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useSignerStatus.md): Overview of the useSignerStatus hook from @account-kit/react
- [useSmartAccountClient](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useSmartAccountClient.md): [Hook](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/react/src/hooks/useSmartAccountClient.ts) that uses the provided smart account client parameters to create or retrieve an existing smart account client, handling different types of accounts including LightAccount, MultiOwnerLightAccount, and MultiOwnerModularAccount. Under the hood, Smart Account Client takes care of all the necessary middleware operations needed to populate a user operation such as gas estimation and paymaster data.  If passing in an undefined client, Smart Account Client will treat the connected account as an EOA.  If using with an EOA, Smart Account Client won’t throw an error, but the client itself will stay undefined forever. We recommend useBundlerClient instead when using an EOA. The EOA must also be connected or authenticated with a signer.
- [useSmartWalletClient](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useSmartWalletClient.md): Overview of the useSmartWalletClient hook from @account-kit/react
- [useSolanaConnection](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useSolanaConnection.md): Overview of the useSolanaConnection hook from @account-kit/react
- [useSolanaSignMessage](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useSolanaSignMessage.md): Overview of the useSolanaSignMessage hook from @account-kit/react
- [useSolanaTransaction](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useSolanaTransaction.md): Overview of the useSolanaTransaction hook from @account-kit/react
- [useSolanaWallet](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useSolanaWallet.md): Overview of the useSolanaWallet hook from @account-kit/react
- [useUiConfig](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useUiConfig.md): A custom [hook](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/react/src/hooks/useUiConfig.tsx) for accessing UI configuration from the `UiConfigContext`. Allows optional selection of specific parts of the UI config state using a selector function. For editing and updating the underlying UI config on the fly.
- [useUser](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useUser.md): Overview of the useUser hook from @account-kit/react
- [useWaitForCallsStatus](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useWaitForCallsStatus.md): Overview of the useWaitForCallsStatus hook from @account-kit/react
- [useWaitForUserOperationTransaction](https://www.alchemy.com/docs/wallets/reference/account-kit/react/hooks/useWaitForUserOperationTransaction.md): Overview of the useWaitForUserOperationTransaction hook from @account-kit/react
- [configForExternalWallets](https://www.alchemy.com/docs/wallets/reference/account-kit/react/functions/configForExternalWallets.md): Overview of the configForExternalWallets function from @account-kit/react
- [createConfig](https://www.alchemy.com/docs/wallets/reference/account-kit/react/functions/createConfig.md): Overview of the createConfig function from @account-kit/react
- [createUiConfigStore](https://www.alchemy.com/docs/wallets/reference/account-kit/react/functions/createUiConfigStore.md): Overview of the createUiConfigStore function from @account-kit/react
- [getListAuthMethodsQueryKey](https://www.alchemy.com/docs/wallets/reference/account-kit/react/functions/getListAuthMethodsQueryKey.md): Overview of the getListAuthMethodsQueryKey function from @account-kit/react
- [getSocialProviderDisplayName](https://www.alchemy.com/docs/wallets/reference/account-kit/react/functions/getSocialProviderDisplayName.md): Overview of the getSocialProviderDisplayName function from @account-kit/react
- [ConfigForExternalWalletsParams](https://www.alchemy.com/docs/wallets/reference/account-kit/react/interfaces/ConfigForExternalWalletsParams.md): Overview of the ConfigForExternalWalletsParams interface from @account-kit/react
- [SendVerificationCodeParams](https://www.alchemy.com/docs/wallets/reference/account-kit/react/interfaces/SendVerificationCodeParams.md): Overview of the SendVerificationCodeParams interface from @account-kit/react
- [SolanaConnection](https://www.alchemy.com/docs/wallets/reference/account-kit/react/interfaces/SolanaConnection.md): Returned from the solana connection.
- [SolanaTransaction](https://www.alchemy.com/docs/wallets/reference/account-kit/react/interfaces/SolanaTransaction.md): We wanted to make sure that this will be using the same useMutation that the useSendUserOperation does. We are going to flatten it to make sure that we are abstracting it, and that we have the flattened version here for readability.
- [UseChainResult](https://www.alchemy.com/docs/wallets/reference/account-kit/react/interfaces/UseChainResult.md): Overview of the UseChainResult interface from @account-kit/react
- [UseWaitForCallsStatusParams](https://www.alchemy.com/docs/wallets/reference/account-kit/react/interfaces/UseWaitForCallsStatusParams.md): Overview of the UseWaitForCallsStatusParams interface from @account-kit/react
- [AlchemyAccountContextProps](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/AlchemyAccountContextProps.md): Overview of AlchemyAccountContextProps from @account-kit/react
- [AlchemyAccountsConfigWithUI](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/AlchemyAccountsConfigWithUI.md): Overview of AlchemyAccountsConfigWithUI from @account-kit/react
- [AlchemyAccountsProviderProps](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/AlchemyAccountsProviderProps.md): Overview of AlchemyAccountsProviderProps from @account-kit/react
- [AlchemyAccountsUIConfig](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/AlchemyAccountsUIConfig.md): Overview of AlchemyAccountsUIConfig from @account-kit/react
- [AuthType](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/AuthType.md): Overview of AuthType from @account-kit/react
- [ChainType](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/ChainType.md): Overview of ChainType from @account-kit/react
- [ClientActionParameters](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/ClientActionParameters.md): Overview of ClientActionParameters from @account-kit/react
- [ConnectedUser](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/ConnectedUser.md): Overview of ConnectedUser from @account-kit/react
- [ExecutableFunctionArgs](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/ExecutableFunctionArgs.md): Overview of ExecutableFunctionArgs from @account-kit/react
- [ExecutableFunctionName](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/ExecutableFunctionName.md): Overview of ExecutableFunctionName from @account-kit/react
- [ExecuteableFunctionResult](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/ExecuteableFunctionResult.md): Overview of ExecuteableFunctionResult from @account-kit/react
- [ExportAccountComponentProps](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/ExportAccountComponentProps.md): Props for the `ExportAccountComponent` component. This component is returned from the `useExportAccount` hook and should be rendered in the parent component to display the account recovery details in an iframe.  iframeCss [optional] - CSS to apply to the iframe.  className [optional] - Class name to apply to the container div.  isExported - Whether the account has been exported.
- [SendUserOperationWithEOA](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/SendUserOperationWithEOA.md): Overview of SendUserOperationWithEOA from @account-kit/react
- [SetEmailParams](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/SetEmailParams.md): Overview of SetEmailParams from @account-kit/react
- [SignMessageArgs](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/SignMessageArgs.md): Overview of SignMessageArgs from @account-kit/react
- [SignTypedDataArgs](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/SignTypedDataArgs.md): Overview of SignTypedDataArgs from @account-kit/react
- [UiConfigStore](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UiConfigStore.md): Overview of UiConfigStore from @account-kit/react
- [UseAccountMutationArgs](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseAccountMutationArgs.md): Overview of UseAccountMutationArgs from @account-kit/react
- [UseAccountProps](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseAccountProps.md): Overview of UseAccountProps from @account-kit/react
- [UseAccountResult](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseAccountResult.md): Overview of UseAccountResult from @account-kit/react
- [UseAddOauthProviderMutationArgs](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseAddOauthProviderMutationArgs.md): Overview of UseAddOauthProviderMutationArgs from @account-kit/react
- [UseAddOauthProviderResult](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseAddOauthProviderResult.md): Overview of UseAddOauthProviderResult from @account-kit/react
- [UseAddPasskeyMutationArgs](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseAddPasskeyMutationArgs.md): Overview of UseAddPasskeyMutationArgs from @account-kit/react
- [UseAddPasskeyResult](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseAddPasskeyResult.md): Overview of UseAddPasskeyResult from @account-kit/react
- [UseAuthErrorResult](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseAuthErrorResult.md): Overview of UseAuthErrorResult from @account-kit/react
- [UseAuthenticateMutationArgs](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseAuthenticateMutationArgs.md): Overview of UseAuthenticateMutationArgs from @account-kit/react
- [UseAuthenticateResult](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseAuthenticateResult.md): Overview of UseAuthenticateResult from @account-kit/react
- [UseBundlerClientResult](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseBundlerClientResult.md): Overview of UseBundlerClientResult from @account-kit/react
- [UseCallsStatusParams](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseCallsStatusParams.md): Overview of UseCallsStatusParams from @account-kit/react
- [UseCallsStatusResult](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseCallsStatusResult.md): Overview of UseCallsStatusResult from @account-kit/react
- [UseChainParams](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseChainParams.md): Overview of UseChainParams from @account-kit/react
- [UseClientActionsProps](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseClientActionsProps.md): Overview of UseClientActionsProps from @account-kit/react
- [UseClientActionsResult](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseClientActionsResult.md): Overview of UseClientActionsResult from @account-kit/react
- [UseConnectedUserResult](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseConnectedUserResult.md): Overview of UseConnectedUserResult from @account-kit/react
- [UseDropAndReplaceUserOperationArgs](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseDropAndReplaceUserOperationArgs.md): Overview of UseDropAndReplaceUserOperationArgs from @account-kit/react
- [UseDropAndReplaceUserOperationMutationArgs](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseDropAndReplaceUserOperationMutationArgs.md): Overview of UseDropAndReplaceUserOperationMutationArgs from @account-kit/react
- [UseDropAndReplaceUserOperationResult](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseDropAndReplaceUserOperationResult.md): Overview of UseDropAndReplaceUserOperationResult from @account-kit/react
- [UseExportAccountMutationArgs](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseExportAccountMutationArgs.md): Overview of UseExportAccountMutationArgs from @account-kit/react
- [UseExportAccountResult](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseExportAccountResult.md): Overview of UseExportAccountResult from @account-kit/react
- [UseGrantPermissionsParams](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseGrantPermissionsParams.md): Overview of UseGrantPermissionsParams from @account-kit/react
- [UseGrantPermissionsResult](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseGrantPermissionsResult.md): Overview of UseGrantPermissionsResult from @account-kit/react
- [UseLogoutMutationArgs](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseLogoutMutationArgs.md): Overview of UseLogoutMutationArgs from @account-kit/react
- [UseLogoutResult](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseLogoutResult.md): Overview of UseLogoutResult from @account-kit/react
- [UseMFAResult](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseMFAResult.md): Overview of UseMFAResult from @account-kit/react
- [UsePrepareCallsParams](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UsePrepareCallsParams.md): Overview of UsePrepareCallsParams from @account-kit/react
- [UsePrepareCallsResult](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UsePrepareCallsResult.md): Overview of UsePrepareCallsResult from @account-kit/react
- [UsePrepareSwapParams](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UsePrepareSwapParams.md): Overview of UsePrepareSwapParams from @account-kit/react
- [UsePrepareSwapResult](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UsePrepareSwapResult.md): Overview of UsePrepareSwapResult from @account-kit/react
- [UseRemoveEmailMutationArgs](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseRemoveEmailMutationArgs.md): Overview of UseRemoveEmailMutationArgs from @account-kit/react
- [UseRemoveEmailResult](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseRemoveEmailResult.md): Overview of UseRemoveEmailResult from @account-kit/react
- [UseRemoveOauthProviderMutationArgs](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseRemoveOauthProviderMutationArgs.md): Overview of UseRemoveOauthProviderMutationArgs from @account-kit/react
- [UseRemoveOauthProviderResult](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseRemoveOauthProviderResult.md): Overview of UseRemoveOauthProviderResult from @account-kit/react
- [UseRemovePasskeyMutationArgs](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseRemovePasskeyMutationArgs.md): Overview of UseRemovePasskeyMutationArgs from @account-kit/react
- [UseRemovePasskeyResult](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseRemovePasskeyResult.md): Overview of UseRemovePasskeyResult from @account-kit/react
- [UseSendCallsParams](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseSendCallsParams.md): Overview of UseSendCallsParams from @account-kit/react
- [UseSendCallsResult](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseSendCallsResult.md): Overview of UseSendCallsResult from @account-kit/react
- [UseSendPreparedCallsParams](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseSendPreparedCallsParams.md): Overview of UseSendPreparedCallsParams from @account-kit/react
- [UseSendPreparedCallsResult](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseSendPreparedCallsResult.md): Overview of UseSendPreparedCallsResult from @account-kit/react
- [UseSendUserOperationArgs](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseSendUserOperationArgs.md): Overview of UseSendUserOperationArgs from @account-kit/react
- [UseSendUserOperationMutationArgs](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseSendUserOperationMutationArgs.md): Overview of UseSendUserOperationMutationArgs from @account-kit/react
- [UseSendUserOperationResult](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseSendUserOperationResult.md): Overview of UseSendUserOperationResult from @account-kit/react
- [UseSendVerificationCodeMutationArgs](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseSendVerificationCodeMutationArgs.md): Overview of UseSendVerificationCodeMutationArgs from @account-kit/react
- [UseSendVerificationCodeResult](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseSendVerificationCodeResult.md): Overview of UseSendVerificationCodeResult from @account-kit/react
- [UseSetEmailMutationArgs](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseSetEmailMutationArgs.md): Overview of UseSetEmailMutationArgs from @account-kit/react
- [UseSetEmailResult](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseSetEmailResult.md): Overview of UseSetEmailResult from @account-kit/react
- [UseSignAndSendPreparedCallsParams](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseSignAndSendPreparedCallsParams.md): Overview of UseSignAndSendPreparedCallsParams from @account-kit/react
- [UseSignAndSendPreparedCallsResult](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseSignAndSendPreparedCallsResult.md): Overview of UseSignAndSendPreparedCallsResult from @account-kit/react
- [UseSignMessageArgs](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseSignMessageArgs.md): Overview of UseSignMessageArgs from @account-kit/react
- [UseSignMessageResult](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseSignMessageResult.md): Overview of UseSignMessageResult from @account-kit/react
- [UseSignMessagedMutationArgs](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseSignMessagedMutationArgs.md): Overview of UseSignMessagedMutationArgs from @account-kit/react
- [UseSignTypedDataArgs](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseSignTypedDataArgs.md): Overview of UseSignTypedDataArgs from @account-kit/react
- [UseSignTypedDataMutationArgs](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseSignTypedDataMutationArgs.md): Overview of UseSignTypedDataMutationArgs from @account-kit/react
- [UseSignTypedDataResult](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseSignTypedDataResult.md): Overview of UseSignTypedDataResult from @account-kit/react
- [UseSignerStatusResult](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseSignerStatusResult.md): Overview of UseSignerStatusResult from @account-kit/react
- [UseSmartAccountClientProps](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseSmartAccountClientProps.md): Overview of UseSmartAccountClientProps from @account-kit/react
- [UseSmartAccountClientResult](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseSmartAccountClientResult.md): Overview of UseSmartAccountClientResult from @account-kit/react
- [UseUserResult](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseUserResult.md): Overview of UseUserResult from @account-kit/react
- [UseWaitForCallsStatusResult](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseWaitForCallsStatusResult.md): Overview of UseWaitForCallsStatusResult from @account-kit/react
- [UseWaitForUserOperationTransactionArgs](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseWaitForUserOperationTransactionArgs.md): Overview of UseWaitForUserOperationTransactionArgs from @account-kit/react
- [UseWaitForUserOperationTransactionMutationArgs](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseWaitForUserOperationTransactionMutationArgs.md): Overview of UseWaitForUserOperationTransactionMutationArgs from @account-kit/react
- [UseWaitForUserOperationTransactionResult](https://www.alchemy.com/docs/wallets/reference/account-kit/react/type-aliases/UseWaitForUserOperationTransactionResult.md): Overview of UseWaitForUserOperationTransactionResult from @account-kit/react
- [AlchemyAccountContext](https://www.alchemy.com/docs/wallets/reference/account-kit/react/variables/AlchemyAccountContext.md): Overview of AlchemyAccountContext from @account-kit/react
- [DEFAULT_UI_CONFIG](https://www.alchemy.com/docs/wallets/reference/account-kit/react/variables/DEFAULT_UI_CONFIG.md): Overview of DEFAULT_UI_CONFIG from @account-kit/react
- [React Native](https://www.alchemy.com/docs/wallets/reference/account-kit/react-native.md)
- [AlchemyAccountProvider](https://www.alchemy.com/docs/wallets/reference/account-kit/react-native/components/AlchemyAccountProvider.md): Overview of the AlchemyAccountProvider component from @account-kit/react-native
- [createConfig](https://www.alchemy.com/docs/wallets/reference/account-kit/react-native/functions/createConfig.md): Overview of the createConfig function from @account-kit/react-native
- [AlchemyAccountContextProps](https://www.alchemy.com/docs/wallets/reference/account-kit/react-native/type-aliases/AlchemyAccountContextProps.md): Overview of AlchemyAccountContextProps from @account-kit/react-native
- [AlchemyAccountsProviderProps](https://www.alchemy.com/docs/wallets/reference/account-kit/react-native/type-aliases/AlchemyAccountsProviderProps.md): Overview of AlchemyAccountsProviderProps from @account-kit/react-native
- [React Native Signer](https://www.alchemy.com/docs/wallets/reference/account-kit/rn-signer.md)
- [RNAlchemySignerSingleton](https://www.alchemy.com/docs/wallets/reference/account-kit/rn-signer/classes/RNAlchemySignerSingleton.md): Overview of the RNAlchemySignerSingleton class from @account-kit/rn-signer
- [RNSignerClient](https://www.alchemy.com/docs/wallets/reference/account-kit/rn-signer/classes/RNSignerClient.md): Overview of the RNSignerClient class from @account-kit/rn-signer
- [RNAlchemySigner](https://www.alchemy.com/docs/wallets/reference/account-kit/rn-signer/functions/RNAlchemySigner.md): Overview of the RNAlchemySigner function from @account-kit/rn-signer
- [ExportWalletParams](https://www.alchemy.com/docs/wallets/reference/account-kit/rn-signer/type-aliases/ExportWalletParams.md): Overview of ExportWalletParams from @account-kit/rn-signer
- [ExportWalletResult](https://www.alchemy.com/docs/wallets/reference/account-kit/rn-signer/type-aliases/ExportWalletResult.md): Overview of ExportWalletResult from @account-kit/rn-signer
- [RNAlchemySignerParams](https://www.alchemy.com/docs/wallets/reference/account-kit/rn-signer/type-aliases/RNAlchemySignerParams.md): Overview of RNAlchemySignerParams from @account-kit/rn-signer
- [RNAlchemySignerType](https://www.alchemy.com/docs/wallets/reference/account-kit/rn-signer/type-aliases/RNAlchemySignerType.md): Overview of RNAlchemySignerType from @account-kit/rn-signer
- [Signer](https://www.alchemy.com/docs/wallets/reference/account-kit/signer.md)
- [AlchemyServerSigner](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/classes/AlchemyServerSigner.md): AlchemyServerSigner is a signer that can sign messages and typed data using an access key. It extends the SmartAccountSigner interface and uses the ServerSignerClient to sign requests. Primarily intended to be used server-side.
- [AlchemySignerWebClient](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/classes/AlchemySignerWebClient.md): A lower level client used by the AlchemySigner used to communicate with Alchemy's signer service.
- [AlchemyWebSigner](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/classes/AlchemyWebSigner.md): A SmartAccountSigner that can be used with any SmartContractAccount
- [BaseAlchemySigner](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/classes/BaseAlchemySigner.md): Base abstract class for Alchemy Signer, providing authentication and session management for smart accounts. Implements the `SmartAccountAuthenticator` interface and handles various signer events.
- [BaseSignerClient](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/classes/BaseSignerClient.md): Base class for all Alchemy Signer clients
- [MfaRequiredError](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/classes/MfaRequiredError.md): Overview of the MfaRequiredError class from @account-kit/signer
- [NotAuthenticatedError](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/classes/NotAuthenticatedError.md): Overview of the NotAuthenticatedError class from @account-kit/signer
- [OAuthProvidersError](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/classes/OAuthProvidersError.md): Overview of the OAuthProvidersError class from @account-kit/signer
- [OauthCancelledError](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/classes/OauthCancelledError.md): This error is thrown when the OAuth flow is cancelled because the auth popup window was closed.
- [OauthFailedError](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/classes/OauthFailedError.md): This error is thrown when an error occurs during the OAuth login flow.
- [ServerSignerClient](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/classes/ServerSignerClient.md): ServerSignerClient is a client for signing messages using an access key. It extends the BaseSignerClient and uses the ApiKeyStamper for signing. Primarily intended to be used server-side.
- [SolanaSigner](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/classes/SolanaSigner.md): The SolanaSigner class is used to sign transactions and messages for the Solana blockchain. It provides methods to add signatures to transactions and sign messages.
- [AlchemyMfaStatus](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/enumerations/AlchemyMfaStatus.md): Overview of AlchemyMfaStatus from @account-kit/signer
- [AlchemySignerStatus](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/enumerations/AlchemySignerStatus.md): Overview of AlchemySignerStatus from @account-kit/signer
- [createServerSigner](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/functions/createServerSigner.md): Overview of the createServerSigner function from @account-kit/signer
- [createSolanaSponsoredTransaction](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/functions/createSolanaSponsoredTransaction.md): Overview of the createSolanaSponsoredTransaction function from @account-kit/signer
- [createSolanaTransaction](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/functions/createSolanaTransaction.md): Overview of the createSolanaTransaction function from @account-kit/signer
- [generateAccessKey](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/functions/generateAccessKey.md): Overview of the generateAccessKey function from @account-kit/signer
- [ErrorInfo](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/interfaces/ErrorInfo.md): Overview of the ErrorInfo interface from @account-kit/signer
- [AccessKeyAuthParams](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/AccessKeyAuthParams.md): Overview of AccessKeyAuthParams from @account-kit/signer
- [AccessKeyAuthParamsPublicKeyOnly](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/AccessKeyAuthParamsPublicKeyOnly.md): Overview of AccessKeyAuthParamsPublicKeyOnly from @account-kit/signer
- [AddMfaParams](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/AddMfaParams.md): Overview of AddMfaParams from @account-kit/signer
- [AddMfaResult](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/AddMfaResult.md): Overview of AddMfaResult from @account-kit/signer
- [AddOauthProviderParams](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/AddOauthProviderParams.md): Overview of AddOauthProviderParams from @account-kit/signer
- [AlchemySignerClientEvent](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/AlchemySignerClientEvent.md): Overview of AlchemySignerClientEvent from @account-kit/signer
- [AlchemySignerClientEvents](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/AlchemySignerClientEvents.md): Overview of AlchemySignerClientEvents from @account-kit/signer
- [AlchemySignerEvent](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/AlchemySignerEvent.md): Overview of AlchemySignerEvent from @account-kit/signer
- [AlchemySignerEvents](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/AlchemySignerEvents.md): Overview of AlchemySignerEvents from @account-kit/signer
- [AlchemySignerParams](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/AlchemySignerParams.md): Overview of AlchemySignerParams from @account-kit/signer
- [AuthLinkingPrompt](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/AuthLinkingPrompt.md): Overview of AuthLinkingPrompt from @account-kit/signer
- [AuthMethods](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/AuthMethods.md): Overview of AuthMethods from @account-kit/signer
- [AuthParams](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/AuthParams.md): Overview of AuthParams from @account-kit/signer
- [AuthProviderConfig](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/AuthProviderConfig.md): Overview of AuthProviderConfig from @account-kit/signer
- [AuthenticatingEventMetadata](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/AuthenticatingEventMetadata.md): Overview of AuthenticatingEventMetadata from @account-kit/signer
- [CreateAccountParams](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/CreateAccountParams.md): Overview of CreateAccountParams from @account-kit/signer
- [CredentialCreationOptionOverrides](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/CredentialCreationOptionOverrides.md): Overview of CredentialCreationOptionOverrides from @account-kit/signer
- [EmailAuthParams](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/EmailAuthParams.md): Overview of EmailAuthParams from @account-kit/signer
- [EmailConfig](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/EmailConfig.md): Overview of EmailConfig from @account-kit/signer
- [EmailType](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/EmailType.md): Overview of EmailType from @account-kit/signer
- [ExportWalletOutput](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/ExportWalletOutput.md): Overview of ExportWalletOutput from @account-kit/signer
- [ExportWalletParams](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/ExportWalletParams.md): Overview of ExportWalletParams from @account-kit/signer
- [GetOauthProviderUrlArgs](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/GetOauthProviderUrlArgs.md): Overview of GetOauthProviderUrlArgs from @account-kit/signer
- [GetWebAuthnAttestationResult](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/GetWebAuthnAttestationResult.md): Overview of GetWebAuthnAttestationResult from @account-kit/signer
- [IdTokenOnly](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/IdTokenOnly.md): Overview of IdTokenOnly from @account-kit/signer
- [JwtParams](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/JwtParams.md): Overview of JwtParams from @account-kit/signer
- [JwtResponse](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/JwtResponse.md): Overview of JwtResponse from @account-kit/signer
- [KnownAuthProvider](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/KnownAuthProvider.md): Overview of KnownAuthProvider from @account-kit/signer
- [MfaChallenge](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/MfaChallenge.md): Overview of MfaChallenge from @account-kit/signer
- [MfaFactor](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/MfaFactor.md): Overview of MfaFactor from @account-kit/signer
- [OauthConfig](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/OauthConfig.md): Overview of OauthConfig from @account-kit/signer
- [OauthMode](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/OauthMode.md): Overview of OauthMode from @account-kit/signer
- [OauthParams](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/OauthParams.md): Overview of OauthParams from @account-kit/signer
- [OauthProviderConfig](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/OauthProviderConfig.md): Overview of OauthProviderConfig from @account-kit/signer
- [OauthProviderInfo](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/OauthProviderInfo.md): Overview of OauthProviderInfo from @account-kit/signer
- [OauthRedirectConfig](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/OauthRedirectConfig.md): Overview of OauthRedirectConfig from @account-kit/signer
- [OauthState](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/OauthState.md): Overview of OauthState from @account-kit/signer
- [OtpParams](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/OtpParams.md): Overview of OtpParams from @account-kit/signer
- [OtpResponse](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/OtpResponse.md): Overview of OtpResponse from @account-kit/signer
- [PasskeyInfo](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/PasskeyInfo.md): Overview of PasskeyInfo from @account-kit/signer
- [RemoveMfaParams](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/RemoveMfaParams.md): Overview of RemoveMfaParams from @account-kit/signer
- [SignerBody](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/SignerBody.md): Overview of SignerBody from @account-kit/signer
- [SignerConfig](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/SignerConfig.md): Overview of SignerConfig from @account-kit/signer
- [SignerEndpoints](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/SignerEndpoints.md): Overview of SignerEndpoints from @account-kit/signer
- [SignerResponse](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/SignerResponse.md): Overview of SignerResponse from @account-kit/signer
- [SignerRoutes](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/SignerRoutes.md): Overview of SignerRoutes from @account-kit/signer
- [SignupResponse](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/SignupResponse.md): Overview of SignupResponse from @account-kit/signer
- [SmsAuthParams](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/SmsAuthParams.md): Overview of SmsAuthParams from @account-kit/signer
- [SubmitOtpCodeResponse](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/SubmitOtpCodeResponse.md): Overview of SubmitOtpCodeResponse from @account-kit/signer
- [User](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/User.md): Overview of User from @account-kit/signer
- [ValidateMultiFactorsArgs](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/ValidateMultiFactorsArgs.md): Overview of ValidateMultiFactorsArgs from @account-kit/signer
- [ValidateMultiFactorsParams](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/ValidateMultiFactorsParams.md): Overview of ValidateMultiFactorsParams from @account-kit/signer
- [VerificationOtp](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/VerificationOtp.md): Overview of VerificationOtp from @account-kit/signer
- [VerifyMfaParams](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/VerifyMfaParams.md): Overview of VerifyMfaParams from @account-kit/signer
- [experimental_CreateApiKeyParams](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/type-aliases/experimental_CreateApiKeyParams.md): Overview of experimental_CreateApiKeyParams from @account-kit/signer
- [AlchemySignerParamsSchema](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/variables/AlchemySignerParamsSchema.md): Overview of AlchemySignerParamsSchema from @account-kit/signer
- [DEFAULT_SESSION_MS](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/variables/DEFAULT_SESSION_MS.md): Overview of DEFAULT_SESSION_MS from @account-kit/signer
- [SessionManagerParamsSchema](https://www.alchemy.com/docs/wallets/reference/account-kit/signer/variables/SessionManagerParamsSchema.md): Overview of SessionManagerParamsSchema from @account-kit/signer
- [Smart contracts](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts.md)
- [InvalidAggregatedSignatureError](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/classes/InvalidAggregatedSignatureError.md): Error thrown when the aggregated signature is invalid
- [InvalidContextSignatureError](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/classes/InvalidContextSignatureError.md): Error thrown when the context signature is invalid
- [MultisigAccountExpectedError](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/classes/MultisigAccountExpectedError.md): Error thrown when the expected account is not a multisig modular account
- [MultisigMissingSignatureError](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/classes/MultisigMissingSignatureError.md): Error thrown when a multisig user op is missing a signature
- [SessionKeyPermissionsBuilder](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/classes/SessionKeyPermissionsBuilder.md): A builder for creating the hex-encoded data for updating session key permissions.
- [SessionKeySigner](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/classes/SessionKeySigner.md): A simple session key signer that uses localStorage or sessionStorage to store a private key. If the key is not found, it will generate a new one and store it in the storage.
- [SessionKeyAccessListType](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/enumerations/SessionKeyAccessListType.md): Overview of SessionKeyAccessListType from @account-kit/smart-contracts
- [assertNever](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/assertNever.md): Overview of the assertNever function from @account-kit/smart-contracts
- [buildDeferredActionDigest](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/buildDeferredActionDigest.md): Overview of the buildDeferredActionDigest function from @account-kit/smart-contracts
- [buildFullNonceKey](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/buildFullNonceKey.md): Overview of the buildFullNonceKey function from @account-kit/smart-contracts
- [buildSessionKeysToRemoveStruct](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/buildSessionKeysToRemoveStruct.md): Overview of the buildSessionKeysToRemoveStruct function from @account-kit/smart-contracts
- [combineSignatures](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/combineSignatures.md): Overview of the combineSignatures function from @account-kit/smart-contracts
- [createLightAccount](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/createLightAccount.md): Creates a light account based on the provided parameters such as transport, chain, signer, init code, and more. Ensures that an account is configured and returned with various capabilities, such as transferring ownership and retrieving the owner's address.
- [createLightAccountAlchemyClient](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/createLightAccountAlchemyClient.md): Creates an Alchemy smart account client connected to a Light Account instance.
- [createLightAccountClient](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/createLightAccountClient.md): Creates a light account client using the provided parameters, including account information, transport mechanism, blockchain chain, and additional client configurations. This function first creates a light account and then uses it to create a smart account client, extending it with light account client actions.  Also, we modified the return type to be the light account alchemy client if the transport is alchemy.
- [createMAv2Base](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/createMAv2Base.md): Overview of the createMAv2Base function from @account-kit/smart-contracts
- [createModularAccountAlchemyClient](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/createModularAccountAlchemyClient.md): Creates a modular account Alchemy client with the provided configuration.
- [createModularAccountV2](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/createModularAccountV2.md): Creates a ModularAccount V2 account, with the mode depending on the provided "mode" field. Possible modes include: "default", which is SMA Bytecode, and "7702", which is SMA 7702. Handles nonce generation, transaction encoding, and mode variant-specific behavior like initcode construction.
- [createModularAccountV2Client](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/createModularAccountV2Client.md): Creates a Modular Account V2 client using the provided configuration parameters.
- [createMultiOwnerLightAccount](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/createMultiOwnerLightAccount.md): Creates a multi-owner light account using the provided parameters, including transport, chain, signer, initialization code, version, account address, factory address, salt, and owners. Ensures the owners list is deduplicated, ordered, and valid.
- [createMultiOwnerLightAccountAlchemyClient](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/createMultiOwnerLightAccountAlchemyClient.md): Creates a multi-owner light account Alchemy client using the provided configuration.
- [createMultiOwnerLightAccountClient](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/createMultiOwnerLightAccountClient.md): Creates a multi-owner light account client using the provided parameters. It first creates a multi-owner light account and then creates a smart account client with the provided configurations.
- [createMultiOwnerModularAccount](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/createMultiOwnerModularAccount.md): Creates a multi-owner modular account with the given parameters, including transport, chain, signer, account address, initialization code, entry point, factory address, owners, and salt. Ensures that the owners are unique, ordered, and non-zero.
- [createMultiOwnerModularAccountClient](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/createMultiOwnerModularAccountClient.md): Creates a multi-owner modular account client with the provided parameters including account, transport, chain, and additional client configuration. This function uses a modular account and extends it with various plugin actions.
- [createMultisigAccountAlchemyClient](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/createMultisigAccountAlchemyClient.md): Creates an Alchemy client for a multisig account using the provided configuration.
- [createMultisigModularAccount](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/createMultisigModularAccount.md): Creates a multisig modular account using the provided parameters, including transport, chain, signer, account address, and other account settings. It configures the account with multiple owners and the specified threshold.
- [createMultisigModularAccountClient](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/createMultisigModularAccountClient.md): Creates a multisig modular account client using the provided parameters including account details, transport, chain, and additional client configuration. This function constructs the multisig modular account and extends it with various actions to create a comprehensive client.
- [defaultLightAccountVersion](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/defaultLightAccountVersion.md): Overview of the defaultLightAccountVersion function from @account-kit/smart-contracts
- [formatSignatures](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/formatSignatures.md): Overview of the formatSignatures function from @account-kit/smart-contracts
- [getDefaultLightAccountFactoryAddress](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/getDefaultLightAccountFactoryAddress.md): Overview of the getDefaultLightAccountFactoryAddress function from @account-kit/smart-contracts
- [getDefaultMAV2Address](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/getDefaultMAV2Address.md): Overview of the getDefaultMAV2Address function from @account-kit/smart-contracts
- [getDefaultMAV2FactoryAddress](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/getDefaultMAV2FactoryAddress.md): Overview of the getDefaultMAV2FactoryAddress function from @account-kit/smart-contracts
- [getDefaultMultiOwnerLightAccountFactoryAddress](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/getDefaultMultiOwnerLightAccountFactoryAddress.md): Overview of the getDefaultMultiOwnerLightAccountFactoryAddress function from @account-kit/smart-contracts
- [getDefaultMultiOwnerModularAccountFactoryAddress](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/getDefaultMultiOwnerModularAccountFactoryAddress.md): Overview of the getDefaultMultiOwnerModularAccountFactoryAddress function from @account-kit/smart-contracts
- [getDefaultMultisigModularAccountFactoryAddress](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/getDefaultMultisigModularAccountFactoryAddress.md): Overview of the getDefaultMultisigModularAccountFactoryAddress function from @account-kit/smart-contracts
- [getDefaultSMAV27702Address](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/getDefaultSMAV27702Address.md): Overview of the getDefaultSMAV27702Address function from @account-kit/smart-contracts
- [getDefaultSMAV2BytecodeAddress](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/getDefaultSMAV2BytecodeAddress.md): Overview of the getDefaultSMAV2BytecodeAddress function from @account-kit/smart-contracts
- [getDefaultSMAV2StorageAddress](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/getDefaultSMAV2StorageAddress.md): Overview of the getDefaultSMAV2StorageAddress function from @account-kit/smart-contracts
- [getDefaultWebAuthnMAV2FactoryAddress](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/getDefaultWebAuthnMAV2FactoryAddress.md): Overview of the getDefaultWebAuthnMAV2FactoryAddress function from @account-kit/smart-contracts
- [getLightAccountVersionForAccount](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/getLightAccountVersionForAccount.md): Overview of the getLightAccountVersionForAccount function from @account-kit/smart-contracts
- [getMAInitializationData](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/getMAInitializationData.md): Overview of the getMAInitializationData function from @account-kit/smart-contracts
- [getMAV2UpgradeToData](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/getMAV2UpgradeToData.md): Overview of the getMAV2UpgradeToData function from @account-kit/smart-contracts
- [getMSCAUpgradeToData](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/getMSCAUpgradeToData.md): Overview of the getMSCAUpgradeToData function from @account-kit/smart-contracts
- [getSignerType](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/getSignerType.md): Overview of the getSignerType function from @account-kit/smart-contracts
- [installPlugin](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/installPlugin.md): Overview of the installPlugin function from @account-kit/smart-contracts
- [isDeferredAction](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/isDeferredAction.md): Overview of the isDeferredAction function from @account-kit/smart-contracts
- [isModularAccountV2](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/isModularAccountV2.md): Overview of the isModularAccountV2 function from @account-kit/smart-contracts
- [isMultisigModularAccount](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/isMultisigModularAccount.md): Overview of the isMultisigModularAccount function from @account-kit/smart-contracts
- [pack1271EOASignature](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/pack1271EOASignature.md): Overview of the pack1271EOASignature function from @account-kit/smart-contracts
- [pack1271WebAuthnSignature](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/pack1271WebAuthnSignature.md): Overview of the pack1271WebAuthnSignature function from @account-kit/smart-contracts
- [packUOSignature](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/packUOSignature.md): Overview of the packUOSignature function from @account-kit/smart-contracts
- [parseDeferredAction](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/parseDeferredAction.md): Overview of the parseDeferredAction function from @account-kit/smart-contracts
- [pluginManagerActions](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/pluginManagerActions.md): Overview of the pluginManagerActions function from @account-kit/smart-contracts
- [predictLightAccountAddress](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/predictLightAccountAddress.md): Overview of the predictLightAccountAddress function from @account-kit/smart-contracts
- [predictModularAccountV2Address](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/predictModularAccountV2Address.md): Overview of the predictModularAccountV2Address function from @account-kit/smart-contracts
- [predictMultiOwnerLightAccountAddress](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/predictMultiOwnerLightAccountAddress.md): Overview of the predictMultiOwnerLightAccountAddress function from @account-kit/smart-contracts
- [splitAggregatedSignature](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/splitAggregatedSignature.md): Overview of the splitAggregatedSignature function from @account-kit/smart-contracts
- [transferLightAccountOwnership](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/functions/transferLightAccountOwnership.md): Overview of the transferLightAccountOwnership function from @account-kit/smart-contracts
- [AccountLoupeActions](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/AccountLoupeActions.md): Overview of AccountLoupeActions from @account-kit/smart-contracts
- [AlchemyLightAccountClientConfig](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/AlchemyLightAccountClientConfig.md): Overview of AlchemyLightAccountClientConfig from @account-kit/smart-contracts
- [AlchemyModularAccountClientConfig](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/AlchemyModularAccountClientConfig.md): Overview of AlchemyModularAccountClientConfig from @account-kit/smart-contracts
- [AlchemyMultiOwnerLightAccountClientConfig](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/AlchemyMultiOwnerLightAccountClientConfig.md): Overview of AlchemyMultiOwnerLightAccountClientConfig from @account-kit/smart-contracts
- [AlchemyMultisigAccountClientConfig](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/AlchemyMultisigAccountClientConfig.md): Overview of AlchemyMultisigAccountClientConfig from @account-kit/smart-contracts
- [BuildDeferredActionDigestParams](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/BuildDeferredActionDigestParams.md): Overview of BuildDeferredActionDigestParams from @account-kit/smart-contracts
- [BuildNonceParams](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/BuildNonceParams.md): Overview of BuildNonceParams from @account-kit/smart-contracts
- [ContractAccessEntry](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/ContractAccessEntry.md): Overview of ContractAccessEntry from @account-kit/smart-contracts
- [ContractMethodEntry](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/ContractMethodEntry.md): Overview of ContractMethodEntry from @account-kit/smart-contracts
- [CreateLightAccountParams](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/CreateLightAccountParams.md): Overview of CreateLightAccountParams from @account-kit/smart-contracts
- [CreateMAV2BaseParams](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/CreateMAV2BaseParams.md): Overview of CreateMAV2BaseParams from @account-kit/smart-contracts
- [CreateMAV2BaseReturnType](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/CreateMAV2BaseReturnType.md): Overview of CreateMAV2BaseReturnType from @account-kit/smart-contracts
- [CreateModularAccountV2AlchemyClientParams](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/CreateModularAccountV2AlchemyClientParams.md): Overview of CreateModularAccountV2AlchemyClientParams from @account-kit/smart-contracts
- [CreateModularAccountV2ClientParams](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/CreateModularAccountV2ClientParams.md): Overview of CreateModularAccountV2ClientParams from @account-kit/smart-contracts
- [CreateModularAccountV2Params](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/CreateModularAccountV2Params.md): Overview of CreateModularAccountV2Params from @account-kit/smart-contracts
- [CreateMultiOwnerLightAccountParams](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/CreateMultiOwnerLightAccountParams.md): Overview of CreateMultiOwnerLightAccountParams from @account-kit/smart-contracts
- [CreateMultiOwnerModularAccountParams](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/CreateMultiOwnerModularAccountParams.md): Overview of CreateMultiOwnerModularAccountParams from @account-kit/smart-contracts
- [CreateMultisigModularAccountParams](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/CreateMultisigModularAccountParams.md): Overview of CreateMultisigModularAccountParams from @account-kit/smart-contracts
- [CreateWebauthnMAV2BaseParams](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/CreateWebauthnMAV2BaseParams.md): Overview of CreateWebauthnMAV2BaseParams from @account-kit/smart-contracts
- [CreateWebauthnModularAccountV2ClientParams](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/CreateWebauthnModularAccountV2ClientParams.md): Overview of CreateWebauthnModularAccountV2ClientParams from @account-kit/smart-contracts
- [CreateWebauthnModularAccountV2Params](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/CreateWebauthnModularAccountV2Params.md): Overview of CreateWebauthnModularAccountV2Params from @account-kit/smart-contracts
- [Erc20TokenLimit](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/Erc20TokenLimit.md): Overview of Erc20TokenLimit from @account-kit/smart-contracts
- [ExecutionDataView](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/ExecutionDataView.md): Overview of ExecutionDataView from @account-kit/smart-contracts
- [ExecutionFunctionConfig](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/ExecutionFunctionConfig.md): Overview of ExecutionFunctionConfig from @account-kit/smart-contracts
- [ExecutionHooks](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/ExecutionHooks.md): Overview of ExecutionHooks from @account-kit/smart-contracts
- [FunctionId](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/FunctionId.md): Overview of FunctionId from @account-kit/smart-contracts
- [FunctionReference](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/FunctionReference.md): Overview of FunctionReference from @account-kit/smart-contracts
- [GasSpendLimit](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/GasSpendLimit.md): Overview of GasSpendLimit from @account-kit/smart-contracts
- [GetLightAccountType](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/GetLightAccountType.md): Overview of GetLightAccountType from @account-kit/smart-contracts
- [GetMAV2UpgradeToData](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/GetMAV2UpgradeToData.md): Overview of GetMAV2UpgradeToData from @account-kit/smart-contracts
- [GetPluginAddressParameter](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/GetPluginAddressParameter.md): Overview of GetPluginAddressParameter from @account-kit/smart-contracts
- [InstallMultiOwnerPluginParams](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/InstallMultiOwnerPluginParams.md): Overview of InstallMultiOwnerPluginParams from @account-kit/smart-contracts
- [InstallMultisigPluginParams](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/InstallMultisigPluginParams.md): Overview of InstallMultisigPluginParams from @account-kit/smart-contracts
- [InstallPluginParams](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/InstallPluginParams.md): Overview of InstallPluginParams from @account-kit/smart-contracts
- [InstallSessionKeyPluginParams](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/InstallSessionKeyPluginParams.md): Overview of InstallSessionKeyPluginParams from @account-kit/smart-contracts
- [LightAccount](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/LightAccount.md): Overview of LightAccount from @account-kit/smart-contracts
- [LightAccountClientActions](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/LightAccountClientActions.md): Overview of LightAccountClientActions from @account-kit/smart-contracts
- [LightAccountEntryPointVersion](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/LightAccountEntryPointVersion.md): Overview of LightAccountEntryPointVersion from @account-kit/smart-contracts
- [LightAccountType](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/LightAccountType.md): Light account types supported: LightAccount, MultiOwnerLightAccount
- [LightAccountVersion](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/LightAccountVersion.md): Overview of LightAccountVersion from @account-kit/smart-contracts
- [LightAccountVersionConfig](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/LightAccountVersionConfig.md): Overview of LightAccountVersionConfig from @account-kit/smart-contracts
- [LightAccountVersionConfigs](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/LightAccountVersionConfigs.md): Overview of LightAccountVersionConfigs from @account-kit/smart-contracts
- [ModularAccountV2](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/ModularAccountV2.md): Overview of ModularAccountV2 from @account-kit/smart-contracts
- [ModularAccountV2Client](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/ModularAccountV2Client.md): Overview of ModularAccountV2Client from @account-kit/smart-contracts
- [ModularAccountsV2](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/ModularAccountsV2.md): Overview of ModularAccountsV2 from @account-kit/smart-contracts
- [MultiOwnerLightAccount](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/MultiOwnerLightAccount.md): Overview of MultiOwnerLightAccount from @account-kit/smart-contracts
- [MultiOwnerLightAccountClientActions](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/MultiOwnerLightAccountClientActions.md): Overview of MultiOwnerLightAccountClientActions from @account-kit/smart-contracts
- [MultiOwnerModularAccount](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/MultiOwnerModularAccount.md): Overview of MultiOwnerModularAccount from @account-kit/smart-contracts
- [MultiOwnerPluginActions](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/MultiOwnerPluginActions.md): Overview of MultiOwnerPluginActions from @account-kit/smart-contracts
- [MultisigModularAccount](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/MultisigModularAccount.md): Overview of MultisigModularAccount from @account-kit/smart-contracts
- [MultisigPluginActions](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/MultisigPluginActions.md): Overview of MultisigPluginActions from @account-kit/smart-contracts
- [MultisigUserOperationContext](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/MultisigUserOperationContext.md): Overview of MultisigUserOperationContext from @account-kit/smart-contracts
- [NativeTokenLimit](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/NativeTokenLimit.md): Overview of NativeTokenLimit from @account-kit/smart-contracts
- [Pack1271SignatureParams](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/Pack1271SignatureParams.md): Overview of Pack1271SignatureParams from @account-kit/smart-contracts
- [PackUOSignatureParams](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/PackUOSignatureParams.md): Overview of PackUOSignatureParams from @account-kit/smart-contracts
- [Plugin](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/Plugin.md): Overview of Plugin from @account-kit/smart-contracts
- [PluginManagerActions](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/PluginManagerActions.md): Overview of PluginManagerActions from @account-kit/smart-contracts
- [PreValidationHooks](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/PreValidationHooks.md): Overview of PreValidationHooks from @account-kit/smart-contracts
- [ProposeUserOperationResult](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/ProposeUserOperationResult.md): Overview of ProposeUserOperationResult from @account-kit/smart-contracts
- [SessionKeyPluginActions](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/SessionKeyPluginActions.md): Overview of SessionKeyPluginActions from @account-kit/smart-contracts
- [SignMultisigUserOperationResult](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/SignMultisigUserOperationResult.md): Overview of SignMultisigUserOperationResult from @account-kit/smart-contracts
- [Signature](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/Signature.md): Overview of Signature from @account-kit/smart-contracts
- [SignerEntity](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/SignerEntity.md): Overview of SignerEntity from @account-kit/smart-contracts
- [SignerType](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/SignerType.md): Overview of SignerType from @account-kit/smart-contracts
- [TimeRange](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/TimeRange.md): Overview of TimeRange from @account-kit/smart-contracts
- [UninstallPluginParams](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/UninstallPluginParams.md): Overview of UninstallPluginParams from @account-kit/smart-contracts
- [UserOpSignatureType](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/UserOpSignatureType.md): Overview of UserOpSignatureType from @account-kit/smart-contracts
- [ValidationDataParams](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/ValidationDataParams.md): Overview of ValidationDataParams from @account-kit/smart-contracts
- [ValidationDataView](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/ValidationDataView.md): Overview of ValidationDataView from @account-kit/smart-contracts
- [WebauthnModularAccountV2](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/WebauthnModularAccountV2.md): Overview of WebauthnModularAccountV2 from @account-kit/smart-contracts
- [WebauthnModularAccountV2Client](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/type-aliases/WebauthnModularAccountV2Client.md): Overview of WebauthnModularAccountV2Client from @account-kit/smart-contracts
- [AccountVersionRegistry](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/variables/AccountVersionRegistry.md): Account version registry interface that defines the light account versions and the version definition for each light account type
- [DEFAULT_OWNER_ENTITY_ID](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/variables/DEFAULT_OWNER_ENTITY_ID.md): Overview of DEFAULT_OWNER_ENTITY_ID from @account-kit/smart-contracts
- [IAccountLoupeAbi](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/variables/IAccountLoupeAbi.md): Overview of IAccountLoupeAbi from @account-kit/smart-contracts
- [IPluginAbi](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/variables/IPluginAbi.md): Overview of IPluginAbi from @account-kit/smart-contracts
- [IPluginManagerAbi](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/variables/IPluginManagerAbi.md): Overview of IPluginManagerAbi from @account-kit/smart-contracts
- [IStandardExecutorAbi](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/variables/IStandardExecutorAbi.md): Overview of IStandardExecutorAbi from @account-kit/smart-contracts
- [LightAccountUnsupported1271Factories](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/variables/LightAccountUnsupported1271Factories.md): Can be used to check if the account with one of the following factory addresses to not support 1271 signing.  Light accounts with versions v1.0.1 and v1.0.2 do not support 1271 signing.
- [LightAccountUnsupported1271Impls](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/variables/LightAccountUnsupported1271Impls.md): Can be used to check if the account with one of the following implementation addresses to not support 1271 signing.  Light accounts with versions v1.0.1 and v1.0.2 do not support 1271 signing.
- [MULTISIG_ACCOUNT_SOURCE](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/variables/MULTISIG_ACCOUNT_SOURCE.md): Overview of MULTISIG_ACCOUNT_SOURCE from @account-kit/smart-contracts
- [MultiOwnerModularAccountFactoryAbi](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/variables/MultiOwnerModularAccountFactoryAbi.md): Overview of MultiOwnerModularAccountFactoryAbi from @account-kit/smart-contracts
- [MultiOwnerPlugin](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/variables/MultiOwnerPlugin.md): Overview of MultiOwnerPlugin from @account-kit/smart-contracts
- [MultiOwnerPluginAbi](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/variables/MultiOwnerPluginAbi.md): Overview of MultiOwnerPluginAbi from @account-kit/smart-contracts
- [MultiOwnerPluginExecutionFunctionAbi](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/variables/MultiOwnerPluginExecutionFunctionAbi.md): Overview of MultiOwnerPluginExecutionFunctionAbi from @account-kit/smart-contracts
- [MultisigModularAccountFactoryAbi](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/variables/MultisigModularAccountFactoryAbi.md): Overview of MultisigModularAccountFactoryAbi from @account-kit/smart-contracts
- [MultisigPlugin](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/variables/MultisigPlugin.md): Overview of MultisigPlugin from @account-kit/smart-contracts
- [MultisigPluginAbi](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/variables/MultisigPluginAbi.md): Overview of MultisigPluginAbi from @account-kit/smart-contracts
- [MultisigPluginExecutionFunctionAbi](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/variables/MultisigPluginExecutionFunctionAbi.md): Overview of MultisigPluginExecutionFunctionAbi from @account-kit/smart-contracts
- [SessionKeyPlugin](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/variables/SessionKeyPlugin.md): Overview of SessionKeyPlugin from @account-kit/smart-contracts
- [SessionKeyPluginAbi](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/variables/SessionKeyPluginAbi.md): Overview of SessionKeyPluginAbi from @account-kit/smart-contracts
- [SessionKeyPluginExecutionFunctionAbi](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/variables/SessionKeyPluginExecutionFunctionAbi.md): Overview of SessionKeyPluginExecutionFunctionAbi from @account-kit/smart-contracts
- [UpgradeableModularAccountAbi](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/variables/UpgradeableModularAccountAbi.md): Overview of UpgradeableModularAccountAbi from @account-kit/smart-contracts
- [accountLoupeActions](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/variables/accountLoupeActions.md): Provides a set of actions for account loupe operations using the specified client. NOTE: this is already added to the client when using any of the Modular Account Clients.
- [entityIdAndNonceReaderBytecode](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/variables/entityIdAndNonceReaderBytecode.md): Overview of entityIdAndNonceReaderBytecode from @account-kit/smart-contracts
- [executeUserOpSelector](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/variables/executeUserOpSelector.md): Overview of executeUserOpSelector from @account-kit/smart-contracts
- [lightAccountClientActions](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/variables/lightAccountClientActions.md): Provides a set of actions for managing a light account client, including transferring ownership.
- [mintableERC20Abi](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/variables/mintableERC20Abi.md): Overview of mintableERC20Abi from @account-kit/smart-contracts
- [mintableERC20Bytecode](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/variables/mintableERC20Bytecode.md): Overview of mintableERC20Bytecode from @account-kit/smart-contracts
- [multiOwnerLightAccountClientActions](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/variables/multiOwnerLightAccountClientActions.md): Generates client actions for a multi-owner light account, including the ability to update owners.
- [multiOwnerPluginActions](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/variables/multiOwnerPluginActions.md): Creates actions for the MultiOwner plugin, including reading owners and checking ownership. NOTE: this is already added to the client returned from createMultiOwnerModularAccountClient
- [multisigPluginActions](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/variables/multisigPluginActions.md): Provides actions for managing a multisig plugin within the specified client, including reading owners, checking ownership, getting the threshold, proposing user operations, and signing multisig user operations.
- [multisigSignatureMiddleware](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/variables/multisigSignatureMiddleware.md): A signer middleware to be used with Multisig Account Clients. This middleware handles correctly aggregating signatures passed through as context when sending UserOperations, proposing UserOperations, or adding signatures to a UserOperation.
- [semiModularAccountBytecodeAbi](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/variables/semiModularAccountBytecodeAbi.md): Overview of semiModularAccountBytecodeAbi from @account-kit/smart-contracts
- [sessionKeyPluginActions](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/variables/sessionKeyPluginActions.md): Creates actions for managing session keys in a smart contract associated with a client, including adding, removing, rotating, and updating session key permissions.
- [standardExecutor](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/variables/standardExecutor.md): Overview of standardExecutor from @account-kit/smart-contracts
- [updateMultiOwnerLightAccountOwners](https://www.alchemy.com/docs/wallets/reference/account-kit/smart-contracts/variables/updateMultiOwnerLightAccountOwners.md): Updates the owners of a multi-owner light account. This includes adding new owners and removing existing ones.
- [Wallet client](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client.md)
- [createSmartWalletClient](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/functions/createSmartWalletClient.md): Overview of the createSmartWalletClient function from @account-kit/wallet-client
- [formatSign](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/functions/formatSign.md): Overview of the formatSign function from @account-kit/wallet-client
- [getCallsStatus](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/functions/getCallsStatus.md): Overview of the getCallsStatus function from @account-kit/wallet-client
- [grantPermissions](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/functions/grantPermissions.md): Overview of the grantPermissions function from @account-kit/wallet-client
- [listAccounts](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/functions/listAccounts.md): Overview of the listAccounts function from @account-kit/wallet-client
- [prepareCalls](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/functions/prepareCalls.md): Overview of the prepareCalls function from @account-kit/wallet-client
- [prepareSign](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/functions/prepareSign.md): Overview of the prepareSign function from @account-kit/wallet-client
- [requestAccount](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/functions/requestAccount.md): Overview of the requestAccount function from @account-kit/wallet-client
- [sendCalls](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/functions/sendCalls.md): Overview of the sendCalls function from @account-kit/wallet-client
- [sendPreparedCalls](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/functions/sendPreparedCalls.md): Overview of the sendPreparedCalls function from @account-kit/wallet-client
- [signMessage](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/functions/signMessage.md): Overview of the signMessage function from @account-kit/wallet-client
- [signPreparedCalls](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/functions/signPreparedCalls.md): Overview of the signPreparedCalls function from @account-kit/wallet-client
- [signSignatureRequest](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/functions/signSignatureRequest.md): Overview of the signSignatureRequest function from @account-kit/wallet-client
- [signTypedData](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/functions/signTypedData.md): Overview of the signTypedData function from @account-kit/wallet-client
- [waitForCallsStatus](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/functions/waitForCallsStatus.md): Overview of the waitForCallsStatus function from @account-kit/wallet-client
- [FormatSignParams](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/type-aliases/FormatSignParams.md): Overview of FormatSignParams from @account-kit/wallet-client
- [FormatSignResult](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/type-aliases/FormatSignResult.md): Overview of FormatSignResult from @account-kit/wallet-client
- [GetAccountParam](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/type-aliases/GetAccountParam.md): Overview of GetAccountParam from @account-kit/wallet-client
- [GetCallsStatusParams](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/type-aliases/GetCallsStatusParams.md): Overview of GetCallsStatusParams from @account-kit/wallet-client
- [GetCallsStatusResult](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/type-aliases/GetCallsStatusResult.md): Overview of GetCallsStatusResult from @account-kit/wallet-client
- [GrantPermissionsParams](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/type-aliases/GrantPermissionsParams.md): Overview of GrantPermissionsParams from @account-kit/wallet-client
- [GrantPermissionsResult](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/type-aliases/GrantPermissionsResult.md): Overview of GrantPermissionsResult from @account-kit/wallet-client
- [ListAccountsParams](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/type-aliases/ListAccountsParams.md): Overview of ListAccountsParams from @account-kit/wallet-client
- [ListAccountsResult](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/type-aliases/ListAccountsResult.md): Overview of ListAccountsResult from @account-kit/wallet-client
- [PrepareCallsParams](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/type-aliases/PrepareCallsParams.md): Overview of PrepareCallsParams from @account-kit/wallet-client
- [PrepareCallsResult](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/type-aliases/PrepareCallsResult.md): Overview of PrepareCallsResult from @account-kit/wallet-client
- [PrepareSignParams](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/type-aliases/PrepareSignParams.md): Overview of PrepareSignParams from @account-kit/wallet-client
- [PrepareSignResult](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/type-aliases/PrepareSignResult.md): Overview of PrepareSignResult from @account-kit/wallet-client
- [RequestAccountParams](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/type-aliases/RequestAccountParams.md): Overview of RequestAccountParams from @account-kit/wallet-client
- [RequestAccountResult](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/type-aliases/RequestAccountResult.md): Overview of RequestAccountResult from @account-kit/wallet-client
- [SendCallsParams](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/type-aliases/SendCallsParams.md): Overview of SendCallsParams from @account-kit/wallet-client
- [SendCallsResult](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/type-aliases/SendCallsResult.md): Overview of SendCallsResult from @account-kit/wallet-client
- [SendPreparedCallsParams](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/type-aliases/SendPreparedCallsParams.md): Overview of SendPreparedCallsParams from @account-kit/wallet-client
- [SendPreparedCallsResult](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/type-aliases/SendPreparedCallsResult.md): Overview of SendPreparedCallsResult from @account-kit/wallet-client
- [SignMessageParams](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/type-aliases/SignMessageParams.md): Overview of SignMessageParams from @account-kit/wallet-client
- [SignMessageResult](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/type-aliases/SignMessageResult.md): Overview of SignMessageResult from @account-kit/wallet-client
- [SignPreparedCallsParams](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/type-aliases/SignPreparedCallsParams.md): Overview of SignPreparedCallsParams from @account-kit/wallet-client
- [SignPreparedCallsResult](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/type-aliases/SignPreparedCallsResult.md): Overview of SignPreparedCallsResult from @account-kit/wallet-client
- [SignSignatureRequestParams](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/type-aliases/SignSignatureRequestParams.md): Overview of SignSignatureRequestParams from @account-kit/wallet-client
- [SignSignatureRequestResult](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/type-aliases/SignSignatureRequestResult.md): Overview of SignSignatureRequestResult from @account-kit/wallet-client
- [SignTypedDataParams](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/type-aliases/SignTypedDataParams.md): Overview of SignTypedDataParams from @account-kit/wallet-client
- [SignTypedDataResult](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/type-aliases/SignTypedDataResult.md): Overview of SignTypedDataResult from @account-kit/wallet-client
- [SmartWalletClient](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/type-aliases/SmartWalletClient.md): Overview of SmartWalletClient from @account-kit/wallet-client
- [SmartWalletClientParams](https://www.alchemy.com/docs/wallets/reference/account-kit/wallet-client/type-aliases/SmartWalletClientParams.md): Overview of SmartWalletClientParams from @account-kit/wallet-client
- [Polygon PoS](https://www.alchemy.com/docs/wallets/resources/chain-reference/polygon-pos.md): Polygon PoS support details for Wallet APIs, including network restrictions, MEV protection, and mempool considerations.
- [Features](https://www.alchemy.com/docs/wallets/resources/features.md): Wallet APIs features and capabilities.
- [Understanding Wallet APIs](https://www.alchemy.com/docs/wallets/concepts/intro-to-account-kit.md): Introduction to Wallet APIs and smart accounts
- [Overview](https://www.alchemy.com/docs/wallets/recipes/overview.md): Step-by-step guides for common Smart Wallet features and integrations.
- [Send USDC](https://www.alchemy.com/docs/wallets/recipes/send-usdc.md): Learn how to build and send a transaction that transfers USDC from a smart account using Wallet APIs.
- [Programmatic Wallet Creation](https://www.alchemy.com/docs/wallets/recipes/programmatic-wallet-creation.md): Generate a signer, initialize a Smart Wallet Client, sponsor gas with a policy, derive the counterfactual address and deploy by sending the first UserOperation.
- [Onramp Funds](https://www.alchemy.com/docs/wallets/recipes/onramp-funds.md): Step-by-step guide to let users buy crypto with Coinbase Onramp and fund an embedded smart wallet.
- [Session Keys with Wallet APIs](https://www.alchemy.com/docs/wallets/recipes/wallet-session-keys-app.md): Demo app showcasing session keys on Wallet APIs, with examples for creating, authorizing, and executing transactions without repeated signatures.
- [Hyperliquid Transactions](https://www.alchemy.com/docs/wallets/recipes/hyperliquid-wallets.md): Step-by-step guide to let users send transactions on hyperliquid.
- [Wallet APIs with Aave](https://www.alchemy.com/docs/wallets/recipes/smart-wallets-aave.md): Learn how to build DeFi applications that interact with Aave using Alchemy Wallet APIs. This recipe covers supplying and withdrawing assets with both Core and Wallets API.
- [Upgrade to Smart Accounts](https://www.alchemy.com/docs/wallets/recipes/upgrade-to-smart-accounts.md): Learn how to upgrade existing wallets to smart accounts with two different approaches.
- [Multi-chain setup](https://www.alchemy.com/docs/wallets/recipes/multi-chain-setup.md): Learn how to build multi-chain apps with Wallet APIs.
- [Multi-chain Balances](https://www.alchemy.com/docs/how-to-get-crosschain-token-balances.md): Learn how to fetch and display token balances across multiple blockchain networks using Alchemy's Portfolio API
- [Migrating to 4.x.x](https://www.alchemy.com/docs/wallets/migration-guide.md): How to upgrade through breaking changes of the aa-sdk and account-kit
- [Migrating to 5.x.x](https://www.alchemy.com/docs/wallets/resources/migration-v5.md): Migration guide from @account-kit/wallet-client (v4) to @alchemy/wallet-apis (v5)
- [Terms](https://www.alchemy.com/docs/wallets/resources/terms.md): Glossary of terms related to Wallet APIs
- [Types](https://www.alchemy.com/docs/wallets/resources/types.md): Glossary of types in aa-sdk
- [Middleware](https://www.alchemy.com/docs/wallets/concepts/middleware.md): What is Middleware?
- [General FAQs](https://www.alchemy.com/docs/wallets/resources/faqs.md): Learn how to get started with Wallet APIs, a vertically
- [Wallet APIs Errors](https://www.alchemy.com/docs/wallets/troubleshooting/wallet-apis-errors.md): Learn how to troubleshoot errors from Wallet APIs
- [Gas Manager FAQs](https://www.alchemy.com/docs/wallets/reference/gas-manager-faqs.md): Frequently asked questions about Gas Manager
- [Gas Manager Errors](https://www.alchemy.com/docs/wallets/reference/gas-manager-errors.md): Learn about the most common Gas Manager errors.
- [Bundler FAQs](https://www.alchemy.com/docs/wallets/reference/bundler-faqs.md): Frequently asked questions about the Bundler
- [Bundler RPC Errors](https://www.alchemy.com/docs/wallets/reference/bundler-rpc-errors.md): Learn about the different Bundler error codes.
- [Server-side rendering](https://www.alchemy.com/docs/wallets/troubleshooting/ssr.md): Learn how to use Wallet APIs with server-side rendering.
- [Contact us](https://www.alchemy.com/docs/wallets/resources/contact-us.md): Contact the team about Wallet APIs

## Rollups

- [Rollups Overview](https://www.alchemy.com/docs/rollups.md): Introduction to Alchemy Rollups: deploy a rollup in minutes, no code required, using our all-in-one infrastructure.
- [Supported Frameworks](https://www.alchemy.com/docs/reference/supported-stacks.md): List of supported frameworks / stacks for Alchemy Rollups
- [Deploy a Rollup](https://www.alchemy.com/docs/reference/quickstart-deploy-a-rollup.md): Quickstart guide on deploying a self-serve rollup through the Alchemy dashboard.
- [Using your Rollup](https://www.alchemy.com/docs/reference/using-your-rollup.md): How to connect to your Rollup RPCs, bridge assets, and deploy smart contracts.
- [Operating your Rollup](https://www.alchemy.com/docs/reference/operating-your-rollup.md): How to monitor &amp; keep your rollup running smoothly after launching with Alchemy.
- [Customizing & Integrations](https://www.alchemy.com/docs/reference/customizations-integrations.md): List of available customizations &amp; add-on integrations for your rollup.
- [Bridging Assets](https://www.alchemy.com/docs/reference/bridge-contract-address.md): The bridge contract address is essential for facilitating communication and asset transfers between Layer 1 (L1) and Layer 2 (L2) networks
- [Rollups FAQ](https://www.alchemy.com/docs/reference/rollups-faq.md): Frequently asked questions about Alchemy Rollups.

## Chains

- [Chain APIs Overview](https://www.alchemy.com/docs/chains.md): Use the Chain APIs to access read and write functionality for all blockchains supported by Alchemy.
- [MEV Protection](https://www.alchemy.com/docs/reference/mev-protection.md): Alchemy's RPC endpoints now come with built-in MEV protection on supported chains
- [Quickstart](https://www.alchemy.com/docs/reference/ethereum-api-quickstart.md): How to get started building on Ethereum using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/ethereum-api-faq.md): Frequently Asked Questions about the Ethereum API
- [Ethereum API Overview](https://www.alchemy.com/docs/ethereum/ethereum-api-overview.md): Overview of available Ethereum API methods
- [erigon_forks](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/erigon-forks.md): Get forks
- [erigon_getHeaderByHash](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/erigon-get-header-by-hash.md): Get header by hash
- [erigon_getHeaderByNumber](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/erigon-get-header-by-number.md): Get header by number
- [erigon_getLogsByHash](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/erigon-get-logs-by-hash.md): Get logs by block hash
- [erigon_issuance](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/erigon-issuance.md): Get issuance
- [eth_accounts](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_callBundle](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-call-bundle.md): Simulates a bundle of signed transactions against a specific block number, including simulating a bundle at the top of the next block. This method allows you to test transaction bundles before submitting them to the network.

- [eth_callMany](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-call-many.md): Executes a list of transaction bundles without creating transactions on the blockchain. This method is particularly useful for simulating transactions to understand their potential outcomes. It supports simulating transactions at an intermediate state of a block, simulating multiple transactions with sequential dependencies, and overwriting block headers.

- [eth_chainId](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_createAccessList](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-create-access-list.md): Generates an access list for a transaction.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getBalance](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleByBlockHashAndIndex](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-get-uncle-by-block-hash-and-index.md): Returns information about an uncle of a block by hash and uncle index.
- [eth_getUncleByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-get-uncle-by-block-number-and-index.md): Returns information about an uncle of a block by number and uncle index.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_newPendingTransactionFilter](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-new-pending-transaction-filter.md): Creates a filter in the node to notify when new pending transactions arrive.
- [eth_protocolVersion](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-protocol-version.md): Returns the current protocol version used by the client.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_simulateV1](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-simulate-v-1.md): Enables simulation of complex transactions and state changes without modifying the blockchain.
- [eth_submitWork](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_version](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/ethereum/ethereum-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [/v2/beacon/blocks/{block_id}/attestations](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-2-beacon-blocks-block-id-attestations.md): /v2/beacon/blocks/{block_id}/attestations
- [/v1/beacon/blocks/{block_id}/root](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-1-beacon-blocks-block-id-root.md): /v1/beacon/blocks/{block_id}/root
- [/v1/beacon/blob_sidecars/{block_id}](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-1-beacon-blob-sidecars-block-id.md): /v1/beacon/blob_sidecars/{block_id}
- [/v2/beacon/blocks/{block_id}](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-2-beacon-blocks-block-id.md): /v2/beacon/blocks/{block_id}
- [/v1/beacon/genesis](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-1-beacon-genesis.md): /v1/beacon/genesis
- [/v1/beacon/headers](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-1-beacon-headers.md): /v1/beacon/headers
- [/v1/beacon/headers/{block_id}](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-1-beacon-headers-block-id.md): /v1/beacon/headers/{block_id}
- [/v1/beacon/pool/voluntary_exits](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-1-beacon-pool-voluntary-exits.md): /v1/beacon/pool/voluntary_exits
- [/v2/beacon/pool/attestations](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-2-beacon-pool-attestations.md): /v2/beacon/pool/attestations
- [/v1/beacon/states/{state_id}/committees](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-1-beacon-states-state-id-committees.md): /v1/beacon/states/{state_id}/committees
- [/v1/beacon/states/{state_id}/finality_checkpoints](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-1-beacon-states-state-id-finality-checkpoints.md): /v1/beacon/states/{state_id}/finality_checkpoints
- [/v1/beacon/states/{state_id}/fork](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-1-beacon-states-state-id-fork.md): /v1/beacon/states/{state_id}/fork
- [/v1/beacon/states/{state_id}/pending_consolidations](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-1-beacon-states-state-id-pending-consolidations.md): /v1/beacon/states/{state_id}/pending_consolidations
- [/v1/beacon/states/{state_id}/root](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-1-beacon-states-state-id-root.md): /v1/beacon/states/{state_id}/root
- [/v1/beacon/states/{state_id}/sync_committees](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-1-beacon-states-state-id-sync-committees.md): /v1/beacon/states/{state_id}/sync_committees
- [/v1/beacon/states/{state_id}/randao](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-1-beacon-states-state-id-randao.md): /v1/beacon/states/{state_id}/randao
- [/v1/beacon/states/{state_id}/validator_balances](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-1-beacon-states-state-id-validator-balances.md): /v1/beacon/states/{state_id}/validator_balances
- [/v1/beacon/states/{state_id}/validators](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-1-beacon-states-state-id-validators.md): /v1/beacon/states/{state_id}/validators
- [/v1/beacon/states/{state_id}/validators/{validator_id}](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-1-beacon-states-state-id-validators-validator-id.md): /v1/beacon/states/{state_id}/validators/{validator_id}
- [/v1/beacon/rewards/sync_committee/{block_id}](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-1-beacon-rewards-sync-committee-block-id.md): /v1/beacon/rewards/sync_committee/{block_id}
- [/v1/beacon/rewards/blocks/{block_id}](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-1-beacon-rewards-blocks-block-id.md): /v1/beacon/rewards/blocks/{block_id}
- [/v1/beacon/rewards/attestations/{epoch}](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-1-beacon-rewards-attestations-epoch.md): /v1/beacon/rewards/attestations/{epoch}
- [/v1/beacon/blinded_blocks/{block_id}](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-1-beacon-blinded-blocks-block-id.md): /v1/beacon/blinded_blocks/{block_id}
- [/v1/config/deposit_contract](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-1-config-deposit-contract.md): /v1/config/deposit_contract
- [/v1/config/fork_schedule](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-1-config-fork-schedule.md): /v1/config/fork_schedule
- [/v1/config/spec](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-1-config-spec.md): /v1/config/spec
- [/v1/events](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-1-events.md): /v1/events
- [/v1/node/peer_count](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-1-node-peer-count.md): /v1/node/peer_count
- [/v1/node/peers](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-1-node-peers.md): /v1/node/peers
- [/v1/node/syncing](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-1-node-syncing.md): /v1/node/syncing
- [/v1/node/version](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-1-node-version.md): /v1/node/version
- [/v2/debug/beacon/states/{state_id}](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-2-debug-beacon-states-state-id.md): /v2/debug/beacon/states/{state_id}
- [/v1/debug/fork_choice](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-1-debug-fork-choice.md): /v1/debug/fork_choice
- [/v2/validator/aggregate_attestation](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-2-validator-aggregate-attestation.md): /v2/validator/aggregate_attestation
- [/v1/validator/duties/attester/{epoch}](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-1-validator-duties-attester-epoch.md): /v1/validator/duties/attester/{epoch}
- [/v1/validator/duties/proposer/{epoch}](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-1-validator-duties-proposer-epoch.md): /v1/validator/duties/proposer/{epoch}
- [/v1/validator/duties/sync/{epoch}](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-1-validator-duties-sync-epoch.md): /v1/validator/duties/sync/{epoch}
- [/v1/validator/sync_committee_contribution](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-1-validator-sync-committee-contribution.md): /v1/validator/sync_committee_contribution
- [/v1/validator/contribution_and_proofs](https://www.alchemy.com/docs/chains/ethereum/ethereum-beacon-api-endpoints/ethereum-beacon-api-endpoints/v-1-validator-contribution-and-proofs.md): /v1/validator/contribution_and_proofs
- [Quickstart](https://www.alchemy.com/docs/reference/solana-api-quickstart.md)
- [Accounts DB Infrastructure](https://www.alchemy.com/docs/solana/accounts-db-infra.md): Leverage Alchemy’s AccountsDB Infrastructure for Solana RPC Requests!
- [FAQ](https://www.alchemy.com/docs/solana-api-faq.md): Frequently asked questions about the Solana API
- [Solana API Overview](https://www.alchemy.com/docs/solana/solana-api-overview.md): Overview of available Solana API methods
- [getAccountInfo](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-account-info.md): Returns all information associated with the account of provided Pubkey.
- [getBalance](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-balance.md): Returns the lamport balance of the account of the provided Pubkey.
- [getBlock](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-block.md): Returns identity and transaction information about a confirmed block in the ledger.
- [getBlockCommitment](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-block-commitment.md): Returns the commitment for a particular block.
- [getBlockHeight](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-block-height.md): Returns the current block height of the node.
- [getBlockProduction](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-block-production.md): Returns recent block production information from the current or previous epoch.
- [getBlocks](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-blocks.md): Returns a list of confirmed blocks between two slots.
- [getBlocksWithLimit](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-blocks-with-limit.md): Returns a list of confirmed blocks starting at the given slot.
- [getBlockTime](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-block-time.md): Returns the estimated production time of a block.
- [getClusterNodes](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-cluster-nodes.md): Returns information about all the nodes participating in the cluster.
- [getEpochInfo](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-epoch-info.md): Returns information about the current epoch.
- [getEpochSchedule](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-epoch-schedule.md): Returns the epoch schedule information from the cluster's genesis config.
- [getFeeForMessage](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-fee-for-message.md): Get the fee the network will charge for a particular Message.
- [getFirstAvailableBlock](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-first-available-block.md): Returns the slot of the lowest confirmed block that has not been purged from the ledger.
- [getGenesisHash](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-genesis-hash.md): Returns the genesis hash.
- [getHealth](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-health.md): Returns the current health of the node.
- [getHighestSnapshotSlot](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-highest-snapshot-slot.md): Returns the highest slot information that the node has snapshots for.
- [getIdentity](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-identity.md): Returns the identity pubkey for the current node.
- [getInflationGovernor](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-inflation-governor.md): Returns the current inflation governor.
- [getInflationRate](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-inflation-rate.md): Returns the specific inflation values for the current epoch.
- [getInflationReward](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-inflation-reward.md): Returns the inflation or staking reward for a list of addresses for a specified epoch.
- [getLargestAccounts](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-largest-accounts.md): Returns the 20 largest accounts, by lamport balance.
- [getLatestBlockhash](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-latest-blockhash.md): Returns the latest blockhash.
- [getLeaderSchedule](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-leader-schedule.md): Returns the leader schedule for a given epoch.
- [getMaxRetransmitSlot](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-max-retransmit-slot.md): Get the max slot seen from the retransmit stage.
- [getMaxShredInsertSlot](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-max-shred-insert-slot.md): Get the max slot seen from after shred insert.
- [getMinimumBalanceForRentExemption](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-minimum-balance-for-rent-exemption.md): Returns the minimum balance required to make an account rent exempt.
- [getMultipleAccounts](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-multiple-accounts.md): Returns the account information for a list of Pubkeys.
- [getPriorityFeeEstimate](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-priority-fee-estimate.md): Calculate optimal priority fee recommendations for Solana transactions based on real-time network conditions.
- [getProgramAccounts](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-program-accounts.md): Returns all accounts owned by the provided program Pubkey.
- [getRecentPerformanceSamples](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-recent-performance-samples.md): Returns a list of recent performance samples, in reverse slot order.
- [getRecentPrioritizationFees](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-recent-prioritization-fees.md): Returns a list of prioritization fees from recent blocks.
- [getSignaturesForAddress](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-signatures-for-address.md): Returns signatures for confirmed transactions that include the given address.
- [getSignatureStatuses](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-signature-statuses.md): Returns the statuses of a list of transaction signatures.
- [getSlot](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-slot.md): Returns the slot that has reached the given or default commitment level.
- [getSlotLeader](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-slot-leader.md): Returns the current slot leader.
- [getSlotLeaders](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-slot-leaders.md): Returns the slot leaders for a given slot range.
- [getStakeActivation](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-stake-activation.md): Returns epoch activation information for a stake account.
- [getSupply](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-supply.md): Returns information about the current supply of lamports.
- [getTokenAccountBalance](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-token-account-balance.md): Returns the token balance of an SPL Token account.
- [getTokenAccountsByDelegate](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-token-accounts-by-delegate.md): Returns all SPL Token accounts delegated to the provided account.
- [getTokenAccountsByOwner](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-token-accounts-by-owner.md): Returns all SPL Token accounts owned by the specified token owner.
- [getTokenLargestAccounts](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-token-largest-accounts.md): Returns the 20 largest accounts of a particular SPL Token type.
- [getTokenSupply](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-token-supply.md): Returns the total supply of an SPL Token type.
- [getTransaction](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-transaction.md): Returns transaction details for a confirmed transaction.
- [getTransactionCount](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-transaction-count.md): Returns the current transaction count from the ledger.
- [getVersion](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-version.md): Returns the current Solana version running on the node.
- [getVoteAccounts](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-vote-accounts.md): Returns the account info and associated stake for all voting accounts in the current bank.
- [isBlockhashValid](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/is-blockhash-valid.md): Returns whether a blockhash is still valid or not.
- [minimumLedgerSlot](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/minimum-ledger-slot.md): Returns the lowest slot that the node has information about in its ledger.
- [requestAirdrop](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/request-airdrop.md): Requests an airdrop of lamports to a Pubkey.
- [sendTransaction](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/send-transaction.md): Submits a signed transaction to the cluster for processing.
- [simulateBundle](https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/simulate-bundle.md): Simulates sending a Jito bundle of transactions.
- [Quickstart](https://www.alchemy.com/docs/reference/abstract-api-quickstart.md): How to get started building on Abstract using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/abstract-api-faq.md): Frequently asked questions about the Abstract API
- [Abstract API Overview](https://www.alchemy.com/docs/abstract/abstract-api-overview.md): Overview of available Abstract API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getBalance](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_newPendingTransactionFilter](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-new-pending-transaction-filter.md): Creates a filter in the node to notify when new pending transactions arrive.
- [eth_protocolVersion](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-protocol-version.md): Returns the current protocol version used by the client.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_simulateV1](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-simulate-v-1.md): Enables simulation of complex transactions and state changes without modifying the blockchain.
- [eth_submitWork](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_peerCount](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/net-peer-count.md): Get peer count
- [net_version](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [zks_estimateFee](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/zks-estimate-fee.md): Estimates the fee for a given call request.
- [zks_estimateGasL1ToL2](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/zks-estimate-gas-l-1-to-l-2.md): Estimates the gas required for an L1 to L2 transaction.
- [zks_gasPerPubdata](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/zks-gas-per-pubdata.md): Retrieves the current gas per pubdata byte
- [zks_getAllAccountBalances](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/zks-get-all-account-balances.md): Gets all account balances for a given address.
- [zks_getBaseTokenL1Address](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/zks-get-base-token-l-1-address.md): Retrieves the L1 base token address.
- [zks_getBlockDetails](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/zks-get-block-details.md): Retrieves details for a given block.
- [zks_getBridgeContracts](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/zks-get-bridge-contracts.md): Retrieves the addresses of canonical bridge contracts for zkSync Era.
- [zks_getBridgehubContract](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/zks-get-bridgehub-contract.md): Retrieves the address of the zkSync bridgehub contract.
- [zks_getBytecodeByHash](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/zks-get-bytecode-by-hash.md): Retrieves the bytecode of a transaction by its hash.
- [zks_getConfirmedTokens](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/zks-get-confirmed-tokens.md): Retrieves the confirmed tokens on zkSync.
- [zks_getFeeParams](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/zks-get-fee-params.md): Retrieves the current fee parameters.
- [zks_getL1BatchBlockRange](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/zks-get-l-1-batch-block-range.md): Returns the range of blocks contained within a batch given by the batch number.
- [zks_getL1BatchDetails](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/zks-get-l-1-batch-details.md): Retrieves details for a given L1 batch.
- [zks_getL1GasPrice](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/zks-get-l-1-gas-price.md): Retrieves the current L1 gas price.
- [zks_getL2ToL1LogProof](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/zks-get-l-2-to-l-1-log-proof.md): Retrieves the log proof for an L2 to L1 transaction.
- [zks_getL2ToL1MsgProof](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/zks-get-l-2-to-l-1-msg-proof.md): Retrieves the proof for an L2 to L1 message.
- [zks_getMainContract](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/zks-get-main-contract.md): Retrieves the address of the zkSync main contract.
- [zks_getProof](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/zks-get-proof.md): Generates Merkle proofs for storage values associated with a specific account.
- [zks_getProtocolVersion](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/zks-get-protocol-version.md): Retrieves the current protocol version.
- [zks_getRawBlockTransactions](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/zks-get-raw-block-transactions.md): Lists transactions in a block without processing them.
- [zks_getTestnetPaymaster](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/zks-get-testnet-paymaster.md): Retrieves the testnet paymaster address.
- [zks_getTransactionDetails](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/zks-get-transaction-details.md): Retrieves details for a given transaction.
- [zks_L1BatchNumber](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/zks-l-1-batch-number.md): Retrieves the current L1 batch number.
- [zks_L1ChainId](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/zks-l-1-chain-id.md): Retrieves the L1 chain ID.
- [zks_sendRawTransactionWithDetailedOutput](https://www.alchemy.com/docs/chains/abstract/abstract-api-endpoints/zks-send-raw-transaction-with-detailed-output.md): Executes a transaction and returns its hash, storage logs, and events that would have been generated if the transaction had already been included in the block.
- [Quickstart](https://www.alchemy.com/docs/reference/adi-api-quickstart.md): How to get started building on ADI using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/adi-api-faq.md): Frequently asked questions about the ADI API
- [ADI API Overview](https://www.alchemy.com/docs/adi/adi-api-overview.md): Overview of available ADI API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_gasPrice](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getBalance](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_newPendingTransactionFilter](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/eth-new-pending-transaction-filter.md): Creates a filter in the node to notify when new pending transactions arrive.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_submitWork](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_version](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/adi/adi-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/anime-api-quickstart.md): How to get started building on Anime using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/anime-api-faq.md): Frequently asked questions about the Anime API
- [Anime API Overview](https://www.alchemy.com/docs/anime/anime-api-overview.md): Overview of available Anime API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_gasPrice](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getBalance](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_submitWork](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_version](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/anime/anime-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/apechain-api-quickstart.md): How to get started building on ApeChain using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/apechain-api-faq.md): Frequently asked questions about the ApeChain API
- [eth_accounts](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getBalance](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_sendRawTransactionSync](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-send-raw-transaction-sync.md): Sends a raw transaction to the network and waits for the transaction to be mined.
- [eth_submitWork](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_version](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/apechain/ape-chain-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/aptos-api-quickstart.md): Get started building on Aptos and using REST
- [FAQ](https://www.alchemy.com/docs/reference/aptos-api-faq.md): Frequently asked questions about the Aptos API
- [/v1](https://www.alchemy.com/docs/chains/aptos/aptos-api-endpoints/aptos-api-endpoints/v-1.md): /v1
- [/v1/spec](https://www.alchemy.com/docs/chains/aptos/aptos-api-endpoints/aptos-api-endpoints/v-1-spec.md): /v1/spec
- [/v1/view](https://www.alchemy.com/docs/chains/aptos/aptos-api-endpoints/aptos-api-endpoints/v-1-view.md): /v1/view
- [/v1/-/healthy](https://www.alchemy.com/docs/chains/aptos/aptos-api-endpoints/aptos-api-endpoints/v-1-healthy.md): /v1/-/healthy
- [/v1/accounts/{address}](https://www.alchemy.com/docs/chains/aptos/aptos-api-endpoints/aptos-api-endpoints/v-1-accounts-address.md): /v1/accounts/{address}
- [/v1/accounts/{address}/resources](https://www.alchemy.com/docs/chains/aptos/aptos-api-endpoints/aptos-api-endpoints/v-1-accounts-address-resources.md): /v1/accounts/{address}/resources
- [/v1/accounts/{address}/resource/{resource_type}](https://www.alchemy.com/docs/chains/aptos/aptos-api-endpoints/aptos-api-endpoints/v-1-accounts-address-resource-resource-type.md): /v1/accounts/{address}/resource/{resource_type}
- [/v1/accounts/{address}/modules](https://www.alchemy.com/docs/chains/aptos/aptos-api-endpoints/aptos-api-endpoints/v-1-accounts-address-modules.md): /v1/accounts/{address}/modules
- [/v1/accounts/{address}/module/{module_name}](https://www.alchemy.com/docs/chains/aptos/aptos-api-endpoints/aptos-api-endpoints/v-1-accounts-address-module-module-name.md): /v1/accounts/{address}/module/{module_name}
- [/v1/accounts/{address}/events/{creation_number}](https://www.alchemy.com/docs/chains/aptos/aptos-api-endpoints/aptos-api-endpoints/v-1-accounts-address-events-creation-number.md): /v1/accounts/{address}/events/{creation_number}
- [/v1/accounts/{address}/events/{event_handle}/{field_name}](https://www.alchemy.com/docs/chains/aptos/aptos-api-endpoints/aptos-api-endpoints/v-1-accounts-address-events-event-handle-field-name.md): /v1/accounts/{address}/events/{event_handle}/{field_name}
- [/v1/blocks/by_height/{block_height}](https://www.alchemy.com/docs/chains/aptos/aptos-api-endpoints/aptos-api-endpoints/v-1-blocks-by-height-block-height.md): /v1/blocks/by_height/{block_height}
- [/v1/blocks/by_version/{version}](https://www.alchemy.com/docs/chains/aptos/aptos-api-endpoints/aptos-api-endpoints/v-1-blocks-by-version-version.md): /v1/blocks/by_version/{version}
- [/v1/tables/{table_handle}/item](https://www.alchemy.com/docs/chains/aptos/aptos-api-endpoints/aptos-api-endpoints/v-1-tables-table-handle-item.md): /v1/tables/{table_handle}/item
- [/v1/tables/{table_handle}/raw_item](https://www.alchemy.com/docs/chains/aptos/aptos-api-endpoints/aptos-api-endpoints/v-1-tables-table-handle-raw-item.md): /v1/tables/{table_handle}/raw_item
- [/v1/accounts/{address}/transactions](https://www.alchemy.com/docs/chains/aptos/aptos-api-endpoints/aptos-api-endpoints/v-1-accounts-address-transactions.md): /v1/accounts/{address}/transactions
- [/v1/estimate_gas_price](https://www.alchemy.com/docs/chains/aptos/aptos-api-endpoints/aptos-api-endpoints/v-1-estimate-gas-price.md): /v1/estimate_gas_price
- [/v1/transactions](https://www.alchemy.com/docs/chains/aptos/aptos-api-endpoints/aptos-api-endpoints/v-1-transactions.md): /v1/transactions
- [/v1/transactions](https://www.alchemy.com/docs/chains/aptos/aptos-api-endpoints/aptos-api-endpoints/v-1-transactions.md): /v1/transactions
- [/v1/transactions/batch](https://www.alchemy.com/docs/chains/aptos/aptos-api-endpoints/aptos-api-endpoints/v-1-transactions-batch.md): /v1/transactions/batch
- [/v1/transactions/by_hash/{txn_hash}](https://www.alchemy.com/docs/chains/aptos/aptos-api-endpoints/aptos-api-endpoints/v-1-transactions-by-hash-txn-hash.md): /v1/transactions/by_hash/{txn_hash}
- [/v1/transactions/by_version/{txn_version}](https://www.alchemy.com/docs/chains/aptos/aptos-api-endpoints/aptos-api-endpoints/v-1-transactions-by-version-txn-version.md): /v1/transactions/by_version/{txn_version}
- [/v1/transactions/encode_submission](https://www.alchemy.com/docs/chains/aptos/aptos-api-endpoints/aptos-api-endpoints/v-1-transactions-encode-submission.md): /v1/transactions/encode_submission
- [/v1/transactions/simulate](https://www.alchemy.com/docs/chains/aptos/aptos-api-endpoints/aptos-api-endpoints/v-1-transactions-simulate.md): /v1/transactions/simulate
- [Quickstart](https://www.alchemy.com/docs/reference/arbitrum-api-quickstart.md): How to get started building on Arbitrum using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/arbitrum-api-faq.md)
- [Arbitrum vs. Ethereum API Differences](https://www.alchemy.com/docs/reference/arbitrumethereum-differences.md): Learn about the differences between Arbitrum and Ethereum
- [Arbitrum API Overview](https://www.alchemy.com/docs/arbitrum/arbitrum-api-overview.md): Overview of available Arbitrum API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_createAccessList](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-create-access-list.md): Generates an access list for a transaction.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getBalance](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleByBlockHashAndIndex](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-get-uncle-by-block-hash-and-index.md): Returns information about an uncle of a block by hash and uncle index.
- [eth_getUncleByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-get-uncle-by-block-number-and-index.md): Returns information about an uncle of a block by number and uncle index.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_newPendingTransactionFilter](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-new-pending-transaction-filter.md): Creates a filter in the node to notify when new pending transactions arrive.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_sendRawTransactionSync](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-send-raw-transaction-sync.md): Sends a raw transaction to the network and waits for the transaction to be mined.
- [eth_simulateV1](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-simulate-v-1.md): Enables simulation of complex transactions and state changes without modifying the blockchain.
- [eth_submitWork](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_version](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/arbitrum/arbitrum-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/arbitrum-nova-api-quickstart.md): How to get started building on Arbitrum Nova using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/arbitrum-nova-chain-api-faq.md): Frequently asked questions about Arbitrum Nova Chain API
- [Arbitrum Nova API Overview](https://www.alchemy.com/docs/arbitrum-nova/arbitrum-nova-api-overview.md): Overview of available Arbitrum Nova API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_createAccessList](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-create-access-list.md): Generates an access list for a transaction.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getBalance](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleByBlockHashAndIndex](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-get-uncle-by-block-hash-and-index.md): Returns information about an uncle of a block by hash and uncle index.
- [eth_getUncleByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-get-uncle-by-block-number-and-index.md): Returns information about an uncle of a block by number and uncle index.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_submitWork](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_version](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/arbitrum-nova/arbitrum-nova-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/arc-api-quickstart.md): How to get started building on Arc and using the JSON-RPC API
- [FAQ](https://www.alchemy.com/docs/reference/arc-api-faq.md): Frequently asked questions about the Arc API
- [Arc API Overview](https://www.alchemy.com/docs/arc/arc-api-overview.md): Overview of available Arc API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_callBundle](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-call-bundle.md): Simulates a bundle of signed transactions against a specific block number, including simulating a bundle at the top of the next block. This method allows you to test transaction bundles before submitting them to the network.

- [eth_callMany](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-call-many.md): Executes a list of transaction bundles without creating transactions on the blockchain. This method is particularly useful for simulating transactions to understand their potential outcomes. It supports simulating transactions at an intermediate state of a block, simulating multiple transactions with sequential dependencies, and overwriting block headers.

- [eth_chainId](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_createAccessList](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-create-access-list.md): Generates an access list for a transaction.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_gasPrice](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getBalance](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleByBlockHashAndIndex](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-get-uncle-by-block-hash-and-index.md): Returns information about an uncle of a block by hash and uncle index.
- [eth_getUncleByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-get-uncle-by-block-number-and-index.md): Returns information about an uncle of a block by number and uncle index.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_newPendingTransactionFilter](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-new-pending-transaction-filter.md): Creates a filter in the node to notify when new pending transactions arrive.
- [eth_protocolVersion](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-protocol-version.md): Returns the current protocol version used by the client.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_sendRawTransactionSync](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-send-raw-transaction-sync.md): Sends a raw transaction to the network and waits for the transaction to be mined.
- [eth_simulateV1](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-simulate-v-1.md): Enables simulation of complex transactions and state changes without modifying the blockchain.
- [eth_submitWork](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_version](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/arc/arc-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/astar-api-quickstart.md): How to get started building on Astar using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/astar-api-faq.md): Frequently asked questions about the Astar API
- [Astar API Overview](https://www.alchemy.com/docs/astar/astar-api-overview.md): Overview of available Astar API methods
- [chain_getFinalizedHead](https://www.alchemy.com/docs/chains/astar/astar-api-endpoints/chain-get-finalized-head.md): Get hash of the last finalized block
- [chain_getHeader](https://www.alchemy.com/docs/chains/astar/astar-api-endpoints/chain-get-header.md): Retrieves the header for a specific block
- [eth_accounts](https://www.alchemy.com/docs/chains/astar/astar-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/astar/astar-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/astar/astar-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/astar/astar-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/astar/astar-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/astar/astar-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_gasPrice](https://www.alchemy.com/docs/chains/astar/astar-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getBalance](https://www.alchemy.com/docs/chains/astar/astar-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/astar/astar-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/astar/astar-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/astar/astar-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/astar/astar-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/astar/astar-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/astar/astar-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/astar/astar-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/astar/astar-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/astar/astar-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/astar/astar-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/astar/astar-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/astar/astar-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/astar/astar-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/astar/astar-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/astar/astar-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/astar/astar-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/astar/astar-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/astar/astar-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/astar/astar-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_submitWork](https://www.alchemy.com/docs/chains/astar/astar-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/astar/astar-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/astar/astar-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/astar/astar-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_version](https://www.alchemy.com/docs/chains/astar/astar-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/astar/astar-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/astar/astar-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/avalanche-api-quickstart.md): How to get started building on Avalanche using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/avalanche-api-faq.md): Frequently asked questions about the Avalanche Chain
- [eth_accounts](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_baseFee](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-base-fee.md): Returns the base fee for the next block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_callMany](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-call-many.md): Executes a list of transaction bundles without creating transactions on the blockchain. This method is particularly useful for simulating transactions to understand their potential outcomes. It supports simulating transactions at an intermediate state of a block, simulating multiple transactions with sequential dependencies, and overwriting block headers.

- [eth_chainId](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_createAccessList](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-create-access-list.md): Generates an access list for a transaction.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getAssetBalance](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-get-asset-balance.md): Get an account's non-AVAX balance.
- [eth_getBalance](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getChainConfig](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-get-chain-config.md): Returns the chain config of the blockchain.
- [eth_getCode](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleByBlockHashAndIndex](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-get-uncle-by-block-hash-and-index.md): Returns information about an uncle of a block by hash and uncle index.
- [eth_getUncleByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-get-uncle-by-block-number-and-index.md): Returns information about an uncle of a block by number and uncle index.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_newPendingTransactionFilter](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-new-pending-transaction-filter.md): Creates a filter in the node to notify when new pending transactions arrive.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_sendRawTransactionSync](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-send-raw-transaction-sync.md): Sends a raw transaction to the network and waits for the transaction to be mined.
- [eth_simulateV1](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-simulate-v-1.md): Enables simulation of complex transactions and state changes without modifying the blockchain.
- [eth_submitWork](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_peerCount](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/net-peer-count.md): Get peer count
- [net_version](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [platform.getAllValidatorsAt](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/platform-get-all-validators-at.md): Get all validators at height
- [platform.getBalance](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/platform-get-balance.md): Get balance
- [platform.getBlockchains](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/platform-get-blockchains.md): Get all blockchains
- [platform.getBlockchainStatus](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/platform-get-blockchain-status.md): Get blockchain status
- [platform.getCurrentSupply](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/platform-get-current-supply.md): Get current supply
- [platform.getCurrentValidators](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/platform-get-current-validators.md): Get current validators
- [platform.getFeeConfig](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/platform-get-fee-config.md): Get fee config
- [platform.getFeeState](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/platform-get-fee-state.md): Get fee state
- [platform.getHeight](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/platform-get-height.md): Get height
- [platform.getMinStake](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/platform-get-min-stake.md): Get min stake
- [platform.getRewardUTXOs](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/platform-get-reward-utx-os.md): Get reward UTXOs
- [platform.getStake](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/platform-get-stake.md): Get stake
- [platform.getStakingAssetID](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/platform-get-staking-asset-id.md): Get staking asset ID
- [platform.getSubnets](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/platform-get-subnets.md): Get subnets
- [platform.getTimestamp](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/platform-get-timestamp.md): Get timestamp
- [platform.getTotalStake](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/platform-get-total-stake.md): Get total stake
- [platform.getTx](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/platform-get-tx.md): Get transaction
- [platform.getTxStatus](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/platform-get-tx-status.md): Get transaction status
- [platform.getUTXOs](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/platform-get-utx-os.md): Get UTXOs
- [platform.getValidatorFeeConfig](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/platform-get-validator-fee-config.md): Get validator fee config
- [platform.getValidatorFeeState](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/platform-get-validator-fee-state.md): Get validator fee state
- [platform.getValidatorsAt](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/platform-get-validators-at.md): Get validators at height
- [platform.issueTx](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/platform-issue-tx.md): Issue transaction
- [platform.sampleValidators](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/platform-sample-validators.md): Sample validators
- [platform.validatedBy](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/platform-validated-by.md): Validated by
- [platform.validates](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/platform-validates.md): Validates
- [txpool_content](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/txpool-content.md): Get transaction pool content
- [web3_clientVersion](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/avalanche/avalanche-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/avalanche-p-api-quickstart.md): How to get started with the Avalanche Platform Chain (P-Chain) using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/avalanche-p-api-faq.md): Frequently asked questions about the Avalanche Platform Chain (P-Chain)
- [Avalanche P-Chain API Overview](https://www.alchemy.com/docs/avalanche-p/avalanche-p-api-overview.md): Overview of available Avalanche Platform Chain (P-Chain) API methods
- [platform.getAllValidatorsAt](https://www.alchemy.com/docs/chains/avalanche-p/avalanche-p-chain-api-endpoints/platform-get-all-validators-at.md): Get all validators at height
- [platform.getBalance](https://www.alchemy.com/docs/chains/avalanche-p/avalanche-p-chain-api-endpoints/platform-get-balance.md): Get balance
- [platform.getBlockchains](https://www.alchemy.com/docs/chains/avalanche-p/avalanche-p-chain-api-endpoints/platform-get-blockchains.md): Get all blockchains
- [platform.getBlockchainStatus](https://www.alchemy.com/docs/chains/avalanche-p/avalanche-p-chain-api-endpoints/platform-get-blockchain-status.md): Get blockchain status
- [platform.getCurrentSupply](https://www.alchemy.com/docs/chains/avalanche-p/avalanche-p-chain-api-endpoints/platform-get-current-supply.md): Get current supply
- [platform.getCurrentValidators](https://www.alchemy.com/docs/chains/avalanche-p/avalanche-p-chain-api-endpoints/platform-get-current-validators.md): Get current validators
- [platform.getFeeConfig](https://www.alchemy.com/docs/chains/avalanche-p/avalanche-p-chain-api-endpoints/platform-get-fee-config.md): Get fee config
- [platform.getFeeState](https://www.alchemy.com/docs/chains/avalanche-p/avalanche-p-chain-api-endpoints/platform-get-fee-state.md): Get fee state
- [platform.getHeight](https://www.alchemy.com/docs/chains/avalanche-p/avalanche-p-chain-api-endpoints/platform-get-height.md): Get height
- [platform.getMinStake](https://www.alchemy.com/docs/chains/avalanche-p/avalanche-p-chain-api-endpoints/platform-get-min-stake.md): Get min stake
- [platform.getRewardUTXOs](https://www.alchemy.com/docs/chains/avalanche-p/avalanche-p-chain-api-endpoints/platform-get-reward-utx-os.md): Get reward UTXOs
- [platform.getStake](https://www.alchemy.com/docs/chains/avalanche-p/avalanche-p-chain-api-endpoints/platform-get-stake.md): Get stake
- [platform.getStakingAssetID](https://www.alchemy.com/docs/chains/avalanche-p/avalanche-p-chain-api-endpoints/platform-get-staking-asset-id.md): Get staking asset ID
- [platform.getSubnets](https://www.alchemy.com/docs/chains/avalanche-p/avalanche-p-chain-api-endpoints/platform-get-subnets.md): Get subnets
- [platform.getTimestamp](https://www.alchemy.com/docs/chains/avalanche-p/avalanche-p-chain-api-endpoints/platform-get-timestamp.md): Get timestamp
- [platform.getTotalStake](https://www.alchemy.com/docs/chains/avalanche-p/avalanche-p-chain-api-endpoints/platform-get-total-stake.md): Get total stake
- [platform.getTx](https://www.alchemy.com/docs/chains/avalanche-p/avalanche-p-chain-api-endpoints/platform-get-tx.md): Get transaction
- [platform.getTxStatus](https://www.alchemy.com/docs/chains/avalanche-p/avalanche-p-chain-api-endpoints/platform-get-tx-status.md): Get transaction status
- [platform.getUTXOs](https://www.alchemy.com/docs/chains/avalanche-p/avalanche-p-chain-api-endpoints/platform-get-utx-os.md): Get UTXOs
- [platform.getValidatorFeeConfig](https://www.alchemy.com/docs/chains/avalanche-p/avalanche-p-chain-api-endpoints/platform-get-validator-fee-config.md): Get validator fee config
- [platform.getValidatorFeeState](https://www.alchemy.com/docs/chains/avalanche-p/avalanche-p-chain-api-endpoints/platform-get-validator-fee-state.md): Get validator fee state
- [platform.getValidatorsAt](https://www.alchemy.com/docs/chains/avalanche-p/avalanche-p-chain-api-endpoints/platform-get-validators-at.md): Get validators at height
- [platform.issueTx](https://www.alchemy.com/docs/chains/avalanche-p/avalanche-p-chain-api-endpoints/platform-issue-tx.md): Issue transaction
- [platform.sampleValidators](https://www.alchemy.com/docs/chains/avalanche-p/avalanche-p-chain-api-endpoints/platform-sample-validators.md): Sample validators
- [platform.validatedBy](https://www.alchemy.com/docs/chains/avalanche-p/avalanche-p-chain-api-endpoints/platform-validated-by.md): Validated by
- [platform.validates](https://www.alchemy.com/docs/chains/avalanche-p/avalanche-p-chain-api-endpoints/platform-validates.md): Validates
- [Quickstart](https://www.alchemy.com/docs/reference/base-api-quickstart.md): How to get started building on Base using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/base-api-faq.md): Frequently asked questions about the Base API
- [Base API Overview](https://www.alchemy.com/docs/base/base-api-overview.md): Overview of available Base API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_callBundle](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-call-bundle.md): Simulates a bundle of signed transactions against a specific block number, including simulating a bundle at the top of the next block. This method allows you to test transaction bundles before submitting them to the network.

- [eth_callMany](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-call-many.md): Executes a list of transaction bundles without creating transactions on the blockchain. This method is particularly useful for simulating transactions to understand their potential outcomes. It supports simulating transactions at an intermediate state of a block, simulating multiple transactions with sequential dependencies, and overwriting block headers.

- [eth_chainId](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_createAccessList](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-create-access-list.md): Generates an access list for a transaction.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getBalance](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleByBlockHashAndIndex](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-get-uncle-by-block-hash-and-index.md): Returns information about an uncle of a block by hash and uncle index.
- [eth_getUncleByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-get-uncle-by-block-number-and-index.md): Returns information about an uncle of a block by number and uncle index.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_newPendingTransactionFilter](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-new-pending-transaction-filter.md): Creates a filter in the node to notify when new pending transactions arrive.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_sendRawTransactionSync](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-send-raw-transaction-sync.md): Sends a raw transaction to the network and waits for the transaction to be mined.
- [eth_simulateV1](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-simulate-v-1.md): Enables simulation of complex transactions and state changes without modifying the blockchain.
- [eth_submitWork](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/base/base-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/base/base-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_version](https://www.alchemy.com/docs/chains/base/base-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/base/base-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/base/base-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Flashblocks API Quickstart](https://www.alchemy.com/docs/reference/base-flashblocks-api-quickstart.md): Get started building on Base using Flashblocks
- [Quickstart](https://www.alchemy.com/docs/reference/berachain-api-quickstart.md): How to get started building on Berachain using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/berachain-api-faq.md): Frequently asked questions about the Berachain API
- [Berachain API Overview](https://www.alchemy.com/docs/berachain/berachain-api-overview.md): Overview of available Berachain API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_callMany](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-call-many.md): Executes a list of transaction bundles without creating transactions on the blockchain. This method is particularly useful for simulating transactions to understand their potential outcomes. It supports simulating transactions at an intermediate state of a block, simulating multiple transactions with sequential dependencies, and overwriting block headers.

- [eth_chainId](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_createAccessList](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-create-access-list.md): Generates an access list for a transaction.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getBalance](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-get-uncle-by-block-number-and-index.md): Returns information about an uncle of a block by number and uncle index.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_newPendingTransactionFilter](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-new-pending-transaction-filter.md): Creates a filter in the node to notify when new pending transactions arrive.
- [eth_protocolVersion](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-protocol-version.md): Returns the current protocol version used by the client.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_simulateV1](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-simulate-v-1.md): Enables simulation of complex transactions and state changes without modifying the blockchain.
- [eth_submitWork](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_peerCount](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/net-peer-count.md): Get peer count
- [net_version](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [txpool_content](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/txpool-content.md): Get transaction pool content
- [web3_clientVersion](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/berachain/berachain-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/bitcoin-api-quickstart.md): Get started building on Bitcoin and using the JSON-RPC API
- [FAQ](https://www.alchemy.com/docs/reference/bitcoin-api-faq.md): Frequently asked questions about the Bitcoin API
- [Bitcoin API Overview](https://www.alchemy.com/docs/bitcoin/bitcoin-api-overview.md): Overview of available Bitcoin API methods
- [createrawtransaction](https://www.alchemy.com/docs/chains/bitcoin/bitcoin-api-endpoints/createrawtransaction.md): Create a raw transaction from inputs and outputs
- [decoderawtransaction](https://www.alchemy.com/docs/chains/bitcoin/bitcoin-api-endpoints/decoderawtransaction.md): Decode a raw transaction hex string
- [decodescript](https://www.alchemy.com/docs/chains/bitcoin/bitcoin-api-endpoints/decodescript.md): Decode a hex-encoded script
- [estimatesmartfee](https://www.alchemy.com/docs/chains/bitcoin/bitcoin-api-endpoints/estimatesmartfee.md): Estimate smart fee for confirmation within target blocks
- [getbestblockhash](https://www.alchemy.com/docs/chains/bitcoin/bitcoin-api-endpoints/getbestblockhash.md): Get the best (tip) block hash of the longest valid chain
- [getblock](https://www.alchemy.com/docs/chains/bitcoin/bitcoin-api-endpoints/getblock.md): Get block details by block hash
- [getblockchaininfo](https://www.alchemy.com/docs/chains/bitcoin/bitcoin-api-endpoints/getblockchaininfo.md): Retrieve general information about the blockchain.
- [getblockcount](https://www.alchemy.com/docs/chains/bitcoin/bitcoin-api-endpoints/getblockcount.md): Get the current block count
- [getblockfilter](https://www.alchemy.com/docs/chains/bitcoin/bitcoin-api-endpoints/getblockfilter.md): Retrieve a BIP 157 content filter for a particular block
- [getblockhash](https://www.alchemy.com/docs/chains/bitcoin/bitcoin-api-endpoints/getblockhash.md): Get block hash by block height
- [getblockheader](https://www.alchemy.com/docs/chains/bitcoin/bitcoin-api-endpoints/getblockheader.md): Get block header by block hash
- [getblockstats](https://www.alchemy.com/docs/chains/bitcoin/bitcoin-api-endpoints/getblockstats.md): Get per-block statistics
- [getblocktemplate](https://www.alchemy.com/docs/chains/bitcoin/bitcoin-api-endpoints/getblocktemplate.md): Request a block template for mining
- [getchaintips](https://www.alchemy.com/docs/chains/bitcoin/bitcoin-api-endpoints/getchaintips.md): Get information about all known tips in the block tree
- [getchaintxstats](https://www.alchemy.com/docs/chains/bitcoin/bitcoin-api-endpoints/getchaintxstats.md): Get chain transaction statistics
- [getconnectioncount](https://www.alchemy.com/docs/chains/bitcoin/bitcoin-api-endpoints/getconnectioncount.md): Get the number of connections to other nodes
- [getdifficulty](https://www.alchemy.com/docs/chains/bitcoin/bitcoin-api-endpoints/getdifficulty.md): Get the current proof-of-work difficulty
- [getindexinfo](https://www.alchemy.com/docs/chains/bitcoin/bitcoin-api-endpoints/getindexinfo.md): Get information about one or all available indices
- [getmemoryinfo](https://www.alchemy.com/docs/chains/bitcoin/bitcoin-api-endpoints/getmemoryinfo.md): Get memory usage information
- [getmempoolancestors](https://www.alchemy.com/docs/chains/bitcoin/bitcoin-api-endpoints/getmempoolancestors.md): Get mempool ancestors of a transaction
- [getmempooldescendants](https://www.alchemy.com/docs/chains/bitcoin/bitcoin-api-endpoints/getmempooldescendants.md): Get mempool descendants of a transaction
- [getmempoolinfo](https://www.alchemy.com/docs/chains/bitcoin/bitcoin-api-endpoints/getmempoolinfo.md): Retrieve information about the mempool state
- [getnetworkhashps](https://www.alchemy.com/docs/chains/bitcoin/bitcoin-api-endpoints/getnetworkhashps.md): Get the estimated network hashes per second
- [getnetworkinfo](https://www.alchemy.com/docs/chains/bitcoin/bitcoin-api-endpoints/getnetworkinfo.md): Get various state info regarding P2P networking
- [getrawmempool](https://www.alchemy.com/docs/chains/bitcoin/bitcoin-api-endpoints/getrawmempool.md): Get raw mempool transaction data
- [getrawtransaction](https://www.alchemy.com/docs/chains/bitcoin/bitcoin-api-endpoints/getrawtransaction.md): Retrieve raw transaction data by txid
- [gettxout](https://www.alchemy.com/docs/chains/bitcoin/bitcoin-api-endpoints/gettxout.md): Get details about an unspent transaction output
- [gettxoutproof](https://www.alchemy.com/docs/chains/bitcoin/bitcoin-api-endpoints/gettxoutproof.md): Get a proof that one or more transactions are included in a block
- [gettxoutsetinfo](https://www.alchemy.com/docs/chains/bitcoin/bitcoin-api-endpoints/gettxoutsetinfo.md): Get statistics about the current UTXO set
- [sendrawtransaction](https://www.alchemy.com/docs/chains/bitcoin/bitcoin-api-endpoints/sendrawtransaction.md): Submit a raw transaction to the Bitcoin network
- [submitblock](https://www.alchemy.com/docs/chains/bitcoin/bitcoin-api-endpoints/submitblock.md): Submit a new block to the network
- [submitheader](https://www.alchemy.com/docs/chains/bitcoin/bitcoin-api-endpoints/submitheader.md): Decode and submit a block header
- [submitpackage](https://www.alchemy.com/docs/chains/bitcoin/bitcoin-api-endpoints/submitpackage.md): Submit a set of serialized raw transactions
- [testmempoolaccept](https://www.alchemy.com/docs/chains/bitcoin/bitcoin-api-endpoints/testmempoolaccept.md): Test if raw transactions would be accepted by the mempool
- [validateaddress](https://www.alchemy.com/docs/chains/bitcoin/bitcoin-api-endpoints/validateaddress.md): Validate a Bitcoin address
- [verifymessage](https://www.alchemy.com/docs/chains/bitcoin/bitcoin-api-endpoints/verifymessage.md): Verify a signed message
- [Quickstart](https://www.alchemy.com/docs/reference/blast-api-quickstart.md): How to get started building on Blast using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/blast-api-faq.md): Frequently asked questions about the Blast Chain API
- [Blast API Overview](https://www.alchemy.com/docs/blast/blast-api-overview.md): Overview of available Blast API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_createAccessList](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-create-access-list.md): Generates an access list for a transaction.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getBalance](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleByBlockHashAndIndex](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-get-uncle-by-block-hash-and-index.md): Returns information about an uncle of a block by hash and uncle index.
- [eth_getUncleByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-get-uncle-by-block-number-and-index.md): Returns information about an uncle of a block by number and uncle index.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_newPendingTransactionFilter](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-new-pending-transaction-filter.md): Creates a filter in the node to notify when new pending transactions arrive.
- [eth_protocolVersion](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-protocol-version.md): Returns the current protocol version used by the client.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_sendRawTransactionSync](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-send-raw-transaction-sync.md): Sends a raw transaction to the network and waits for the transaction to be mined.
- [eth_simulateV1](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-simulate-v-1.md): Enables simulation of complex transactions and state changes without modifying the blockchain.
- [eth_submitWork](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_peerCount](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/net-peer-count.md): Get peer count
- [net_version](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/blast/blast-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [BNB Smart Chain Quickstart](https://www.alchemy.com/docs/reference/bnb-smart-chain-api-quickstart.md): How to get started building on BNB Smart Chain using Alchemy
- [BNB Smart Chain FAQ](https://www.alchemy.com/docs/reference/bnb-smart-chain-faq.md): Frequently asked questions about the BNB Smart Chain API
- [BNB Smart Chain API Overview](https://www.alchemy.com/docs/bnb-smart-chain/bnb-smart-chain-api-overview.md): Overview of available BNB Smart Chain API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_callMany](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-call-many.md): Executes a list of transaction bundles without creating transactions on the blockchain. This method is particularly useful for simulating transactions to understand their potential outcomes. It supports simulating transactions at an intermediate state of a block, simulating multiple transactions with sequential dependencies, and overwriting block headers.

- [eth_chainId](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_createAccessList](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-create-access-list.md): Generates an access list for a transaction.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getBalance](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlobSidecars](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-get-blob-sidecars.md): Returns the blob sidecars for a given block, identified by block hash or block number.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getFinalizedHeader](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-get-finalized-header.md): Returns the latest finalized execution payload header. The finality threshold is selected via verifiedValidatorNum; negative values are shortcuts: -1 (≥ 1/2 validators), -2 (≥ 2/3 validators), -3 (all validators). The method returns the block header at the height equal to max(fastFinalizedHeight, probabilisticFinalizedHeight).
- [eth_getLogs](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleByBlockHashAndIndex](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-get-uncle-by-block-hash-and-index.md): Returns information about an uncle of a block by hash and uncle index.
- [eth_getUncleByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-get-uncle-by-block-number-and-index.md): Returns information about an uncle of a block by number and uncle index.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_newPendingTransactionFilter](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-new-pending-transaction-filter.md): Creates a filter in the node to notify when new pending transactions arrive.
- [eth_protocolVersion](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-protocol-version.md): Returns the current protocol version used by the client.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_sendRawTransactionSync](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-send-raw-transaction-sync.md): Sends a raw transaction to the network and waits for the transaction to be mined.
- [eth_simulateV1](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-simulate-v-1.md): Enables simulation of complex transactions and state changes without modifying the blockchain.
- [eth_submitWork](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_peerCount](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/net-peer-count.md): Get peer count
- [net_version](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [parlia_getSnapshot](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/parlia-get-snapshot.md): Get Parlia snapshot
- [txpool_content](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/txpool-content.md): Get transaction pool content
- [web3_clientVersion](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/bnb-smart-chain/bnb-smart-chain-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/bob-api-quickstart.md): How to get started building on BOB using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/bob-api-faq.md): Frequently asked questions about the Bob API
- [BOB API Overview](https://www.alchemy.com/docs/bob/bob-api-overview.md): Overview of available BOB API methods
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_gasPrice](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getBalance](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_simulateV1](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/eth-simulate-v-1.md): Enables simulation of complex transactions and state changes without modifying the blockchain.
- [eth_submitWork](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_version](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [txpool_content](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/txpool-content.md): Get transaction pool content
- [web3_clientVersion](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/bob/bob-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/botanix-api-quickstart.md): How to get started building on Botanix using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/botanix-api-faq.md): Frequently asked questions about the Botanix API
- [Botanix API Overview](https://www.alchemy.com/docs/botanix/botanix-api-overview.md): Overview of available Botanix API methods
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_createAccessList](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-create-access-list.md): Generates an access list for a transaction.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_gasPrice](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getBalance](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_protocolVersion](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-protocol-version.md): Returns the current protocol version used by the client.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_submitWork](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_version](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [txpool_content](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/txpool-content.md): Get transaction pool content
- [web3_clientVersion](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/botanix/botanix-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/celo-api-quickstart.md): How to get started building on Celo using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/celo-api-faq.md): Frequently asked questions about the Celo Chain API
- [Celo API Overview](https://www.alchemy.com/docs/celo/celo-api-overview.md): Overview of available Celo API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_callMany](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-call-many.md): Executes a list of transaction bundles without creating transactions on the blockchain. This method is particularly useful for simulating transactions to understand their potential outcomes. It supports simulating transactions at an intermediate state of a block, simulating multiple transactions with sequential dependencies, and overwriting block headers.

- [eth_chainId](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_createAccessList](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-create-access-list.md): Generates an access list for a transaction.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getBalance](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleByBlockHashAndIndex](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-get-uncle-by-block-hash-and-index.md): Returns information about an uncle of a block by hash and uncle index.
- [eth_getUncleByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-get-uncle-by-block-number-and-index.md): Returns information about an uncle of a block by number and uncle index.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_newPendingTransactionFilter](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-new-pending-transaction-filter.md): Creates a filter in the node to notify when new pending transactions arrive.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_sendRawTransactionSync](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-send-raw-transaction-sync.md): Sends a raw transaction to the network and waits for the transaction to be mined.
- [eth_simulateV1](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-simulate-v-1.md): Enables simulation of complex transactions and state changes without modifying the blockchain.
- [eth_submitWork](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_peerCount](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/net-peer-count.md): Get peer count
- [net_version](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [txpool_content](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/txpool-content.md): Get transaction pool content
- [web3_clientVersion](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/celo/celo-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/citrea-api-quickstart.md): How to get started building on Citrea using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/citrea-api-faq.md): Frequently asked questions about the Citrea API
- [Citrea API Overview](https://www.alchemy.com/docs/citrea/citrea-api-overview.md): Overview of available Citrea API methods
- [citrea_getL2StatusHeightsByL1Height](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/citrea-get-l-2-status-heights-by-l-1-height.md): Returns committed and proven L2 heights as of a given Bitcoin block.
- [citrea_getLastCommittedL2Height](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/citrea-get-last-committed-l-2-height.md): Returns the latest L2 block height that has been committed to Bitcoin via sequencer commitment.
- [citrea_getLastProvenL2Height](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/citrea-get-last-proven-l-2-height.md): Returns the latest L2 block height that has been proven on Bitcoin with a validity proof.
- [citrea_sendRawDepositTransaction](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/citrea-send-raw-deposit-transaction.md): Submits a raw deposit transaction to the Citrea sequencer. The node first simulates the
deposit; if valid, it is queued for inclusion.

- [citrea_syncStatus](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/citrea-sync-status.md): Returns the current synchronization status of the local Citrea node for both L1 (Bitcoin) and L2 (Citrea).
The response reports either { Synced:  } or { Syncing: { headBlockNumber, syncedBlockNumber } }
for each layer.

- [eth_blockNumber](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_createAccessList](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-create-access-list.md): Generates an access list for a transaction.
- [eth_estimateDiffSize](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-estimate-diff-size.md): Returns estimated diff size and gas consumption for a potential transaction.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getBalance](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleByBlockHashAndIndex](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-get-uncle-by-block-hash-and-index.md): Returns information about an uncle of a block by hash and uncle index.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_submitWork](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [ledger_getHeadL2Block](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/ledger-get-head-l-2-block.md): Returns the latest (head) L2 block.
- [ledger_getHeadL2BlockHeight](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/ledger-get-head-l-2-block-height.md): Returns the block number of the latest L2 block.
- [ledger_getL2BlockByHash](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/ledger-get-l-2-block-by-hash.md): Returns a complete L2 block by its block hash.
- [ledger_getL2BlockByNumber](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/ledger-get-l-2-block-by-number.md): Returns a complete L2 block by its block number.
- [ledger_getL2BlockRange](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/ledger-get-l-2-block-range.md): Returns all L2 blocks in the inclusive range [start, end].
- [ledger_getL2GenesisStateRoot](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/ledger-get-l-2-genesis-state-root.md): Returns the 32-byte genesis state root for L2.
- [ledger_getLastScannedL1Height](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/ledger-get-last-scanned-l-1-height.md): Returns the highest L1 block number the node has scanned so far.
- [ledger_getLastVerifiedBatchProof](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/ledger-get-last-verified-batch-proof.md): Returns the most recent verified batch proof.
- [ledger_getSequencerCommitmentByIndex](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/ledger-get-sequencer-commitment-by-index.md): Returns a sequencer commitment by its global index.
- [ledger_getSequencerCommitmentsOnSlotByHash](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/ledger-get-sequencer-commitments-on-slot-by-hash.md): Returns sequencer commitment(s) found in the DA slot identified by its L1 block hash.
- [ledger_getSequencerCommitmentsOnSlotByNumber](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/ledger-get-sequencer-commitments-on-slot-by-number.md): Returns sequencer commitment(s) found in the specified DA slot height.
- [ledger_getVerifiedBatchProofsBySlotHeight](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/ledger-get-verified-batch-proofs-by-slot-height.md): Returns verified ZK batch proof(s) for the specified DA slot height.
- [net_listening](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_version](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/citrea/citrea-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/clankermon-api-quickstart.md): How to get started building on Clankermon using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/clankermon-api-faq.md): Frequently asked questions about the Clankermon API
- [Clankermon API Overview](https://www.alchemy.com/docs/clankermon/clankermon-api-overview.md): Overview of available Clankermon API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_gasPrice](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getBalance](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_submitWork](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_version](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/clankermon/clankermon-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/crossfi-api-quickstart.md): How to get started building on CrossFi using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/crossfi-api-faq.md): Frequently Asked Questions about the CrossFi API
- [CrossFi API Overview](https://www.alchemy.com/docs/crossfi/crossfi-api-overview.md): Overview of available CrossFi API methods
- [eth_blockNumber](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_gasPrice](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getBalance](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_protocolVersion](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/eth-protocol-version.md): Returns the current protocol version used by the client.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_submitWork](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_version](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/crossfi/cross-fi-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/degen-api-quickstart.md): How to get started building on Degen using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/degen-api-faq.md): Frequently asked questions about the Degen API
- [Degen API Overview](https://www.alchemy.com/docs/degen/degen-api-overview.md): Overview of available Degen API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getBalance](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_protocolVersion](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-protocol-version.md): Returns the current protocol version used by the client.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_simulateV1](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-simulate-v-1.md): Enables simulation of complex transactions and state changes without modifying the blockchain.
- [eth_submitWork](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_peerCount](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/net-peer-count.md): Get peer count
- [net_version](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [txpool_content](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/txpool-content.md): Get transaction pool content
- [web3_clientVersion](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/degen/degen-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Fantom Deprecation Notice](https://www.alchemy.com/docs/reference/fantom-deprecation-notice.md): Important notice regarding the deprecation of the Fantom network and API
- [Quickstart](https://www.alchemy.com/docs/reference/flow-evm-api-quickstart.md): How to get started building on Flow EVM using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/flow-evm-api-faq.md): Frequently asked questions about the Flow API
- [eth_blockNumber](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getBalance](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_protocolVersion](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/eth-protocol-version.md): Returns the current protocol version used by the client.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_submitWork](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_version](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [txpool_content](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/txpool-content.md): Get transaction pool content
- [web3_clientVersion](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/flow-evm/flow-evm-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/frax-api-quickstart.md): How to get started building on Fraxtal using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/frax-api-faq.md): Frequently asked questions about the Frax API
- [Frax API Overview](https://www.alchemy.com/docs/frax/frax-api-overview.md): Overview of available Frax API methods
- [eth_blockNumber](https://www.alchemy.com/docs/chains/frax/frax-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/frax/frax-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/frax/frax-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/frax/frax-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_gasPrice](https://www.alchemy.com/docs/chains/frax/frax-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/frax/frax-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getBalance](https://www.alchemy.com/docs/chains/frax/frax-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/frax/frax-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/frax/frax-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/frax/frax-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/frax/frax-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/frax/frax-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/frax/frax-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/frax/frax-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/frax/frax-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/frax/frax-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/frax/frax-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/frax/frax-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/frax/frax-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/frax/frax-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/frax/frax-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/frax/frax-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/frax/frax-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/frax/frax-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/frax/frax-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_submitWork](https://www.alchemy.com/docs/chains/frax/frax-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/frax/frax-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/frax/frax-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/frax/frax-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_version](https://www.alchemy.com/docs/chains/frax/frax-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/frax/frax-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/frax/frax-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Geist Deprecation Notice](https://www.alchemy.com/docs/reference/geist-deprecation-notice.md): Important notice regarding the deprecation of the Geist network and API
- [Quickstart](https://www.alchemy.com/docs/reference/gensyn-api-quickstart.md): How to get started building on Gensyn using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/gensyn-api-faq.md): Frequently asked questions about the Gensyn API
- [Gensyn API Overview](https://www.alchemy.com/docs/gensyn/gensyn-api-overview.md): Overview of available Gensyn API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getBalance](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_newPendingTransactionFilter](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-new-pending-transaction-filter.md): Creates a filter in the node to notify when new pending transactions arrive.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_submitWork](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_peerCount](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/net-peer-count.md): Get peer count
- [net_version](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [txpool_content](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/txpool-content.md): Get transaction pool content
- [web3_clientVersion](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/gensyn/gensyn-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/gnosis-api-quickstart.md): How to get started building on Gnosis Chain using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/gnosis-api-faq.md): Frequently asked questions about the Gnosis API
- [Gnosis API Overview](https://www.alchemy.com/docs/gnosis/gnosis-api-overview.md): Overview of available Gnosis API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_createAccessList](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-create-access-list.md): Generates an access list for a transaction.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getBalance](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleByBlockHashAndIndex](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-get-uncle-by-block-hash-and-index.md): Returns information about an uncle of a block by hash and uncle index.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_newPendingTransactionFilter](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-new-pending-transaction-filter.md): Creates a filter in the node to notify when new pending transactions arrive.
- [eth_protocolVersion](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-protocol-version.md): Returns the current protocol version used by the client.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_sendRawTransactionSync](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-send-raw-transaction-sync.md): Sends a raw transaction to the network and waits for the transaction to be mined.
- [eth_simulateV1](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-simulate-v-1.md): Enables simulation of complex transactions and state changes without modifying the blockchain.
- [eth_submitWork](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_version](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/gnosis/gnosis-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/humanity-api-quickstart.md): How to get started building on Humanity using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/humanity-api-faq.md): Frequently asked questions about the Humanity API
- [Humanity API Overview](https://www.alchemy.com/docs/humanity/humanity-api-overview.md): Overview of available Humanity API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getBalance](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_submitWork](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_version](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/humanity/humanity-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/hyperliquid-api-quickstart.md): How to get started building on HyperEVM using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/hyperliquid-api-faq.md): Frequently asked questions about the Hyperevm API
- [eth_accounts](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_bigBlockGasPrice](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-big-block-gas-price.md): Get big block gas price
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_callMany](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-call-many.md): Executes a list of transaction bundles without creating transactions on the blockchain. This method is particularly useful for simulating transactions to understand their potential outcomes. It supports simulating transactions at an intermediate state of a block, simulating multiple transactions with sequential dependencies, and overwriting block headers.

- [eth_chainId](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_createAccessList](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-create-access-list.md): Generates an access list for a transaction.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_gasPrice](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getBalance](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockReceiptsWithSystemTx](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-block-receipts-with-system-tx.md): Get block receipts including system transactions
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getSystemTxsByBlockHash](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-system-txs-by-block-hash.md): Get system transactions by block hash
- [eth_getSystemTxsByBlockNumber](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-system-txs-by-block-number.md): Get system transactions by block number
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleByBlockHashAndIndex](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-uncle-by-block-hash-and-index.md): Returns information about an uncle of a block by hash and uncle index.
- [eth_getUncleByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-uncle-by-block-number-and-index.md): Returns information about an uncle of a block by number and uncle index.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_newPendingTransactionFilter](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-new-pending-transaction-filter.md): Creates a filter in the node to notify when new pending transactions arrive.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_simulateV1](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-simulate-v-1.md): Enables simulation of complex transactions and state changes without modifying the blockchain.
- [eth_submitWork](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [eth_usingBigBlocks](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-using-big-blocks.md): Check if an address uses big blocks
- [net_listening](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_version](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-evm-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Hyperliquid Info Endpoint](https://www.alchemy.com/docs/chains/hyperliquid/hyperliquid-info-endpoint.md): Reference for the Hyperliquid Info endpoint, including pagination, perpetuals vs spot usage, and user address querying.
- [Quickstart](https://www.alchemy.com/docs/reference/injective-api-quickstart.md): How to get started building on Injective and using the JSON-RPC API
- [FAQ](https://www.alchemy.com/docs/reference/injective-api-faq.md): Frequently asked questions about the Injective API
- [Injective API Overview](https://www.alchemy.com/docs/injective/injective-api-overview.md): Overview of available Injective API methods
- [eth_blockNumber](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getBalance](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleByBlockHashAndIndex](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-get-uncle-by-block-hash-and-index.md): Returns information about an uncle of a block by hash and uncle index.
- [eth_getUncleByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-get-uncle-by-block-number-and-index.md): Returns information about an uncle of a block by number and uncle index.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_newPendingTransactionFilter](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-new-pending-transaction-filter.md): Creates a filter in the node to notify when new pending transactions arrive.
- [eth_protocolVersion](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-protocol-version.md): Returns the current protocol version used by the client.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_submitWork](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_peerCount](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/net-peer-count.md): Get peer count
- [net_version](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/injective/injective-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/ink-api-quickstart.md): How to get started building on Ink using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/ink-api-faq.md): Frequently asked questions about the Ink API
- [Ink API Overview](https://www.alchemy.com/docs/ink/ink-api-overview.md): Overview of available Ink API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_callMany](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-call-many.md): Executes a list of transaction bundles without creating transactions on the blockchain. This method is particularly useful for simulating transactions to understand their potential outcomes. It supports simulating transactions at an intermediate state of a block, simulating multiple transactions with sequential dependencies, and overwriting block headers.

- [eth_chainId](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_createAccessList](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-create-access-list.md): Generates an access list for a transaction.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getBalance](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleByBlockHashAndIndex](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-get-uncle-by-block-hash-and-index.md): Returns information about an uncle of a block by hash and uncle index.
- [eth_getUncleByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-get-uncle-by-block-number-and-index.md): Returns information about an uncle of a block by number and uncle index.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_protocolVersion](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-protocol-version.md): Returns the current protocol version used by the client.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_simulateV1](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-simulate-v-1.md): Enables simulation of complex transactions and state changes without modifying the blockchain.
- [eth_submitWork](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_peerCount](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/net-peer-count.md): Get peer count
- [net_version](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/ink/ink-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/jovay-api-quickstart.md): How to get started building on Jovay and using the JSON-RPC API
- [FAQ](https://www.alchemy.com/docs/reference/jovay-api-faq.md): Frequently asked questions about the Jovay API
- [Jovay API Overview](https://www.alchemy.com/docs/jovay/jovay-api-overview.md): Overview of available Jovay API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_gasPrice](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getBalance](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleByBlockHashAndIndex](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/eth-get-uncle-by-block-hash-and-index.md): Returns information about an uncle of a block by hash and uncle index.
- [eth_getUncleByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/eth-get-uncle-by-block-number-and-index.md): Returns information about an uncle of a block by number and uncle index.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_protocolVersion](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/eth-protocol-version.md): Returns the current protocol version used by the client.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_submitWork](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_peerCount](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/net-peer-count.md): Get peer count
- [net_version](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [txpool_content](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/txpool-content.md): Get transaction pool content
- [web3_clientVersion](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/jovay/jovay-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/lens-api-quickstart.md): How to get started building on Lens using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/lens-api-faq.md): Frequently asked questions about the Lens API
- [Lens API Overview](https://www.alchemy.com/docs/lens/lens-api-overview.md): Overview of available Lens API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getBalance](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_newPendingTransactionFilter](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-new-pending-transaction-filter.md): Creates a filter in the node to notify when new pending transactions arrive.
- [eth_protocolVersion](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-protocol-version.md): Returns the current protocol version used by the client.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_simulateV1](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-simulate-v-1.md): Enables simulation of complex transactions and state changes without modifying the blockchain.
- [eth_submitWork](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_peerCount](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/net-peer-count.md): Get peer count
- [net_version](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/lens/lens-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/linea-api-quickstart.md): How to get started building on Linea using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/linea-api-faq.md): Frequently asked questions about the Linea Chain API
- [Linea API Overview](https://www.alchemy.com/docs/linea/linea-api-overview.md): Overview of available Linea API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_createAccessList](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-create-access-list.md): Generates an access list for a transaction.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.

 linea_estimateGas uses the same inputs as the standard eth_estimateGas, but returns the recommended gas limit, the base fee per gas, and the priority fee per gas. We recommend using linea_estimateGas for more accurate results. 

- [eth_feeHistory](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getBalance](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleByBlockHashAndIndex](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-get-uncle-by-block-hash-and-index.md): Returns information about an uncle of a block by hash and uncle index.
- [eth_getUncleByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-get-uncle-by-block-number-and-index.md): Returns information about an uncle of a block by number and uncle index.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_newPendingTransactionFilter](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-new-pending-transaction-filter.md): Creates a filter in the node to notify when new pending transactions arrive.
- [eth_protocolVersion](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-protocol-version.md): Returns the current protocol version used by the client.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_simulateV1](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-simulate-v-1.md): Enables simulation of complex transactions and state changes without modifying the blockchain.
- [eth_submitWork](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [linea_estimateGas](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/linea-estimate-gas.md): Generates and returns the estimated amount of gas required to allow the transaction to complete and be published on Ethereum. This method does not submit the transaction to the blockchain. The priorityFeePerGas returned includes the cost of submitting the transaction to Ethereum, which can vary based on the size of the calldata.

- [linea_getProof](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/linea-get-proof.md): Get Merkle proof for an account and optionally storage keys
- [linea_getTransactionExclusionStatusV1](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/linea-get-transaction-exclusion-status-v-1.md): Get transaction exclusion status
- [net_listening](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_peerCount](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/net-peer-count.md): Get peer count
- [net_version](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [txpool_content](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/txpool-content.md): Get transaction pool content
- [web3_clientVersion](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/linea/linea-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Lumia Deprecation Notice](https://www.alchemy.com/docs/reference/lumia-deprecation-notice.md): Important notice regarding the deprecation of Lumia network support on Alchemy
- [Quickstart](https://www.alchemy.com/docs/reference/mantle-api-quickstart.md): How to get started building on Mantle using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/mantle-api-faq.md): Frequently asked questions about the Mantle Chain API
- [Mantle API Overview](https://www.alchemy.com/docs/mantle/mantle-api-overview.md): Overview of available Mantle API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_callMany](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-call-many.md): Executes a list of transaction bundles without creating transactions on the blockchain. This method is particularly useful for simulating transactions to understand their potential outcomes. It supports simulating transactions at an intermediate state of a block, simulating multiple transactions with sequential dependencies, and overwriting block headers.

- [eth_chainId](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_createAccessList](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-create-access-list.md): Generates an access list for a transaction.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getBalance](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleByBlockHashAndIndex](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-get-uncle-by-block-hash-and-index.md): Returns information about an uncle of a block by hash and uncle index.
- [eth_getUncleByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-get-uncle-by-block-number-and-index.md): Returns information about an uncle of a block by number and uncle index.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_newPendingTransactionFilter](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-new-pending-transaction-filter.md): Creates a filter in the node to notify when new pending transactions arrive.
- [eth_protocolVersion](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-protocol-version.md): Returns the current protocol version used by the client.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_simulateV1](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-simulate-v-1.md): Enables simulation of complex transactions and state changes without modifying the blockchain.
- [eth_submitWork](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_peerCount](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/net-peer-count.md): Get peer count
- [net_version](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/mantle/mantle-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/megaeth-api-quickstart.md): How to get started building on MegaETH using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/megaeth-api-faq.md): Frequently asked questions about the MegaETH API
- [MegaETH API Overview](https://www.alchemy.com/docs/megaeth/megaeth-api-overview.md): Overview of available MegaETH API methods
- [eth_blockNumber](https://www.alchemy.com/docs/chains/megaeth/mega-eth-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/megaeth/mega-eth-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_callMany](https://www.alchemy.com/docs/chains/megaeth/mega-eth-api-endpoints/eth-call-many.md): Executes a list of transaction bundles without creating transactions on the blockchain. This method is particularly useful for simulating transactions to understand their potential outcomes. It supports simulating transactions at an intermediate state of a block, simulating multiple transactions with sequential dependencies, and overwriting block headers.

- [eth_chainId](https://www.alchemy.com/docs/chains/megaeth/mega-eth-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/megaeth/mega-eth-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/megaeth/mega-eth-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_gasPrice](https://www.alchemy.com/docs/chains/megaeth/mega-eth-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/megaeth/mega-eth-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/megaeth/mega-eth-api-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getBalance](https://www.alchemy.com/docs/chains/megaeth/mega-eth-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/megaeth/mega-eth-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/megaeth/mega-eth-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/megaeth/mega-eth-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/megaeth/mega-eth-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/megaeth/mega-eth-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/megaeth/mega-eth-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/megaeth/mega-eth-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/megaeth/mega-eth-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/megaeth/mega-eth-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/megaeth/mega-eth-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/megaeth/mega-eth-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/megaeth/mega-eth-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/megaeth/mega-eth-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/megaeth/mega-eth-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/megaeth/mega-eth-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/megaeth/mega-eth-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/megaeth/mega-eth-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/megaeth/mega-eth-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/megaeth/mega-eth-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/megaeth/mega-eth-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_submitWork](https://www.alchemy.com/docs/chains/megaeth/mega-eth-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/megaeth/mega-eth-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/megaeth/mega-eth-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/megaeth/mega-eth-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_version](https://www.alchemy.com/docs/chains/megaeth/mega-eth-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [realtime_sendRawTransaction](https://www.alchemy.com/docs/chains/megaeth/mega-eth-api-endpoints/realtime-send-raw-transaction.md): Submits a transaction and returns the receipt in a single call.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/megaeth/mega-eth-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/megaeth/mega-eth-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/metis-api-quickstart.md): How to get started building on Metis using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/metis-api-faq.md): Frequently asked questions about the Metis Chain API
- [Metis API Overview](https://www.alchemy.com/docs/metis/metis-api-overview.md): Overview of available Metis API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_createAccessList](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-create-access-list.md): Generates an access list for a transaction.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_gasPrice](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getBalance](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleByBlockHashAndIndex](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-get-uncle-by-block-hash-and-index.md): Returns information about an uncle of a block by hash and uncle index.
- [eth_getUncleByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-get-uncle-by-block-number-and-index.md): Returns information about an uncle of a block by number and uncle index.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_protocolVersion](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-protocol-version.md): Returns the current protocol version used by the client.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_submitWork](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_version](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/metis/metis-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/mode-api-quickstart.md): How to get started building on Mode using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/mode-api-faq.md): Frequently asked questions about the Mode API
- [Mode API Overview](https://www.alchemy.com/docs/mode/mode-api-overview.md): Overview of available Mode API methods
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_gasPrice](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getBalance](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_simulateV1](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-simulate-v-1.md): Enables simulation of complex transactions and state changes without modifying the blockchain.
- [eth_submitWork](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_version](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/mode/mode-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/monad-api-quickstart.md): How to get started building on Monad using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/monad-api-faq.md): Frequently asked questions about the Monad API
- [Monad API Overview](https://www.alchemy.com/docs/monad/monad-api-overview.md): Overview of available Monad API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_callMany](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-call-many.md): Executes a list of transaction bundles without creating transactions on the blockchain. This method is particularly useful for simulating transactions to understand their potential outcomes. It supports simulating transactions at an intermediate state of a block, simulating multiple transactions with sequential dependencies, and overwriting block headers.

- [eth_chainId](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_createAccessList](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-create-access-list.md): Generates an access list for a transaction.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getBalance](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleByBlockHashAndIndex](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-get-uncle-by-block-hash-and-index.md): Returns information about an uncle of a block by hash and uncle index.
- [eth_getUncleByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-get-uncle-by-block-number-and-index.md): Returns information about an uncle of a block by number and uncle index.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_newPendingTransactionFilter](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-new-pending-transaction-filter.md): Creates a filter in the node to notify when new pending transactions arrive.
- [eth_protocolVersion](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-protocol-version.md): Returns the current protocol version used by the client.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_sendRawTransactionSync](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-send-raw-transaction-sync.md): Sends a raw transaction to the network and waits for the transaction to be mined.
- [eth_simulateV1](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-simulate-v-1.md): Enables simulation of complex transactions and state changes without modifying the blockchain.
- [eth_submitWork](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_peerCount](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/net-peer-count.md): Get peer count
- [net_version](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [txpool_content](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/txpool-content.md): Get transaction pool content
- [web3_clientVersion](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/monad/monad-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/moonbeam-api-quickstart.md): How to get started building on Moonbeam using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/moonbeam-api-faq.md): Frequently asked questions about the Moonbeam API
- [Moonbeam API Overview](https://www.alchemy.com/docs/moonbeam/moonbeam-api-overview.md): Overview of available Moonbeam API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getBalance](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_protocolVersion](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-protocol-version.md): Returns the current protocol version used by the client.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_submitWork](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_version](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/moonbeam/moonbeam-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/mythos-api-quickstart.md): How to get started building on Mythos and using the JSON-RPC API
- [FAQ](https://www.alchemy.com/docs/reference/mythos-api-faq.md): Frequently asked questions about the Mythos API
- [Mythos API Overview](https://www.alchemy.com/docs/mythos/mythos-api-overview.md): Overview of available Mythos API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_createAccessList](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-create-access-list.md): Generates an access list for a transaction.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_gasPrice](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getBalance](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleByBlockHashAndIndex](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-get-uncle-by-block-hash-and-index.md): Returns information about an uncle of a block by hash and uncle index.
- [eth_getUncleByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-get-uncle-by-block-number-and-index.md): Returns information about an uncle of a block by number and uncle index.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_newPendingTransactionFilter](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-new-pending-transaction-filter.md): Creates a filter in the node to notify when new pending transactions arrive.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_simulateV1](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-simulate-v-1.md): Enables simulation of complex transactions and state changes without modifying the blockchain.
- [eth_submitWork](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_version](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/mythos/mythos-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/op-mainnet-api-quickstart.md): How to get started building on OP Mainnet using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/op-mainnet-api-faq.md)
- [OP Mainnet Error Codes](https://www.alchemy.com/docs/reference/op-mainnet-error-codes.md): Breakdown of error codes on Optimism and how to handle them
- [OP Mainnet API Overview](https://www.alchemy.com/docs/op-mainnet/op-mainnet-api-overview.md): Overview of available OP Mainnet API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_callMany](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-call-many.md): Executes a list of transaction bundles without creating transactions on the blockchain. This method is particularly useful for simulating transactions to understand their potential outcomes. It supports simulating transactions at an intermediate state of a block, simulating multiple transactions with sequential dependencies, and overwriting block headers.

- [eth_chainId](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_createAccessList](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-create-access-list.md): Generates an access list for a transaction.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getBalance](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleByBlockHashAndIndex](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-get-uncle-by-block-hash-and-index.md): Returns information about an uncle of a block by hash and uncle index.
- [eth_getUncleByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-get-uncle-by-block-number-and-index.md): Returns information about an uncle of a block by number and uncle index.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_protocolVersion](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-protocol-version.md): Returns the current protocol version used by the client.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_sendRawTransactionSync](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-send-raw-transaction-sync.md): Sends a raw transaction to the network and waits for the transaction to be mined.
- [eth_simulateV1](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-simulate-v-1.md): Enables simulation of complex transactions and state changes without modifying the blockchain.
- [eth_submitWork](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_version](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/op-mainnet/op-mainnet-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Flashblocks API Quickstart](https://www.alchemy.com/docs/reference/op-mainnet-flashblocks-api-quickstart.md): Get started building on Optimism using Flashblocks
- [Quickstart](https://www.alchemy.com/docs/reference/opbnb-api-quickstart.md): How to get started building on opBNB using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/opbnb-api-faq.md): Frequently asked questions about the opBNB chain API
- [eth_accounts](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_createAccessList](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-create-access-list.md): Generates an access list for a transaction.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_gasPrice](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getBalance](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleByBlockHashAndIndex](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-get-uncle-by-block-hash-and-index.md): Returns information about an uncle of a block by hash and uncle index.
- [eth_getUncleByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-get-uncle-by-block-number-and-index.md): Returns information about an uncle of a block by number and uncle index.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_newPendingTransactionFilter](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-new-pending-transaction-filter.md): Creates a filter in the node to notify when new pending transactions arrive.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_submitWork](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_peerCount](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/net-peer-count.md): Get peer count
- [net_version](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [txpool_content](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/txpool-content.md): Get transaction pool content
- [web3_clientVersion](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/opbnb/op-bnb-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/pharos-api-quickstart.md): How to get started building on Pharos and using the JSON-RPC API
- [FAQ](https://www.alchemy.com/docs/reference/pharos-api-faq.md): Frequently asked questions about the Pharos API
- [Pharos API Overview](https://www.alchemy.com/docs/pharos/pharos-api-overview.md): Overview of available Pharos API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_createAccessList](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-create-access-list.md): Generates an access list for a transaction.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_gasPrice](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getBalance](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleByBlockHashAndIndex](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-get-uncle-by-block-hash-and-index.md): Returns information about an uncle of a block by hash and uncle index.
- [eth_getUncleByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-get-uncle-by-block-number-and-index.md): Returns information about an uncle of a block by number and uncle index.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_protocolVersion](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-protocol-version.md): Returns the current protocol version used by the client.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_submitWork](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_peerCount](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/net-peer-count.md): Get peer count
- [net_version](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/pharos/pharos-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/plasma-api-quickstart.md): How to get started building on Plasma using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/plasma-api-faq.md): Frequently asked questions about the Plasma API
- [Plasma API Overview](https://www.alchemy.com/docs/plasma/plasma-api-overview.md): Overview of available Plasma API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_createAccessList](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-create-access-list.md): Generates an access list for a transaction.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_gasPrice](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getBalance](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleByBlockHashAndIndex](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-get-uncle-by-block-hash-and-index.md): Returns information about an uncle of a block by hash and uncle index.
- [eth_getUncleByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-get-uncle-by-block-number-and-index.md): Returns information about an uncle of a block by number and uncle index.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_newPendingTransactionFilter](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-new-pending-transaction-filter.md): Creates a filter in the node to notify when new pending transactions arrive.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_simulateV1](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-simulate-v-1.md): Enables simulation of complex transactions and state changes without modifying the blockchain.
- [eth_submitWork](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_version](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/plasma/plasma-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/polygon-pos-api-quickstart.md): How to get started building on Polygon PoS using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/polygon-pos-api-faq.md): Frequently asked questions about the Polygon API
- [Polygon PoS API Overview](https://www.alchemy.com/docs/polygon-pos/polygon-pos-api-overview.md): Overview of available Polygon PoS API methods
- [bor_getAuthor](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/bor-get-author.md): Returns the author address of a given block.
- [bor_getCurrentProposer](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/bor-get-current-proposer.md): Returns the address of the current proposer.
- [bor_getCurrentValidators](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/bor-get-current-validators.md): Returns the current list of validators.
- [bor_getRootHash](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/bor-get-root-hash.md): Returns the root hash for a specified block range.
- [bor_getSignersAtHash](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/bor-get-signers-at-hash.md): Returns all the signers of the block which match the specified block hash.
- [eth_accounts](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_callMany](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-call-many.md): Executes a list of transaction bundles without creating transactions on the blockchain. This method is particularly useful for simulating transactions to understand their potential outcomes. It supports simulating transactions at an intermediate state of a block, simulating multiple transactions with sequential dependencies, and overwriting block headers.

- [eth_chainId](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_createAccessList](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-create-access-list.md): Generates an access list for a transaction.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getBalance](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getRootHash](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-root-hash.md): Returns the root hash for a specified block range.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTdByNumber](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-td-by-number.md): Returns the total difficulty for a given block number. This method is primarily used by Heimdall to query the total difficulty of a produced block when building a milestone.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getTransactionReceiptsByBlock](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-transaction-receipts-by-block.md): Returns the transaction receipts for all transactions in a given block.
- [eth_getUncleByBlockHashAndIndex](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-uncle-by-block-hash-and-index.md): Returns information about an uncle of a block by hash and uncle index.
- [eth_getUncleByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-uncle-by-block-number-and-index.md): Returns information about an uncle of a block by number and uncle index.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_newPendingTransactionFilter](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-new-pending-transaction-filter.md): Creates a filter in the node to notify when new pending transactions arrive.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_sendRawTransactionSync](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-send-raw-transaction-sync.md): Sends a raw transaction to the network and waits for the transaction to be mined.
- [eth_submitWork](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_version](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/polygon-pos/polygon-po-s-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/polygon-zkevm-api-quickstart.md): How to get started building on Polygon zkEVM using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/polygon-zkevm-api-faq.md)
- [What is the difference between Polygon zkEVM and Ethereum?](https://www.alchemy.com/docs/reference/polygon-zkevm-and-ethereum-differences.md): Learn about the differences between Polygon zkEVM and Ethereum
- [What is the difference between Polygon zkEVM and Polygon PoS?](https://www.alchemy.com/docs/reference/what-is-the-difference-between-polygon-zkevm-and-polygon.md): Learn about the differences between Polygon zkEVM and Polygon
- [eth_accounts](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_gasPrice](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getBalance](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getCompilers](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-get-compilers.md): Returns a list of available compilers in the client.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleByBlockHashAndIndex](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-get-uncle-by-block-hash-and-index.md): Returns information about an uncle of a block by hash and uncle index.
- [eth_getUncleByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-get-uncle-by-block-number-and-index.md): Returns information about an uncle of a block by number and uncle index.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_newPendingTransactionFilter](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-new-pending-transaction-filter.md): Creates a filter in the node to notify when new pending transactions arrive.
- [eth_protocolVersion](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-protocol-version.md): Returns the current protocol version used by the client.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_submitWork](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_version](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [zkevm_batchNumber](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/zkevm-batch-number.md): Returns the latest batch number.
- [zkevm_batchNumberByBlockNumber](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/zkevm-batch-number-by-block-number.md): Returns the batch number associated with a given block number.
- [zkevm_consolidatedBlockNumber](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/zkevm-consolidated-block-number.md): Returns the latest block number that is connected to the latest batch verified.
- [zkevm_estimateFee](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/zkevm-estimate-fee.md): Estimates the total transaction fee (wei) for a given transaction.
- [zkevm_estimateGasPrice](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/zkevm-estimate-gas-price.md): Estimates the effective gas price (wei) for Polygon zkEVM.
- [zkevm_getBatchByNumber](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/zkevm-get-batch-by-number.md): Retrieves a batch by its number or tag.
- [zkevm_getBroadcastURI](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/zkevm-get-broadcast-uri.md): Returns the Broadcast URL of the Trusted Sequencer that has been configured.
- [zkevm_isBlockConsolidated](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/zkevm-is-block-consolidated.md): Checks if a block is connected to a verified batch.
- [zkevm_isBlockVirtualized](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/zkevm-is-block-virtualized.md): Checks if a block is connected to a virtualized batch.
- [zkevm_verifiedBatchNumber](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/zkevm-verified-batch-number.md): Returns the latest verified batch number.
- [zkevm_virtualBatchNumber](https://www.alchemy.com/docs/chains/polygon-zkevm/polygon-zk-evm-api-endpoints/zkevm-virtual-batch-number.md): Returns the latest virtual batch number.
- [Quickstart](https://www.alchemy.com/docs/reference/rise-api-quickstart.md): How to get started building on Rise using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/rise-api-faq.md): Frequently asked questions about the Rise API
- [Rise API Overview](https://www.alchemy.com/docs/rise/rise-api-overview.md): Overview of available Rise API methods
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_createAccessList](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-create-access-list.md): Generates an access list for a transaction.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getBalance](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_protocolVersion](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-protocol-version.md): Returns the current protocol version used by the client.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_sendRawTransactionSync](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-send-raw-transaction-sync.md): Sends a raw transaction to the network and waits for the transaction to be mined.
- [eth_submitWork](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_version](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/rise/rise-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/robinhood-chain-api-quickstart.md): How to get started building on Robinhood Chain and using the JSON-RPC API
- [FAQ](https://www.alchemy.com/docs/reference/robinhood-chain-api-faq.md): Frequently asked questions about the Robinhood Chain API
- [Robinhood Chain API Overview](https://www.alchemy.com/docs/robinhood-chain/robinhood-chain-api-overview.md): Overview of available Robinhood Chain API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getBalance](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_submitWork](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_version](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/robinhood-chain/robinhood-chain-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/ronin-api-quickstart.md): How to get started building on Ronin using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/ronin-api-faq.md): Frequently asked questions about the Ronin API
- [Ronin API Overview](https://www.alchemy.com/docs/ronin/ronin-api-overview.md): Overview of available Ronin API methods
- [debug_executionWitness](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/debug-execution-witness.md): Get execution witness
- [debug_executionWitnessByHash](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/debug-execution-witness-by-hash.md): Get execution witness by hash
- [eth_accounts](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_createAccessList](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-create-access-list.md): Generates an access list for a transaction.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getBalance](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_protocolVersion](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-protocol-version.md): Returns the current protocol version used by the client.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_simulateV1](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-simulate-v-1.md): Enables simulation of complex transactions and state changes without modifying the blockchain.
- [eth_submitWork](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_version](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/ronin/ronin-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/rootstock-api-quickstart.md): How to get started building on Rootstock using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/rootstock-api-faq.md): Frequently asked questions about the Rootstock API
- [Rootstock API Overview](https://www.alchemy.com/docs/rootstock/rootstock-api-overview.md): Overview of available Rootstock API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_gasPrice](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getBalance](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleByBlockHashAndIndex](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/eth-get-uncle-by-block-hash-and-index.md): Returns information about an uncle of a block by hash and uncle index.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_protocolVersion](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/eth-protocol-version.md): Returns the current protocol version used by the client.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_submitWork](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_version](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [txpool_content](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/txpool-content.md): Get transaction pool content
- [web3_clientVersion](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/rootstock/rootstock-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/scroll-api-quickstart.md): How to get started building on Scroll using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/scroll-api-faq.md): Frequently asked questions about the Scroll Chain API
- [Scroll API Overview](https://www.alchemy.com/docs/scroll/scroll-api-overview.md): Overview of available Scroll API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_createAccessList](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-create-access-list.md): Generates an access list for a transaction.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getBalance](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleByBlockHashAndIndex](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-get-uncle-by-block-hash-and-index.md): Returns information about an uncle of a block by hash and uncle index.
- [eth_getUncleByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-get-uncle-by-block-number-and-index.md): Returns information about an uncle of a block by number and uncle index.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_newPendingTransactionFilter](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-new-pending-transaction-filter.md): Creates a filter in the node to notify when new pending transactions arrive.
- [eth_protocolVersion](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-protocol-version.md): Returns the current protocol version used by the client.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_simulateV1](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-simulate-v-1.md): Enables simulation of complex transactions and state changes without modifying the blockchain.
- [eth_submitWork](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_peerCount](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/net-peer-count.md): Get peer count
- [net_version](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [txpool_content](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/txpool-content.md): Get transaction pool content
- [web3_clientVersion](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/scroll/scroll-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/sei-api-quickstart.md): How to get started building on Sei using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/sei-api-faq.md): Frequently asked questions about the Sei API
- [Sei API Overview](https://www.alchemy.com/docs/sei/sei-api-overview.md): Overview of available Sei API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_createAccessList](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/eth-create-access-list.md): Generates an access list for a transaction.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getBalance](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_submitWork](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_version](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [txpool_content](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/txpool-content.md): Get transaction pool content
- [web3_clientVersion](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/sei/sei-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/settlus-api-quickstart.md): How to get started building on Settlus using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/settlus-api-faq.md): Frequently asked questions about the Settlus API
- [Settlus API Overview](https://www.alchemy.com/docs/settlus/settlus-api-overview.md): Overview of available Settlus API methods
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_gasPrice](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getBalance](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_submitWork](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_version](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/settlus/settlus-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/shape-api-quickstart.md): How to get started building on Shape using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/shape-api-faq.md): Frequently asked questions about the Shape API
- [Shape API Overview](https://www.alchemy.com/docs/shape/shape-api-overview.md): Overview of available Shape API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_createAccessList](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-create-access-list.md): Generates an access list for a transaction.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getBalance](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleByBlockHashAndIndex](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-get-uncle-by-block-hash-and-index.md): Returns information about an uncle of a block by hash and uncle index.
- [eth_getUncleByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-get-uncle-by-block-number-and-index.md): Returns information about an uncle of a block by number and uncle index.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_newPendingTransactionFilter](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-new-pending-transaction-filter.md): Creates a filter in the node to notify when new pending transactions arrive.
- [eth_protocolVersion](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-protocol-version.md): Returns the current protocol version used by the client.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_simulateV1](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-simulate-v-1.md): Enables simulation of complex transactions and state changes without modifying the blockchain.
- [eth_submitWork](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_peerCount](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/net-peer-count.md): Get peer count
- [net_version](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [txpool_content](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/txpool-content.md): Get transaction pool content
- [web3_clientVersion](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/shape/shape-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/soneium-api-quickstart.md): How to get started building on Soneium using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/soneium-api-faq.md): Frequently Asked Questions about the Soneium API
- [Soneium API Overview](https://www.alchemy.com/docs/soneium/soneium-api-overview.md): Overview of available Soneium API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_createAccessList](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-create-access-list.md): Generates an access list for a transaction.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getBalance](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_sendRawTransactionSync](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-send-raw-transaction-sync.md): Sends a raw transaction to the network and waits for the transaction to be mined.
- [eth_simulateV1](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-simulate-v-1.md): Enables simulation of complex transactions and state changes without modifying the blockchain.
- [eth_submitWork](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_version](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [txpool_content](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/txpool-content.md): Get transaction pool content
- [web3_clientVersion](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/soneium/soneium-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/sonic-api-quickstart.md): How to get started building on Sonic using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/sonic-api-faq.md): Frequently asked questions about the Sonic Chain API
- [Sonic API Overview](https://www.alchemy.com/docs/sonic/sonic-api-overview.md): Overview of available Sonic API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_callMany](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-call-many.md): Executes a list of transaction bundles without creating transactions on the blockchain. This method is particularly useful for simulating transactions to understand their potential outcomes. It supports simulating transactions at an intermediate state of a block, simulating multiple transactions with sequential dependencies, and overwriting block headers.

- [eth_chainId](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_createAccessList](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-create-access-list.md): Generates an access list for a transaction.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getBalance](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleByBlockHashAndIndex](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-get-uncle-by-block-hash-and-index.md): Returns information about an uncle of a block by hash and uncle index.
- [eth_getUncleByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-get-uncle-by-block-number-and-index.md): Returns information about an uncle of a block by number and uncle index.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_newPendingTransactionFilter](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-new-pending-transaction-filter.md): Creates a filter in the node to notify when new pending transactions arrive.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_sendRawTransactionSync](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-send-raw-transaction-sync.md): Sends a raw transaction to the network and waits for the transaction to be mined.
- [eth_simulateV1](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-simulate-v-1.md): Enables simulation of complex transactions and state changes without modifying the blockchain.
- [eth_submitWork](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_peerCount](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/net-peer-count.md): Get peer count
- [net_version](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/sonic/sonic-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/stable-api-quickstart.md): How to get started building on Stable and using the JSON-RPC API
- [FAQ](https://www.alchemy.com/docs/reference/stable-api-faq.md): Frequently asked questions about the Stable API
- [Stable API Overview](https://www.alchemy.com/docs/stable/stable-api-overview.md): Overview of available Stable API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_createAccessList](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-create-access-list.md): Generates an access list for a transaction.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_gasPrice](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getBalance](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleByBlockHashAndIndex](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-get-uncle-by-block-hash-and-index.md): Returns information about an uncle of a block by hash and uncle index.
- [eth_getUncleByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-get-uncle-by-block-number-and-index.md): Returns information about an uncle of a block by number and uncle index.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_newPendingTransactionFilter](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-new-pending-transaction-filter.md): Creates a filter in the node to notify when new pending transactions arrive.
- [eth_protocolVersion](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-protocol-version.md): Returns the current protocol version used by the client.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_simulateV1](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-simulate-v-1.md): Enables simulation of complex transactions and state changes without modifying the blockchain.
- [eth_submitWork](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_version](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/stable/stable-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/starknet-api-quickstart.md): How to get started building on Starknet and using the JSON-RPC API
- [FAQ](https://www.alchemy.com/docs/reference/starknet-api-faq.md): Frequently asked questions about the Starknet API
- [Starknet API Overview](https://www.alchemy.com/docs/starknet/starknet-api-overview.md): Overview of available Starknet API methods
- [pathfinder_getTransactionStatus](https://www.alchemy.com/docs/chains/starknet/starknet-api-endpoints/pathfinder-get-transaction-status.md): Returns a Pathfinder-style overall transaction status string for the given transaction hash.
- [pathfinder_lastL1AcceptedBlockHashAndNumber](https://www.alchemy.com/docs/chains/starknet/starknet-api-endpoints/pathfinder-last-l-1-accepted-block-hash-and-number.md): Get the most recent block hash and number whose state is accepted on L1
- [starknet_addDeclareTransaction](https://www.alchemy.com/docs/chains/starknet/starknet-api-endpoints/starknet-add-declare-transaction.md): Submits a class declaration transaction to the Starknet network. The transaction includes details about the new class to be added.
- [starknet_addDeployAccountTransaction](https://www.alchemy.com/docs/chains/starknet/starknet-api-endpoints/starknet-add-deploy-account-transaction.md): Submits a new deploy account transaction to the Starknet network. This transaction initializes a new account contract on-chain with an associated address and class hash.
- [starknet_addInvokeTransaction](https://www.alchemy.com/docs/chains/starknet/starknet-api-endpoints/starknet-add-invoke-transaction.md): Submits an invoke transaction to the Starknet network to execute smart contract functions.
- [starknet_blockHashAndNumber](https://www.alchemy.com/docs/chains/starknet/starknet-api-endpoints/starknet-block-hash-and-number.md): Get the most recent accepted block hash and number
- [starknet_blockNumber](https://www.alchemy.com/docs/chains/starknet/starknet-api-endpoints/starknet-block-number.md): Get the most recent accepted block number
- [starknet_call](https://www.alchemy.com/docs/chains/starknet/starknet-api-endpoints/starknet-call.md): Call a StarkNet function without creating a StarkNet transaction
- [starknet_chainId](https://www.alchemy.com/docs/chains/starknet/starknet-api-endpoints/starknet-chain-id.md): Return the currently configured StarkNet chain id
- [starknet_estimateFee](https://www.alchemy.com/docs/chains/starknet/starknet-api-endpoints/starknet-estimate-fee.md): Estimate the fee for StarkNet transactions
- [starknet_estimateMessageFee](https://www.alchemy.com/docs/chains/starknet/starknet-api-endpoints/starknet-estimate-message-fee.md): Estimates the resources required by the l1_handler transaction induced by the message.
- [starknet_getBlockTransactionCount](https://www.alchemy.com/docs/chains/starknet/starknet-api-endpoints/starknet-get-block-transaction-count.md): Get the number of transactions in a block given a block id
- [starknet_getBlockWithReceipts](https://www.alchemy.com/docs/chains/starknet/starknet-api-endpoints/starknet-get-block-with-receipts.md): Returns detailed block information, including full transactions and receipts, corresponding to the provided block ID.
- [starknet_getBlockWithTxHashes](https://www.alchemy.com/docs/chains/starknet/starknet-api-endpoints/starknet-get-block-with-tx-hashes.md): Get block information with transaction hashes given the block id
- [starknet_getBlockWithTxs](https://www.alchemy.com/docs/chains/starknet/starknet-api-endpoints/starknet-get-block-with-txs.md): Get block information with full transactions given the block id
- [starknet_getClass](https://www.alchemy.com/docs/chains/starknet/starknet-api-endpoints/starknet-get-class.md): Get the contract class definition in the given block associated with the given hash
- [starknet_getClassAt](https://www.alchemy.com/docs/chains/starknet/starknet-api-endpoints/starknet-get-class-at.md): Get the contract class definition in the given block at the given address
- [starknet_getClassHashAt](https://www.alchemy.com/docs/chains/starknet/starknet-api-endpoints/starknet-get-class-hash-at.md): Get the contract class hash in the given block for the contract deployed at the given address
- [starknet_getCompiledCasm](https://www.alchemy.com/docs/chains/starknet/starknet-api-endpoints/starknet-get-compiled-casm.md): Get the Cairo assembly (CASM) compiled contract class for the given class hash
- [starknet_getEvents](https://www.alchemy.com/docs/chains/starknet/starknet-api-endpoints/starknet-get-events.md): Returns all events matching the given filter
- [starknet_getMessagesStatus](https://www.alchemy.com/docs/chains/starknet/starknet-api-endpoints/starknet-get-messages-status.md): Return statuses for L1↔L2 messages identified by message hashes and/or related transaction hashes
- [starknet_getNonce](https://www.alchemy.com/docs/chains/starknet/starknet-api-endpoints/starknet-get-nonce.md): Get the nonce associated with the given address in the given block
- [starknet_getStateUpdate](https://www.alchemy.com/docs/chains/starknet/starknet-api-endpoints/starknet-get-state-update.md): Get the information about the result of executing the requested block
- [starknet_getStorageAt](https://www.alchemy.com/docs/chains/starknet/starknet-api-endpoints/starknet-get-storage-at.md): Get the value of the storage at the given address and key
- [starknet_getStorageProof](https://www.alchemy.com/docs/chains/starknet/starknet-api-endpoints/starknet-get-storage-proof.md): Returns Merkle inclusion proofs for selected elements of the Starknet state at a given block
- [starknet_getTransactionByBlockIdAndIndex](https://www.alchemy.com/docs/chains/starknet/starknet-api-endpoints/starknet-get-transaction-by-block-id-and-index.md): Get the details of a transaction by a given block id and index
- [starknet_getTransactionByHash](https://www.alchemy.com/docs/chains/starknet/starknet-api-endpoints/starknet-get-transaction-by-hash.md): Get the details and status of a submitted transaction
- [starknet_getTransactionReceipt](https://www.alchemy.com/docs/chains/starknet/starknet-api-endpoints/starknet-get-transaction-receipt.md): Get the transaction receipt by the transaction hash
- [starknet_getTransactionStatus](https://www.alchemy.com/docs/chains/starknet/starknet-api-endpoints/starknet-get-transaction-status.md): Gets the transaction status (possibly reflecting that the tx is still in the mempool, or dropped from it).
- [starknet_pendingTransactions](https://www.alchemy.com/docs/chains/starknet/starknet-api-endpoints/starknet-pending-transactions.md): Returns the transactions currently in the transaction pool that have been recognized by this sequencer but not yet included in a block.
- [starknet_simulateTransactions](https://www.alchemy.com/docs/chains/starknet/starknet-api-endpoints/starknet-simulate-transactions.md): Simulates the execution of the specified transactions at the specified block.
- [starknet_specVersion](https://www.alchemy.com/docs/chains/starknet/starknet-api-endpoints/starknet-spec-version.md): Return the active version of the Starknet JSON-RPC specification in use.
- [starknet_syncing](https://www.alchemy.com/docs/chains/starknet/starknet-api-endpoints/starknet-syncing.md): Returns an object about the sync status, or false if the node is not syncing
- [starknet_traceBlockTransactions](https://www.alchemy.com/docs/chains/starknet/starknet-api-endpoints/starknet-trace-block-transactions.md): Returns the trace of the transactions in the block.
- [starknet_traceTransaction](https://www.alchemy.com/docs/chains/starknet/starknet-api-endpoints/starknet-trace-transaction.md): Returns the trace of a specific transaction, including internal calls and execution details.
- [Quickstart](https://www.alchemy.com/docs/reference/stellar-api-quickstart.md): How to get started building on Stellar and using the JSON-RPC API
- [FAQ](https://www.alchemy.com/docs/reference/stellar-api-faq.md): Frequently asked questions about the Stellar API
- [Stellar API Overview](https://www.alchemy.com/docs/stellar/stellar-api-overview.md): Overview of available Stellar API methods
- [getEvents](https://www.alchemy.com/docs/chains/stellar/stellar-api-endpoints/get-events.md): returns contract events
- [getFeeStats](https://www.alchemy.com/docs/chains/stellar/stellar-api-endpoints/get-fee-stats.md): returns statistics about charged inclusion fees
- [getHealth](https://www.alchemy.com/docs/chains/stellar/stellar-api-endpoints/get-health.md): Get health
- [getLatestLedger](https://www.alchemy.com/docs/chains/stellar/stellar-api-endpoints/get-latest-ledger.md): returns latest known ledger
- [getLedgerEntries](https://www.alchemy.com/docs/chains/stellar/stellar-api-endpoints/get-ledger-entries.md): returns ledger entries
- [getLedgers](https://www.alchemy.com/docs/chains/stellar/stellar-api-endpoints/get-ledgers.md): returns a list of ledgers with their details
- [getNetwork](https://www.alchemy.com/docs/chains/stellar/stellar-api-endpoints/get-network.md): returns network config
- [getTransaction](https://www.alchemy.com/docs/chains/stellar/stellar-api-endpoints/get-transaction.md): Get transaction
- [getTransactions](https://www.alchemy.com/docs/chains/stellar/stellar-api-endpoints/get-transactions.md): Get transactions
- [getVersionInfo](https://www.alchemy.com/docs/chains/stellar/stellar-api-endpoints/get-version-info.md): returns version information of RPC and Captive Core
- [sendTransaction](https://www.alchemy.com/docs/chains/stellar/stellar-api-endpoints/send-transaction.md): Send transaction
- [simulateTransaction](https://www.alchemy.com/docs/chains/stellar/stellar-api-endpoints/simulate-transaction.md): Simulate transaction
- [Quickstart](https://www.alchemy.com/docs/reference/story-api-quickstart.md): How to get started building on Story using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/story-api-faq.md): Frequently asked questions about the Story API
- [Story API Overview](https://www.alchemy.com/docs/story/story-api-overview.md): Overview of available Story API methods
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getBalance](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_submitWork](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/story/story-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/story/story-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_peerCount](https://www.alchemy.com/docs/chains/story/story-api-endpoints/net-peer-count.md): Get peer count
- [net_version](https://www.alchemy.com/docs/chains/story/story-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/story/story-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/story/story-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/sui-api-quickstart.md): Get started building on Sui and using the JSON-RPC API
- [FAQ](https://www.alchemy.com/docs/reference/sui-api-faq.md): Frequently asked questions about the Sui API
- [sui_devInspectTransactionBlock](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/sui-dev-inspect-transaction-block.md): Run a transaction in dev-inspect mode
- [sui_dryRunTransactionBlock](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/sui-dry-run-transaction-block.md): Simulate execution of a transaction without committing it
- [sui_executeTransactionBlock](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/sui-execute-transaction-block.md): Execute a transaction with a serialized signature
- [sui_getChainIdentifier](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/sui-get-chain-identifier.md): Get the chain identifier
- [sui_getCheckpoint](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/sui-get-checkpoint.md): Return a checkpoint
- [sui_getCheckpoints](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/sui-get-checkpoints.md): Return paginated list of checkpoints
- [sui_getEvents](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/sui-get-events.md): Get Events by Transaction Digest
- [sui_getLatestCheckpointSequenceNumber](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/sui-get-latest-checkpoint-sequence-number.md): Return the sequence number of the latest checkpoint
- [sui_getMoveFunctionArgTypes](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/sui-get-move-function-arg-types.md): Get argument types of a Move function
- [sui_getNormalizedMoveFunction](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/sui-get-normalized-move-function.md): Get normalized representation of a Move function
- [sui_getNormalizedMoveModule](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/sui-get-normalized-move-module.md): Get normalized representation of a Move module
- [sui_getNormalizedMoveModulesByPackage](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/sui-get-normalized-move-modules-by-package.md): Get normalized representations of all Move modules in a package
- [sui_getNormalizedMoveStruct](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/sui-get-normalized-move-struct.md): Get a normalized representation of a Move struct
- [sui_getObject](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/sui-get-object.md): Return the object information for a specified object
- [sui_getProtocolConfig](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/sui-get-protocol-config.md): Get the protocol configuration
- [sui_getTotalTransactionBlocks](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/sui-get-total-transaction-blocks.md): Return the total number of transactions
- [sui_getTransactionBlock](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/sui-get-transaction-block.md): Return the transaction response object.
- [sui_multiGetObjects](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/sui-multi-get-objects.md): Return the object data for a list of objects
- [sui_multiGetTransactionBlocks](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/sui-multi-get-transaction-blocks.md): Retrieve multiple transaction blocks by digest
- [sui_tryGetPastObject](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/sui-try-get-past-object.md): Get object information for a specific past version
- [sui_tryMultiGetPastObjects](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/sui-try-multi-get-past-objects.md): Get multiple objects at specified past versions
- [suix_getAllBalances](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/suix-get-all-balances.md): Get all coin balances for an address
- [suix_getAllCoins](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/suix-get-all-coins.md): Get all coin objects owned by an address
- [suix_getBalance](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/suix-get-balance.md): Get the total balance for a specific coin type
- [suix_getCoinMetadata](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/suix-get-coin-metadata.md): Get metadata for a specific coin
- [suix_getCoins](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/suix-get-coins.md): Get Coin objects for a specific coin type owned by an address
- [suix_getCommitteeInfo](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/suix-get-committee-info.md): Return the committee information for a specific epoch
- [suix_getDynamicFieldObject](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/suix-get-dynamic-field-object.md): Get a dynamic field object by name
- [suix_getDynamicFields](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/suix-get-dynamic-fields.md): Get dynamic fields of an object
- [suix_getLatestSuiSystemState](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/suix-get-latest-sui-system-state.md): Get the latest SUI system state
- [suix_getOwnedObjects](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/suix-get-owned-objects.md): Get owned objects by address
- [suix_getReferenceGasPrice](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/suix-get-reference-gas-price.md): Get the current reference gas price
- [suix_getStakes](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/suix-get-stakes.md): Governance Read API - Return all [DelegatedStake]
- [suix_getStakesByIds](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/suix-get-stakes-by-ids.md): Governance Read API - Return one or more [DelegatedStake]
- [suix_getTotalSupply](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/suix-get-total-supply.md): Coin Query API – Return total supply for a coin
- [suix_queryEvents](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/suix-query-events.md): Query events using filter criteria
- [suix_queryTransactionBlocks](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/suix-query-transaction-blocks.md): Query transactions using filter criteria
- [suix_resolveNameServiceAddress](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/suix-resolve-name-service-address.md): Resolve a SuiNS name to its associated address
- [unsafe_batchTransaction](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/unsafe-batch-transaction.md): Create an unsigned batched transaction
- [unsafe_mergeCoins](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/unsafe-merge-coins.md): Create an unsigned transaction to merge multiple coins into one coin
- [unsafe_moveCall](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/unsafe-move-call.md): Create an unsigned transaction to execute a Move call
- [unsafe_pay](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/unsafe-pay.md): Send Coin&lt;T&gt; to a list of addresses
- [unsafe_payAllSui](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/unsafe-pay-all-sui.md): Transfer all SUI coins to a single recipient
- [unsafe_paySui](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/unsafe-pay-sui.md): Send SUI coins to multiple recipients
- [unsafe_publish](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/unsafe-publish.md): Publish a Move module package
- [unsafe_requestAddStake](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/unsafe-request-add-stake.md): Stake SUI with a validator using multiple input coins
- [unsafe_requestWithdrawStake](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/unsafe-request-withdraw-stake.md): Withdraw a stake from a validator's staking pool
- [unsafe_splitCoin](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/unsafe-split-coin.md): Create an unsigned transaction to split a coin object into multiple coins.
- [unsafe_splitCoinEqual](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/unsafe-split-coin-equal.md): Create an unsigned transaction to split a coin object into multiple equal-size coins.
- [unsafe_transferObject](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/unsafe-transfer-object.md): Create an unsigned transaction to transfer an object from one address to another.
- [unsafe_transferSui](https://www.alchemy.com/docs/chains/sui/sui-api-endpoints/unsafe-transfer-sui.md): Create an unsigned transaction to send a SUI coin object to a Sui address.
- [Overview](https://www.alchemy.com/docs/reference/sui-grpc-overview.md): High-performance gRPC API for querying and executing on Sui
- [Quickstart](https://www.alchemy.com/docs/reference/sui-grpc-quickstart.md): Get started with the Sui gRPC API
- [Objects and ledger](https://www.alchemy.com/docs/reference/sui-grpc-objects-and-ledger.md): Sui gRPC LedgerService API reference
- [Transactions](https://www.alchemy.com/docs/reference/sui-grpc-transactions.md): Sui gRPC TransactionExecutionService API reference
- [State and balances](https://www.alchemy.com/docs/reference/sui-grpc-state-and-balances.md): Sui gRPC StateService API reference
- [Move packages](https://www.alchemy.com/docs/reference/sui-grpc-move-packages.md): Sui gRPC MovePackageService API reference
- [Name service](https://www.alchemy.com/docs/reference/sui-grpc-name-service.md): Sui gRPC NameService API reference
- [Subscriptions](https://www.alchemy.com/docs/reference/sui-grpc-subscriptions.md): Sui gRPC SubscriptionService API reference
- [Signature verification](https://www.alchemy.com/docs/reference/sui-grpc-signature-verification.md): Sui gRPC SignatureVerificationService API reference
- [Quickstart](https://www.alchemy.com/docs/reference/superseed-api-quickstart.md): How to get started building on Superseed using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/superseed-api-faq.md): Frequently asked questions about the Superseed API
- [Superseed API Overview](https://www.alchemy.com/docs/superseed/superseed-api-overview.md): Overview of available Superseed API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_gasPrice](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getBalance](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_submitWork](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_version](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/superseed/superseed-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Tea Deprecation Notice](https://www.alchemy.com/docs/reference/tea-deprecation-notice.md): Important notice regarding the deprecation of Tea network API support
- [Quickstart](https://www.alchemy.com/docs/reference/tempo-api-quickstart.md): How to get started building on Tempo using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/tempo-api-faq.md): Frequently asked questions about the Tempo API
- [Tempo API Overview](https://www.alchemy.com/docs/tempo/tempo-api-overview.md): Overview of available Tempo API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_callBundle](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-call-bundle.md): Simulates a bundle of signed transactions against a specific block number, including simulating a bundle at the top of the next block. This method allows you to test transaction bundles before submitting them to the network.

- [eth_callMany](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-call-many.md): Executes a list of transaction bundles without creating transactions on the blockchain. This method is particularly useful for simulating transactions to understand their potential outcomes. It supports simulating transactions at an intermediate state of a block, simulating multiple transactions with sequential dependencies, and overwriting block headers.

- [eth_chainId](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_createAccessList](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-create-access-list.md): Generates an access list for a transaction.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getBalance](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleByBlockHashAndIndex](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-get-uncle-by-block-hash-and-index.md): Returns information about an uncle of a block by hash and uncle index.
- [eth_getUncleByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-get-uncle-by-block-number-and-index.md): Returns information about an uncle of a block by number and uncle index.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_newPendingTransactionFilter](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-new-pending-transaction-filter.md): Creates a filter in the node to notify when new pending transactions arrive.
- [eth_protocolVersion](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-protocol-version.md): Returns the current protocol version used by the client.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_sendRawTransactionSync](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-send-raw-transaction-sync.md): Sends a raw transaction to the network and waits for the transaction to be mined.
- [eth_simulateV1](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-simulate-v-1.md): Enables simulation of complex transactions and state changes without modifying the blockchain.
- [eth_submitWork](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_peerCount](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/net-peer-count.md): Get peer count
- [net_version](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [txpool_content](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/txpool-content.md): Get transaction pool content
- [web3_clientVersion](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/tempo/tempo-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/tron-api-quickstart.md): Get started building on Tron and using the HTTP JSON API
- [FAQ](https://www.alchemy.com/docs/reference/tron-api-faq.md): Frequently asked questions about the Tron API
- [Tron API Overview](https://www.alchemy.com/docs/tron/tron-api-overview.md): Overview of available Tron API methods
- [eth_blockNumber](https://www.alchemy.com/docs/chains/tron/tron-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/tron/tron-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/tron/tron-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/tron/tron-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_gasPrice](https://www.alchemy.com/docs/chains/tron/tron-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/tron/tron-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getBalance](https://www.alchemy.com/docs/chains/tron/tron-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/tron/tron-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/tron/tron-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/tron/tron-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/tron/tron-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/tron/tron-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/tron/tron-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/tron/tron-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/tron/tron-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/tron/tron-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/tron/tron-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/tron/tron-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/tron/tron-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/tron/tron-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/tron/tron-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/tron/tron-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/tron/tron-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/tron/tron-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/tron/tron-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_submitWork](https://www.alchemy.com/docs/chains/tron/tron-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/tron/tron-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/tron/tron-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/tron/tron-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_version](https://www.alchemy.com/docs/chains/tron/tron-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/tron/tron-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/tron/tron-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Validate an address](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/validate-an-address.md): Validate an address
- [Broadcast a transaction](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/broadcast-a-transaction.md): Broadcast a transaction
- [Broadcast a hex-encoded transaction](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/broadcast-a-hex-encoded-transaction.md): Broadcast a hex-encoded transaction
- [Create a transaction](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/create-a-transaction.md): Create a transaction
- [Create an account](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/create-an-account.md): Create an account
- [Get account details](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/get-account-details.md): Get account details
- [Update account name](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/update-account-name.md): Update account name
- [Update account permissions](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/update-account-permissions.md): Update account permissions
- [Get account balance at a specific block](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/get-account-balance-at-a-specific-block.md): Get account balance at a specific block
- [Get account resource limits](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/get-account-resource-limits.md): Get account resource limits
- [Get account Net resource info](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/get-account-net-resource-info.md): Get account Net resource info
- [Freeze balance for resource allocation](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/freeze-balance-for-resource-allocation.md): Freeze balance for resource allocation
- [Unfreeze account balance](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/unfreeze-account-balance.md): Unfreeze account balance
- [Get delegated resource information](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/get-delegated-resource-information.md): Get delegated resource information
- [Get delegated resource account index](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/get-delegated-resource-account-index.md): Get delegated resource account index
- [Freeze balance using FreezeBalanceV2](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/freeze-balance-using-freeze-balance-v-2.md): Freeze balance using FreezeBalanceV2
- [Delegate resource to another account](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/delegate-resource-to-another-account.md): Delegate resource to another account
- [Undelegate resource from another account](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/undelegate-resource-from-another-account.md): Undelegate resource from another account
- [Withdraw expired unfreeze balance](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/withdraw-expired-unfreeze-balance.md): Withdraw expired unfreeze balance
- [Get available unfreeze count](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/get-available-unfreeze-count.md): Get available unfreeze count
- [Get withdrawable unfreeze amount](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/get-withdrawable-unfreeze-amount.md): Get withdrawable unfreeze amount
- [Get maximum delegatable resource size](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/get-maximum-delegatable-resource-size.md): Get maximum delegatable resource size
- [Get delegated resource details (V2)](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/get-delegated-resource-details-v-2.md): Get delegated resource details (V2)
- [Get delegated resource account index (V2)](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/get-delegated-resource-account-index-v-2.md): Get delegated resource account index (V2)
- [Get block by number or ID](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/get-block-by-number-or-id.md): Get block by number or ID
- [Get block by number](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/get-block-by-number.md): Get block by number
- [Get block by ID](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/get-block-by-id.md): Get block by ID
- [Get latest blocks by number](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/get-latest-blocks-by-number.md): Get latest blocks by number
- [Get blocks by range](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/get-blocks-by-range.md): Get blocks by range
- [Get the latest block](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/get-the-latest-block.md): Get the latest block
- [Get transaction by ID](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/get-transaction-by-id.md): Get transaction by ID
- [Retrieve a list of pending transactions by ID](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/retrieve-a-list-of-pending-transactions-by-id.md): Retrieve a list of pending transactions by ID
- [Get size of pending transaction pool](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/get-size-of-pending-transaction-pool.md): Get size of pending transaction pool
- [Get a single transaction from pending pool](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/get-a-single-transaction-from-pending-pool.md): Get a single transaction from pending pool
- [Get asset issue by name](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/get-asset-issue-by-name.md): Get asset issue by name
- [Get Asset Issue List by Name](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/get-asset-issue-list-by-name.md): Get Asset Issue List by Name
- [Get Paginated Asset Issue List](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/get-paginated-asset-issue-list.md): Get Paginated Asset Issue List
- [Transfer Asset](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/transfer-asset.md): Transfer Asset
- [Create Asset Issue](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/create-asset-issue.md): Create Asset Issue
- [Participate in Asset Issue](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/participate-in-asset-issue.md): Participate in Asset Issue
- [Unfreeze Asset](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/unfreeze-asset.md): Unfreeze Asset
- [Get contract](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/get-contract.md): Get contract
- [Get contract info](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/get-contract-info.md): Get contract info
- [Trigger smart contract](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/trigger-smart-contract.md): Trigger smart contract
- [Trigger constant smart contract](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/trigger-constant-smart-contract.md): Trigger constant smart contract
- [Deploy a smart contract](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/deploy-a-smart-contract.md): Deploy a smart contract
- [Update contract setting](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/update-contract-setting.md): Update contract setting
- [Update contract energy limit](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/update-contract-energy-limit.md): Update contract energy limit
- [Clear contract ABI](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/clear-contract-abi.md): Clear contract ABI
- [Estimate energy usage for contract call](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/estimate-energy-usage-for-contract-call.md): Estimate energy usage for contract call
- [Generate a spending key](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/generate-a-spending-key.md): Generate a spending key
- [Get expanded spending key from spending key](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/get-expanded-spending-key-from-spending-key.md): Get expanded spending key from spending key
- [Get ak from ask](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/get-ak-from-ask.md): Get ak from ask
- [Get nk from nsk](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/get-nk-from-nsk.md): Get nk from nsk
- [Get incoming viewing key](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/get-incoming-viewing-key.md): Get incoming viewing key
- [Generate a diversifier](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/generate-a-diversifier.md): Generate a diversifier
- [Get ZEN payment address](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/get-zen-payment-address.md): Get ZEN payment address
- [Generate a new shielded address](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/generate-a-new-shielded-address.md): Generate a new shielded address
- [Create shielded contract parameters](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/create-shielded-contract-parameters.md): Create shielded contract parameters
- [Create spend authorization signature](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/create-spend-authorization-signature.md): Create spend authorization signature
- [Get trigger input for shielded TRC20 contract](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/get-trigger-input-for-shielded-trc-20-contract.md): Get trigger input for shielded TRC20 contract
- [Scan shielded TRC20 notes by IVK](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/scan-shielded-trc-20-notes-by-ivk.md): Scan shielded TRC20 notes by IVK
- [Scan shielded TRC20 notes by OVK](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/scan-shielded-trc-20-notes-by-ovk.md): Scan shielded TRC20 notes by OVK
- [Check if shielded TRC20 note is spent](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/check-if-shielded-trc-20-note-is-spent.md): Check if shielded TRC20 note is spent
- [Vote Witness Account](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/vote-witness-account.md): Vote Witness Account
- [List Proposals](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/list-proposals.md): List Proposals
- [Get proposal by its ID](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/get-proposal-by-its-id.md): Get proposal by its ID
- [Approve proposal](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/approve-proposal.md): Approve proposal
- [Delete an existing proposal](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/delete-an-existing-proposal.md): Delete an existing proposal
- [Retrieve all existing token exchanges](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/retrieve-all-existing-token-exchanges.md): Retrieve all existing token exchanges
- [Retrieve a specific exchange by ID](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/retrieve-a-specific-exchange-by-id.md): Retrieve a specific exchange by ID
- [Create a new token exchange](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/create-a-new-token-exchange.md): Create a new token exchange
- [Inject tokens into an exchange](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/inject-tokens-into-an-exchange.md): Inject tokens into an exchange
- [Withdraw tokens from an exchange](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/withdraw-tokens-from-an-exchange.md): Withdraw tokens from an exchange
- [Perform a token exchange transaction](https://www.alchemy.com/docs/chains/tron/tron-http-api-endpoints/tron-http-api-endpoints/perform-a-token-exchange-transaction.md): Perform a token exchange transaction
- [Get transaction by ID (Solidity)](https://www.alchemy.com/docs/chains/tron/tron-solidity-http-api-endpoints/tron-solidity-http-api-endpoints/get-transaction-by-id-solidity.md): Get transaction by ID (Solidity)
- [Get transaction info by ID](https://www.alchemy.com/docs/chains/tron/tron-solidity-http-api-endpoints/tron-solidity-http-api-endpoints/get-transaction-info-by-id.md): Get transaction info by ID
- [Get transaction info by block number](https://www.alchemy.com/docs/chains/tron/tron-solidity-http-api-endpoints/tron-solidity-http-api-endpoints/get-transaction-info-by-block-number.md): Get transaction info by block number
- [Get transaction count by block number](https://www.alchemy.com/docs/chains/tron/tron-solidity-http-api-endpoints/tron-solidity-http-api-endpoints/get-transaction-count-by-block-number.md): Get transaction count by block number
- [Get latest block](https://www.alchemy.com/docs/chains/tron/tron-solidity-http-api-endpoints/tron-solidity-http-api-endpoints/get-latest-block.md): Get latest block
- [Get block by number (Solidity)](https://www.alchemy.com/docs/chains/tron/tron-solidity-http-api-endpoints/tron-solidity-http-api-endpoints/get-block-by-number-solidity.md): Get block by number (Solidity)
- [Get block by number (alias)](https://www.alchemy.com/docs/chains/tron/tron-solidity-http-api-endpoints/tron-solidity-http-api-endpoints/get-block-by-number-alias.md): Get block by number (alias)
- [Get block by ID (Solidity)](https://www.alchemy.com/docs/chains/tron/tron-solidity-http-api-endpoints/tron-solidity-http-api-endpoints/get-block-by-id-solidity.md): Get block by ID (Solidity)
- [Get latest N blocks](https://www.alchemy.com/docs/chains/tron/tron-solidity-http-api-endpoints/tron-solidity-http-api-endpoints/get-latest-n-blocks.md): Get latest N blocks
- [Get blocks by range (Solidity)](https://www.alchemy.com/docs/chains/tron/tron-solidity-http-api-endpoints/tron-solidity-http-api-endpoints/get-blocks-by-range-solidity.md): Get blocks by range (Solidity)
- [Get account information](https://www.alchemy.com/docs/chains/tron/tron-solidity-http-api-endpoints/tron-solidity-http-api-endpoints/get-account-information.md): Get account information
- [Get delegated resource](https://www.alchemy.com/docs/chains/tron/tron-solidity-http-api-endpoints/tron-solidity-http-api-endpoints/get-delegated-resource.md): Get delegated resource
- [Get delegated resource account index (Solidity)](https://www.alchemy.com/docs/chains/tron/tron-solidity-http-api-endpoints/tron-solidity-http-api-endpoints/get-delegated-resource-account-index-solidity.md): Get delegated resource account index (Solidity)
- [Get max delegatable resource size](https://www.alchemy.com/docs/chains/tron/tron-solidity-http-api-endpoints/tron-solidity-http-api-endpoints/get-max-delegatable-resource-size.md): Get max delegatable resource size
- [Get available unfreeze count (Solidity)](https://www.alchemy.com/docs/chains/tron/tron-solidity-http-api-endpoints/tron-solidity-http-api-endpoints/get-available-unfreeze-count-solidity.md): Get available unfreeze count (Solidity)
- [Get withdrawable unfreeze amount (Solidity)](https://www.alchemy.com/docs/chains/tron/tron-solidity-http-api-endpoints/tron-solidity-http-api-endpoints/get-withdrawable-unfreeze-amount-solidity.md): Get withdrawable unfreeze amount (Solidity)
- [Get delegated resource account index V2](https://www.alchemy.com/docs/chains/tron/tron-solidity-http-api-endpoints/tron-solidity-http-api-endpoints/get-delegated-resource-account-index-v-2.md): Get delegated resource account index V2
- [Get burned TRX amount](https://www.alchemy.com/docs/chains/tron/tron-solidity-http-api-endpoints/tron-solidity-http-api-endpoints/get-burned-trx-amount.md): Get burned TRX amount
- [Trigger constant contract](https://www.alchemy.com/docs/chains/tron/tron-solidity-http-api-endpoints/tron-solidity-http-api-endpoints/trigger-constant-contract.md): Trigger constant contract
- [Estimate energy usage](https://www.alchemy.com/docs/chains/tron/tron-solidity-http-api-endpoints/tron-solidity-http-api-endpoints/estimate-energy-usage.md): Estimate energy usage
- [Get asset issue by name (Solidity)](https://www.alchemy.com/docs/chains/tron/tron-solidity-http-api-endpoints/tron-solidity-http-api-endpoints/get-asset-issue-by-name-solidity.md): Get asset issue by name (Solidity)
- [Get asset issue by ID](https://www.alchemy.com/docs/chains/tron/tron-solidity-http-api-endpoints/tron-solidity-http-api-endpoints/get-asset-issue-by-id.md): Get asset issue by ID
- [Get all asset issues](https://www.alchemy.com/docs/chains/tron/tron-solidity-http-api-endpoints/tron-solidity-http-api-endpoints/get-all-asset-issues.md): Get all asset issues
- [Get asset issue list by name](https://www.alchemy.com/docs/chains/tron/tron-solidity-http-api-endpoints/tron-solidity-http-api-endpoints/get-asset-issue-list-by-name.md): Get asset issue list by name
- [Get paginated asset issue list](https://www.alchemy.com/docs/chains/tron/tron-solidity-http-api-endpoints/tron-solidity-http-api-endpoints/get-paginated-asset-issue-list.md): Get paginated asset issue list
- [List all exchanges](https://www.alchemy.com/docs/chains/tron/tron-solidity-http-api-endpoints/tron-solidity-http-api-endpoints/list-all-exchanges.md): List all exchanges
- [Get exchange by ID](https://www.alchemy.com/docs/chains/tron/tron-solidity-http-api-endpoints/tron-solidity-http-api-endpoints/get-exchange-by-id.md): Get exchange by ID
- [Quickstart](https://www.alchemy.com/docs/reference/unichain-api-quickstart.md): How to get started building on Unichain using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/unichain-api-faq.md): Frequently asked questions about the Unichain API
- [Unichain API Overview](https://www.alchemy.com/docs/unichain/unichain-api-overview.md): Overview of available Unichain API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_callMany](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-call-many.md): Executes a list of transaction bundles without creating transactions on the blockchain. This method is particularly useful for simulating transactions to understand their potential outcomes. It supports simulating transactions at an intermediate state of a block, simulating multiple transactions with sequential dependencies, and overwriting block headers.

- [eth_chainId](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_createAccessList](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-create-access-list.md): Generates an access list for a transaction.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getBalance](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleByBlockHashAndIndex](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-get-uncle-by-block-hash-and-index.md): Returns information about an uncle of a block by hash and uncle index.
- [eth_getUncleByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-get-uncle-by-block-number-and-index.md): Returns information about an uncle of a block by number and uncle index.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_newPendingTransactionFilter](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-new-pending-transaction-filter.md): Creates a filter in the node to notify when new pending transactions arrive.
- [eth_protocolVersion](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-protocol-version.md): Returns the current protocol version used by the client.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_sendRawTransactionSync](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-send-raw-transaction-sync.md): Sends a raw transaction to the network and waits for the transaction to be mined.
- [eth_simulateV1](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-simulate-v-1.md): Enables simulation of complex transactions and state changes without modifying the blockchain.
- [eth_submitWork](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_peerCount](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/net-peer-count.md): Get peer count
- [net_version](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [txpool_content](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/txpool-content.md): Get transaction pool content
- [web3_clientVersion](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/unichain/unichain-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Flashblocks API Quickstart](https://www.alchemy.com/docs/reference/unichain-flashblocks-api-quickstart.md): Get started building on Unichain using Flashblocks
- [Quickstart](https://www.alchemy.com/docs/reference/world-chain-api-quickstart.md): How to get started building on World Chain using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/world-chain-api-faq.md): Frequently asked questions about the World Chain API
- [World Chain API Overview](https://www.alchemy.com/docs/world-chain/world-chain-api-overview.md): Overview of available World Chain API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_callBundle](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-call-bundle.md): Simulates a bundle of signed transactions against a specific block number, including simulating a bundle at the top of the next block. This method allows you to test transaction bundles before submitting them to the network.

- [eth_callMany](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-call-many.md): Executes a list of transaction bundles without creating transactions on the blockchain. This method is particularly useful for simulating transactions to understand their potential outcomes. It supports simulating transactions at an intermediate state of a block, simulating multiple transactions with sequential dependencies, and overwriting block headers.

- [eth_chainId](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_gasPrice](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getBalance](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleByBlockHashAndIndex](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-get-uncle-by-block-hash-and-index.md): Returns information about an uncle of a block by hash and uncle index.
- [eth_getUncleByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-get-uncle-by-block-number-and-index.md): Returns information about an uncle of a block by number and uncle index.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_newPendingTransactionFilter](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-new-pending-transaction-filter.md): Creates a filter in the node to notify when new pending transactions arrive.
- [eth_protocolVersion](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-protocol-version.md): Returns the current protocol version used by the client.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_sendRawTransactionSync](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-send-raw-transaction-sync.md): Sends a raw transaction to the network and waits for the transaction to be mined.
- [eth_simulateV1](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-simulate-v-1.md): Enables simulation of complex transactions and state changes without modifying the blockchain.
- [eth_submitWork](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_version](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [txpool_content](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/txpool-content.md): Get transaction pool content
- [web3_clientVersion](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/world-chain/world-chain-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/world-mobile-chain-api-quickstart.md): How to get started building on World Mobile Chain using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/world-mobile-chain-api-faq.md): Frequently asked questions about the WorldMobileChain API
- [World Mobile Chain API Overview](https://www.alchemy.com/docs/world-mobile-chain/world-mobile-chain-api-overview.md): Overview of available World Mobile Chain API methods
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_gasPrice](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getBalance](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_submitWork](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_version](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/world-mobile-chain/world-mobile-chain-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/x-layer-api-quickstart.md): How to get started building on X Layer and using the JSON-RPC API
- [FAQ](https://www.alchemy.com/docs/reference/x-layer-api-faq.md): Frequently asked questions about the X Layer API
- [X Layer API Overview](https://www.alchemy.com/docs/x-layer/x-layer-api-overview.md): Overview of available X Layer API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_createAccessList](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-create-access-list.md): Generates an access list for a transaction.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getBalance](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleByBlockHashAndIndex](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-get-uncle-by-block-hash-and-index.md): Returns information about an uncle of a block by hash and uncle index.
- [eth_getUncleByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-get-uncle-by-block-number-and-index.md): Returns information about an uncle of a block by number and uncle index.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_newPendingTransactionFilter](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-new-pending-transaction-filter.md): Creates a filter in the node to notify when new pending transactions arrive.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_simulateV1](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-simulate-v-1.md): Enables simulation of complex transactions and state changes without modifying the blockchain.
- [eth_submitWork](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_peerCount](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/net-peer-count.md): Get peer count
- [net_version](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [txpool_content](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/txpool-content.md): Get transaction pool content
- [web3_clientVersion](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/x-layer/x-layer-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/xmtp-api-quickstart.md): How to get started building on XMTP using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/xmtp-api-faq.md): Frequently asked questions about the XMTP API
- [XMTP API Overview](https://www.alchemy.com/docs/xmtp/xmtp-api-overview.md): Overview of available XMTP API methods
- [eth_blockNumber](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getBalance](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_submitWork](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_version](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/xmtp/xmtp-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Quickstart](https://www.alchemy.com/docs/reference/zetachain-api-quickstart.md): How to get started building on ZetaChain using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/zetachain-api-faq.md): Frequently asked questions about ZetaChain
- [ZetaChain API Overview](https://www.alchemy.com/docs/zetachain/zetachain-api-overview.md): Overview of available ZetaChain API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_gasPrice](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getBalance](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleByBlockHashAndIndex](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-uncle-by-block-hash-and-index.md): Returns information about an uncle of a block by hash and uncle index.
- [eth_getUncleByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-uncle-by-block-number-and-index.md): Returns information about an uncle of a block by number and uncle index.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_newPendingTransactionFilter](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-new-pending-transaction-filter.md): Creates a filter in the node to notify when new pending transactions arrive.
- [eth_protocolVersion](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-protocol-version.md): Returns the current protocol version used by the client.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_submitWork](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_peerCount](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/net-peer-count.md): Get peer count
- [net_version](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [txpool_content](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/txpool-content.md): Get transaction pool content
- [web3_clientVersion](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/zetachain/zeta-chain-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [zkSync API Overview](https://www.alchemy.com/docs/zksync/zksync-api-overview.md): Overview of available ZKsync API methods
- [Quickstart](https://www.alchemy.com/docs/reference/zksync-api-quickstart.md): How to get started building on zkSync Era using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/zksync-api-faq.md): Frequently asked questions about the zkSync Era API
- [eth_accounts](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_gasPrice](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getBalance](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_sendRawTransactionSync](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/eth-send-raw-transaction-sync.md): Sends a raw transaction to the network and waits for the transaction to be mined.
- [eth_submitWork](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_version](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [zks_estimateFee](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/zks-estimate-fee.md): Estimates the fee for a given call request.
- [zks_estimateGasL1ToL2](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/zks-estimate-gas-l-1-to-l-2.md): Estimates the gas required for an L1 to L2 transaction.
- [zks_gasPerPubdata](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/zks-gas-per-pubdata.md): Retrieves the current gas per pubdata byte
- [zks_getAllAccountBalances](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/zks-get-all-account-balances.md): Gets all account balances for a given address.
- [zks_getBaseTokenL1Address](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/zks-get-base-token-l-1-address.md): Retrieves the L1 base token address.
- [zks_getBlockDetails](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/zks-get-block-details.md): Retrieves details for a given block.
- [zks_getBridgeContracts](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/zks-get-bridge-contracts.md): Retrieves the addresses of canonical bridge contracts for zkSync Era.
- [zks_getBridgehubContract](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/zks-get-bridgehub-contract.md): Retrieves the address of the zkSync bridgehub contract.
- [zks_getBytecodeByHash](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/zks-get-bytecode-by-hash.md): Retrieves the bytecode of a transaction by its hash.
- [zks_getConfirmedTokens](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/zks-get-confirmed-tokens.md): Retrieves the confirmed tokens on zkSync.
- [zks_getFeeParams](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/zks-get-fee-params.md): Retrieves the current fee parameters.
- [zks_getL1BatchBlockRange](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/zks-get-l-1-batch-block-range.md): Returns the range of blocks contained within a batch given by the batch number.
- [zks_getL1BatchDetails](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/zks-get-l-1-batch-details.md): Retrieves details for a given L1 batch.
- [zks_getL1GasPrice](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/zks-get-l-1-gas-price.md): Retrieves the current L1 gas price.
- [zks_getL2ToL1LogProof](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/zks-get-l-2-to-l-1-log-proof.md): Retrieves the log proof for an L2 to L1 transaction.
- [zks_getL2ToL1MsgProof](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/zks-get-l-2-to-l-1-msg-proof.md): Retrieves the proof for an L2 to L1 message.
- [zks_getMainContract](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/zks-get-main-contract.md): Retrieves the address of the zkSync main contract.
- [zks_getProof](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/zks-get-proof.md): Generates Merkle proofs for storage values associated with a specific account.
- [zks_getProtocolVersion](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/zks-get-protocol-version.md): Retrieves the current protocol version.
- [zks_getRawBlockTransactions](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/zks-get-raw-block-transactions.md): Lists transactions in a block without processing them.
- [zks_getTestnetPaymaster](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/zks-get-testnet-paymaster.md): Retrieves the testnet paymaster address.
- [zks_getTransactionDetails](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/zks-get-transaction-details.md): Retrieves details for a given transaction.
- [zks_L1BatchNumber](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/zks-l-1-batch-number.md): Retrieves the current L1 batch number.
- [zks_L1ChainId](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/zks-l-1-chain-id.md): Retrieves the L1 chain ID.
- [zks_sendRawTransactionWithDetailedOutput](https://www.alchemy.com/docs/chains/zksync/zk-sync-api-endpoints/zks-send-raw-transaction-with-detailed-output.md): Executes a transaction and returns its hash, storage logs, and events that would have been generated if the transaction had already been included in the block.
- [Quickstart](https://www.alchemy.com/docs/reference/zora-api-quickstart.md): How to get started building on Zora using Alchemy
- [FAQ](https://www.alchemy.com/docs/reference/zora-api-faq.md): Frequently asked questions about the Zora API
- [Zora API Overview](https://www.alchemy.com/docs/zora/zora-api-overview.md): Overview of available Zora API methods
- [eth_accounts](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-accounts.md): Returns a list of addresses owned by the client.
- [eth_blobBaseFee](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-blob-base-fee.md): Returns the base fee per blob gas in wei for the current block.
- [eth_blockNumber](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_fillTransaction](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-fill-transaction.md): Fills in default values for a transaction object. This method populates missing fields such as gas, gasPrice, nonce, and chainId based on the current network state and transaction parameters. It returns both the filled transaction object and the RLP-encoded raw transaction data.

This is useful for preparing transactions before signing, as it ensures all required fields are present with appropriate values.

- [eth_gasPrice](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getBalance](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getProof](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-get-proof.md): Returns the Merkle proof for a given account and optionally some storage keys.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_protocolVersion](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-protocol-version.md): Returns the current protocol version used by the client.
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_sendRawTransactionSync](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-send-raw-transaction-sync.md): Sends a raw transaction to the network and waits for the transaction to be mined.
- [eth_simulateV1](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-simulate-v-1.md): Enables simulation of complex transactions and state changes without modifying the blockchain.
- [eth_submitWork](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_listening](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/net-listening.md): Returns true if the client is actively listening for network connections.
- [net_peerCount](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/net-peer-count.md): Get peer count
- [net_version](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [txpool_content](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/txpool-content.md): Get transaction pool content
- [web3_clientVersion](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/zora/zora-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
- [Katana API Overview](https://www.alchemy.com/docs/katana/katana-api-overview.md): Overview of available Katana API methods
- [eth_blockNumber](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-block-number.md): Returns the number of the most recent block.
- [eth_call](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-call.md): Executes a new message call immediately without creating a transaction on the blockchain.
- [eth_chainId](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-chain-id.md): Returns the chain ID of the current network as a hexadecimal string.
- [eth_estimateGas](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-estimate-gas.md): Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
- [eth_feeHistory](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-fee-history.md): Returns historical base fee per gas and priority fee per gas data for a range of blocks.
- [eth_gasPrice](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-gas-price.md): Returns the current price per gas in wei.
- [eth_getAccount](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-get-account.md): Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.

- [eth_getAccountInfo](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-get-account-info.md): Retrieves account information including balance, code, and nonce for a given address at a specified block.
- [eth_getBalance](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-get-balance.md): Returns the balance of the account of a given address.
- [eth_getBlockByHash](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-get-block-by-hash.md): Returns information about a block by its hash.
- [eth_getBlockByNumber](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-get-block-by-number.md): Returns information about a block by its number.
- [eth_getBlockReceipts](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-get-block-receipts.md): Returns the receipts of a block by number or hash.
- [eth_getBlockTransactionCountByHash](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-get-block-transaction-count-by-hash.md): Returns the number of transactions in a block from a block matching the given block hash.
- [eth_getBlockTransactionCountByNumber](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-get-block-transaction-count-by-number.md): Returns the number of transactions in a block matching the given block number.
- [eth_getCode](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-get-code.md): Returns the code at a given address.
- [eth_getFilterChanges](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-get-filter-changes.md): Polls for changes in the filter with the given ID (created using eth_newFilter). Returns an array of logs which occurred since the last poll.
- [eth_getFilterLogs](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-get-filter-logs.md): Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
- [eth_getLogs](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-get-logs.md): Returns an array of all logs matching the specified filter.
- [eth_getRawTransactionByHash](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-get-raw-transaction-by-hash.md): Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
- [eth_getStorageAt](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-get-storage-at.md): Returns the value from a storage position at a given address.
- [eth_getTransactionByBlockHashAndIndex](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-get-transaction-by-block-hash-and-index.md): Returns information about a transaction by block hash and transaction index position.
- [eth_getTransactionByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-get-transaction-by-block-number-and-index.md): Returns information about a transaction by block number and transaction index position.
- [eth_getTransactionByHash](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-get-transaction-by-hash.md): Returns information about a transaction requested by transaction hash.
- [eth_getTransactionCount](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-get-transaction-count.md): Returns the number of transactions sent from an address.
- [eth_getTransactionReceipt](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-get-transaction-receipt.md): Returns the receipt of a transaction by transaction hash.
- [eth_getUncleByBlockHashAndIndex](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-get-uncle-by-block-hash-and-index.md): Returns information about an uncle of a block by hash and uncle index.
- [eth_getUncleByBlockNumberAndIndex](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-get-uncle-by-block-number-and-index.md): Returns information about an uncle of a block by number and uncle index.
- [eth_getUncleCountByBlockHash](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-get-uncle-count-by-block-hash.md): Returns the number of uncles in a block matching the given block hash.
- [eth_getUncleCountByBlockNumber](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-get-uncle-count-by-block-number.md): Returns the number of uncles in a block matching the given block number.
- [eth_maxPriorityFeePerGas](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-max-priority-fee-per-gas.md): Returns the current maximum priority fee per gas in wei.
- [eth_newBlockFilter](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-new-block-filter.md): Creates a filter in the node to notify when new blocks arrive.
- [eth_newFilter](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-new-filter.md): Creates a filter object based on filter options to notify when state changes (logs).
- [eth_sendRawTransaction](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-send-raw-transaction.md): Submits a raw transaction to the network.
- [eth_simulateV1](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-simulate-v-1.md): Enables simulation of complex transactions and state changes without modifying the blockchain.
- [eth_submitWork](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-submit-work.md): Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).

- [eth_subscribe](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-subscribe.md): Subscribe to Ethereum events via WebSocket (WSS required)
- [eth_syncing](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-syncing.md): Returns an object with data about the sync status or false if not syncing.
- [eth_uninstallFilter](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-uninstall-filter.md): Uninstalls a filter with the given ID.
- [eth_unsubscribe](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/eth-unsubscribe.md): Cancel a WebSocket subscription (WSS required)
- [net_version](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/net-version.md): Returns the network ID that the client is connected to.
- [web3_clientVersion](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/web-3-client-version.md): Returns the current client version.
- [web3_sha3](https://www.alchemy.com/docs/chains/katana/katana-api-endpoints/web-3-sha-3.md): Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
