@@ -1429,12 +1429,12 @@ Dive into each API's detailed documentation by following the links below, organi
14291429| [ ` 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 ) |
14301430| [ ` 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 ) |
14311431| [ ` eth_newBlockFilter ` ] ( /docs/node/stable/stable-api-endpoints/eth-new-block-filter ) | [ ` eth_newFilter ` ] ( /docs/node/stable/stable-api-endpoints/eth-new-filter ) |
1432- | [ ` 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 ) |
1433- | [ ` eth_simulateV1 ` ] ( /docs/node/stable/stable-api-endpoints/eth-simulate-v-1 ) | [ ` eth_submitWork ` ] ( /docs/node/stable/stable-api-endpoints/eth-submit-work ) |
1434- | [ ` eth_subscribe ` ] ( /docs/node/stable/stable-api-endpoints/eth-subscribe ) | [ ` eth_syncing ` ] ( /docs/node/stable/stable-api-endpoints/eth-syncing ) |
1435- | [ ` eth_uninstallFilter ` ] ( /docs/node/stable/stable-api-endpoints/eth-uninstall-filter ) | [ ` eth_unsubscribe ` ] ( /docs/node/stable/stable-api-endpoints/eth-unsubscribe ) |
1436- | [ ` net_version ` ] ( /docs/node/stable/stable-api-endpoints/net-version ) | [ ` web3_clientVersion ` ] ( /docs/node/stable/stable-api-endpoints/web-3-client- version ) |
1437- | [ ` web3_sha3 ` ] ( /docs/node/stable/stable-api-endpoints/web-3-sha-3 ) | |
1432+ | [ ` eth_newPendingTransactionFilter ` ] ( /docs/node/stable/stable-api-endpoints/eth-new-pending-transaction-filter ) | [ ` eth_protocolVersion ` ] ( /docs/node/stable/stable-api-endpoints/eth-protocol-version ) |
1433+ | [ ` eth_sendRawTransaction ` ] ( /docs/node/stable/stable-api-endpoints/eth-send-raw-transaction ) | [ ` eth_simulateV1 ` ] ( /docs/node/stable/stable-api-endpoints/eth-simulate-v-1 ) |
1434+ | [ ` eth_submitWork ` ] ( /docs/node/stable/stable-api-endpoints/eth-submit-work ) | [ ` eth_subscribe ` ] ( /docs/node/stable/stable-api-endpoints/eth-subscribe ) |
1435+ | [ ` eth_syncing ` ] ( /docs/node/stable/stable-api-endpoints/eth-syncing ) | [ ` eth_uninstallFilter ` ] ( /docs/node/stable/stable-api-endpoints/eth-uninstall-filter ) |
1436+ | [ ` eth_unsubscribe ` ] ( /docs/node/stable/stable-api-endpoints/eth-unsubscribe ) | [ ` net_version ` ] ( /docs/node/stable/stable-api-endpoints/net- version ) |
1437+ | [ ` web3_clientVersion ` ] ( /docs/node/stable/stable-api-endpoints/web-3-client-version ) | [ ` web3_sha3 ` ] ( /docs/node/stable/stable-api-endpoints/web-3-sha-3 ) |
14381438
14391439## Starknet APIs
14401440
@@ -1507,6 +1507,29 @@ Dive into each API's detailed documentation by following the links below, organi
15071507| [ ` net_version ` ] ( /docs/node/superseed/superseed-api-endpoints/net-version ) | [ ` web3_clientVersion ` ] ( /docs/node/superseed/superseed-api-endpoints/web-3-client-version ) |
15081508| [ ` web3_sha3 ` ] ( /docs/node/superseed/superseed-api-endpoints/web-3-sha-3 ) | |
15091509
1510+ ## Tea APIs
1511+
1512+ 📙 Get started with our [ Tea API Quickstart Guide] ( /docs/reference/tea-api-quickstart ) .
1513+
1514+ | | |
1515+ | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
1516+ | [ ` eth_blockNumber ` ] ( /docs/node/tea/tea-api-endpoints/eth-block-number ) | [ ` eth_call ` ] ( /docs/node/tea/tea-api-endpoints/eth-call ) |
1517+ | [ ` eth_chainId ` ] ( /docs/node/tea/tea-api-endpoints/eth-chain-id ) | [ ` eth_estimateGas ` ] ( /docs/node/tea/tea-api-endpoints/eth-estimate-gas ) |
1518+ | [ ` eth_gasPrice ` ] ( /docs/node/tea/tea-api-endpoints/eth-gas-price ) | [ ` eth_getAccount ` ] ( /docs/node/tea/tea-api-endpoints/eth-get-account ) |
1519+ | [ ` eth_getBalance ` ] ( /docs/node/tea/tea-api-endpoints/eth-get-balance ) | [ ` eth_getBlockByHash ` ] ( /docs/node/tea/tea-api-endpoints/eth-get-block-by-hash ) |
1520+ | [ ` eth_getBlockByNumber ` ] ( /docs/node/tea/tea-api-endpoints/eth-get-block-by-number ) | [ ` eth_getBlockTransactionCountByHash ` ] ( /docs/node/tea/tea-api-endpoints/eth-get-block-transaction-count-by-hash ) |
1521+ | [ ` eth_getBlockTransactionCountByNumber ` ] ( /docs/node/tea/tea-api-endpoints/eth-get-block-transaction-count-by-number ) | [ ` eth_getCode ` ] ( /docs/node/tea/tea-api-endpoints/eth-get-code ) |
1522+ | [ ` eth_getFilterChanges ` ] ( /docs/node/tea/tea-api-endpoints/eth-get-filter-changes ) | [ ` eth_getFilterLogs ` ] ( /docs/node/tea/tea-api-endpoints/eth-get-filter-logs ) |
1523+ | [ ` eth_getLogs ` ] ( /docs/node/tea/tea-api-endpoints/eth-get-logs ) | [ ` eth_getStorageAt ` ] ( /docs/node/tea/tea-api-endpoints/eth-get-storage-at ) |
1524+ | [ ` eth_getTransactionByBlockHashAndIndex ` ] ( /docs/node/tea/tea-api-endpoints/eth-get-transaction-by-block-hash-and-index ) | [ ` eth_getTransactionByBlockNumberAndIndex ` ] ( /docs/node/tea/tea-api-endpoints/eth-get-transaction-by-block-number-and-index ) |
1525+ | [ ` eth_getTransactionByHash ` ] ( /docs/node/tea/tea-api-endpoints/eth-get-transaction-by-hash ) | [ ` eth_getTransactionCount ` ] ( /docs/node/tea/tea-api-endpoints/eth-get-transaction-count ) |
1526+ | [ ` eth_getTransactionReceipt ` ] ( /docs/node/tea/tea-api-endpoints/eth-get-transaction-receipt ) | [ ` eth_newBlockFilter ` ] ( /docs/node/tea/tea-api-endpoints/eth-new-block-filter ) |
1527+ | [ ` eth_newFilter ` ] ( /docs/node/tea/tea-api-endpoints/eth-new-filter ) | [ ` eth_sendRawTransaction ` ] ( /docs/node/tea/tea-api-endpoints/eth-send-raw-transaction ) |
1528+ | [ ` eth_submitWork ` ] ( /docs/node/tea/tea-api-endpoints/eth-submit-work ) | [ ` eth_subscribe ` ] ( /docs/node/tea/tea-api-endpoints/eth-subscribe ) |
1529+ | [ ` eth_uninstallFilter ` ] ( /docs/node/tea/tea-api-endpoints/eth-uninstall-filter ) | [ ` eth_unsubscribe ` ] ( /docs/node/tea/tea-api-endpoints/eth-unsubscribe ) |
1530+ | [ ` net_version ` ] ( /docs/node/tea/tea-api-endpoints/net-version ) | [ ` web3_clientVersion ` ] ( /docs/node/tea/tea-api-endpoints/web-3-client-version ) |
1531+ | [ ` web3_sha3 ` ] ( /docs/node/tea/tea-api-endpoints/web-3-sha-3 ) | |
1532+
15101533## Tron APIs
15111534
15121535📙 Get started with our [ Tron API Quickstart Guide] ( /docs/reference/tron-api-quickstart ) .
0 commit comments