# Stable API Overview

> Overview of available Stable API methods

> For the complete documentation index, see [llms.txt](/docs/llms.txt).

## Stable APIs

📙 Get started with our [Stable API Quickstart Guide](/docs/reference/stable-api-quickstart).

|                                                                                                 |                                                                                             |
| ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
| [`eth_accounts`](/docs/chains/stable/stable-api-endpoints/eth-accounts)                         | [`eth_blobBaseFee`](/docs/chains/stable/stable-api-endpoints/eth-blob-base-fee)             |
| [`eth_blockNumber`](/docs/chains/stable/stable-api-endpoints/eth-block-number)                  | [`eth_call`](/docs/chains/stable/stable-api-endpoints/eth-call)                             |
| [`eth_chainId`](/docs/chains/stable/stable-api-endpoints/eth-chain-id)                          | [`eth_createAccessList`](/docs/chains/stable/stable-api-endpoints/eth-create-access-list)   |
| [`eth_estimateGas`](/docs/chains/stable/stable-api-endpoints/eth-estimate-gas)                  | [`eth_feeHistory`](/docs/chains/stable/stable-api-endpoints/eth-fee-history)                |
| [`eth_gasPrice`](/docs/chains/stable/stable-api-endpoints/eth-gas-price)                        | [`eth_getAccount`](/docs/chains/stable/stable-api-endpoints/eth-get-account)                |
| [`eth_getBalance`](/docs/chains/stable/stable-api-endpoints/eth-get-balance)                    | [`eth_getBlockByHash`](/docs/chains/stable/stable-api-endpoints/eth-get-block-by-hash)      |
| [`eth_getBlockByNumber`](/docs/chains/stable/stable-api-endpoints/eth-get-block-by-number)      | [`eth_getBlockReceipts`](/docs/chains/stable/stable-api-endpoints/eth-get-block-receipts)   |
| [`eth_getBlockTransactionCountByHash`](/docs/chains/stable/stable-api-endpoints/eth-get-block-transaction-count-by-hash) | [`eth_getBlockTransactionCountByNumber`](/docs/chains/stable/stable-api-endpoints/eth-get-block-transaction-count-by-number) |
| [`eth_getCode`](/docs/chains/stable/stable-api-endpoints/eth-get-code)                          | [`eth_getFilterChanges`](/docs/chains/stable/stable-api-endpoints/eth-get-filter-changes)   |
| [`eth_getFilterLogs`](/docs/chains/stable/stable-api-endpoints/eth-get-filter-logs)             | [`eth_getLogs`](/docs/chains/stable/stable-api-endpoints/eth-get-logs)                      |
| [`eth_getProof`](/docs/chains/stable/stable-api-endpoints/eth-get-proof)                        | [`eth_getRawTransactionByHash`](/docs/chains/stable/stable-api-endpoints/eth-get-raw-transaction-by-hash) |
| [`eth_getStorageAt`](/docs/chains/stable/stable-api-endpoints/eth-get-storage-at)               | [`eth_getTransactionByBlockHashAndIndex`](/docs/chains/stable/stable-api-endpoints/eth-get-transaction-by-block-hash-and-index) |
| [`eth_getTransactionByBlockNumberAndIndex`](/docs/chains/stable/stable-api-endpoints/eth-get-transaction-by-block-number-and-index) | [`eth_getTransactionByHash`](/docs/chains/stable/stable-api-endpoints/eth-get-transaction-by-hash) |
| [`eth_getTransactionCount`](/docs/chains/stable/stable-api-endpoints/eth-get-transaction-count) | [`eth_getTransactionReceipt`](/docs/chains/stable/stable-api-endpoints/eth-get-transaction-receipt) |
| [`eth_getUncleByBlockHashAndIndex`](/docs/chains/stable/stable-api-endpoints/eth-get-uncle-by-block-hash-and-index) | [`eth_getUncleByBlockNumberAndIndex`](/docs/chains/stable/stable-api-endpoints/eth-get-uncle-by-block-number-and-index) |
| [`eth_getUncleCountByBlockHash`](/docs/chains/stable/stable-api-endpoints/eth-get-uncle-count-by-block-hash) | [`eth_getUncleCountByBlockNumber`](/docs/chains/stable/stable-api-endpoints/eth-get-uncle-count-by-block-number) |
| [`eth_maxPriorityFeePerGas`](/docs/chains/stable/stable-api-endpoints/eth-max-priority-fee-per-gas) | [`eth_newBlockFilter`](/docs/chains/stable/stable-api-endpoints/eth-new-block-filter)       |
| [`eth_newFilter`](/docs/chains/stable/stable-api-endpoints/eth-new-filter)                      | [`eth_newPendingTransactionFilter`](/docs/chains/stable/stable-api-endpoints/eth-new-pending-transaction-filter) |
| [`eth_protocolVersion`](/docs/chains/stable/stable-api-endpoints/eth-protocol-version)          | [`eth_sendRawTransaction`](/docs/chains/stable/stable-api-endpoints/eth-send-raw-transaction) |
| [`eth_simulateV1`](/docs/chains/stable/stable-api-endpoints/eth-simulate-v-1)                   | [`eth_submitWork`](/docs/chains/stable/stable-api-endpoints/eth-submit-work)                |
| [`eth_subscribe`](/docs/chains/stable/stable-api-endpoints/eth-subscribe)                       | [`eth_syncing`](/docs/chains/stable/stable-api-endpoints/eth-syncing)                       |
| [`eth_uninstallFilter`](/docs/chains/stable/stable-api-endpoints/eth-uninstall-filter)          | [`eth_unsubscribe`](/docs/chains/stable/stable-api-endpoints/eth-unsubscribe)               |
| [`net_listening`](/docs/chains/stable/stable-api-endpoints/net-listening)                       | [`net_version`](/docs/chains/stable/stable-api-endpoints/net-version)                       |
| [`web3_clientVersion`](/docs/chains/stable/stable-api-endpoints/web-3-client-version)           | [`web3_sha3`](/docs/chains/stable/stable-api-endpoints/web-3-sha-3)                         |