# ETH Backend API # General Ethereum API - [ ] SyncProgress() - [ ] SuggestGasTipCap() - [ ] FeeHistory() - [ ] BlobBaseFee() - [ ] ExtRPCEnabled() - [ ] ChainDb() - [ ] AccountManager() - [x] RPCGasCap() - [x] RPCEVMTimeout() - [x] RPCTxFeeCap() - [ ] UnprotectedAllowed() Blockchain API - [ ] SetHead() - [x] HeaderByNumber() - [x] HeaderByHash() - [x] HeaderByNumberOrHash() - [x] CurrentHeader() - [x] CurrentBlock() - [ ] BlockByNumber() - [ ] BlockByHash() - [ ] BlockByNumberOrHash() - [ ] Pending() - [ ] StateAndHeaderByNumber() @Lawliet-Chan - [ ] StateAndHeaderByNumberOrHash() @Lawliet-Chan - [ ] GetReceipts() - [ ] GetTd() - [ ] GetEVM() - [ ] SubscribeChainEvent() - [ ] SubscribeChainHeadEvent() - [ ] SubscribeChainSideEvent() Transaction pool API - [x] SendTx() - [x] Call() - [ ] GetTransaction() - [ ] GetPoolTransactions() - [ ] GetPoolTransactio() - [ ] GetPoolNonce() - [ ] Stats() - [ ] TxPoolContent() - [ ] TxPoolContentFrom() - [ ] SubscribeNewTxsEvent() - [x] ChainConfig() - [ ] Engine() filters - [ ] GetBody() - [ ] GetLogs() - [ ] SubscribeRemovedLogsEvent() - [ ] BloomStatus() - [ ] ServiceFilter() - [ ] SubscribeLogsEvent()
ETH Backend API
General Ethereum API
Blockchain API
Transaction pool API
filters