Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
fa8ad8a
docs(specs): update OpenRPC specifications from Daikon
alchemy-bot Nov 20, 2025
b5a32a6
docs(api-overview): update chain APIs overview from Daikon (batch 1/5)
alchemy-bot Nov 20, 2025
00322c2
docs(api-overview): update chain APIs overview from Daikon (batch 2/5)
alchemy-bot Nov 20, 2025
fc60339
docs(api-overview): update chain APIs overview from Daikon (batch 3/5)
alchemy-bot Nov 20, 2025
bc69f6b
docs(api-overview): update chain APIs overview from Daikon (batch 4/5)
alchemy-bot Nov 20, 2025
e37ded3
docs(api-overview): update chain APIs overview from Daikon (batch 5/5)
alchemy-bot Nov 20, 2025
82acc79
docs(specs): update OpenRPC specifications from Daikon
alchemy-bot Nov 21, 2025
10a3062
docs(api-overview): update chain APIs overview from Daikon (batch 1/5)
alchemy-bot Nov 21, 2025
ed07d0f
docs(api-overview): update chain APIs overview from Daikon (batch 2/5)
alchemy-bot Nov 21, 2025
796f12b
docs(api-overview): update chain APIs overview from Daikon (batch 3/5)
alchemy-bot Nov 21, 2025
ab8b96b
docs(api-overview): update chain APIs overview from Daikon (batch 4/5)
alchemy-bot Nov 21, 2025
940b674
docs(api-overview): update chain APIs overview from Daikon (batch 5/5)
alchemy-bot Nov 21, 2025
af65c93
docs(specs): update OpenRPC specifications from Daikon
alchemy-bot Nov 24, 2025
711577a
docs(api-overview): update chain APIs overview from Daikon (batch 1/5)
alchemy-bot Nov 24, 2025
b27ff43
docs(api-overview): update chain APIs overview from Daikon (batch 2/5)
alchemy-bot Nov 24, 2025
f59dc9d
docs(api-overview): update chain APIs overview from Daikon (batch 3/5)
alchemy-bot Nov 24, 2025
5c4cb38
docs(api-overview): update chain APIs overview from Daikon (batch 4/5)
alchemy-bot Nov 24, 2025
4b602f7
docs(api-overview): update chain APIs overview from Daikon (batch 5/5)
alchemy-bot Nov 24, 2025
e325bd3
docs(specs): update OpenRPC specifications from Daikon
alchemy-bot Nov 25, 2025
0f3b1ea
docs(api-overview): update chain APIs overview from Daikon (batch 1/5)
alchemy-bot Nov 25, 2025
41d5434
docs(api-overview): update chain APIs overview from Daikon (batch 2/5)
alchemy-bot Nov 25, 2025
41ebcb6
docs(api-overview): update chain APIs overview from Daikon (batch 3/5)
alchemy-bot Nov 25, 2025
caf97b6
docs(api-overview): update chain APIs overview from Daikon (batch 4/5)
alchemy-bot Nov 25, 2025
8387dbf
docs(api-overview): update chain APIs overview from Daikon (batch 5/5)
alchemy-bot Nov 25, 2025
3d9af59
Merge branch 'main' into bot/daikon-specs-update
SahilAujla Nov 26, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
250 changes: 144 additions & 106 deletions fern/api-reference/node-api/chain-apis-overview.mdx

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions src/openrpc/chains/adi/adi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions src/openrpc/chains/bitcoin/bitcoin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -37,13 +40,15 @@ 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
- $ref: ../_components/bitcoin/methods.yaml#/components/methods/gettxoutproof
- $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
Expand Down
20 changes: 18 additions & 2 deletions src/openrpc/chains/celo/celo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions src/openrpc/chains/citrea/citrea.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 14 additions & 0 deletions src/openrpc/chains/hyperliquid/hyperliquid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions src/openrpc/chains/linea/linea.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions src/openrpc/chains/monad/monad.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
19 changes: 19 additions & 0 deletions src/openrpc/chains/plasma/plasma.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
22 changes: 22 additions & 0 deletions src/openrpc/chains/sonic/sonic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
19 changes: 19 additions & 0 deletions src/openrpc/chains/stable/stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/openrpc/chains/zksync/zksync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >-
Expand Down
Loading