eth_namespace
| API | support |
|---|---|
| eth_syncing | ✅ |
| eth_gasPrice | ✅ |
| eth_maxPriorityFeePerGas | ✅ |
| eth_feeHistory | ✅ |
| eth_blobBaseFee | ❌ |
| eth_chainId | ✅ |
| eth_blockNumber | ✅ |
| eth_getBalance | ✅ |
| eth_getProof | ✅ |
| eth_getHeaderByNumber | ❌ |
| eth_getHeaderByHash | ❌ |
| eth_getBlockByNumber | ✅ |
| eth_getBlockByHash | ✅ |
| eth_getUncleByBlockNumberAndIndex | ❌ |
| eth_getUncleByBlockHashAndIndex | ❌ |
| eth_getUncleCountByBlockNumber | ❌ |
| eth_getUncleCountByBlockHash | ❌ |
| eth_getCode | ✅ |
| eth_getStorageAt | ✅ |
| eth_getBlockReceipts | ❌ |
| eth_call | ✅ |
| eth_simulateV1 | ❌ |
| eth_estimateGas | ✅ |
| eth_createAccessList | ❌ |
| eth_getBlockTransactionCountByNumber | ✅ |
| eth_getBlockTransactionCountByHash | ✅ |
| eth_getTransactionByBlockNumberAndIndex | ✅ |
| eth_getTransactionByBlockHashAndIndex | ✅ |
| eth_getRawTransactionByBlockNumberAndIndex | ❌ |
| eth_getRawTransactionByBlockHashAndIndex | ❌ |
| eth_getTransactionCount | ✅ |
| eth_getTransactionByHash | ✅ |
| eth_getRawTransactionByHash | ❌ |
| eth_getTransactionReceipt | ✅ |
| eth_sendTransaction | ✅ |
| eth_fillTransaction | ❌ |
| eth_sendRawTransaction | ✅ |
| eth_sign | ✅ |
| eth_signTransaction | ❌ |
| eth_pendingTransactions | ✅ |
| eth_resend | ✅ |
| eth_accounts | ✅ |
| eth_subscribe | ✅ |
| eth_unsubscribe | ✅ |
| eth_getTransactionLogs | ✅ |
| eth_signTypedData | ✅ |
| eth_newPendingTransactionFilter | ✅ |
| eth_newBlockFilter | ✅ |
| eth_newFilter | ✅ |
| eth_getFilterChanges | ✅ |
| eth_getFilterLogs | ✅ |
| eth_uninstallFilter | ✅ |
| eth_getLogs | ✅ |
debug_namespace
| API | support |
|---|---|
| debug_accountRange | ❌ |
| debug_backtraceAt | ❌ |
| debug_blockProfile | ✅ |
| debug_chaindbCompact | ❌ |
| debug_chaindbProperty | ❌ |
| debug_cpuProfile | ✅ |
| debug_dbAncient | ❌ |
| debug_dbAncients | ❌ |
| debug_dbGet | ❌ |
| debug_dumpBlock | ❌ |
| debug_freeOSMemory | ✅ |
| debug_freezeClient | ❌ |
| debug_gcStats | ✅ |
| debug_getAccessibleState | ❌ |
| debug_getBadBlocks | ❌ |
| debug_getRawBlock | ❌ |
| debug_getRawHeader | ❌ |
| debug_getRawTransaction | ❌ |
| debug_getModifiedAccountsByHash | ❌ |
| debug_getModifiedAccountsByNumber | ❌ |
| debug_getRawReceipts | ❌ |
| debug_goTrace | ✅ |
| debug_intermediateRoots | ✅ |
| debug_memStats | ✅ |
| debug_mutexProfile | ✅ |
| debug_preimage | ❌ |
| debug_printBlock | ✅ |
| debug_setBlockProfileRate | ✅ |
| debug_setGCPercent | ✅ |
| debug_setHead | ❌ |
| debug_setMutexProfileFraction | ✅ |
| debug_setTrieFlushInterval | ❌ |
| debug_stacks | ✅ |
| debug_standardTraceBlockToFile | ❌ |
| debug_standardTraceBadBlockToFile | ❌ |
| debug_startCPUProfile | ✅ |
| debug_startGoTrace | ✅ |
| debug_stopCPUProfile | ✅ |
| debug_stopGoTrace | ✅ |
| debug_storageRangeAt | ❌ |
| debug_traceBadBlock | ❌ |
| debug_traceBlock | ❌ |
| debug_traceBlockByNumber | ✅ |
| debug_traceBlockByHash | ✅ |
| debug_traceBlockFromFile | ❌ |
| debug_traceCall | ❌ |
| debug_traceChain | ❌ |
| debug_traceTransaction | ✅ |
| debug_verbosity | ❌ |
| debug_vmodule | ❌ |
| debug_writeBlockProfile | ✅ |
| debug_writeMemProfile | ✅ |
| debug_writeMutexProfile | ✅ |

