Reference
Unavailable Methods
Methods that are not blocked but return errors because they are not implemented.
These methods are not blocked but are not implemented by the node software. Calling them returns a JSON-RPC error.
| Method | Error | Reason |
|---|---|---|
eth_mining | -32603 unimplemented | PoW mining is not applicable (PoS chain) |
eth_blobBaseFee | -32603 internal error | PulseChain does not support EIP-4844 blob transactions |
erigon_getBlockByTimestamp | -32601 method not found | Not available on this node |
erigon_forks | -32601 method not found | Not available on this node |
Otterscan ots2 Namespace
The experimental ots2 namespace (21 methods) is not supported. These methods are Erigon-only and not implemented in reth. They include token enumeration (ots2_getERC20List, ots2_getERC721List), token transfer lists (ots2_getERC20TransferList, ots2_getERC721TransferList), contract lists, and withdrawal queries.
The full stable ots namespace (12 methods) is fully supported. See the ots methods reference.
Notes
eth_blobBaseFeewill remain unavailable unless PulseChain adopts EIP-4844.
