All JSON-RPC methods available on StableNet nodes, organized by namespace.
Connection Endpoints
WebSocket is required for
eth_subscribe methods.
eth Namespace
Network and Fees
In StableNet with Anzeon WBFT enabled, eth_maxPriorityFeePerGas returns the gas tip value set by the GovValidator contract — not an oracle estimate.
Blocks and State
Transactions
Fee Delegation Extensions
StableNet extends the standard API with fee delegation signing methods.
Submit the resulting signed transaction via
eth_sendRawTransaction. Gas costs are charged to the fee payer.
eth Filter Methods
Polling-Based Filters
Polling filters expire after 5 minutes of inactivity. Each
eth_getFilterChanges call resets the timer.
WebSocket Subscriptions
FilterCriteria fields for log subscriptions:
Topic matching: up to 4 positions;
null at a position matches any value.
txpool Namespace
Transaction states:
- pending — eligible for inclusion in the next block
- queued — waiting due to nonce gaps or insufficient balance
web3 Namespace
istanbul Namespace
Available only when Anzeon WBFT consensus is active.personal Namespace
personal is disabled on public RPC endpoints. Available on local nodes only.
Related
- Connect to StableNet — RPC endpoint setup
- Fee Delegation Use Case — Fee Delegation workflow

