diff --git a/fern/api-reference/node-api/chain-apis-overview.mdx b/fern/api-reference/node-api/chain-apis-overview.mdx index 746be0708..209f39780 100644 --- a/fern/api-reference/node-api/chain-apis-overview.mdx +++ b/fern/api-reference/node-api/chain-apis-overview.mdx @@ -71,8 +71,9 @@ Dive into each API's detailed documentation by following the links below, organi | | | | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | -| [`eth_blockNumber`](/docs/node/adi/adi-api-endpoints/eth-block-number) | [`eth_call`](/docs/node/adi/adi-api-endpoints/eth-call) | -| [`eth_chainId`](/docs/node/adi/adi-api-endpoints/eth-chain-id) | [`eth_estimateGas`](/docs/node/adi/adi-api-endpoints/eth-estimate-gas) | +| [`eth_accounts`](/docs/node/adi/adi-api-endpoints/eth-accounts) | [`eth_blockNumber`](/docs/node/adi/adi-api-endpoints/eth-block-number) | +| [`eth_call`](/docs/node/adi/adi-api-endpoints/eth-call) | [`eth_chainId`](/docs/node/adi/adi-api-endpoints/eth-chain-id) | +| [`eth_estimateGas`](/docs/node/adi/adi-api-endpoints/eth-estimate-gas) | [`eth_feeHistory`](/docs/node/adi/adi-api-endpoints/eth-fee-history) | | [`eth_gasPrice`](/docs/node/adi/adi-api-endpoints/eth-gas-price) | [`eth_getAccount`](/docs/node/adi/adi-api-endpoints/eth-get-account) | | [`eth_getBalance`](/docs/node/adi/adi-api-endpoints/eth-get-balance) | [`eth_getBlockByHash`](/docs/node/adi/adi-api-endpoints/eth-get-block-by-hash) | | [`eth_getBlockByNumber`](/docs/node/adi/adi-api-endpoints/eth-get-block-by-number) | [`eth_getBlockTransactionCountByHash`](/docs/node/adi/adi-api-endpoints/eth-get-block-transaction-count-by-hash) | @@ -81,12 +82,14 @@ Dive into each API's detailed documentation by following the links below, organi | [`eth_getLogs`](/docs/node/adi/adi-api-endpoints/eth-get-logs) | [`eth_getStorageAt`](/docs/node/adi/adi-api-endpoints/eth-get-storage-at) | | [`eth_getTransactionByBlockHashAndIndex`](/docs/node/adi/adi-api-endpoints/eth-get-transaction-by-block-hash-and-index) | [`eth_getTransactionByBlockNumberAndIndex`](/docs/node/adi/adi-api-endpoints/eth-get-transaction-by-block-number-and-index) | | [`eth_getTransactionByHash`](/docs/node/adi/adi-api-endpoints/eth-get-transaction-by-hash) | [`eth_getTransactionCount`](/docs/node/adi/adi-api-endpoints/eth-get-transaction-count) | -| [`eth_getTransactionReceipt`](/docs/node/adi/adi-api-endpoints/eth-get-transaction-receipt) | [`eth_newBlockFilter`](/docs/node/adi/adi-api-endpoints/eth-new-block-filter) | -| [`eth_newFilter`](/docs/node/adi/adi-api-endpoints/eth-new-filter) | [`eth_sendRawTransaction`](/docs/node/adi/adi-api-endpoints/eth-send-raw-transaction) | +| [`eth_getTransactionReceipt`](/docs/node/adi/adi-api-endpoints/eth-get-transaction-receipt) | [`eth_getUncleCountByBlockHash`](/docs/node/adi/adi-api-endpoints/eth-get-uncle-count-by-block-hash) | +| [`eth_getUncleCountByBlockNumber`](/docs/node/adi/adi-api-endpoints/eth-get-uncle-count-by-block-number) | [`eth_maxPriorityFeePerGas`](/docs/node/adi/adi-api-endpoints/eth-max-priority-fee-per-gas) | +| [`eth_newBlockFilter`](/docs/node/adi/adi-api-endpoints/eth-new-block-filter) | [`eth_newFilter`](/docs/node/adi/adi-api-endpoints/eth-new-filter) | +| [`eth_newPendingTransactionFilter`](/docs/node/adi/adi-api-endpoints/eth-new-pending-transaction-filter) | [`eth_sendRawTransaction`](/docs/node/adi/adi-api-endpoints/eth-send-raw-transaction) | | [`eth_submitWork`](/docs/node/adi/adi-api-endpoints/eth-submit-work) | [`eth_subscribe`](/docs/node/adi/adi-api-endpoints/eth-subscribe) | -| [`eth_uninstallFilter`](/docs/node/adi/adi-api-endpoints/eth-uninstall-filter) | [`eth_unsubscribe`](/docs/node/adi/adi-api-endpoints/eth-unsubscribe) | -| [`net_version`](/docs/node/adi/adi-api-endpoints/net-version) | [`web3_clientVersion`](/docs/node/adi/adi-api-endpoints/web-3-client-version) | -| [`web3_sha3`](/docs/node/adi/adi-api-endpoints/web-3-sha-3) | | +| [`eth_syncing`](/docs/node/adi/adi-api-endpoints/eth-syncing) | [`eth_uninstallFilter`](/docs/node/adi/adi-api-endpoints/eth-uninstall-filter) | +| [`eth_unsubscribe`](/docs/node/adi/adi-api-endpoints/eth-unsubscribe) | [`net_version`](/docs/node/adi/adi-api-endpoints/net-version) | +| [`web3_clientVersion`](/docs/node/adi/adi-api-endpoints/web-3-client-version) | [`web3_sha3`](/docs/node/adi/adi-api-endpoints/web-3-sha-3) | ## Anime APIs @@ -335,20 +338,22 @@ Dive into each API's detailed documentation by following the links below, organi | | | | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | -| [`decoderawtransaction`](/docs/node/bitcoin/bitcoin-api-endpoints/decoderawtransaction) | [`decodescript`](/docs/node/bitcoin/bitcoin-api-endpoints/decodescript) | -| [`estimatesmartfee`](/docs/node/bitcoin/bitcoin-api-endpoints/estimatesmartfee) | [`getbestblockhash`](/docs/node/bitcoin/bitcoin-api-endpoints/getbestblockhash) | -| [`getblock`](/docs/node/bitcoin/bitcoin-api-endpoints/getblock) | [`getblockchaininfo`](/docs/node/bitcoin/bitcoin-api-endpoints/getblockchaininfo) | -| [`getblockcount`](/docs/node/bitcoin/bitcoin-api-endpoints/getblockcount) | [`getblockhash`](/docs/node/bitcoin/bitcoin-api-endpoints/getblockhash) | +| [`createrawtransaction`](/docs/node/bitcoin/bitcoin-api-endpoints/createrawtransaction) | [`decoderawtransaction`](/docs/node/bitcoin/bitcoin-api-endpoints/decoderawtransaction) | +| [`decodescript`](/docs/node/bitcoin/bitcoin-api-endpoints/decodescript) | [`estimatesmartfee`](/docs/node/bitcoin/bitcoin-api-endpoints/estimatesmartfee) | +| [`getbestblockhash`](/docs/node/bitcoin/bitcoin-api-endpoints/getbestblockhash) | [`getblock`](/docs/node/bitcoin/bitcoin-api-endpoints/getblock) | +| [`getblockchaininfo`](/docs/node/bitcoin/bitcoin-api-endpoints/getblockchaininfo) | [`getblockcount`](/docs/node/bitcoin/bitcoin-api-endpoints/getblockcount) | +| [`getblockfilter`](/docs/node/bitcoin/bitcoin-api-endpoints/getblockfilter) | [`getblockhash`](/docs/node/bitcoin/bitcoin-api-endpoints/getblockhash) | | [`getblockheader`](/docs/node/bitcoin/bitcoin-api-endpoints/getblockheader) | [`getblockstats`](/docs/node/bitcoin/bitcoin-api-endpoints/getblockstats) | | [`getblocktemplate`](/docs/node/bitcoin/bitcoin-api-endpoints/getblocktemplate) | [`getchaintips`](/docs/node/bitcoin/bitcoin-api-endpoints/getchaintips) | | [`getchaintxstats`](/docs/node/bitcoin/bitcoin-api-endpoints/getchaintxstats) | [`getconnectioncount`](/docs/node/bitcoin/bitcoin-api-endpoints/getconnectioncount) | | [`getdifficulty`](/docs/node/bitcoin/bitcoin-api-endpoints/getdifficulty) | [`getindexinfo`](/docs/node/bitcoin/bitcoin-api-endpoints/getindexinfo) | | [`getmemoryinfo`](/docs/node/bitcoin/bitcoin-api-endpoints/getmemoryinfo) | [`getmempoolancestors`](/docs/node/bitcoin/bitcoin-api-endpoints/getmempoolancestors) | | [`getmempooldescendants`](/docs/node/bitcoin/bitcoin-api-endpoints/getmempooldescendants) | [`getmempoolinfo`](/docs/node/bitcoin/bitcoin-api-endpoints/getmempoolinfo) | -| [`getrawmempool`](/docs/node/bitcoin/bitcoin-api-endpoints/getrawmempool) | [`getrawtransaction`](/docs/node/bitcoin/bitcoin-api-endpoints/getrawtransaction) | -| [`gettxout`](/docs/node/bitcoin/bitcoin-api-endpoints/gettxout) | [`gettxoutproof`](/docs/node/bitcoin/bitcoin-api-endpoints/gettxoutproof) | -| [`gettxoutsetinfo`](/docs/node/bitcoin/bitcoin-api-endpoints/gettxoutsetinfo) | [`sendrawtransaction`](/docs/node/bitcoin/bitcoin-api-endpoints/sendrawtransaction) | -| [`submitblock`](/docs/node/bitcoin/bitcoin-api-endpoints/submitblock) | [`submitpackage`](/docs/node/bitcoin/bitcoin-api-endpoints/submitpackage) | +| [`getnetworkhashps`](/docs/node/bitcoin/bitcoin-api-endpoints/getnetworkhashps) | [`getrawmempool`](/docs/node/bitcoin/bitcoin-api-endpoints/getrawmempool) | +| [`getrawtransaction`](/docs/node/bitcoin/bitcoin-api-endpoints/getrawtransaction) | [`gettxout`](/docs/node/bitcoin/bitcoin-api-endpoints/gettxout) | +| [`gettxoutproof`](/docs/node/bitcoin/bitcoin-api-endpoints/gettxoutproof) | [`gettxoutsetinfo`](/docs/node/bitcoin/bitcoin-api-endpoints/gettxoutsetinfo) | +| [`sendrawtransaction`](/docs/node/bitcoin/bitcoin-api-endpoints/sendrawtransaction) | [`submitblock`](/docs/node/bitcoin/bitcoin-api-endpoints/submitblock) | +| [`submitheader`](/docs/node/bitcoin/bitcoin-api-endpoints/submitheader) | [`submitpackage`](/docs/node/bitcoin/bitcoin-api-endpoints/submitpackage) | | [`testmempoolaccept`](/docs/node/bitcoin/bitcoin-api-endpoints/testmempoolaccept) | [`validateaddress`](/docs/node/bitcoin/bitcoin-api-endpoints/validateaddress) | | [`verifymessage`](/docs/node/bitcoin/bitcoin-api-endpoints/verifymessage) | | @@ -463,24 +468,29 @@ Dive into each API's detailed documentation by following the links below, organi | | | | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | +| [`eth_accounts`](/docs/node/celo/celo-api-endpoints/eth-accounts) | [`eth_blobBaseFee`](/docs/node/celo/celo-api-endpoints/eth-blob-base-fee) | | [`eth_blockNumber`](/docs/node/celo/celo-api-endpoints/eth-block-number) | [`eth_call`](/docs/node/celo/celo-api-endpoints/eth-call) | -| [`eth_chainId`](/docs/node/celo/celo-api-endpoints/eth-chain-id) | [`eth_estimateGas`](/docs/node/celo/celo-api-endpoints/eth-estimate-gas) | -| [`eth_feeHistory`](/docs/node/celo/celo-api-endpoints/eth-fee-history) | [`eth_gasPrice`](/docs/node/celo/celo-api-endpoints/eth-gas-price) | -| [`eth_getAccount`](/docs/node/celo/celo-api-endpoints/eth-get-account) | [`eth_getBalance`](/docs/node/celo/celo-api-endpoints/eth-get-balance) | -| [`eth_getBlockByHash`](/docs/node/celo/celo-api-endpoints/eth-get-block-by-hash) | [`eth_getBlockByNumber`](/docs/node/celo/celo-api-endpoints/eth-get-block-by-number) | -| [`eth_getBlockReceipts`](/docs/node/celo/celo-api-endpoints/eth-get-block-receipts) | [`eth_getBlockTransactionCountByHash`](/docs/node/celo/celo-api-endpoints/eth-get-block-transaction-count-by-hash) | -| [`eth_getBlockTransactionCountByNumber`](/docs/node/celo/celo-api-endpoints/eth-get-block-transaction-count-by-number) | [`eth_getCode`](/docs/node/celo/celo-api-endpoints/eth-get-code) | -| [`eth_getFilterChanges`](/docs/node/celo/celo-api-endpoints/eth-get-filter-changes) | [`eth_getFilterLogs`](/docs/node/celo/celo-api-endpoints/eth-get-filter-logs) | -| [`eth_getLogs`](/docs/node/celo/celo-api-endpoints/eth-get-logs) | [`eth_getStorageAt`](/docs/node/celo/celo-api-endpoints/eth-get-storage-at) | +| [`eth_chainId`](/docs/node/celo/celo-api-endpoints/eth-chain-id) | [`eth_createAccessList`](/docs/node/celo/celo-api-endpoints/eth-create-access-list) | +| [`eth_estimateGas`](/docs/node/celo/celo-api-endpoints/eth-estimate-gas) | [`eth_feeHistory`](/docs/node/celo/celo-api-endpoints/eth-fee-history) | +| [`eth_gasPrice`](/docs/node/celo/celo-api-endpoints/eth-gas-price) | [`eth_getAccount`](/docs/node/celo/celo-api-endpoints/eth-get-account) | +| [`eth_getBalance`](/docs/node/celo/celo-api-endpoints/eth-get-balance) | [`eth_getBlockByHash`](/docs/node/celo/celo-api-endpoints/eth-get-block-by-hash) | +| [`eth_getBlockByNumber`](/docs/node/celo/celo-api-endpoints/eth-get-block-by-number) | [`eth_getBlockReceipts`](/docs/node/celo/celo-api-endpoints/eth-get-block-receipts) | +| [`eth_getBlockTransactionCountByHash`](/docs/node/celo/celo-api-endpoints/eth-get-block-transaction-count-by-hash) | [`eth_getBlockTransactionCountByNumber`](/docs/node/celo/celo-api-endpoints/eth-get-block-transaction-count-by-number) | +| [`eth_getCode`](/docs/node/celo/celo-api-endpoints/eth-get-code) | [`eth_getFilterChanges`](/docs/node/celo/celo-api-endpoints/eth-get-filter-changes) | +| [`eth_getFilterLogs`](/docs/node/celo/celo-api-endpoints/eth-get-filter-logs) | [`eth_getLogs`](/docs/node/celo/celo-api-endpoints/eth-get-logs) | +| [`eth_getProof`](/docs/node/celo/celo-api-endpoints/eth-get-proof) | [`eth_getStorageAt`](/docs/node/celo/celo-api-endpoints/eth-get-storage-at) | | [`eth_getTransactionByBlockHashAndIndex`](/docs/node/celo/celo-api-endpoints/eth-get-transaction-by-block-hash-and-index) | [`eth_getTransactionByBlockNumberAndIndex`](/docs/node/celo/celo-api-endpoints/eth-get-transaction-by-block-number-and-index) | | [`eth_getTransactionByHash`](/docs/node/celo/celo-api-endpoints/eth-get-transaction-by-hash) | [`eth_getTransactionCount`](/docs/node/celo/celo-api-endpoints/eth-get-transaction-count) | -| [`eth_getTransactionReceipt`](/docs/node/celo/celo-api-endpoints/eth-get-transaction-receipt) | [`eth_newBlockFilter`](/docs/node/celo/celo-api-endpoints/eth-new-block-filter) | -| [`eth_newFilter`](/docs/node/celo/celo-api-endpoints/eth-new-filter) | [`eth_sendRawTransaction`](/docs/node/celo/celo-api-endpoints/eth-send-raw-transaction) | +| [`eth_getTransactionReceipt`](/docs/node/celo/celo-api-endpoints/eth-get-transaction-receipt) | [`eth_getUncleByBlockHashAndIndex`](/docs/node/celo/celo-api-endpoints/eth-get-uncle-by-block-hash-and-index) | +| [`eth_getUncleByBlockNumberAndIndex`](/docs/node/celo/celo-api-endpoints/eth-get-uncle-by-block-number-and-index) | [`eth_getUncleCountByBlockHash`](/docs/node/celo/celo-api-endpoints/eth-get-uncle-count-by-block-hash) | +| [`eth_getUncleCountByBlockNumber`](/docs/node/celo/celo-api-endpoints/eth-get-uncle-count-by-block-number) | [`eth_maxPriorityFeePerGas`](/docs/node/celo/celo-api-endpoints/eth-max-priority-fee-per-gas) | +| [`eth_newBlockFilter`](/docs/node/celo/celo-api-endpoints/eth-new-block-filter) | [`eth_newFilter`](/docs/node/celo/celo-api-endpoints/eth-new-filter) | +| [`eth_newPendingTransactionFilter`](/docs/node/celo/celo-api-endpoints/eth-new-pending-transaction-filter) | [`eth_sendRawTransaction`](/docs/node/celo/celo-api-endpoints/eth-send-raw-transaction) | | [`eth_sendRawTransactionSync`](/docs/node/celo/celo-api-endpoints/eth-send-raw-transaction-sync) | [`eth_simulateV1`](/docs/node/celo/celo-api-endpoints/eth-simulate-v-1) | | [`eth_submitWork`](/docs/node/celo/celo-api-endpoints/eth-submit-work) | [`eth_subscribe`](/docs/node/celo/celo-api-endpoints/eth-subscribe) | -| [`eth_uninstallFilter`](/docs/node/celo/celo-api-endpoints/eth-uninstall-filter) | [`eth_unsubscribe`](/docs/node/celo/celo-api-endpoints/eth-unsubscribe) | -| [`net_version`](/docs/node/celo/celo-api-endpoints/net-version) | [`web3_clientVersion`](/docs/node/celo/celo-api-endpoints/web-3-client-version) | -| [`web3_sha3`](/docs/node/celo/celo-api-endpoints/web-3-sha-3) | | +| [`eth_syncing`](/docs/node/celo/celo-api-endpoints/eth-syncing) | [`eth_uninstallFilter`](/docs/node/celo/celo-api-endpoints/eth-uninstall-filter) | +| [`eth_unsubscribe`](/docs/node/celo/celo-api-endpoints/eth-unsubscribe) | [`net_version`](/docs/node/celo/celo-api-endpoints/net-version) | +| [`web3_clientVersion`](/docs/node/celo/celo-api-endpoints/web-3-client-version) | [`web3_sha3`](/docs/node/celo/celo-api-endpoints/web-3-sha-3) | ## Citrea APIs @@ -492,16 +502,19 @@ Dive into each API's detailed documentation by following the links below, organi | [`citrea_getLastProvenL2Height`](/docs/node/citrea/citrea-api-endpoints/citrea-get-last-proven-l-2-height) | [`citrea_sendRawDepositTransaction`](/docs/node/citrea/citrea-api-endpoints/citrea-send-raw-deposit-transaction) | | [`citrea_syncStatus`](/docs/node/citrea/citrea-api-endpoints/citrea-sync-status) | [`eth_blockNumber`](/docs/node/citrea/citrea-api-endpoints/eth-block-number) | | [`eth_call`](/docs/node/citrea/citrea-api-endpoints/eth-call) | [`eth_chainId`](/docs/node/citrea/citrea-api-endpoints/eth-chain-id) | -| [`eth_estimateDiffSize`](/docs/node/citrea/citrea-api-endpoints/eth-estimate-diff-size) | [`eth_estimateGas`](/docs/node/citrea/citrea-api-endpoints/eth-estimate-gas) | +| [`eth_createAccessList`](/docs/node/citrea/citrea-api-endpoints/eth-create-access-list) | [`eth_estimateDiffSize`](/docs/node/citrea/citrea-api-endpoints/eth-estimate-diff-size) | +| [`eth_estimateGas`](/docs/node/citrea/citrea-api-endpoints/eth-estimate-gas) | [`eth_feeHistory`](/docs/node/citrea/citrea-api-endpoints/eth-fee-history) | | [`eth_gasPrice`](/docs/node/citrea/citrea-api-endpoints/eth-gas-price) | [`eth_getAccount`](/docs/node/citrea/citrea-api-endpoints/eth-get-account) | | [`eth_getBalance`](/docs/node/citrea/citrea-api-endpoints/eth-get-balance) | [`eth_getBlockByHash`](/docs/node/citrea/citrea-api-endpoints/eth-get-block-by-hash) | -| [`eth_getBlockByNumber`](/docs/node/citrea/citrea-api-endpoints/eth-get-block-by-number) | [`eth_getBlockTransactionCountByHash`](/docs/node/citrea/citrea-api-endpoints/eth-get-block-transaction-count-by-hash) | -| [`eth_getBlockTransactionCountByNumber`](/docs/node/citrea/citrea-api-endpoints/eth-get-block-transaction-count-by-number) | [`eth_getCode`](/docs/node/citrea/citrea-api-endpoints/eth-get-code) | -| [`eth_getFilterChanges`](/docs/node/citrea/citrea-api-endpoints/eth-get-filter-changes) | [`eth_getFilterLogs`](/docs/node/citrea/citrea-api-endpoints/eth-get-filter-logs) | -| [`eth_getLogs`](/docs/node/citrea/citrea-api-endpoints/eth-get-logs) | [`eth_getStorageAt`](/docs/node/citrea/citrea-api-endpoints/eth-get-storage-at) | +| [`eth_getBlockByNumber`](/docs/node/citrea/citrea-api-endpoints/eth-get-block-by-number) | [`eth_getBlockReceipts`](/docs/node/citrea/citrea-api-endpoints/eth-get-block-receipts) | +| [`eth_getBlockTransactionCountByHash`](/docs/node/citrea/citrea-api-endpoints/eth-get-block-transaction-count-by-hash) | [`eth_getBlockTransactionCountByNumber`](/docs/node/citrea/citrea-api-endpoints/eth-get-block-transaction-count-by-number) | +| [`eth_getCode`](/docs/node/citrea/citrea-api-endpoints/eth-get-code) | [`eth_getFilterChanges`](/docs/node/citrea/citrea-api-endpoints/eth-get-filter-changes) | +| [`eth_getFilterLogs`](/docs/node/citrea/citrea-api-endpoints/eth-get-filter-logs) | [`eth_getLogs`](/docs/node/citrea/citrea-api-endpoints/eth-get-logs) | +| [`eth_getProof`](/docs/node/citrea/citrea-api-endpoints/eth-get-proof) | [`eth_getStorageAt`](/docs/node/citrea/citrea-api-endpoints/eth-get-storage-at) | | [`eth_getTransactionByBlockHashAndIndex`](/docs/node/citrea/citrea-api-endpoints/eth-get-transaction-by-block-hash-and-index) | [`eth_getTransactionByBlockNumberAndIndex`](/docs/node/citrea/citrea-api-endpoints/eth-get-transaction-by-block-number-and-index) | | [`eth_getTransactionByHash`](/docs/node/citrea/citrea-api-endpoints/eth-get-transaction-by-hash) | [`eth_getTransactionCount`](/docs/node/citrea/citrea-api-endpoints/eth-get-transaction-count) | -| [`eth_getTransactionReceipt`](/docs/node/citrea/citrea-api-endpoints/eth-get-transaction-receipt) | [`eth_newBlockFilter`](/docs/node/citrea/citrea-api-endpoints/eth-new-block-filter) | +| [`eth_getTransactionReceipt`](/docs/node/citrea/citrea-api-endpoints/eth-get-transaction-receipt) | [`eth_getUncleByBlockHashAndIndex`](/docs/node/citrea/citrea-api-endpoints/eth-get-uncle-by-block-hash-and-index) | +| [`eth_maxPriorityFeePerGas`](/docs/node/citrea/citrea-api-endpoints/eth-max-priority-fee-per-gas) | [`eth_newBlockFilter`](/docs/node/citrea/citrea-api-endpoints/eth-new-block-filter) | | [`eth_newFilter`](/docs/node/citrea/citrea-api-endpoints/eth-new-filter) | [`eth_sendRawTransaction`](/docs/node/citrea/citrea-api-endpoints/eth-send-raw-transaction) | | [`eth_submitWork`](/docs/node/citrea/citrea-api-endpoints/eth-submit-work) | [`eth_subscribe`](/docs/node/citrea/citrea-api-endpoints/eth-subscribe) | | [`eth_uninstallFilter`](/docs/node/citrea/citrea-api-endpoints/eth-uninstall-filter) | [`eth_unsubscribe`](/docs/node/citrea/citrea-api-endpoints/eth-unsubscribe) | @@ -705,29 +718,33 @@ Dive into each API's detailed documentation by following the links below, organi ## HyperEVM APIs -📙 Get started with our [HyperEVM API Quickstart Guide](/docs/reference/hyperliquid-api-quickstart). - -| | | -| ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | -| [`eth_accounts`](/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-accounts) | [`eth_blockNumber`](/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-block-number) | -| [`eth_call`](/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-call) | [`eth_callMany`](/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-call-many) | -| [`eth_chainId`](/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-chain-id) | [`eth_estimateGas`](/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-estimate-gas) | -| [`eth_feeHistory`](/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-fee-history) | [`eth_gasPrice`](/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-gas-price) | -| [`eth_getAccount`](/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-account) | [`eth_getBalance`](/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-balance) | -| [`eth_getBlockByHash`](/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-block-by-hash) | [`eth_getBlockByNumber`](/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-block-by-number) | -| [`eth_getBlockReceipts`](/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-block-receipts) | [`eth_getBlockTransactionCountByHash`](/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-block-transaction-count-by-hash) | -| [`eth_getBlockTransactionCountByNumber`](/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-block-transaction-count-by-number) | [`eth_getCode`](/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-code) | -| [`eth_getFilterChanges`](/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-filter-changes) | [`eth_getFilterLogs`](/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-filter-logs) | -| [`eth_getLogs`](/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-logs) | [`eth_getStorageAt`](/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-storage-at) | -| [`eth_getTransactionByBlockHashAndIndex`](/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-transaction-by-block-hash-and-index) | [`eth_getTransactionByBlockNumberAndIndex`](/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-transaction-by-block-number-and-index) | -| [`eth_getTransactionByHash`](/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-transaction-by-hash) | [`eth_getTransactionCount`](/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-transaction-count) | -| [`eth_getTransactionReceipt`](/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-get-transaction-receipt) | [`eth_maxPriorityFeePerGas`](/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-max-priority-fee-per-gas) | -| [`eth_newBlockFilter`](/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-new-block-filter) | [`eth_newFilter`](/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-new-filter) | -| [`eth_sendRawTransaction`](/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-send-raw-transaction) | [`eth_simulateV1`](/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-simulate-v-1) | -| [`eth_submitWork`](/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-submit-work) | [`eth_subscribe`](/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-subscribe) | -| [`eth_uninstallFilter`](/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-uninstall-filter) | [`eth_unsubscribe`](/docs/chains/hyperliquid/hyperliquid-evm-endpoints/eth-unsubscribe) | -| [`net_version`](/docs/chains/hyperliquid/hyperliquid-evm-endpoints/net-version) | [`web3_clientVersion`](/docs/chains/hyperliquid/hyperliquid-evm-endpoints/web-3-client-version) | -| [`web3_sha3`](/docs/chains/hyperliquid/hyperliquid-evm-endpoints/web-3-sha-3) | | +📙 Get started with our [HyperEVM API Quickstart Guide](/docs/reference/hyperevm-api-quickstart). + +| | | +| ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | +| [`eth_accounts`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-accounts) | [`eth_blobBaseFee`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-blob-base-fee) | +| [`eth_blockNumber`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-block-number) | [`eth_call`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-call) | +| [`eth_callMany`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-call-many) | [`eth_chainId`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-chain-id) | +| [`eth_createAccessList`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-create-access-list) | [`eth_estimateGas`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-estimate-gas) | +| [`eth_feeHistory`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-fee-history) | [`eth_gasPrice`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-gas-price) | +| [`eth_getAccount`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-get-account) | [`eth_getBalance`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-get-balance) | +| [`eth_getBlockByHash`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-get-block-by-hash) | [`eth_getBlockByNumber`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-get-block-by-number) | +| [`eth_getBlockReceipts`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-get-block-receipts) | [`eth_getBlockTransactionCountByHash`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-get-block-transaction-count-by-hash) | +| [`eth_getBlockTransactionCountByNumber`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-get-block-transaction-count-by-number) | [`eth_getCode`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-get-code) | +| [`eth_getFilterChanges`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-get-filter-changes) | [`eth_getFilterLogs`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-get-filter-logs) | +| [`eth_getLogs`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-get-logs) | [`eth_getStorageAt`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-get-storage-at) | +| [`eth_getTransactionByBlockHashAndIndex`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-get-transaction-by-block-hash-and-index) | [`eth_getTransactionByBlockNumberAndIndex`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-get-transaction-by-block-number-and-index) | +| [`eth_getTransactionByHash`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-get-transaction-by-hash) | [`eth_getTransactionCount`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-get-transaction-count) | +| [`eth_getTransactionReceipt`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-get-transaction-receipt) | [`eth_getUncleByBlockHashAndIndex`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-get-uncle-by-block-hash-and-index) | +| [`eth_getUncleByBlockNumberAndIndex`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-get-uncle-by-block-number-and-index) | [`eth_getUncleCountByBlockHash`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-get-uncle-count-by-block-hash) | +| [`eth_getUncleCountByBlockNumber`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-get-uncle-count-by-block-number) | [`eth_maxPriorityFeePerGas`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-max-priority-fee-per-gas) | +| [`eth_newBlockFilter`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-new-block-filter) | [`eth_newFilter`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-new-filter) | +| [`eth_newPendingTransactionFilter`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-new-pending-transaction-filter) | [`eth_sendRawTransaction`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-send-raw-transaction) | +| [`eth_simulateV1`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-simulate-v-1) | [`eth_submitWork`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-submit-work) | +| [`eth_subscribe`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-subscribe) | [`eth_syncing`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-syncing) | +| [`eth_uninstallFilter`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-uninstall-filter) | [`eth_unsubscribe`](/docs/node/hyperevm/hyper-evm-api-endpoints/eth-unsubscribe) | +| [`net_version`](/docs/node/hyperevm/hyper-evm-api-endpoints/net-version) | [`web3_clientVersion`](/docs/node/hyperevm/hyper-evm-api-endpoints/web-3-client-version) | +| [`web3_sha3`](/docs/node/hyperevm/hyper-evm-api-endpoints/web-3-sha-3) | | ## Ink APIs @@ -801,6 +818,7 @@ Dive into each API's detailed documentation by following the links below, organi | [`eth_submitWork`](/docs/node/linea/linea-api-endpoints/eth-submit-work) | [`eth_subscribe`](/docs/node/linea/linea-api-endpoints/eth-subscribe) | | [`eth_syncing`](/docs/node/linea/linea-api-endpoints/eth-syncing) | [`eth_uninstallFilter`](/docs/node/linea/linea-api-endpoints/eth-uninstall-filter) | | [`eth_unsubscribe`](/docs/node/linea/linea-api-endpoints/eth-unsubscribe) | [`linea_estimateGas`](/docs/node/linea/linea-api-endpoints/linea-estimate-gas) | +| [`linea_getProof`](/docs/node/linea/linea-api-endpoints/linea-get-proof) | [`linea_getTransactionExclusionStatusV1`](/docs/node/linea/linea-api-endpoints/linea-get-transaction-exclusion-status-v-1) | | [`net_version`](/docs/node/linea/linea-api-endpoints/net-version) | [`web3_clientVersion`](/docs/node/linea/linea-api-endpoints/web-3-client-version) | | [`web3_sha3`](/docs/node/linea/linea-api-endpoints/web-3-sha-3) | | @@ -1037,20 +1055,26 @@ Dive into each API's detailed documentation by following the links below, organi | | | | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | +| [`eth_accounts`](/docs/node/plasma/plasma-api-endpoints/eth-accounts) | [`eth_blobBaseFee`](/docs/node/plasma/plasma-api-endpoints/eth-blob-base-fee) | | [`eth_blockNumber`](/docs/node/plasma/plasma-api-endpoints/eth-block-number) | [`eth_call`](/docs/node/plasma/plasma-api-endpoints/eth-call) | -| [`eth_chainId`](/docs/node/plasma/plasma-api-endpoints/eth-chain-id) | [`eth_estimateGas`](/docs/node/plasma/plasma-api-endpoints/eth-estimate-gas) | -| [`eth_feeHistory`](/docs/node/plasma/plasma-api-endpoints/eth-fee-history) | [`eth_gasPrice`](/docs/node/plasma/plasma-api-endpoints/eth-gas-price) | -| [`eth_getAccount`](/docs/node/plasma/plasma-api-endpoints/eth-get-account) | [`eth_getBalance`](/docs/node/plasma/plasma-api-endpoints/eth-get-balance) | -| [`eth_getBlockByHash`](/docs/node/plasma/plasma-api-endpoints/eth-get-block-by-hash) | [`eth_getBlockByNumber`](/docs/node/plasma/plasma-api-endpoints/eth-get-block-by-number) | +| [`eth_chainId`](/docs/node/plasma/plasma-api-endpoints/eth-chain-id) | [`eth_createAccessList`](/docs/node/plasma/plasma-api-endpoints/eth-create-access-list) | +| [`eth_estimateGas`](/docs/node/plasma/plasma-api-endpoints/eth-estimate-gas) | [`eth_feeHistory`](/docs/node/plasma/plasma-api-endpoints/eth-fee-history) | +| [`eth_gasPrice`](/docs/node/plasma/plasma-api-endpoints/eth-gas-price) | [`eth_getAccount`](/docs/node/plasma/plasma-api-endpoints/eth-get-account) | +| [`eth_getBalance`](/docs/node/plasma/plasma-api-endpoints/eth-get-balance) | [`eth_getBlockByHash`](/docs/node/plasma/plasma-api-endpoints/eth-get-block-by-hash) | +| [`eth_getBlockByNumber`](/docs/node/plasma/plasma-api-endpoints/eth-get-block-by-number) | [`eth_getBlockReceipts`](/docs/node/plasma/plasma-api-endpoints/eth-get-block-receipts) | | [`eth_getBlockTransactionCountByHash`](/docs/node/plasma/plasma-api-endpoints/eth-get-block-transaction-count-by-hash) | [`eth_getBlockTransactionCountByNumber`](/docs/node/plasma/plasma-api-endpoints/eth-get-block-transaction-count-by-number) | | [`eth_getCode`](/docs/node/plasma/plasma-api-endpoints/eth-get-code) | [`eth_getFilterChanges`](/docs/node/plasma/plasma-api-endpoints/eth-get-filter-changes) | | [`eth_getFilterLogs`](/docs/node/plasma/plasma-api-endpoints/eth-get-filter-logs) | [`eth_getLogs`](/docs/node/plasma/plasma-api-endpoints/eth-get-logs) | -| [`eth_getStorageAt`](/docs/node/plasma/plasma-api-endpoints/eth-get-storage-at) | [`eth_getTransactionByBlockHashAndIndex`](/docs/node/plasma/plasma-api-endpoints/eth-get-transaction-by-block-hash-and-index) | -| [`eth_getTransactionByBlockNumberAndIndex`](/docs/node/plasma/plasma-api-endpoints/eth-get-transaction-by-block-number-and-index) | [`eth_getTransactionByHash`](/docs/node/plasma/plasma-api-endpoints/eth-get-transaction-by-hash) | -| [`eth_getTransactionCount`](/docs/node/plasma/plasma-api-endpoints/eth-get-transaction-count) | [`eth_getTransactionReceipt`](/docs/node/plasma/plasma-api-endpoints/eth-get-transaction-receipt) | -| [`eth_maxPriorityFeePerGas`](/docs/node/plasma/plasma-api-endpoints/eth-max-priority-fee-per-gas) | [`eth_newBlockFilter`](/docs/node/plasma/plasma-api-endpoints/eth-new-block-filter) | -| [`eth_newFilter`](/docs/node/plasma/plasma-api-endpoints/eth-new-filter) | [`eth_sendRawTransaction`](/docs/node/plasma/plasma-api-endpoints/eth-send-raw-transaction) | -| [`eth_submitWork`](/docs/node/plasma/plasma-api-endpoints/eth-submit-work) | [`eth_subscribe`](/docs/node/plasma/plasma-api-endpoints/eth-subscribe) | +| [`eth_getProof`](/docs/node/plasma/plasma-api-endpoints/eth-get-proof) | [`eth_getStorageAt`](/docs/node/plasma/plasma-api-endpoints/eth-get-storage-at) | +| [`eth_getTransactionByBlockHashAndIndex`](/docs/node/plasma/plasma-api-endpoints/eth-get-transaction-by-block-hash-and-index) | [`eth_getTransactionByBlockNumberAndIndex`](/docs/node/plasma/plasma-api-endpoints/eth-get-transaction-by-block-number-and-index) | +| [`eth_getTransactionByHash`](/docs/node/plasma/plasma-api-endpoints/eth-get-transaction-by-hash) | [`eth_getTransactionCount`](/docs/node/plasma/plasma-api-endpoints/eth-get-transaction-count) | +| [`eth_getTransactionReceipt`](/docs/node/plasma/plasma-api-endpoints/eth-get-transaction-receipt) | [`eth_getUncleByBlockHashAndIndex`](/docs/node/plasma/plasma-api-endpoints/eth-get-uncle-by-block-hash-and-index) | +| [`eth_getUncleByBlockNumberAndIndex`](/docs/node/plasma/plasma-api-endpoints/eth-get-uncle-by-block-number-and-index) | [`eth_getUncleCountByBlockHash`](/docs/node/plasma/plasma-api-endpoints/eth-get-uncle-count-by-block-hash) | +| [`eth_getUncleCountByBlockNumber`](/docs/node/plasma/plasma-api-endpoints/eth-get-uncle-count-by-block-number) | [`eth_maxPriorityFeePerGas`](/docs/node/plasma/plasma-api-endpoints/eth-max-priority-fee-per-gas) | +| [`eth_newBlockFilter`](/docs/node/plasma/plasma-api-endpoints/eth-new-block-filter) | [`eth_newFilter`](/docs/node/plasma/plasma-api-endpoints/eth-new-filter) | +| [`eth_newPendingTransactionFilter`](/docs/node/plasma/plasma-api-endpoints/eth-new-pending-transaction-filter) | [`eth_sendRawTransaction`](/docs/node/plasma/plasma-api-endpoints/eth-send-raw-transaction) | +| [`eth_simulateV1`](/docs/node/plasma/plasma-api-endpoints/eth-simulate-v-1) | [`eth_submitWork`](/docs/node/plasma/plasma-api-endpoints/eth-submit-work) | +| [`eth_subscribe`](/docs/node/plasma/plasma-api-endpoints/eth-subscribe) | [`eth_syncing`](/docs/node/plasma/plasma-api-endpoints/eth-syncing) | | [`eth_uninstallFilter`](/docs/node/plasma/plasma-api-endpoints/eth-uninstall-filter) | [`eth_unsubscribe`](/docs/node/plasma/plasma-api-endpoints/eth-unsubscribe) | | [`net_version`](/docs/node/plasma/plasma-api-endpoints/net-version) | [`web3_clientVersion`](/docs/node/plasma/plasma-api-endpoints/web-3-client-version) | | [`web3_sha3`](/docs/node/plasma/plasma-api-endpoints/web-3-sha-3) | | @@ -1079,7 +1103,7 @@ Dive into each API's detailed documentation by following the links below, organi | [`eth_getTransactionByBlockNumberAndIndex`](/docs/node/polygon-pos/polygon-po-s-api-endpoints/eth-get-transaction-by-block-number-and-index) | [`eth_getTransactionByHash`](/docs/node/polygon-pos/polygon-po-s-api-endpoints/eth-get-transaction-by-hash) | | [`eth_getTransactionCount`](/docs/node/polygon-pos/polygon-po-s-api-endpoints/eth-get-transaction-count) | [`eth_getTransactionReceipt`](/docs/node/polygon-pos/polygon-po-s-api-endpoints/eth-get-transaction-receipt) | | [`eth_getTransactionReceiptsByBlock`](/docs/node/polygon-pos/polygon-po-s-api-endpoints/eth-get-transaction-receipts-by-block) | [`eth_getUncleByBlockHashAndIndex`](/docs/node/polygon-pos/polygon-po-s-api-endpoints/eth-get-uncle-by-block-hash-and-index) | -| [`eth_getUncleByBlockNumberAndIndex`](/docs/chains/polygon-pos/polygon-pos-api-endpoints/eth-get-uncle-by-block-number-and-index) | [`eth_getUncleCountByBlockHash`](/docs/node/polygon-pos/polygon-po-s-api-endpoints/eth-get-uncle-count-by-block-hash) | +| [`eth_getUncleByBlockNumberAndIndex`](/docs/node/polygon-pos/polygon-po-s-api-endpoints/eth-get-uncle-by-block-number-and-index) | [`eth_getUncleCountByBlockHash`](/docs/node/polygon-pos/polygon-po-s-api-endpoints/eth-get-uncle-count-by-block-hash) | | [`eth_getUncleCountByBlockNumber`](/docs/node/polygon-pos/polygon-po-s-api-endpoints/eth-get-uncle-count-by-block-number) | [`eth_maxPriorityFeePerGas`](/docs/node/polygon-pos/polygon-po-s-api-endpoints/eth-max-priority-fee-per-gas) | | [`eth_newBlockFilter`](/docs/node/polygon-pos/polygon-po-s-api-endpoints/eth-new-block-filter) | [`eth_newFilter`](/docs/node/polygon-pos/polygon-po-s-api-endpoints/eth-new-filter) | | [`eth_newPendingTransactionFilter`](/docs/node/polygon-pos/polygon-po-s-api-endpoints/eth-new-pending-transaction-filter) | [`eth_sendRawTransaction`](/docs/node/polygon-pos/polygon-po-s-api-endpoints/eth-send-raw-transaction) | @@ -1316,16 +1340,16 @@ Dive into each API's detailed documentation by following the links below, organi | [`getMinimumBalanceForRentExemption`](/docs/node/solana/solana-api-endpoints/get-minimum-balance-for-rent-exemption) | [`getMultipleAccounts`](/docs/node/solana/solana-api-endpoints/get-multiple-accounts) | | [`getProgramAccounts`](/docs/node/solana/solana-api-endpoints/get-program-accounts) | [`getRecentPerformanceSamples`](/docs/node/solana/solana-api-endpoints/get-recent-performance-samples) | | [`getRecentPrioritizationFees`](/docs/node/solana/solana-api-endpoints/get-recent-prioritization-fees) | [`getSignaturesForAddress`](/docs/node/solana/solana-api-endpoints/get-signatures-for-address) | -| [`getSignatureStatuses`](/docs/node/solana/solana-api-endpoints/get-signature-statuses) | [`getSlot`](/docs/node/solana/solana-api-endpoints/get-slot) | -| [`getSlotLeader`](/docs/node/solana/solana-api-endpoints/get-slot-leader) | [`getSlotLeaders`](/docs/node/solana/solana-api-endpoints/get-slot-leaders) | -| [`getStakeActivation`](/docs/node/solana/solana-api-endpoints/get-stake-activation) | [`getSupply`](/docs/node/solana/solana-api-endpoints/get-supply) | +| [`getSignatureStatuses`](/docs/node/solana/solana-api-endpoints/get-signature-statuses) | [`getSlot`](/docs/node/solana/solana-api-endpoints/get-slot) | +| [`getSlotLeader`](/docs/node/solana/solana-api-endpoints/get-slot-leader) | [`getSlotLeaders`](/docs/node/solana/solana-api-endpoints/get-slot-leaders) | +| [`getStakeActivation`](/docs/node/solana/solana-api-endpoints/get-stake-activation) | [`getSupply`](/docs/node/solana/solana-api-endpoints/get-supply) | | [`getTokenAccountBalance`](/docs/node/solana/solana-api-endpoints/get-token-account-balance) | [`getTokenAccountsByDelegate`](/docs/node/solana/solana-api-endpoints/get-token-accounts-by-delegate) | -| [`getTokenAccountsByOwner`](/docs/node/solana/solana-api-endpoints/get-token-accounts-by-owner) | [`getTokenLargestAccounts`](/docs/node/solana/solana-api-endpoints/get-token-largest-accounts) | -| [`getTokenSupply`](/docs/node/solana/solana-api-endpoints/get-token-supply) | [`getTransaction`](/docs/node/solana/solana-api-endpoints/get-transaction) | -| [`getTransactionCount`](/docs/node/solana/solana-api-endpoints/get-transaction-count) | [`getVersion`](/docs/node/solana/solana-api-endpoints/get-version) | -| [`getVoteAccounts`](/docs/node/solana/solana-api-endpoints/get-vote-accounts) | [`isBlockhashValid`](/docs/node/solana/solana-api-endpoints/is-blockhash-valid) | -| [`minimumLedgerSlot`](/docs/node/solana/solana-api-endpoints/minimum-ledger-slot) | [`requestAirdrop`](/docs/node/solana/solana-api-endpoints/request-airdrop) | -| [`sendTransaction`](/docs/node/solana/solana-api-endpoints/send-transaction) | [`simulateTransaction`](/docs/node/solana/solana-api-endpoints/simulate-transaction) | +| [`getTokenAccountsByOwner`](/docs/node/solana/solana-api-endpoints/get-token-accounts-by-owner) | [`getTokenLargestAccounts`](/docs/node/solana/solana-api-endpoints/get-token-largest-accounts) | +| [`getTokenSupply`](/docs/node/solana/solana-api-endpoints/get-token-supply) | [`getTransaction`](/docs/node/solana/solana-api-endpoints/get-transaction) | +| [`getTransactionCount`](/docs/node/solana/solana-api-endpoints/get-transaction-count) | [`getVersion`](/docs/node/solana/solana-api-endpoints/get-version) | +| [`getVoteAccounts`](/docs/node/solana/solana-api-endpoints/get-vote-accounts) | [`isBlockhashValid`](/docs/node/solana/solana-api-endpoints/is-blockhash-valid) | +| [`minimumLedgerSlot`](/docs/node/solana/solana-api-endpoints/minimum-ledger-slot) | [`requestAirdrop`](/docs/node/solana/solana-api-endpoints/request-airdrop) | +| [`sendTransaction`](/docs/node/solana/solana-api-endpoints/send-transaction) | [`simulateTransaction`](/docs/node/solana/solana-api-endpoints/simulate-transaction) | ## Soneium APIs @@ -1357,19 +1381,26 @@ Dive into each API's detailed documentation by following the links below, organi | | | | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | +| [`eth_accounts`](/docs/node/sonic/sonic-api-endpoints/eth-accounts) | [`eth_blobBaseFee`](/docs/node/sonic/sonic-api-endpoints/eth-blob-base-fee) | | [`eth_blockNumber`](/docs/node/sonic/sonic-api-endpoints/eth-block-number) | [`eth_call`](/docs/node/sonic/sonic-api-endpoints/eth-call) | -| [`eth_chainId`](/docs/node/sonic/sonic-api-endpoints/eth-chain-id) | [`eth_estimateGas`](/docs/node/sonic/sonic-api-endpoints/eth-estimate-gas) | +| [`eth_chainId`](/docs/node/sonic/sonic-api-endpoints/eth-chain-id) | [`eth_createAccessList`](/docs/node/sonic/sonic-api-endpoints/eth-create-access-list) | +| [`eth_estimateGas`](/docs/node/sonic/sonic-api-endpoints/eth-estimate-gas) | [`eth_feeHistory`](/docs/node/sonic/sonic-api-endpoints/eth-fee-history) | | [`eth_gasPrice`](/docs/node/sonic/sonic-api-endpoints/eth-gas-price) | [`eth_getAccount`](/docs/node/sonic/sonic-api-endpoints/eth-get-account) | | [`eth_getBalance`](/docs/node/sonic/sonic-api-endpoints/eth-get-balance) | [`eth_getBlockByHash`](/docs/node/sonic/sonic-api-endpoints/eth-get-block-by-hash) | -| [`eth_getBlockByNumber`](/docs/node/sonic/sonic-api-endpoints/eth-get-block-by-number) | [`eth_getBlockTransactionCountByHash`](/docs/node/sonic/sonic-api-endpoints/eth-get-block-transaction-count-by-hash) | -| [`eth_getBlockTransactionCountByNumber`](/docs/node/sonic/sonic-api-endpoints/eth-get-block-transaction-count-by-number) | [`eth_getCode`](/docs/node/sonic/sonic-api-endpoints/eth-get-code) | -| [`eth_getFilterChanges`](/docs/node/sonic/sonic-api-endpoints/eth-get-filter-changes) | [`eth_getFilterLogs`](/docs/node/sonic/sonic-api-endpoints/eth-get-filter-logs) | -| [`eth_getLogs`](/docs/node/sonic/sonic-api-endpoints/eth-get-logs) | [`eth_getStorageAt`](/docs/node/sonic/sonic-api-endpoints/eth-get-storage-at) | +| [`eth_getBlockByNumber`](/docs/node/sonic/sonic-api-endpoints/eth-get-block-by-number) | [`eth_getBlockReceipts`](/docs/node/sonic/sonic-api-endpoints/eth-get-block-receipts) | +| [`eth_getBlockTransactionCountByHash`](/docs/node/sonic/sonic-api-endpoints/eth-get-block-transaction-count-by-hash) | [`eth_getBlockTransactionCountByNumber`](/docs/node/sonic/sonic-api-endpoints/eth-get-block-transaction-count-by-number) | +| [`eth_getCode`](/docs/node/sonic/sonic-api-endpoints/eth-get-code) | [`eth_getFilterChanges`](/docs/node/sonic/sonic-api-endpoints/eth-get-filter-changes) | +| [`eth_getFilterLogs`](/docs/node/sonic/sonic-api-endpoints/eth-get-filter-logs) | [`eth_getLogs`](/docs/node/sonic/sonic-api-endpoints/eth-get-logs) | +| [`eth_getProof`](/docs/node/sonic/sonic-api-endpoints/eth-get-proof) | [`eth_getStorageAt`](/docs/node/sonic/sonic-api-endpoints/eth-get-storage-at) | | [`eth_getTransactionByBlockHashAndIndex`](/docs/node/sonic/sonic-api-endpoints/eth-get-transaction-by-block-hash-and-index) | [`eth_getTransactionByBlockNumberAndIndex`](/docs/node/sonic/sonic-api-endpoints/eth-get-transaction-by-block-number-and-index) | | [`eth_getTransactionByHash`](/docs/node/sonic/sonic-api-endpoints/eth-get-transaction-by-hash) | [`eth_getTransactionCount`](/docs/node/sonic/sonic-api-endpoints/eth-get-transaction-count) | -| [`eth_getTransactionReceipt`](/docs/node/sonic/sonic-api-endpoints/eth-get-transaction-receipt) | [`eth_newBlockFilter`](/docs/node/sonic/sonic-api-endpoints/eth-new-block-filter) | -| [`eth_newFilter`](/docs/node/sonic/sonic-api-endpoints/eth-new-filter) | [`eth_sendRawTransaction`](/docs/node/sonic/sonic-api-endpoints/eth-send-raw-transaction) | -| [`eth_submitWork`](/docs/node/sonic/sonic-api-endpoints/eth-submit-work) | [`eth_subscribe`](/docs/node/sonic/sonic-api-endpoints/eth-subscribe) | +| [`eth_getTransactionReceipt`](/docs/node/sonic/sonic-api-endpoints/eth-get-transaction-receipt) | [`eth_getUncleByBlockHashAndIndex`](/docs/node/sonic/sonic-api-endpoints/eth-get-uncle-by-block-hash-and-index) | +| [`eth_getUncleByBlockNumberAndIndex`](/docs/node/sonic/sonic-api-endpoints/eth-get-uncle-by-block-number-and-index) | [`eth_getUncleCountByBlockHash`](/docs/node/sonic/sonic-api-endpoints/eth-get-uncle-count-by-block-hash) | +| [`eth_getUncleCountByBlockNumber`](/docs/node/sonic/sonic-api-endpoints/eth-get-uncle-count-by-block-number) | [`eth_maxPriorityFeePerGas`](/docs/node/sonic/sonic-api-endpoints/eth-max-priority-fee-per-gas) | +| [`eth_newBlockFilter`](/docs/node/sonic/sonic-api-endpoints/eth-new-block-filter) | [`eth_newFilter`](/docs/node/sonic/sonic-api-endpoints/eth-new-filter) | +| [`eth_newPendingTransactionFilter`](/docs/node/sonic/sonic-api-endpoints/eth-new-pending-transaction-filter) | [`eth_sendRawTransaction`](/docs/node/sonic/sonic-api-endpoints/eth-send-raw-transaction) | +| [`eth_simulateV1`](/docs/node/sonic/sonic-api-endpoints/eth-simulate-v-1) | [`eth_submitWork`](/docs/node/sonic/sonic-api-endpoints/eth-submit-work) | +| [`eth_subscribe`](/docs/node/sonic/sonic-api-endpoints/eth-subscribe) | [`eth_syncing`](/docs/node/sonic/sonic-api-endpoints/eth-syncing) | | [`eth_uninstallFilter`](/docs/node/sonic/sonic-api-endpoints/eth-uninstall-filter) | [`eth_unsubscribe`](/docs/node/sonic/sonic-api-endpoints/eth-unsubscribe) | | [`net_version`](/docs/node/sonic/sonic-api-endpoints/net-version) | [`web3_clientVersion`](/docs/node/sonic/sonic-api-endpoints/web-3-client-version) | | [`web3_sha3`](/docs/node/sonic/sonic-api-endpoints/web-3-sha-3) | | @@ -1380,20 +1411,26 @@ Dive into each API's detailed documentation by following the links below, organi | | | | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | +| [`eth_accounts`](/docs/node/stable/stable-api-endpoints/eth-accounts) | [`eth_blobBaseFee`](/docs/node/stable/stable-api-endpoints/eth-blob-base-fee) | | [`eth_blockNumber`](/docs/node/stable/stable-api-endpoints/eth-block-number) | [`eth_call`](/docs/node/stable/stable-api-endpoints/eth-call) | -| [`eth_chainId`](/docs/node/stable/stable-api-endpoints/eth-chain-id) | [`eth_estimateGas`](/docs/node/stable/stable-api-endpoints/eth-estimate-gas) | -| [`eth_feeHistory`](/docs/node/stable/stable-api-endpoints/eth-fee-history) | [`eth_gasPrice`](/docs/node/stable/stable-api-endpoints/eth-gas-price) | -| [`eth_getAccount`](/docs/node/stable/stable-api-endpoints/eth-get-account) | [`eth_getBalance`](/docs/node/stable/stable-api-endpoints/eth-get-balance) | -| [`eth_getBlockByHash`](/docs/node/stable/stable-api-endpoints/eth-get-block-by-hash) | [`eth_getBlockByNumber`](/docs/node/stable/stable-api-endpoints/eth-get-block-by-number) | +| [`eth_chainId`](/docs/node/stable/stable-api-endpoints/eth-chain-id) | [`eth_createAccessList`](/docs/node/stable/stable-api-endpoints/eth-create-access-list) | +| [`eth_estimateGas`](/docs/node/stable/stable-api-endpoints/eth-estimate-gas) | [`eth_feeHistory`](/docs/node/stable/stable-api-endpoints/eth-fee-history) | +| [`eth_gasPrice`](/docs/node/stable/stable-api-endpoints/eth-gas-price) | [`eth_getAccount`](/docs/node/stable/stable-api-endpoints/eth-get-account) | +| [`eth_getBalance`](/docs/node/stable/stable-api-endpoints/eth-get-balance) | [`eth_getBlockByHash`](/docs/node/stable/stable-api-endpoints/eth-get-block-by-hash) | +| [`eth_getBlockByNumber`](/docs/node/stable/stable-api-endpoints/eth-get-block-by-number) | [`eth_getBlockReceipts`](/docs/node/stable/stable-api-endpoints/eth-get-block-receipts) | | [`eth_getBlockTransactionCountByHash`](/docs/node/stable/stable-api-endpoints/eth-get-block-transaction-count-by-hash) | [`eth_getBlockTransactionCountByNumber`](/docs/node/stable/stable-api-endpoints/eth-get-block-transaction-count-by-number) | | [`eth_getCode`](/docs/node/stable/stable-api-endpoints/eth-get-code) | [`eth_getFilterChanges`](/docs/node/stable/stable-api-endpoints/eth-get-filter-changes) | | [`eth_getFilterLogs`](/docs/node/stable/stable-api-endpoints/eth-get-filter-logs) | [`eth_getLogs`](/docs/node/stable/stable-api-endpoints/eth-get-logs) | -| [`eth_getStorageAt`](/docs/node/stable/stable-api-endpoints/eth-get-storage-at) | [`eth_getTransactionByBlockHashAndIndex`](/docs/node/stable/stable-api-endpoints/eth-get-transaction-by-block-hash-and-index) | -| [`eth_getTransactionByBlockNumberAndIndex`](/docs/node/stable/stable-api-endpoints/eth-get-transaction-by-block-number-and-index) | [`eth_getTransactionByHash`](/docs/node/stable/stable-api-endpoints/eth-get-transaction-by-hash) | -| [`eth_getTransactionCount`](/docs/node/stable/stable-api-endpoints/eth-get-transaction-count) | [`eth_getTransactionReceipt`](/docs/node/stable/stable-api-endpoints/eth-get-transaction-receipt) | -| [`eth_maxPriorityFeePerGas`](/docs/node/stable/stable-api-endpoints/eth-max-priority-fee-per-gas) | [`eth_newBlockFilter`](/docs/node/stable/stable-api-endpoints/eth-new-block-filter) | -| [`eth_newFilter`](/docs/node/stable/stable-api-endpoints/eth-new-filter) | [`eth_sendRawTransaction`](/docs/node/stable/stable-api-endpoints/eth-send-raw-transaction) | -| [`eth_submitWork`](/docs/node/stable/stable-api-endpoints/eth-submit-work) | [`eth_subscribe`](/docs/node/stable/stable-api-endpoints/eth-subscribe) | +| [`eth_getProof`](/docs/node/stable/stable-api-endpoints/eth-get-proof) | [`eth_getStorageAt`](/docs/node/stable/stable-api-endpoints/eth-get-storage-at) | +| [`eth_getTransactionByBlockHashAndIndex`](/docs/node/stable/stable-api-endpoints/eth-get-transaction-by-block-hash-and-index) | [`eth_getTransactionByBlockNumberAndIndex`](/docs/node/stable/stable-api-endpoints/eth-get-transaction-by-block-number-and-index) | +| [`eth_getTransactionByHash`](/docs/node/stable/stable-api-endpoints/eth-get-transaction-by-hash) | [`eth_getTransactionCount`](/docs/node/stable/stable-api-endpoints/eth-get-transaction-count) | +| [`eth_getTransactionReceipt`](/docs/node/stable/stable-api-endpoints/eth-get-transaction-receipt) | [`eth_getUncleByBlockHashAndIndex`](/docs/node/stable/stable-api-endpoints/eth-get-uncle-by-block-hash-and-index) | +| [`eth_getUncleByBlockNumberAndIndex`](/docs/node/stable/stable-api-endpoints/eth-get-uncle-by-block-number-and-index) | [`eth_getUncleCountByBlockHash`](/docs/node/stable/stable-api-endpoints/eth-get-uncle-count-by-block-hash) | +| [`eth_getUncleCountByBlockNumber`](/docs/node/stable/stable-api-endpoints/eth-get-uncle-count-by-block-number) | [`eth_maxPriorityFeePerGas`](/docs/node/stable/stable-api-endpoints/eth-max-priority-fee-per-gas) | +| [`eth_newBlockFilter`](/docs/node/stable/stable-api-endpoints/eth-new-block-filter) | [`eth_newFilter`](/docs/node/stable/stable-api-endpoints/eth-new-filter) | +| [`eth_newPendingTransactionFilter`](/docs/node/stable/stable-api-endpoints/eth-new-pending-transaction-filter) | [`eth_sendRawTransaction`](/docs/node/stable/stable-api-endpoints/eth-send-raw-transaction) | +| [`eth_simulateV1`](/docs/node/stable/stable-api-endpoints/eth-simulate-v-1) | [`eth_submitWork`](/docs/node/stable/stable-api-endpoints/eth-submit-work) | +| [`eth_subscribe`](/docs/node/stable/stable-api-endpoints/eth-subscribe) | [`eth_syncing`](/docs/node/stable/stable-api-endpoints/eth-syncing) | | [`eth_uninstallFilter`](/docs/node/stable/stable-api-endpoints/eth-uninstall-filter) | [`eth_unsubscribe`](/docs/node/stable/stable-api-endpoints/eth-unsubscribe) | | [`net_version`](/docs/node/stable/stable-api-endpoints/net-version) | [`web3_clientVersion`](/docs/node/stable/stable-api-endpoints/web-3-client-version) | | [`web3_sha3`](/docs/node/stable/stable-api-endpoints/web-3-sha-3) | | @@ -1670,17 +1707,18 @@ Dive into each API's detailed documentation by following the links below, organi | [`eth_unsubscribe`](/docs/node/zksync/z-ksync-api-endpoints/eth-unsubscribe) | [`net_version`](/docs/node/zksync/z-ksync-api-endpoints/net-version) | | [`web3_clientVersion`](/docs/node/zksync/z-ksync-api-endpoints/web-3-client-version) | [`web3_sha3`](/docs/node/zksync/z-ksync-api-endpoints/web-3-sha-3) | | [`zks_estimateFee`](/docs/node/zksync/z-ksync-api-endpoints/zks-estimate-fee) | [`zks_estimateGasL1ToL2`](/docs/node/zksync/z-ksync-api-endpoints/zks-estimate-gas-l-1-to-l-2) | -| [`zks_getAllAccountBalances`](/docs/node/zksync/z-ksync-api-endpoints/zks-get-all-account-balances) | [`zks_getBaseTokenL1Address`](/docs/node/zksync/z-ksync-api-endpoints/zks-get-base-token-l-1-address) | -| [`zks_getBlockDetails`](/docs/node/zksync/z-ksync-api-endpoints/zks-get-block-details) | [`zks_getBridgeContracts`](/docs/node/zksync/z-ksync-api-endpoints/zks-get-bridge-contracts) | -| [`zks_getBridgehubContract`](/docs/node/zksync/z-ksync-api-endpoints/zks-get-bridgehub-contract) | [`zks_getBytecodeByHash`](/docs/node/zksync/z-ksync-api-endpoints/zks-get-bytecode-by-hash) | -| [`zks_getConfirmedTokens`](/docs/node/zksync/z-ksync-api-endpoints/zks-get-confirmed-tokens) | [`zks_getFeeParams`](/docs/node/zksync/z-ksync-api-endpoints/zks-get-fee-params) | -| [`zks_getL1BatchBlockRange`](/docs/node/zksync/z-ksync-api-endpoints/zks-get-l-1-batch-block-range) | [`zks_getL1BatchDetails`](/docs/node/zksync/z-ksync-api-endpoints/zks-get-l-1-batch-details) | -| [`zks_getL1GasPrice`](/docs/node/zksync/z-ksync-api-endpoints/zks-get-l-1-gas-price) | [`zks_getL2ToL1LogProof`](/docs/node/zksync/z-ksync-api-endpoints/zks-get-l-2-to-l-1-log-proof) | -| [`zks_getL2ToL1MsgProof`](/docs/node/zksync/z-ksync-api-endpoints/zks-get-l-2-to-l-1-msg-proof) | [`zks_getMainContract`](/docs/node/zksync/z-ksync-api-endpoints/zks-get-main-contract) | -| [`zks_getProof`](/docs/node/zksync/z-ksync-api-endpoints/zks-get-proof) | [`zks_getProtocolVersion`](/docs/node/zksync/z-ksync-api-endpoints/zks-get-protocol-version) | -| [`zks_getRawBlockTransactions`](/docs/node/zksync/z-ksync-api-endpoints/zks-get-raw-block-transactions) | [`zks_getTestnetPaymaster`](/docs/node/zksync/z-ksync-api-endpoints/zks-get-testnet-paymaster) | -| [`zks_getTransactionDetails`](/docs/node/zksync/z-ksync-api-endpoints/zks-get-transaction-details) | [`zks_L1BatchNumber`](/docs/node/zksync/z-ksync-api-endpoints/zks-l-1-batch-number) | -| [`zks_L1ChainId`](/docs/node/zksync/z-ksync-api-endpoints/zks-l-1-chain-id) | [`zks_sendRawTransactionWithDetailedOutput`](/docs/node/zksync/z-ksync-api-endpoints/zks-send-raw-transaction-with-detailed-output) | +| [`zks_gasPerPubdata`](/docs/node/zksync/z-ksync-api-endpoints/zks-gas-per-pubdata) | [`zks_getAllAccountBalances`](/docs/node/zksync/z-ksync-api-endpoints/zks-get-all-account-balances) | +| [`zks_getBaseTokenL1Address`](/docs/node/zksync/z-ksync-api-endpoints/zks-get-base-token-l-1-address) | [`zks_getBlockDetails`](/docs/node/zksync/z-ksync-api-endpoints/zks-get-block-details) | +| [`zks_getBridgeContracts`](/docs/node/zksync/z-ksync-api-endpoints/zks-get-bridge-contracts) | [`zks_getBridgehubContract`](/docs/node/zksync/z-ksync-api-endpoints/zks-get-bridgehub-contract) | +| [`zks_getBytecodeByHash`](/docs/node/zksync/z-ksync-api-endpoints/zks-get-bytecode-by-hash) | [`zks_getConfirmedTokens`](/docs/node/zksync/z-ksync-api-endpoints/zks-get-confirmed-tokens) | +| [`zks_getFeeParams`](/docs/node/zksync/z-ksync-api-endpoints/zks-get-fee-params) | [`zks_getL1BatchBlockRange`](/docs/node/zksync/z-ksync-api-endpoints/zks-get-l-1-batch-block-range) | +| [`zks_getL1BatchDetails`](/docs/node/zksync/z-ksync-api-endpoints/zks-get-l-1-batch-details) | [`zks_getL1GasPrice`](/docs/node/zksync/z-ksync-api-endpoints/zks-get-l-1-gas-price) | +| [`zks_getL2ToL1LogProof`](/docs/node/zksync/z-ksync-api-endpoints/zks-get-l-2-to-l-1-log-proof) | [`zks_getL2ToL1MsgProof`](/docs/node/zksync/z-ksync-api-endpoints/zks-get-l-2-to-l-1-msg-proof) | +| [`zks_getMainContract`](/docs/node/zksync/z-ksync-api-endpoints/zks-get-main-contract) | [`zks_getProof`](/docs/node/zksync/z-ksync-api-endpoints/zks-get-proof) | +| [`zks_getProtocolVersion`](/docs/node/zksync/z-ksync-api-endpoints/zks-get-protocol-version) | [`zks_getRawBlockTransactions`](/docs/node/zksync/z-ksync-api-endpoints/zks-get-raw-block-transactions) | +| [`zks_getTestnetPaymaster`](/docs/node/zksync/z-ksync-api-endpoints/zks-get-testnet-paymaster) | [`zks_getTransactionDetails`](/docs/node/zksync/z-ksync-api-endpoints/zks-get-transaction-details) | +| [`zks_L1BatchNumber`](/docs/node/zksync/z-ksync-api-endpoints/zks-l-1-batch-number) | [`zks_L1ChainId`](/docs/node/zksync/z-ksync-api-endpoints/zks-l-1-chain-id) | +| [`zks_sendRawTransactionWithDetailedOutput`](/docs/node/zksync/z-ksync-api-endpoints/zks-send-raw-transaction-with-detailed-output) | | ## Zora APIs diff --git a/src/openrpc/chains/adi/adi.yaml b/src/openrpc/chains/adi/adi.yaml index fccdf29f0..b8e228486 100644 --- a/src/openrpc/chains/adi/adi.yaml +++ b/src/openrpc/chains/adi/adi.yaml @@ -10,6 +10,17 @@ servers: - url: https://adi-testnet.g.alchemy.com/v2 name: ADI Testnet AB methods: + - $ref: ../_components/custom/methods.yaml#/components/methods/eth_accounts + - $ref: ../_components/custom/methods.yaml#/components/methods/eth_feeHistory + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_getUncleCountByBlockHash + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_getUncleCountByBlockNumber + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_maxPriorityFeePerGas + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_newPendingTransactionFilter + - $ref: ../_components/custom/methods.yaml#/components/methods/eth_syncing - $ref: ../_components/evm/methods.yaml#/components/methods/eth_blockNumber - $ref: ../_components/evm/methods.yaml#/components/methods/eth_call - $ref: ../_components/evm/methods.yaml#/components/methods/eth_chainId diff --git a/src/openrpc/chains/bitcoin/bitcoin.yaml b/src/openrpc/chains/bitcoin/bitcoin.yaml index 28504985e..1ce7401fc 100644 --- a/src/openrpc/chains/bitcoin/bitcoin.yaml +++ b/src/openrpc/chains/bitcoin/bitcoin.yaml @@ -14,6 +14,8 @@ servers: - url: https://bitcoin-testnet.g.alchemy.com/v2 name: Bitcoin Testnet methods: + - $ref: >- + ../_components/bitcoin/methods.yaml#/components/methods/createrawtransaction - $ref: >- ../_components/bitcoin/methods.yaml#/components/methods/decoderawtransaction - $ref: ../_components/bitcoin/methods.yaml#/components/methods/decodescript @@ -22,6 +24,7 @@ methods: - $ref: ../_components/bitcoin/methods.yaml#/components/methods/getblock - $ref: ../_components/bitcoin/methods.yaml#/components/methods/getblockchaininfo - $ref: ../_components/bitcoin/methods.yaml#/components/methods/getblockcount + - $ref: ../_components/bitcoin/methods.yaml#/components/methods/getblockfilter - $ref: ../_components/bitcoin/methods.yaml#/components/methods/getblockhash - $ref: ../_components/bitcoin/methods.yaml#/components/methods/getblockheader - $ref: ../_components/bitcoin/methods.yaml#/components/methods/getblockstats @@ -37,6 +40,7 @@ methods: - $ref: >- ../_components/bitcoin/methods.yaml#/components/methods/getmempooldescendants - $ref: ../_components/bitcoin/methods.yaml#/components/methods/getmempoolinfo + - $ref: ../_components/bitcoin/methods.yaml#/components/methods/getnetworkhashps - $ref: ../_components/bitcoin/methods.yaml#/components/methods/getrawmempool - $ref: ../_components/bitcoin/methods.yaml#/components/methods/getrawtransaction - $ref: ../_components/bitcoin/methods.yaml#/components/methods/gettxout @@ -44,6 +48,7 @@ methods: - $ref: ../_components/bitcoin/methods.yaml#/components/methods/gettxoutsetinfo - $ref: ../_components/bitcoin/methods.yaml#/components/methods/sendrawtransaction - $ref: ../_components/bitcoin/methods.yaml#/components/methods/submitblock + - $ref: ../_components/bitcoin/methods.yaml#/components/methods/submitheader - $ref: ../_components/bitcoin/methods.yaml#/components/methods/submitpackage - $ref: ../_components/bitcoin/methods.yaml#/components/methods/testmempoolaccept - $ref: ../_components/bitcoin/methods.yaml#/components/methods/validateaddress diff --git a/src/openrpc/chains/celo/celo.yaml b/src/openrpc/chains/celo/celo.yaml index f3cd8765b..712af8d74 100644 --- a/src/openrpc/chains/celo/celo.yaml +++ b/src/openrpc/chains/celo/celo.yaml @@ -9,17 +9,33 @@ info: servers: - url: https://celo-mainnet.g.alchemy.com/v2 name: Celo Mainnet - - url: https://celo-alfajores.g.alchemy.com/v2 - name: Celo Alfajores - url: https://celo-sepolia.g.alchemy.com/v2 name: Celo Sepolia methods: + - $ref: ../_components/custom/methods.yaml#/components/methods/eth_accounts + - $ref: ../_components/custom/methods.yaml#/components/methods/eth_blobBaseFee + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_createAccessList - $ref: ../_components/custom/methods.yaml#/components/methods/eth_feeHistory - $ref: >- ../_components/custom/methods.yaml#/components/methods/eth_getBlockReceipts + - $ref: ../_components/custom/methods.yaml#/components/methods/eth_getProof + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_getUncleByBlockHashAndIndex + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_getUncleByBlockNumberAndIndex + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_getUncleCountByBlockHash + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_getUncleCountByBlockNumber + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_maxPriorityFeePerGas + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_newPendingTransactionFilter - $ref: >- ../_components/custom/methods.yaml#/components/methods/eth_sendRawTransactionSync - $ref: ../_components/custom/methods.yaml#/components/methods/eth_simulateV1 + - $ref: ../_components/custom/methods.yaml#/components/methods/eth_syncing - $ref: ../_components/evm/methods.yaml#/components/methods/eth_blockNumber - $ref: ../_components/evm/methods.yaml#/components/methods/eth_call - $ref: ../_components/evm/methods.yaml#/components/methods/eth_chainId diff --git a/src/openrpc/chains/citrea/citrea.yaml b/src/openrpc/chains/citrea/citrea.yaml index b653daf17..45ae0b55a 100644 --- a/src/openrpc/chains/citrea/citrea.yaml +++ b/src/openrpc/chains/citrea/citrea.yaml @@ -45,6 +45,16 @@ methods: ../_components/citrea/methods.yaml#/components/methods/ledger_getSequencerCommitmentsOnSlotByNumber - $ref: >- ../_components/citrea/methods.yaml#/components/methods/ledger_getVerifiedBatchProofsBySlotHeight + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_createAccessList + - $ref: ../_components/custom/methods.yaml#/components/methods/eth_feeHistory + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_getBlockReceipts + - $ref: ../_components/custom/methods.yaml#/components/methods/eth_getProof + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_getUncleByBlockHashAndIndex + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_maxPriorityFeePerGas - $ref: ../_components/evm/methods.yaml#/components/methods/eth_blockNumber - $ref: ../_components/evm/methods.yaml#/components/methods/eth_call - $ref: ../_components/evm/methods.yaml#/components/methods/eth_chainId diff --git a/src/openrpc/chains/hyperliquid/hyperliquid.yaml b/src/openrpc/chains/hyperliquid/hyperliquid.yaml index 006a0c8ec..69fc85aa4 100644 --- a/src/openrpc/chains/hyperliquid/hyperliquid.yaml +++ b/src/openrpc/chains/hyperliquid/hyperliquid.yaml @@ -13,13 +13,27 @@ servers: name: Hyperliquid Testnet methods: - $ref: ../_components/custom/methods.yaml#/components/methods/eth_accounts + - $ref: ../_components/custom/methods.yaml#/components/methods/eth_blobBaseFee - $ref: ../_components/custom/methods.yaml#/components/methods/eth_callMany + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_createAccessList - $ref: ../_components/custom/methods.yaml#/components/methods/eth_feeHistory - $ref: >- ../_components/custom/methods.yaml#/components/methods/eth_getBlockReceipts + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_getUncleByBlockHashAndIndex + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_getUncleByBlockNumberAndIndex + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_getUncleCountByBlockHash + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_getUncleCountByBlockNumber - $ref: >- ../_components/custom/methods.yaml#/components/methods/eth_maxPriorityFeePerGas + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_newPendingTransactionFilter - $ref: ../_components/custom/methods.yaml#/components/methods/eth_simulateV1 + - $ref: ../_components/custom/methods.yaml#/components/methods/eth_syncing - $ref: ../_components/evm/methods.yaml#/components/methods/eth_blockNumber - $ref: ../_components/evm/methods.yaml#/components/methods/eth_call - $ref: ../_components/evm/methods.yaml#/components/methods/eth_chainId diff --git a/src/openrpc/chains/linea/linea.yaml b/src/openrpc/chains/linea/linea.yaml index 65db16420..62eb435ce 100644 --- a/src/openrpc/chains/linea/linea.yaml +++ b/src/openrpc/chains/linea/linea.yaml @@ -68,6 +68,9 @@ methods: - $ref: ../_components/evm/methods.yaml#/components/methods/web3_clientVersion - $ref: ../_components/evm/methods.yaml#/components/methods/web3_sha3 - $ref: ../_components/linea/methods.yaml#/components/methods/linea_estimateGas + - $ref: ../_components/linea/methods.yaml#/components/methods/linea_getProof + - $ref: >- + ../_components/linea/methods.yaml#/components/methods/linea_getTransactionExclusionStatusV1 - $ref: ../_components/linea/methods.yaml#/components/methods/eth_estimateGas x-bot-ignore: - eth_estimateGas diff --git a/src/openrpc/chains/monad/monad.yaml b/src/openrpc/chains/monad/monad.yaml index 2a9e5f185..b0fae0c3b 100644 --- a/src/openrpc/chains/monad/monad.yaml +++ b/src/openrpc/chains/monad/monad.yaml @@ -7,6 +7,8 @@ info: description: A specification of the standard JSON-RPC methods for Monad. version: 0.0.0 servers: + - url: https://monad-mainnet.g.alchemy.com/v2 + name: Monad Mainnet - url: https://monad-testnet.g.alchemy.com/v2 name: Monad Testnet methods: diff --git a/src/openrpc/chains/plasma/plasma.yaml b/src/openrpc/chains/plasma/plasma.yaml index 37249845d..b5b1d98e2 100644 --- a/src/openrpc/chains/plasma/plasma.yaml +++ b/src/openrpc/chains/plasma/plasma.yaml @@ -12,9 +12,28 @@ servers: - url: https://plasma-testnet.g.alchemy.com/v2 name: Plasma Testnet methods: + - $ref: ../_components/custom/methods.yaml#/components/methods/eth_accounts + - $ref: ../_components/custom/methods.yaml#/components/methods/eth_blobBaseFee + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_createAccessList - $ref: ../_components/custom/methods.yaml#/components/methods/eth_feeHistory + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_getBlockReceipts + - $ref: ../_components/custom/methods.yaml#/components/methods/eth_getProof + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_getUncleByBlockHashAndIndex + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_getUncleByBlockNumberAndIndex + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_getUncleCountByBlockHash + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_getUncleCountByBlockNumber - $ref: >- ../_components/custom/methods.yaml#/components/methods/eth_maxPriorityFeePerGas + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_newPendingTransactionFilter + - $ref: ../_components/custom/methods.yaml#/components/methods/eth_simulateV1 + - $ref: ../_components/custom/methods.yaml#/components/methods/eth_syncing - $ref: ../_components/evm/methods.yaml#/components/methods/eth_blockNumber - $ref: ../_components/evm/methods.yaml#/components/methods/eth_call - $ref: ../_components/evm/methods.yaml#/components/methods/eth_chainId diff --git a/src/openrpc/chains/sonic/sonic.yaml b/src/openrpc/chains/sonic/sonic.yaml index 713857f9c..8565c673c 100644 --- a/src/openrpc/chains/sonic/sonic.yaml +++ b/src/openrpc/chains/sonic/sonic.yaml @@ -14,6 +14,28 @@ servers: - url: https://sonic-testnet.g.alchemy.com/v2 name: Sonic Testnet methods: + - $ref: ../_components/custom/methods.yaml#/components/methods/eth_accounts + - $ref: ../_components/custom/methods.yaml#/components/methods/eth_blobBaseFee + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_createAccessList + - $ref: ../_components/custom/methods.yaml#/components/methods/eth_feeHistory + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_getBlockReceipts + - $ref: ../_components/custom/methods.yaml#/components/methods/eth_getProof + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_getUncleByBlockHashAndIndex + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_getUncleByBlockNumberAndIndex + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_getUncleCountByBlockHash + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_getUncleCountByBlockNumber + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_maxPriorityFeePerGas + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_newPendingTransactionFilter + - $ref: ../_components/custom/methods.yaml#/components/methods/eth_simulateV1 + - $ref: ../_components/custom/methods.yaml#/components/methods/eth_syncing - $ref: ../_components/evm/methods.yaml#/components/methods/eth_blockNumber - $ref: ../_components/evm/methods.yaml#/components/methods/eth_call - $ref: ../_components/evm/methods.yaml#/components/methods/eth_chainId diff --git a/src/openrpc/chains/stable/stable.yaml b/src/openrpc/chains/stable/stable.yaml index 25fa39946..42a98d3c4 100644 --- a/src/openrpc/chains/stable/stable.yaml +++ b/src/openrpc/chains/stable/stable.yaml @@ -10,9 +10,28 @@ servers: - url: https://stable-testnet.g.alchemy.com/v2 name: Stable Testnet methods: + - $ref: ../_components/custom/methods.yaml#/components/methods/eth_accounts + - $ref: ../_components/custom/methods.yaml#/components/methods/eth_blobBaseFee + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_createAccessList - $ref: ../_components/custom/methods.yaml#/components/methods/eth_feeHistory + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_getBlockReceipts + - $ref: ../_components/custom/methods.yaml#/components/methods/eth_getProof + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_getUncleByBlockHashAndIndex + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_getUncleByBlockNumberAndIndex + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_getUncleCountByBlockHash + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_getUncleCountByBlockNumber - $ref: >- ../_components/custom/methods.yaml#/components/methods/eth_maxPriorityFeePerGas + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/eth_newPendingTransactionFilter + - $ref: ../_components/custom/methods.yaml#/components/methods/eth_simulateV1 + - $ref: ../_components/custom/methods.yaml#/components/methods/eth_syncing - $ref: ../_components/evm/methods.yaml#/components/methods/eth_blockNumber - $ref: ../_components/evm/methods.yaml#/components/methods/eth_call - $ref: ../_components/evm/methods.yaml#/components/methods/eth_chainId diff --git a/src/openrpc/chains/zksync/zksync.yaml b/src/openrpc/chains/zksync/zksync.yaml index dd7b348e6..015643685 100644 --- a/src/openrpc/chains/zksync/zksync.yaml +++ b/src/openrpc/chains/zksync/zksync.yaml @@ -64,6 +64,7 @@ methods: - $ref: ../_components/zksync/methods.yaml#/components/methods/zks_estimateFee - $ref: >- ../_components/zksync/methods.yaml#/components/methods/zks_estimateGasL1ToL2 + - $ref: ../_components/zksync/methods.yaml#/components/methods/zks_gasPerPubdata - $ref: >- ../_components/zksync/methods.yaml#/components/methods/zks_getAllAccountBalances - $ref: >-