Skip to content

Commit f521017

Browse files
committed
docs(api-overview): update chain APIs overview from Daikon (batch 5/5)
1 parent f295045 commit f521017

File tree

1 file changed

+92
-0
lines changed

1 file changed

+92
-0
lines changed

fern/api-reference/node-api/chain-apis-overview.mdx

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1630,6 +1630,98 @@ Dive into each API's detailed documentation by following the links below, organi
16301630
| [`eth_uninstallFilter`](/docs/node/xmtp/xmtp-api-endpoints/eth-uninstall-filter) | [`eth_unsubscribe`](/docs/node/xmtp/xmtp-api-endpoints/eth-unsubscribe) |
16311631
| [`net_version`](/docs/node/xmtp/xmtp-api-endpoints/net-version) | [`web3_clientVersion`](/docs/node/xmtp/xmtp-api-endpoints/web-3-client-version) |
16321632
| [`web3_sha3`](/docs/node/xmtp/xmtp-api-endpoints/web-3-sha-3) | |
1633+
1634+
## ZetaChain APIs
1635+
1636+
📙 Get started with our [ZetaChain API Quickstart Guide](/docs/reference/zetachain-api-quickstart).
1637+
1638+
| | |
1639+
| ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
1640+
| [`eth_blockNumber`](/docs/node/zetachain/zeta-chain-api-endpoints/eth-block-number) | [`eth_call`](/docs/node/zetachain/zeta-chain-api-endpoints/eth-call) |
1641+
| [`eth_chainId`](/docs/node/zetachain/zeta-chain-api-endpoints/eth-chain-id) | [`eth_estimateGas`](/docs/node/zetachain/zeta-chain-api-endpoints/eth-estimate-gas) |
1642+
| [`eth_feeHistory`](/docs/node/zetachain/zeta-chain-api-endpoints/eth-fee-history) | [`eth_gasPrice`](/docs/node/zetachain/zeta-chain-api-endpoints/eth-gas-price) |
1643+
| [`eth_getAccount`](/docs/node/zetachain/zeta-chain-api-endpoints/eth-get-account) | [`eth_getBalance`](/docs/node/zetachain/zeta-chain-api-endpoints/eth-get-balance) |
1644+
| [`eth_getBlockByHash`](/docs/node/zetachain/zeta-chain-api-endpoints/eth-get-block-by-hash) | [`eth_getBlockByNumber`](/docs/node/zetachain/zeta-chain-api-endpoints/eth-get-block-by-number) |
1645+
| [`eth_getBlockReceipts`](/docs/node/zetachain/zeta-chain-api-endpoints/eth-get-block-receipts) | [`eth_getBlockTransactionCountByHash`](/docs/node/zetachain/zeta-chain-api-endpoints/eth-get-block-transaction-count-by-hash) |
1646+
| [`eth_getBlockTransactionCountByNumber`](/docs/node/zetachain/zeta-chain-api-endpoints/eth-get-block-transaction-count-by-number) | [`eth_getCode`](/docs/node/zetachain/zeta-chain-api-endpoints/eth-get-code) |
1647+
| [`eth_getFilterChanges`](/docs/node/zetachain/zeta-chain-api-endpoints/eth-get-filter-changes) | [`eth_getFilterLogs`](/docs/node/zetachain/zeta-chain-api-endpoints/eth-get-filter-logs) |
1648+
| [`eth_getLogs`](/docs/node/zetachain/zeta-chain-api-endpoints/eth-get-logs) | [`eth_getProof`](/docs/node/zetachain/zeta-chain-api-endpoints/eth-get-proof) |
1649+
| [`eth_getStorageAt`](/docs/node/zetachain/zeta-chain-api-endpoints/eth-get-storage-at) | [`eth_getTransactionByBlockHashAndIndex`](/docs/node/zetachain/zeta-chain-api-endpoints/eth-get-transaction-by-block-hash-and-index) |
1650+
| [`eth_getTransactionByBlockNumberAndIndex`](/docs/node/zetachain/zeta-chain-api-endpoints/eth-get-transaction-by-block-number-and-index) | [`eth_getTransactionByHash`](/docs/node/zetachain/zeta-chain-api-endpoints/eth-get-transaction-by-hash) |
1651+
| [`eth_getTransactionCount`](/docs/node/zetachain/zeta-chain-api-endpoints/eth-get-transaction-count) | [`eth_getTransactionReceipt`](/docs/node/zetachain/zeta-chain-api-endpoints/eth-get-transaction-receipt) |
1652+
| [`eth_getUncleByBlockHashAndIndex`](/docs/node/zetachain/zeta-chain-api-endpoints/eth-get-uncle-by-block-hash-and-index) | [`eth_getUncleByBlockNumberAndIndex`](/docs/node/zetachain/zeta-chain-api-endpoints/eth-get-uncle-by-block-number-and-index) |
1653+
| [`eth_getUncleCountByBlockHash`](/docs/node/zetachain/zeta-chain-api-endpoints/eth-get-uncle-count-by-block-hash) | [`eth_getUncleCountByBlockNumber`](/docs/node/zetachain/zeta-chain-api-endpoints/eth-get-uncle-count-by-block-number) |
1654+
| [`eth_maxPriorityFeePerGas`](/docs/node/zetachain/zeta-chain-api-endpoints/eth-max-priority-fee-per-gas) | [`eth_newBlockFilter`](/docs/node/zetachain/zeta-chain-api-endpoints/eth-new-block-filter) |
1655+
| [`eth_newFilter`](/docs/node/zetachain/zeta-chain-api-endpoints/eth-new-filter) | [`eth_protocolVersion`](/docs/node/zetachain/zeta-chain-api-endpoints/eth-protocol-version) |
1656+
| [`eth_sendRawTransaction`](/docs/node/zetachain/zeta-chain-api-endpoints/eth-send-raw-transaction) | [`eth_submitWork`](/docs/node/zetachain/zeta-chain-api-endpoints/eth-submit-work) |
1657+
| [`eth_subscribe`](/docs/node/zetachain/zeta-chain-api-endpoints/eth-subscribe) | [`eth_syncing`](/docs/node/zetachain/zeta-chain-api-endpoints/eth-syncing) |
1658+
| [`eth_uninstallFilter`](/docs/node/zetachain/zeta-chain-api-endpoints/eth-uninstall-filter) | [`eth_unsubscribe`](/docs/node/zetachain/zeta-chain-api-endpoints/eth-unsubscribe) |
1659+
| [`net_version`](/docs/node/zetachain/zeta-chain-api-endpoints/net-version) | [`web3_clientVersion`](/docs/node/zetachain/zeta-chain-api-endpoints/web-3-client-version) |
1660+
| [`web3_sha3`](/docs/node/zetachain/zeta-chain-api-endpoints/web-3-sha-3) | |
1661+
1662+
## ZKsync APIs
1663+
1664+
📙 Get started with our [ZKsync API Quickstart Guide](/docs/reference/zksync-api-quickstart).
1665+
1666+
| | |
1667+
| ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
1668+
| [`eth_accounts`](/docs/node/zksync/z-ksync-api-endpoints/eth-accounts) | [`eth_blockNumber`](/docs/node/zksync/z-ksync-api-endpoints/eth-block-number) |
1669+
| [`eth_call`](/docs/node/zksync/z-ksync-api-endpoints/eth-call) | [`eth_chainId`](/docs/node/zksync/z-ksync-api-endpoints/eth-chain-id) |
1670+
| [`eth_estimateGas`](/docs/node/zksync/z-ksync-api-endpoints/eth-estimate-gas) | [`eth_feeHistory`](/docs/node/zksync/z-ksync-api-endpoints/eth-fee-history) |
1671+
| [`eth_gasPrice`](/docs/node/zksync/z-ksync-api-endpoints/eth-gas-price) | [`eth_getAccount`](/docs/node/zksync/z-ksync-api-endpoints/eth-get-account) |
1672+
| [`eth_getBalance`](/docs/node/zksync/z-ksync-api-endpoints/eth-get-balance) | [`eth_getBlockByHash`](/docs/node/zksync/z-ksync-api-endpoints/eth-get-block-by-hash) |
1673+
| [`eth_getBlockByNumber`](/docs/node/zksync/z-ksync-api-endpoints/eth-get-block-by-number) | [`eth_getBlockReceipts`](/docs/node/zksync/z-ksync-api-endpoints/eth-get-block-receipts) |
1674+
| [`eth_getBlockTransactionCountByHash`](/docs/node/zksync/z-ksync-api-endpoints/eth-get-block-transaction-count-by-hash) | [`eth_getBlockTransactionCountByNumber`](/docs/node/zksync/z-ksync-api-endpoints/eth-get-block-transaction-count-by-number) |
1675+
| [`eth_getCode`](/docs/node/zksync/z-ksync-api-endpoints/eth-get-code) | [`eth_getFilterChanges`](/docs/node/zksync/z-ksync-api-endpoints/eth-get-filter-changes) |
1676+
| [`eth_getFilterLogs`](/docs/node/zksync/z-ksync-api-endpoints/eth-get-filter-logs) | [`eth_getLogs`](/docs/node/zksync/z-ksync-api-endpoints/eth-get-logs) |
1677+
| [`eth_getStorageAt`](/docs/node/zksync/z-ksync-api-endpoints/eth-get-storage-at) | [`eth_getTransactionByBlockHashAndIndex`](/docs/node/zksync/z-ksync-api-endpoints/eth-get-transaction-by-block-hash-and-index) |
1678+
| [`eth_getTransactionByBlockNumberAndIndex`](/docs/node/zksync/z-ksync-api-endpoints/eth-get-transaction-by-block-number-and-index) | [`eth_getTransactionByHash`](/docs/node/zksync/z-ksync-api-endpoints/eth-get-transaction-by-hash) |
1679+
| [`eth_getTransactionCount`](/docs/node/zksync/z-ksync-api-endpoints/eth-get-transaction-count) | [`eth_getTransactionReceipt`](/docs/node/zksync/z-ksync-api-endpoints/eth-get-transaction-receipt) |
1680+
| [`eth_getUncleCountByBlockHash`](/docs/node/zksync/z-ksync-api-endpoints/eth-get-uncle-count-by-block-hash) | [`eth_getUncleCountByBlockNumber`](/docs/node/zksync/z-ksync-api-endpoints/eth-get-uncle-count-by-block-number) |
1681+
| [`eth_newBlockFilter`](/docs/node/zksync/z-ksync-api-endpoints/eth-new-block-filter) | [`eth_newFilter`](/docs/node/zksync/z-ksync-api-endpoints/eth-new-filter) |
1682+
| [`eth_sendRawTransaction`](/docs/node/zksync/z-ksync-api-endpoints/eth-send-raw-transaction) | [`eth_sendRawTransactionSync`](/docs/node/zksync/z-ksync-api-endpoints/eth-send-raw-transaction-sync) |
1683+
| [`eth_submitWork`](/docs/node/zksync/z-ksync-api-endpoints/eth-submit-work) | [`eth_subscribe`](/docs/node/zksync/z-ksync-api-endpoints/eth-subscribe) |
1684+
| [`eth_syncing`](/docs/node/zksync/z-ksync-api-endpoints/eth-syncing) | [`eth_uninstallFilter`](/docs/node/zksync/z-ksync-api-endpoints/eth-uninstall-filter) |
1685+
| [`eth_unsubscribe`](/docs/node/zksync/z-ksync-api-endpoints/eth-unsubscribe) | [`net_version`](/docs/node/zksync/z-ksync-api-endpoints/net-version) |
1686+
| [`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) |
1687+
| [`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) |
1688+
| [`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) |
1689+
| [`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) |
1690+
| [`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) |
1691+
| [`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) |
1692+
| [`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) |
1693+
| [`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) |
1694+
| [`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) |
1695+
| [`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) |
1696+
| [`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) |
1697+
| [`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) |
1698+
| [`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) |
1699+
| [`zks_sendRawTransactionWithDetailedOutput`](/docs/node/zksync/z-ksync-api-endpoints/zks-send-raw-transaction-with-detailed-output) | |
1700+
1701+
## Zora APIs
1702+
1703+
📙 Get started with our [Zora API Quickstart Guide](/docs/reference/zora-api-quickstart).
1704+
1705+
| | |
1706+
| ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
1707+
| [`eth_blockNumber`](/docs/node/zora/zora-api-endpoints/eth-block-number) | [`eth_call`](/docs/node/zora/zora-api-endpoints/eth-call) |
1708+
| [`eth_chainId`](/docs/node/zora/zora-api-endpoints/eth-chain-id) | [`eth_estimateGas`](/docs/node/zora/zora-api-endpoints/eth-estimate-gas) |
1709+
| [`eth_feeHistory`](/docs/node/zora/zora-api-endpoints/eth-fee-history) | [`eth_gasPrice`](/docs/node/zora/zora-api-endpoints/eth-gas-price) |
1710+
| [`eth_getAccount`](/docs/node/zora/zora-api-endpoints/eth-get-account) | [`eth_getBalance`](/docs/node/zora/zora-api-endpoints/eth-get-balance) |
1711+
| [`eth_getBlockByHash`](/docs/node/zora/zora-api-endpoints/eth-get-block-by-hash) | [`eth_getBlockByNumber`](/docs/node/zora/zora-api-endpoints/eth-get-block-by-number) |
1712+
| [`eth_getBlockReceipts`](/docs/node/zora/zora-api-endpoints/eth-get-block-receipts) | [`eth_getBlockTransactionCountByHash`](/docs/node/zora/zora-api-endpoints/eth-get-block-transaction-count-by-hash) |
1713+
| [`eth_getBlockTransactionCountByNumber`](/docs/node/zora/zora-api-endpoints/eth-get-block-transaction-count-by-number) | [`eth_getCode`](/docs/node/zora/zora-api-endpoints/eth-get-code) |
1714+
| [`eth_getFilterChanges`](/docs/node/zora/zora-api-endpoints/eth-get-filter-changes) | [`eth_getFilterLogs`](/docs/node/zora/zora-api-endpoints/eth-get-filter-logs) |
1715+
| [`eth_getLogs`](/docs/node/zora/zora-api-endpoints/eth-get-logs) | [`eth_getStorageAt`](/docs/node/zora/zora-api-endpoints/eth-get-storage-at) |
1716+
| [`eth_getTransactionByBlockHashAndIndex`](/docs/node/zora/zora-api-endpoints/eth-get-transaction-by-block-hash-and-index) | [`eth_getTransactionByBlockNumberAndIndex`](/docs/node/zora/zora-api-endpoints/eth-get-transaction-by-block-number-and-index) |
1717+
| [`eth_getTransactionByHash`](/docs/node/zora/zora-api-endpoints/eth-get-transaction-by-hash) | [`eth_getTransactionCount`](/docs/node/zora/zora-api-endpoints/eth-get-transaction-count) |
1718+
| [`eth_getTransactionReceipt`](/docs/node/zora/zora-api-endpoints/eth-get-transaction-receipt) | [`eth_newBlockFilter`](/docs/node/zora/zora-api-endpoints/eth-new-block-filter) |
1719+
| [`eth_newFilter`](/docs/node/zora/zora-api-endpoints/eth-new-filter) | [`eth_sendRawTransaction`](/docs/node/zora/zora-api-endpoints/eth-send-raw-transaction) |
1720+
| [`eth_sendRawTransactionSync`](/docs/node/zora/zora-api-endpoints/eth-send-raw-transaction-sync) | [`eth_simulateV1`](/docs/node/zora/zora-api-endpoints/eth-simulate-v-1) |
1721+
| [`eth_submitWork`](/docs/node/zora/zora-api-endpoints/eth-submit-work) | [`eth_subscribe`](/docs/node/zora/zora-api-endpoints/eth-subscribe) |
1722+
| [`eth_uninstallFilter`](/docs/node/zora/zora-api-endpoints/eth-uninstall-filter) | [`eth_unsubscribe`](/docs/node/zora/zora-api-endpoints/eth-unsubscribe) |
1723+
| [`net_version`](/docs/node/zora/zora-api-endpoints/net-version) | [`web3_clientVersion`](/docs/node/zora/zora-api-endpoints/web-3-client-version) |
1724+
| [`web3_sha3`](/docs/node/zora/zora-api-endpoints/web-3-sha-3) | |
16331725
{/* END AUTOGENERATED SECTION */}
16341726

16351727
## Debug and Trace APIs

0 commit comments

Comments
 (0)