The base path is /tools/web3/evm/*.
| Name | Category | Path |
| Get Supported Chains | Chain Info | /tools/web3/evm/get-supported-chains |
| Check Supported Chain | Chain Info | /tools/web3/evm/is-supported-chain |
| Get Block Explorer by Chain | Chain Info | /tools/web3/evm/get-block-explorer-by-chain |
| Get Block Explorers | Chain Info | /tools/web3/evm/get-block-explorers |
Block Operations
| Name | Category | Path |
| Get Block Number | Block Operations | /tools/web3/evm/eth-block-number |
| Get Block by Hash | Block Operations | /tools/web3/evm/eth-get-block-by-hash |
| Get Block by Number | Block Operations | /tools/web3/evm/eth-get-block-by-number |
| Get Block Transaction Count by Hash | Block Operations | /tools/web3/evm/eth-get-block-transaction-count-by-hash |
| Get Block Transaction Count by Number | Block Operations | /tools/web3/evm/eth-get-block-transaction-count-by-number |
Transaction Operations
| Name | Category | Path |
| Send Raw Transaction | Transaction Operations | /tools/web3/evm/eth-send-raw-transaction |
| Get Transaction by Hash | Transaction Operations | /tools/web3/evm/eth-get-transaction-by-hash |
| Get Transaction Count | Transaction Operations | /tools/web3/evm/eth-get-transaction-count |
| Get Transaction Receipt | Transaction Operations | /tools/web3/evm/eth-get-transaction-receipt |
| Get Transaction by Block Hash and Index | Transaction Operations | /tools/web3/evm/eth-get-transaction-by-block-hash-and-index |
| Estimate Gas | Transaction Operations | /tools/web3/evm/eth-estimate-gas |
| Gas Price | Transaction Operations | /tools/web3/evm/eth-gas-price |
Account Operations
| Name | Category | Path |
| Get Balance | Account Operations | /tools/web3/evm/eth-get-balance |
Contract Operations
| Name | Category | Path |
| Call | Contract Operations | /tools/web3/evm/eth-call |
| Get Code | Contract Operations | /tools/web3/evm/eth-get-code |
| Get Storage At | Contract Operations | /tools/web3/evm/eth-get-storage-at |
| Get Logs | Contract Operations | /tools/web3/evm/eth-get-logs |
Network Operations
| Name | Category | Path |
| Net Listening | Network Operations | /tools/web3/evm/net-listening |
| Net Version | Network Operations | /tools/web3/evm/net-version |
| Protocol Version | Network Operations | /tools/web3/evm/eth-protocol-version |
| Client Version | Network Operations | /tools/web3/evm/web3-client-version |
| Coinbase | Network Operations | /tools/web3/evm/eth-coinbase |
Filter Operations
| Name | Category | Path |
| Get Filter Changes | Filter Operations | /tools/web3/evm/eth-get-filter-changes |
| Uninstall Filter | Filter Operations | /tools/web3/evm/eth-uninstall-filter |
Uncle Block Operations
| Name | Category | Path |
| Get Uncle by Block Hash and Index | Uncle Operations | /tools/web3/evm/eth-get-uncle-by-block-hash-and-index |
| Get Uncle by Block Number and Index | Uncle Operations | /tools/web3/evm/eth-get-uncle-by-block-number-and-index |
| Get Uncle Count by Block Hash | Uncle Operations | /tools/web3/evm/eth-get-uncle-count-by-block-hash |
| Get Uncle Count by Block Number | Uncle Operations | /tools/web3/evm/eth-get-uncle-count-by-block-number |
Utility Operations
| Name | Category | Path |
| SHA3 | Utility Operations | /tools/web3/evm/web3-sha3 |