From 5fc42fc2efa4f663a9fc794ad815599c307a2130 Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Thu, 2 Jul 2026 15:45:58 -0400 Subject: [PATCH 01/42] Restructure top-level navigation (mockup) Reorganizes the docs tabs to match how users look for information: - Merge the Node tab into Chains: the Node API is our implementation of the standard JSON-RPC API, but the actual APIs live under Chains. The Chains tab now opens with an Introduction (Chain APIs Overview, Node API Overview, Supported Chains, MEV Protection, Pricing) followed by the cross-chain WebSockets, Yellowstone gRPC, Trace API, and Debug API sections and then the per-chain sections. - Remove the deprecated Rollups tab from top level; its pages get a temporary home at the bottom of Chains as "Launch Your Own Chain (Rollups)" until deprecation is communicated to all customers. - Promote Build with AI to its own top-level tab for visibility. - Rename Get Started to "Tools & Resources" (tab key: resources). The tab keeps the "tutorials" slug so existing URLs are unchanged; the Get Started page is slated to become the docs homepage in a follow-up. All 616 pages and every API spec reference are preserved. MDX pages pin their URLs via frontmatter slugs, so only nav-generated endpoint URLs under /docs/node/... move; wildcard redirects cover those, and existing redirect destinations into the moved trees are repointed to avoid double hops. Co-Authored-By: Claude Fable 5 --- content/docs.yml | 4137 +++++++++++++++++++++-------------------- content/redirects.yml | 54 +- 2 files changed, 2108 insertions(+), 2083 deletions(-) diff --git a/content/docs.yml b/content/docs.yml index 855eda851..6baaacd74 100644 --- a/content/docs.yml +++ b/content/docs.yml @@ -1,2338 +1,2343 @@ # yaml-language-server: $schema=./docs-yml.schema.json tabs: - get-started: - display-name: Get Started - slug: tutorials chains: display-name: Chains slug: chains - node: - display-name: Node - slug: node data: display-name: Data slug: data wallets: display-name: Wallets slug: wallets - rollups: - display-name: Rollups - slug: rollups + build-with-ai: + display-name: Build with AI + slug: build-with-ai + # Former "get-started" tab. Keeps the "tutorials" slug so existing URLs + # under /docs/tutorials/... keep working. + resources: + display-name: Tools & Resources + slug: tutorials changelog: display-name: Changelog slug: changelog navigation: - - tab: get-started + # The former "Node" tab is merged into Chains: the Node API is our + # implementation of the standard JSON-RPC API and the per-chain APIs below + # are where those endpoints live, so they now share one tab. + - tab: chains layout: - section: Introduction contents: - - page: Get Started - path: api-reference/introduction/api-overview.mdx - - section: Alchemy Quickstart Guides - path: >- - api-reference/introduction/alchemy-quickstart-guide.mdx - contents: - - page: Create an Alchemy API Key - path: tutorials/getting-started/create-an-api-key.mdx - - page: Make Your First Alchemy Request - path: tutorials/getting-started/make-your-first-request.mdx - - page: Set Up Alchemy with Viem - path: tutorials/getting-started/set-up-alchemy-with-viem.mdx - - page: Set Up Alchemy with any Library via AI - path: tutorials/getting-started/alchemy-via-libraries.mdx - slug: alchemy-quickstart-guides + - page: Chain APIs Overview + path: api-reference/node-api/chain-apis-overview.mdx + - page: Node API Overview + path: api-reference/node-api/node-api-overview.mdx + - page: Supported Chains + path: api-reference/node-api/node-supported-chains.mdx + - page: MEV Protection + path: api-reference/node-api/mev-protection.mdx + - link: Pricing + href: /docs/reference/pricing-plans slug: introduction - - section: Pricing & Resources + + - section: WebSockets contents: - - section: Pricing - contents: - - page: Pricing Plans - path: api-reference/pricing-resources/pricing/pricing-plans.mdx - - page: Compute Units - path: api-reference/pricing-resources/pricing/compute-units.mdx - - page: Compute Unit Costs - path: api-reference/pricing-resources/pricing/compute-unit-costs.mdx - slug: pricing - - section: Pricing FAQ + - page: Subscription API Overview + path: api-reference/websockets/subscription-api.mdx + - page: Best Practices for Using WebSockets in Web3 + path: >- + api-reference/websockets/best-practices-for-using-websockets-in-web3.mdx + - section: Subscription API Endpoints + path: >- + api-reference/websockets/subscription-api-endpoints/subscription-api-endpoints.mdx contents: - - page: Pay As You Go Pricing FAQ + - page: alchemy_minedTransactions path: >- - api-reference/pricing-resources/pricing-faq/pay-as-you-go-pricing-faq.mdx - slug: pricing-faq - - section: Resources - contents: - - page: Feature support by chain + api-reference/websockets/subscription-api-endpoints/alchemy-minedtransactions.mdx + - page: alchemy_pendingTransactions path: >- - api-reference/pricing-resources/resources/feature-support-by-chain.mdx - - page: Throughput - path: api-reference/pricing-resources/resources/throughput.mdx - - page: Batch Requests - path: api-reference/pricing-resources/resources/batch-requests.mdx - - page: Gas Limits + api-reference/websockets/subscription-api-endpoints/alchemy-pendingtransactions.mdx + - page: newPendingTransactions path: >- - api-reference/pricing-resources/resources/gas-limits-for-eth-call-and-eth-estimategas.mdx - - page: Error Reference - path: api-reference/pricing-resources/resources/error-reference.mdx - slug: resources - slug: pricing-resources - - section: Build with AI - contents: - - page: Overview - path: tutorials/build-with-ai/overview.mdx - - page: Agent Skills - path: tutorials/build-with-ai/alchemy-agent-skills.mdx - - page: Alchemy CLI - path: tutorials/build-with-ai/alchemy-cli.mdx - - page: Agent Wallets - path: tutorials/build-with-ai/agent-wallets.mdx - - page: Alchemy MCP Server - path: tutorials/build-with-ai/alchemy-mcp-server.mdx - - page: Alchemy Claude Plugin - path: tutorials/build-with-ai/alchemy-claude-plugin.mdx - - page: Agent Authentication and Payment - path: tutorials/build-with-ai/alchemy-for-agents.mdx - - section: Tutorials + api-reference/websockets/subscription-api-endpoints/newpendingtransactions.mdx + - page: newHeads + path: >- + api-reference/websockets/subscription-api-endpoints/newheads.mdx + - page: logs + path: api-reference/websockets/subscription-api-endpoints/logs.mdx + - page: monadNewHeads + path: >- + api-reference/websockets/subscription-api-endpoints/monadnewheads.mdx + - page: monadLogs + path: >- + api-reference/websockets/subscription-api-endpoints/monadlogs.mdx + slug: subscription-api-endpoints + - section: Solana Subscription API Endpoints + path: >- + api-reference/websockets/solana-subscription-api-endpoints/solana-subscription-api-endpoints.mdx contents: - - page: Add Alchemy RPC To Any Project - path: tutorials/build-with-ai/add-alchemy-rpc-to-any-project.mdx - - page: Build a Web3 Dashboard - path: tutorials/build-with-ai/web3-dashboard-prompt.mdx - - page: Learning Alchemy's Data APIs using Cursor - path: tutorials/build-with-ai/data-apis-with-cursor.mdx - - section: Tools + - page: accountSubscribe + path: >- + api-reference/websockets/solana-subscription-api-endpoints/account-subscribe.mdx + - page: programSubscribe + path: >- + api-reference/websockets/solana-subscription-api-endpoints/program-subscribe.mdx + - page: logsSubscribe + path: >- + api-reference/websockets/solana-subscription-api-endpoints/logs-subscribe.mdx + - page: signatureSubscribe + path: >- + api-reference/websockets/solana-subscription-api-endpoints/signature-subscribe.mdx + - page: rootSubscribe + path: >- + api-reference/websockets/solana-subscription-api-endpoints/root-subscribe.mdx + - page: slotSubscribe + path: >- + api-reference/websockets/solana-subscription-api-endpoints/slot-subscribe.mdx + slug: solana-subscription-api-endpoints + slug: websockets + + - section: Yellowstone gRPC contents: - - page: Tools Quickstart - path: tutorials/getting-started/dashboard/dashboard-tools-quickstart.mdx - - page: Sandbox - path: tutorials/getting-started/dashboard/alchemy-sandbox.mdx - - page: Alerts - path: tutorials/getting-started/developer-best-practices/dashboard-alerts.mdx - - page: Request Logs - path: tutorials/getting-started/dashboard/request-logs.mdx - - page: Roles - path: tutorials/getting-started/dashboard/dashboard-roles.mdx - - page: Single Sign-On (SSO) - path: tutorials/getting-started/dashboard/dashboard-sso.mdx - - section: Admin API - hidden: true + - section: Getting Started contents: - page: Overview - path: admin-api/overview.mdx + path: api-reference/yellowstone/overview.mdx - page: Quickstart - path: admin-api/quickstart.mdx - - api: Admin API Endpoints - api-name: admin-api - flattened: true - - api: Usage API Endpoints - api-name: usage-api - flattened: true - - section: Activity Log - hidden: true + path: api-reference/yellowstone/quickstart.mdx + slug: getting-started + - section: API Reference + path: api-reference/yellowstone/api-reference-overview.mdx contents: - - page: Overview - path: tutorials/getting-started/dashboard/activity-log.mdx - - page: Webhook Subscriptions - path: tutorials/getting-started/dashboard/activity-log-webhook-subscriptions.mdx - - page: OCSF Mapping - path: tutorials/getting-started/dashboard/activity-log-ocsf-mapping.mdx - - section: Tutorials + - page: Subscribe Request + path: api-reference/yellowstone/subscribe-request.mdx + - page: Subscribe to Slots + path: api-reference/yellowstone/subscribe-slots.mdx + - page: Subscribe to Transactions + path: api-reference/yellowstone/subscribe-transactions.mdx + - page: Subscribe to Accounts + path: api-reference/yellowstone/subscribe-accounts.mdx + - page: Subscribe to Blocks + path: api-reference/yellowstone/subscribe-blocks.mdx + slug: api-reference + - section: Resources + contents: + - page: Code Examples + path: api-reference/yellowstone/examples.mdx + - page: Best Practices + path: api-reference/yellowstone/best-practices.mdx + slug: resources + slug: yellowstone-grpc + + - section: Trace API contents: - - section: Transactions + - page: Trace API Overview + path: api-reference/trace-api/trace-api-quickstart.mdx + - api: Trace API Endpoints + api-name: trace + - section: Trace API Resources + path: >- + api-reference/trace-api/trace-api-resources/what-are-evm-traces.mdx contents: - - section: Understanding Transactions - path: tutorials/transactions/understanding-transactions.mdx - contents: - - page: Ethereum Transactions - Pending, Mined, Dropped & Replaced - path: >- - tutorials/transactions/understanding-transactions/ethereum-transactions-pending-mined-dropped-replaced.mdx - - page: How to Query Transaction Details on Ethereum - path: >- - tutorials/transactions/understanding-transactions/how-to-get-transaction-details.mdx - - page: Understanding the Transaction Object on Ethereum - path: >- - tutorials/transactions/understanding-transactions/understanding-the-transaction-object-on-ethereum.mdx - - page: What are Internal Transactions? - path: >- - tutorials/transactions/understanding-transactions/what-are-internal-transactions.mdx - - page: How to Handle Checksum Addresses - path: >- - tutorials/transactions/understanding-transactions/how-to-handle-checksum-addresses.mdx - slug: understanding-transactions - - section: Sending Transactions + - page: Trace API vs. Debug API path: >- - tutorials/transactions/sending-transactions/sending-transactions.mdx - contents: - - page: How to Send Transactions on Ethereum - path: >- - tutorials/transactions/sending-transactions/how-to-send-transactions-on-ethereum.mdx - - page: How to Check the Status of a Transaction using its Hash - path: >- - tutorials/transactions/sending-transactions/how-to-check-the-status-of-a-transaction-using-its-hash.mdx - slug: sending-transactions - - section: Transaction History + api-reference/trace-api/trace-api-resources/trace-api-vs-debug-api.mdx + - page: What is trace_transaction? path: >- - tutorials/transactions/transaction-history/transaction-history.mdx - contents: - - page: How to Get the Number of Transactions in a Block - path: >- - tutorials/transactions/transaction-history/how-to-get-the-number-of-transactions-in-a-block.mdx - - page: How to Get Transaction History for an Address on Ethereum - path: >- - tutorials/transactions/transaction-history/how-to-get-transaction-history-for-an-address-on-ethereum.mdx - - page: How to Get a Contract's First Transfer Event - path: >- - tutorials/transactions/transaction-history/how-to-get-a-contracts-first-transfer-event.mdx - - page: How to Get a Contract's Last Transfer Event - path: >- - tutorials/transactions/transaction-history/how-to-get-a-contracts-last-transfer-event.mdx - - page: Integrating Historical Transaction Data into your dApp - path: >- - tutorials/transactions/transaction-history/integrating-historical-transaction-data-into-your-dapp.mdx - - page: How to Get Contract Deployment Transactions in a Block - path: >- - tutorials/transactions/transaction-history/how-to-get-contract-deployment-transactions-in-a-block.mdx - - page: How to Get All the Contracts Deployed by a Wallet - path: >- - tutorials/transactions/transaction-history/how-to-get-all-the-contracts-deployed-by-a-wallet.mdx - slug: transaction-history - - section: On-chain Events - path: tutorials/transactions/on-chain-events/on-chain-events.mdx - contents: - - page: How to Get On-chain Events on Ethereum - path: >- - tutorials/transactions/on-chain-events/how-to-get-on-chain-events.mdx - - page: "Understanding Logs: Deep Dive into eth_getLogs" - path: >- - tutorials/transactions/on-chain-events/deep-dive-into-eth-getlogs.mdx - slug: on-chain-events - - section: Transaction Simulation - path: >- - tutorials/transactions/transaction-simulation/transaction-simulation.mdx - contents: - - page: Integrating Simulation with 1 line of code - path: >- - tutorials/transactions/transaction-simulation/integrating-simulation-with-1-line-of-code.mdx - - page: Building a MetaMask Snap from scratch - path: >- - tutorials/transactions/transaction-simulation/building-a-metamask-snap-from-scratch.mdx - - page: Asset Changes - Explained - path: >- - tutorials/transactions/transaction-simulation/asset-changes-explained.mdx - - page: How to simulate a transaction on Ethereum - path: >- - tutorials/transactions/transaction-simulation/how-to-simulate-a-transaction-on-ethereum.mdx - slug: transaction-simulation - slug: transactions - - section: Streaming Data - contents: - - section: WebSocket Subscriptions - path: >- - tutorials/streaming-data/websocket-subscriptions/websocket-subscriptions.mdx - contents: - - page: How to Subscribe to Mined Transactions via WebSocket Endpoints - path: >- - tutorials/streaming-data/websocket-subscriptions/how-to-subscribe-to-pending-transactions-via-websocket-endpoints.mdx - - page: >- - How to Subscribe to Pending Transactions via WebSocket - Endpoints - path: >- - tutorials/streaming-data/websocket-subscriptions/how-to-subscribe-to-transactions-via-websocket-endpoints.mdx - slug: websocket-subscriptions - slug: streaming-data - - section: API Security and Authentication - contents: - - page: How To Create Access Keys - path: >- - tutorials/getting-started/api-security-and-authentication/how-to-create-access-keys.mdx - - page: How To Make HTTP Header-Based API Requests - path: >- - tutorials/getting-started/api-security-and-authentication/how-to-use-api-keys-in-http-headers.mdx - - page: How To Use JWTs For API Requests + api-reference/trace-api/trace-api-resources/what-is-trace-transaction.mdx + - page: What is trace_block? path: >- - tutorials/getting-started/api-security-and-authentication/how-to-use-jwts-for-api-requests.mdx - - page: Best Practices for Key Security and Management + api-reference/trace-api/trace-api-resources/what-is-trace-block.mdx + - page: What is trace_filter? path: >- - tutorials/getting-started/api-security-and-authentication/best-practices-for-key-security-and-management.mdx - - page: How to Add Allowlists to Your Apps for Enhanced Security + api-reference/trace-api/trace-api-resources/what-is-trace-filter.mdx + - page: trace_call vs debug_traceCall path: >- - tutorials/getting-started/api-security-and-authentication/how-to-add-allowlists-to-your-apps-for-enhanced-security.mdx - slug: api-security-and-authentication - - section: Developer Best Practices - path: >- - tutorials/getting-started/developer-best-practices/developer-best-practices.mdx + api-reference/trace-api/trace-api-resources/trace-call-vs-debug-tracecall.mdx + slug: trace-api-resources + slug: trace-api + - section: Debug API + contents: + - page: Debug API Overview + path: api-reference/debug-api/debug-api-quickstart.mdx + - api: Debug API Endpoints + api-name: debug + slug: debug-api + + - section: Ethereum + contents: + - page: Quickstart + path: api-reference/ethereum/ethereum-api-quickstart.mdx + - page: FAQ + path: api-reference/ethereum/ethereum-api-faq/ethereum-api-faq.mdx + - page: Ethereum API Overview + path: api-reference/ethereum/ethereum-api-overview.mdx + - api: Ethereum API Endpoints + api-name: eth + - api: Ethereum Beacon API Endpoints + api-name: eth-beacon + flattened: true + slug: ethereum + - section: Solana + contents: + - section: Quickstart + path: api-reference/solana/solana-api-quickstart.mdx contents: - - page: Best Practices When Using Alchemy - path: >- - tutorials/getting-started/developer-best-practices/best-practices-when-using-alchemy.mdx - - page: Best Practices for Deploying a Smart Contract on EVM Mainnets - path: >- - tutorials/getting-started/developer-best-practices/best-practices-for-deploying-a-smart-contract-on-evm-mainnets-1.mdx - - page: Choosing a Web3 Network - path: >- - tutorials/getting-started/developer-best-practices/choosing-a-web3-network.mdx - - page: >- - How to Enable Compression to Speed Up JSON-RPC Blockchain - Requests - path: >- - tutorials/getting-started/developer-best-practices/how-to-enable-compression-to-speed-up-json-rpc-blockchain-requests.mdx - - page: Debugging CORS problems for End-Users - path: >- - tutorials/getting-started/developer-best-practices/debugging-cors-problems-for-end-users.mdx - - page: How to Implement Retries - path: >- - tutorials/getting-started/developer-best-practices/how-to-implement-retries.mdx - - page: How to set usage limits for your account - path: >- - tutorials/getting-started/developer-best-practices/how-to-set-usage-limits-and-alerts-for-your-account.mdx - - link: Dashboard Alerts - href: /docs/dashboard-alerts - slug: developer-best-practices - - section: Understanding the EVM + - link: CU Calculator + href: https://solana-demo-sigma.vercel.app/ + - page: Accounts DB Infrastructure + path: api-reference/solana/accounts-db-infra.mdx + - page: Historical account state + path: api-reference/solana/historical-account-state.mdx + - section: Tutorials contents: - - page: How to Get the Latest Block on Ethereum - path: >- - tutorials/understanding-the-evm/how-to-get-the-latest-block-on-ethereum.mdx - - page: What are Uncle Blocks? - path: tutorials/understanding-the-evm/what-are-uncle-blocks.mdx - - page: What is Archive Data on Ethereum? - path: >- - tutorials/understanding-the-evm/what-is-archive-data-on-ethereum.mdx - - page: "Internal Playbook: Upgrading Ethereum Nodes" - path: >- - tutorials/understanding-the-evm/internal-playbook-upgrading-ethereum-nodes.mdx - - page: How to Calculate Ethereum Miner Rewards - path: >- - tutorials/understanding-the-evm/how-to-calculate-ethereum-miner-rewards.mdx - slug: understanding-the-evm - - section: Snapshots Service + - link: Hello World Solana Application + href: /docs/hello-world-solana-program + - link: Set up Frontend for Solana Application + href: /docs/hello-world-solana-application + - page: FAQ + path: api-reference/solana/solana-api-faq.mdx + - page: Solana API Overview + path: api-reference/solana/solana-api-overview.mdx + - api: Solana API Endpoints + api-name: solana + - link: Solana DAS APIs + href: /docs/reference/alchemy-das-apis-for-solana + - section: Solana Photon API + path: >- + api-reference/data/nft-api/alchemy-photon-apis-for-solana.mdx contents: - - page: Worldchain - path: tutorials/snapshots/worldchain.mdx - - page: Avalanche - path: tutorials/snapshots/avalanche.mdx - - page: Aptos - path: tutorials/snapshots/aptos.mdx - - page: Shape - path: tutorials/snapshots/shape.mdx - - page: Ink - path: tutorials/snapshots/ink.mdx - - page: Soneium - path: tutorials/snapshots/soneium.mdx - - page: Unichain - path: tutorials/snapshots/unichain.mdx - slug: /tutorials/snapshots - slug: tutorials - - section: New to Web3 + - api: Solana Photon API + api-name: solana-photon + flattened: true + slug: solana + - section: Abstract contents: - - section: Alchemy University + - page: Quickstart + path: api-reference/abstract/abstract-api-quickstart.mdx + - page: FAQ + path: api-reference/abstract/abstract-api-faq.mdx + - page: Abstract API Overview + path: api-reference/abstract/abstract-api-overview.mdx + - api: Abstract API Endpoints + api-name: abstract + slug: abstract + - section: ADI + contents: + - page: Quickstart + path: api-reference/adi/adi-api-quickstart.mdx + - page: FAQ + path: api-reference/adi/adi-api-faq.mdx + - page: ADI API Overview + path: api-reference/adi/adi-api-overview.mdx + - api: ADI API Endpoints + api-name: adi + slug: adi + + - section: Anime + contents: + - page: Quickstart + path: api-reference/anime/anime-api-quickstart.mdx + - page: FAQ + path: api-reference/anime/anime-api-faq.mdx + - page: Anime API Overview + path: api-reference/anime/anime-api-overview.mdx + - api: Anime API Endpoints + api-name: anime + slug: anime + - section: Apechain + contents: + - page: Quickstart + path: api-reference/apechain/apechain-api-quickstart.mdx + - page: FAQ + path: api-reference/apechain/apechain-api-faq.mdx + - api: ApeChain API Endpoints + api-name: apechain + slug: apechain + - section: Aptos + contents: + - page: Quickstart + path: api-reference/aptos/aptos-api-quickstart.mdx + - page: FAQ + path: api-reference/aptos/aptos-api-faq.mdx + - api: Aptos API Endpoints + api-name: aptos + flattened: true + slug: aptos + - section: Arbitrum + contents: + - page: Quickstart + path: api-reference/arbitrum/arbitrum-api-quickstart.mdx + - section: FAQ + path: api-reference/arbitrum/arbitrum-api-faq/arbitrum-api-faq.mdx contents: - - section: Blockchain Basics - path: tutorials/alchemy-university/blockchain-basics.mdx - contents: - - page: What is a blockchain? - path: >- - tutorials/alchemy-university/blockchain-basics/what-is-a-blockchain.mdx - - page: What is Proof of Work? - path: >- - tutorials/alchemy-university/blockchain-basics/proof-of-work.mdx - - page: What are blockchain consensus mechanisms? - path: >- - tutorials/alchemy-university/blockchain-basics/what-are-blockchain-consensus-mechanisms.mdx - - page: What does a blockchain network look like? - path: >- - tutorials/alchemy-university/blockchain-basics/what-are-blockchain-networks.mdx - - page: What is a 51% attack? - path: >- - tutorials/alchemy-university/blockchain-basics/51-percent-attack.mdx - - page: What is the Bitcoin genesis block? - path: >- - tutorials/alchemy-university/blockchain-basics/bitcoin-genesis-block.mdx - - page: UTXO vs. Account Models - path: >- - tutorials/alchemy-university/blockchain-basics/utxo-vs-account-models.mdx - - page: Web3 Glossary - path: tutorials/understanding-the-evm/web3-glossary.mdx - - page: Blockchain 101 - path: tutorials/understanding-the-evm/blockchain-101.mdx - slug: blockchain-basics - - section: Cryptography Basics - path: >- - tutorials/alchemy-university/cryptography-basics/cryptography-basics.mdx - contents: - - page: What is Public Key Cryptography? - path: >- - tutorials/alchemy-university/cryptography-basics/public-key-cryptography.mdx - - page: What is a hashing algorithm? - path: >- - tutorials/alchemy-university/cryptography-basics/hashing-algorithm.mdx - - page: How do tree data structures work? - path: >- - tutorials/alchemy-university/cryptography-basics/tree-data-structures.mdx - - page: What are Merkle trees? - path: >- - tutorials/alchemy-university/cryptography-basics/what-are-merkle-trees.mdx - - page: How are Merkle trees used in blockchains? - path: >- - tutorials/alchemy-university/cryptography-basics/merkle-trees-in-blockchains.mdx - - page: What are Patricia Merkle Tries? - path: >- - tutorials/alchemy-university/cryptography-basics/patricia-merkle-tries.mdx - slug: cryptography-basics - - section: Ethereum Basics - path: >- - tutorials/alchemy-university/ethereum-basics/ethereum-basics.mdx - contents: - - page: What is Ethereum? - path: >- - tutorials/alchemy-university/ethereum-basics/what-is-ethereum.mdx - - page: What is Proof of Stake? - path: >- - tutorials/alchemy-university/ethereum-basics/what-is-proof-of-stake.mdx - - page: How does Ethereum gas work? - path: tutorials/alchemy-university/ethereum-basics/ethereum-gas.mdx - - page: What are Ethereum Accounts? - path: >- - tutorials/alchemy-university/ethereum-basics/ethereum-accounts.mdx - - page: How to Read Data with JSON-RPC - path: >- - tutorials/alchemy-university/ethereum-basics/how-to-read-data-with-json-rpc.mdx - - page: How to create a JSON REST API for Ethereum - path: >- - tutorials/alchemy-university/ethereum-basics/create-json-rest-api.mdx - - page: What are Ethereum nodes? - path: >- - tutorials/alchemy-university/ethereum-basics/ethereum-nodes.mdx - - page: How do Ethereum transactions work? - path: >- - tutorials/alchemy-university/ethereum-basics/how-ethereum-transactions-work.mdx - - page: Introduction to Ethereum Frontend Libraries - path: >- - tutorials/alchemy-university/ethereum-basics/ethereum-frontend-libraries.mdx - slug: ethereum-basics - - section: Solidity Basics - path: >- - tutorials/alchemy-university/solidity-basics/solidity-basics.mdx - contents: - - page: What is Hardhat? - path: >- - tutorials/alchemy-university/solidity-basics/what-is-hardhat.mdx - - page: What is Solidity Syntax? - path: >- - tutorials/alchemy-university/solidity-basics/what-is-solidity-syntax.mdx - - page: How does Solidity work with the EVM? - path: >- - tutorials/alchemy-university/solidity-basics/how-does-solidity-work.mdx - - page: "Solidity vs. JavaScript: Similarities & Differences" - path: >- - tutorials/alchemy-university/solidity-basics/solidity-vs-javascript.mdx - - page: How do Solidity functions work? - path: >- - tutorials/alchemy-university/solidity-basics/solidity-functions.mdx - - page: How to Modify State Variables - path: >- - tutorials/alchemy-university/solidity-basics/how-to-modify-state-variables.mdx - - page: What does it mean to revert transactions? - path: >- - tutorials/alchemy-university/solidity-basics/revert-transactions.mdx - - page: How do Solidity Mappings work? - path: >- - tutorials/alchemy-university/solidity-basics/solidity-mappings.mdx - - page: What are Solidity events? - path: >- - tutorials/alchemy-university/solidity-basics/solidity-events.mdx - - page: How do Solidity arrays work? - path: >- - tutorials/alchemy-university/solidity-basics/how-solidity-arrays-work.mdx - - page: How do Solidity structs work? - path: >- - tutorials/alchemy-university/solidity-basics/how-do-solidity-structs-work.mdx - slug: solidity-basics - - section: Smart Contract Basics + - page: Arbitrum vs. Ethereum API Differences path: >- - tutorials/alchemy-university/smart-contract-basics/smart-contract-basics.mdx - contents: - - page: How do smart contracts communicate? - path: >- - tutorials/alchemy-university/smart-contract-basics/smart-contract-communication.mdx - - page: How to unit test a smart contract - path: >- - tutorials/alchemy-university/smart-contract-basics/how-to-unit-test-a-smart-contract.mdx - - page: How do smart contract ABIs work? - path: >- - tutorials/alchemy-university/smart-contract-basics/smart-contract-abi.mdx - - page: What are multi-signature contracts? - path: >- - tutorials/alchemy-university/smart-contract-basics/multi-sig-contracts.mdx - - page: What is Smart Contract inheritance? - path: >- - tutorials/alchemy-university/smart-contract-basics/smart-contract-inheritance.mdx - - page: What is an ERC-20 token? - path: >- - tutorials/alchemy-university/smart-contract-basics/what-is-erc-20.mdx - - page: What are NFTs? - path: >- - tutorials/alchemy-university/smart-contract-basics/what-are-nfts.mdx - - page: What are upgradeable smart contracts? - path: >- - tutorials/alchemy-university/smart-contract-basics/upgradeable-smart-contracts.mdx - slug: smart-contract-basics - slug: alchemy-university - - section: Developer Basics - contents: - - section: Learning Solidity - contents: - - page: What is Smart Contract Storage Layout? - path: tutorials/learning-solidity/smart-contract-storage-layout.mdx - - page: When to use Storage vs. Memory vs. Calldata in Solidity - path: >- - tutorials/learning-solidity/when-to-use-storage-vs-memory-vs-calldata-in-solidity.mdx - - page: What is the difference between Memory and Calldata in Solidity? - path: >- - tutorials/learning-solidity/what-is-the-difference-between-memory-and-calldata-in-solidity.mdx - - page: What are Payable Functions in Solidity? - path: tutorials/learning-solidity/solidity-payable-functions.mdx - - page: How to Get a Smart Contract's Balance in Solidity - path: >- - tutorials/learning-solidity/how-to-get-a-smart-contracts-balance-in-solidity.mdx - - page: How to Send Value from Within a Smart Contract Using Solidity - path: >- - tutorials/learning-solidity/how-to-send-value-from-within-a-smart-contract-using-solidity.mdx - - page: How to Interpret Binaries in Solidity - path: >- - tutorials/learning-solidity/how-to-interpret-binaries-in-solidity.mdx - - page: How to Interact with ERC-20 tokens in Solidity - path: >- - tutorials/learning-solidity/how-to-interact-with-erc-20-tokens-in-solidity.mdx - - page: How to Interact with ERC-721 Tokens in Solidity - path: >- - tutorials/learning-solidity/how-to-interact-with-erc-721-tokens-in-solidity.mdx - - page: >- - How to Make Your Dapp Compatible With Smart Contract Wallets Using - ERC-1271 - path: >- - tutorials/learning-solidity/how-to-make-your-dapp-compatible-with-smart-contract-wallets.mdx - - page: How to Verify a Message Signature on Ethereum - path: >- - tutorials/learning-solidity/how-to-verify-a-message-signature-on-ethereum/how-to-verify-a-message-signature-on-ethereum.mdx - slug: learning-solidity - - section: Creating Smart Contracts - contents: - - section: Hello World Solana Program - path: >- - api-reference/solana/hello-world.mdx - contents: - - page: How to Integrate a Solana Program with a Web3 Application - path: >- - api-reference/solana/hello-world-application.mdx - slug: hello-world-solana-program - - page: How to Deploy a Smart Contract to the Sepolia Testnet - path: >- - tutorials/creating-smart-contracts/how-to-deploy-a-smart-contract-to-the-sepolia-testnet.mdx - slug: creating-smart-contracts - slug: developer-basics + api-reference/arbitrum/arbitrum-api-faq/arbitrumethereum-differences.mdx + slug: arbitrum-api-faq - - tab: node - layout: - - section: Introduction + - page: Arbitrum API Overview + path: api-reference/arbitrum/arbitrum-api-overview.mdx + - api: Arbitrum API Endpoints + api-name: arbitrum + slug: arbitrum + - section: Arbitrum Nova contents: - - page: Node API Overview - path: api-reference/node-api/node-api-overview.mdx - - link: Pricing - href: /docs/reference/pricing-plans - - page: Supported Chains - path: api-reference/node-api/node-supported-chains.mdx - slug: introduction - - - section: WebSockets + - page: Arbitrum Nova Deprecation Notice + path: api-reference/arbitrum-nova/arbitrum-nova-deprecation-notice.mdx + slug: arbitrum-nova + - section: Arc contents: - - page: Subscription API Overview - path: api-reference/websockets/subscription-api.mdx - - page: Best Practices for Using WebSockets in Web3 - path: >- - api-reference/websockets/best-practices-for-using-websockets-in-web3.mdx - - section: Subscription API Endpoints - path: >- - api-reference/websockets/subscription-api-endpoints/subscription-api-endpoints.mdx - contents: - - page: alchemy_minedTransactions - path: >- - api-reference/websockets/subscription-api-endpoints/alchemy-minedtransactions.mdx - - page: alchemy_pendingTransactions - path: >- - api-reference/websockets/subscription-api-endpoints/alchemy-pendingtransactions.mdx - - page: newPendingTransactions - path: >- - api-reference/websockets/subscription-api-endpoints/newpendingtransactions.mdx - - page: newHeads - path: >- - api-reference/websockets/subscription-api-endpoints/newheads.mdx - - page: logs - path: api-reference/websockets/subscription-api-endpoints/logs.mdx - - page: monadNewHeads - path: >- - api-reference/websockets/subscription-api-endpoints/monadnewheads.mdx - - page: monadLogs - path: >- - api-reference/websockets/subscription-api-endpoints/monadlogs.mdx - slug: subscription-api-endpoints - - section: Solana Subscription API Endpoints - path: >- - api-reference/websockets/solana-subscription-api-endpoints/solana-subscription-api-endpoints.mdx - contents: - - page: accountSubscribe - path: >- - api-reference/websockets/solana-subscription-api-endpoints/account-subscribe.mdx - - page: programSubscribe - path: >- - api-reference/websockets/solana-subscription-api-endpoints/program-subscribe.mdx - - page: logsSubscribe - path: >- - api-reference/websockets/solana-subscription-api-endpoints/logs-subscribe.mdx - - page: signatureSubscribe - path: >- - api-reference/websockets/solana-subscription-api-endpoints/signature-subscribe.mdx - - page: rootSubscribe - path: >- - api-reference/websockets/solana-subscription-api-endpoints/root-subscribe.mdx - - page: slotSubscribe - path: >- - api-reference/websockets/solana-subscription-api-endpoints/slot-subscribe.mdx - slug: solana-subscription-api-endpoints - slug: websockets - - - section: Yellowstone gRPC - contents: - - section: Getting Started - contents: - - page: Overview - path: api-reference/yellowstone/overview.mdx - - page: Quickstart - path: api-reference/yellowstone/quickstart.mdx - slug: getting-started - - section: API Reference - path: api-reference/yellowstone/api-reference-overview.mdx - contents: - - page: Subscribe Request - path: api-reference/yellowstone/subscribe-request.mdx - - page: Subscribe to Slots - path: api-reference/yellowstone/subscribe-slots.mdx - - page: Subscribe to Transactions - path: api-reference/yellowstone/subscribe-transactions.mdx - - page: Subscribe to Accounts - path: api-reference/yellowstone/subscribe-accounts.mdx - - page: Subscribe to Blocks - path: api-reference/yellowstone/subscribe-blocks.mdx - slug: api-reference - - section: Resources - contents: - - page: Code Examples - path: api-reference/yellowstone/examples.mdx - - page: Best Practices - path: api-reference/yellowstone/best-practices.mdx - slug: resources - slug: yellowstone-grpc - - - section: Trace API - contents: - - page: Trace API Overview - path: api-reference/trace-api/trace-api-quickstart.mdx - - api: Trace API Endpoints - api-name: trace - - section: Trace API Resources - path: >- - api-reference/trace-api/trace-api-resources/what-are-evm-traces.mdx - contents: - - page: Trace API vs. Debug API - path: >- - api-reference/trace-api/trace-api-resources/trace-api-vs-debug-api.mdx - - page: What is trace_transaction? - path: >- - api-reference/trace-api/trace-api-resources/what-is-trace-transaction.mdx - - page: What is trace_block? - path: >- - api-reference/trace-api/trace-api-resources/what-is-trace-block.mdx - - page: What is trace_filter? - path: >- - api-reference/trace-api/trace-api-resources/what-is-trace-filter.mdx - - page: trace_call vs debug_traceCall - path: >- - api-reference/trace-api/trace-api-resources/trace-call-vs-debug-tracecall.mdx - slug: trace-api-resources - slug: trace-api - - section: Debug API - contents: - - page: Debug API Overview - path: api-reference/debug-api/debug-api-quickstart.mdx - - api: Debug API Endpoints - api-name: debug - slug: debug-api - - - tab: data - layout: - - section: Introduction + - page: Quickstart + path: api-reference/arc/arc-api-quickstart.mdx + - page: FAQ + path: api-reference/arc/arc-api-faq.mdx + - page: Arc API Overview + path: api-reference/arc/arc-api-overview.mdx + - api: Arc API Endpoints + api-name: arc + slug: arc + - section: Astar contents: - - page: Data API Overview - path: api-reference/data/data-overview.mdx - - link: Pricing - href: /docs/reference/pricing-plans - - section: Portfolio API + - page: Quickstart + path: api-reference/astar/astar-api-quickstart.mdx + - page: FAQ + path: api-reference/astar/astar-api-faq.mdx + - page: Astar API Overview + path: api-reference/astar/astar-api-overview.mdx + - api: Astar API Endpoints + api-name: astar + slug: astar-api-endpoints + slug: astar + - section: Avalanche C-Chain contents: - - page: Portfolio API Overview - path: api-reference/data/portfolio-apis/portfolio-apis.mdx - - api: Portfolio API Endpoints - api-name: portfolio - flattened: true - - slug: portfolio-apis - - section: Token API + - page: Quickstart + path: api-reference/avalanche/avalanche-api-quickstart.mdx + - page: FAQ + path: api-reference/avalanche/avalanche-api-faq.mdx + - api: Avalanche API Endpoints + api-name: avalanche + slug: avalanche + - section: Avalanche P-Chain contents: - - page: Token API Overview - path: api-reference/data/token-api/token-api-overview.mdx - - page: Token API Quickstart - path: api-reference/data/token-api/token-api-quickstart.mdx - # - page: Solana Token APIs (Beta) - # path: >- - # api-reference/data/token-api/beta-alchemy-das-apis-for-solana-nfts-and-fungible-tokens-1ba069f2006680279109d7f34758ac6fpvs4.mdx - - api: Token API Endpoints - api-name: token - # - section: Token API Tutorials - # contents: - # - page: How to Get Token Metadata - # path: >- - # tutorials/defi/erc-20-tokens/how-to-get-token-metadata.mdx - # - page: How to Get Token Balance - # path: >- - # tutorials/defi/token-balances/how-to-get-token-balance-for-an-address.mdx - slug: token-api - - section: Transfers API + - page: Quickstart + path: api-reference/avalanche-p/avalanche-p-api-quickstart.mdx + - page: FAQ + path: api-reference/avalanche-p/avalanche-p-api-faq.mdx + - page: Avalanche P-Chain API Overview + path: api-reference/avalanche-p/avalanche-p-api-overview.mdx + - api: Avalanche P-Chain API Endpoints + api-name: avalanche-p + slug: avalanche-p + - section: Base contents: - - page: Transfers API Overview - path: api-reference/data/transfers-api/transfers-api-quickstart.mdx - - api: Transfers Endpoints - api-name: transfers - - section: Transfers API Tutorials - contents: - - link: How to Get Tx History for Address - href: /docs/how-to-get-transaction-history-for-an-address-on-ethereum - # - page: How to Get All NFTs Owned by Address - # path: >- - # tutorials/nfts/nft-api-tutorials/how-to-get-all-nfts-owned-by-an-address.mdx - - link: How to Get Contract's First Transfer Event - href: /docs/how-to-get-a-contracts-first-transfer-event - - link: How to Get Contract's Last Transfer Event - href: /docs/how-to-get-a-contracts-last-transfer-event - - link: How to Integrate Historical Transactions into Your App - href: /docs/integrating-historical-transaction-data-into-your-dapp - slug: transfers-api-tutorials - slug: transfers-api - - section: Prices API + - page: Quickstart + path: api-reference/base/base-api-quickstart.mdx + - page: FAQ + path: api-reference/base/base-api-faq.mdx + - page: Base API Overview + path: api-reference/base/base-api-overview.mdx + - api: Base API Endpoints + api-name: base + slug: base-api-endpoints + - page: Flashblocks API Quickstart + path: api-reference/base/base-flashblocks-api-quickstart.mdx + slug: base + - section: Berachain contents: - - page: Prices API Quickstart - path: api-reference/data/prices-api/prices-api-quickstart.mdx - - api: Prices API Endpoints - api-name: prices - flattened: true - - page: Prices API FAQ - path: api-reference/data/prices-api/prices-api-faq.mdx - slug: prices-api - - section: NFT API + - page: Quickstart + path: api-reference/berachain/berachain-api-quickstart.mdx + - page: FAQ + path: api-reference/berachain/berachain-api-faq.mdx + - page: Berachain API Overview + path: api-reference/berachain/berachain-api-overview.mdx + - api: Berachain API Endpoints + api-name: berachain + slug: berachain + - section: Bitcoin contents: - - page: NFT API Overview - path: api-reference/data/nft-api/nft-api-overview.mdx - - page: NFT API Quickstart - path: api-reference/data/nft-api/nft-api-quickstart.mdx - - section: Solana DAS API - path: >- - api-reference/data/nft-api/alchemy-das-apis-for-solana.mdx - contents: - - api: Solana DAS API Endpoints - api-name: solana-das - - section: NFT API Endpoints - path: >- - api-reference/data/nft-api/nft-api-endpoints.mdx + - page: Quickstart + path: api-reference/bitcoin/bitcoin-api-quickstart.mdx + - page: FAQ + path: api-reference/bitcoin/bitcoin-api-faq.mdx + - page: Bitcoin API Overview + path: api-reference/bitcoin/bitcoin-api-overview.mdx + - api: Bitcoin API Endpoints + api-name: bitcoin + - section: UTXO + skip-slug: true contents: - - api: NFT API Endpoints - api-name: nft + - page: UTXO Overview + path: api-reference/bitcoin/utxo.mdx + - page: UTXO Migration Guide + path: api-reference/bitcoin/utxo-migration-guide.mdx + - api: UTXO API Endpoints + api-name: utxo flattened: true - slug: nft-api-endpoints - - page: NFT API FAQ - path: api-reference/data/nft-api/nft-api-faq.mdx - slug: nft-api-tutorials - slug: nft-api - - section: Webhooks + - page: UTXO WebSockets + path: api-reference/bitcoin/utxo-websockets.mdx + slug: bitcoin + - section: Bitcoin Cash contents: - - page: Webhooks Overview - path: api-reference/data/webhooks/webhooks-overview.mdx - - section: Webhooks Quickstart Guides - path: >- - api-reference/data/webhooks/webhooks-quickstart/notify-api-quickstart.mdx + - page: Quickstart + path: api-reference/bitcoincash/bitcoincash-api-quickstart.mdx + - page: FAQ + path: api-reference/bitcoincash/bitcoincash-api-faq.mdx + - page: Bitcoin Cash API Overview + path: api-reference/bitcoincash/bitcoincash-api-overview.mdx + - api: Bitcoin Cash API Endpoints + api-name: bitcoincash + slug: bitcoincash-api-endpoints + - section: UTXO + skip-slug: true contents: - - page: Custom Webhooks Query Examples - path: >- - api-reference/data/webhooks/custom-webhooks-quickstart/custom-webhooks-example.mdx - - page: Custom Webhook Filters - path: >- - api-reference/data/webhooks/custom-webhooks-quickstart/custom-webhook-filters.mdx - - page: Custom Webhook Variables - path: >- - api-reference/data/webhooks/custom-webhooks-quickstart/custom-webhook-variables.mdx - # - page: Webhooks Tutorials and Applications - # path: >- - # api-reference/data/webhooks/webhooks-quickstart/notify-tutorials-and-applications.mdx - # - page: Webhooks FAQ - # path: >- - # api-reference/data/webhooks/webhooks-quickstart/notify-api-faq.mdx - slug: webhooks-quickstart - - section: Webhook Types - path: >- - api-reference/data/webhooks/webhook-types/webhook-types.mdx - contents: - - page: Custom Webhook - path: >- - api-reference/data/webhooks/webhook-types/custom-webhook.mdx - - page: Address Activity Webhook - path: >- - api-reference/data/webhooks/webhook-types/address-activity-webhook.mdx - - page: NFT Activity Webhook - path: >- - api-reference/data/webhooks/webhook-types/nft-activity-webhook.mdx - # - page: NFT Metadata Updates Webhook - # path: >- - # api-reference/data/webhooks/webhook-types/nft-metadata-updates-webhook.mdx - slug: webhook-types - - api: Webhooks API Endpoints - api-name: notify - flattened: true - # - section: Webhooks API Tutorials - # contents: - # - page: How to Integrate Alchemy Webhooks with Zapier - # path: >- - # tutorials/streaming-data/how-to-integrate-alchemy-webhooks-with-zapier.mdx - # - page: How to Build App with Real-Time Tx Notifications - # path: >- - # tutorials/streaming-data/transaction-notifications/building-a-dapp-with-real-time-transaction-notifications.mdx - slug: webhooks - - section: Simulation API - hidden: true + - page: UTXO Overview + path: api-reference/bitcoincash/utxo.mdx + - link: UTXO Migration Guide + href: /docs/bitcoin/utxo-migration-guide + - api: UTXO API Endpoints + api-name: utxo-bitcoincash + flattened: true + - page: UTXO WebSockets + path: api-reference/bitcoincash/utxo-websockets.mdx + slug: bitcoincash + - section: Blast contents: - - page: Transaction Simulation Overview - path: api-reference/alchemy-transact/transaction-simulation/simulation.mdx - - section: Transaction Simulation Types - contents: - - page: Asset Changes - path: >- - api-reference/alchemy-transact/transaction-simulation/simulation-asset-changes.mdx - - page: Execution Simulation - path: >- - api-reference/alchemy-transact/transaction-simulation/simulation-execution.mdx - - page: Bundle Simulation - path: >- - api-reference/alchemy-transact/transaction-simulation/simulation-bundle.mdx - - page: Transaction Simulation Examples - path: >- - api-reference/alchemy-transact/transaction-simulation/simulation-examples.mdx - - page: Transaction Simulation FAQs - path: >- - api-reference/alchemy-transact/transaction-simulation/simulation-faqs.mdx - slug: transaction-simulation - - api: Transaction Simulation Endpoints - api-name: transaction-simulation - slug: simulation-apis - - section: Utility API + - page: Quickstart + path: api-reference/blast/blast-api-quickstart.mdx + - page: FAQ + path: api-reference/blast/blast-api-faq.mdx + - page: Blast API Overview + path: api-reference/blast/blast-api-overview.mdx + - api: Blast API Endpoints + api-name: blast + slug: blast + - section: BNB Smart Chain contents: - - page: Utility APIs Overview - path: api-reference/data/utility-apis/utility-apis-overview.mdx - - api: Transactions Receipts Endpoints - api-name: transactions-receipt - slug: utility-apis - - section: Stellar Data API + - page: BNB Smart Chain Quickstart + path: api-reference/bnb-smart-chain/bnb-smart-chain-api-quickstart.mdx + - page: BNB Smart Chain FAQ + path: api-reference/bnb-smart-chain/bnb-smart-chain-faq.mdx + - page: BNB Smart Chain API Overview + path: api-reference/bnb-smart-chain/bnb-smart-chain-api-overview.mdx + - api: BNB Smart Chain API Endpoints + api-name: bnb + slug: bnb-smart-chain + - section: BOB contents: - - page: Stellar Data API Overview - path: api-reference/data/stellar-data-api/stellar-data-api-overview.mdx - - api: Stellar Data API Endpoints - api-name: stellar-data-api - slug: stellar-data-api - - section: Subgraphs + - page: Quickstart + path: api-reference/bob/bob-api-quickstart.mdx + - page: FAQ + path: api-reference/bob/bob-api-faq.mdx + - page: BOB API Overview + path: api-reference/bob/bob-api-overview.mdx + - api: BOB API Endpoints + api-name: bob + slug: bob + - section: Botanix contents: - - page: Alchemy Subgraphs Deprecation Notice - path: tutorials/alchemy-subgraphs/deprecation-notice.mdx - - section: Beta APIs + - page: Quickstart + path: api-reference/botanix/botanix-api-quickstart.mdx + - page: FAQ + path: api-reference/botanix/botanix-api-faq.mdx + - page: Botanix API Overview + path: api-reference/botanix/botanix-api-overview.mdx + - api: Botanix API Endpoints + api-name: botanix + slug: botanix + - section: Celo contents: - - api: Beta API Endpoints - api-name: beta - flattened: true - slug: beta-apis - - - tab: wallets - layout: - - section: Overview - skip-slug: true + - page: Quickstart + path: api-reference/celo/celo-chain-api-quickstart.mdx + - page: FAQ + path: api-reference/celo/celo-chain-api-faq.mdx + - page: Celo API Overview + path: api-reference/celo/celo-api-overview.mdx + - api: Celo API Endpoints + api-name: celo + slug: celo + - section: Citrea contents: - - page: Overview - slug: / - path: wallets/pages/index.mdx - page: Quickstart - path: wallets/pages/smart-wallets/quickstart/sdk.mdx - - page: Supported Chains - path: wallets/pages/overview/supported-chains.mdx + path: api-reference/citrea/citrea-api-quickstart.mdx + - page: FAQ + path: api-reference/citrea/citrea-api-faq.mdx + - page: Citrea API Overview + path: api-reference/citrea/citrea-api-overview.mdx + - api: Citrea API Endpoints + api-name: citrea + slug: citrea - - section: Transactions + - section: Clankermon contents: - - page: Using SDK - path: wallets/pages/smart-wallets/quickstart/sdk.mdx - - page: Using API - path: wallets/pages/smart-wallets/quickstart/api.mdx - - section: Send transactions - contents: - - page: Single transactions - path: wallets/pages/transactions/send-transactions/index.mdx - - page: Batch transactions - path: wallets/pages/transactions/send-batch-transactions/index.mdx - - page: Parallel transactions - path: wallets/pages/transactions/send-parallel-transactions/index.mdx - - section: Debug transactions - path: wallets/pages/transactions/debug-transactions/index.mdx - contents: - - page: Debug with Tenderly - path: wallets/pages/transactions/debug-transactions/debug-with-tenderly.mdx - - section: EIP-7702 - path: wallets/pages/transactions/using-eip-7702/index.mdx - contents: - - page: Undelegate 7702 account - path: wallets/pages/transactions/undelegate-account/index.mdx - - section: Sponsor gas - path: wallets/pages/transactions/sponsor-gas/overview.mdx - contents: - - page: Full sponsorship - path: wallets/pages/transactions/sponsor-gas/index.mdx - - page: Conditional sponsorship rules - path: wallets/pages/transactions/sponsor-gas/conditional-sponsorship-rules.mdx - - page: Pay gas with any token - path: wallets/pages/transactions/pay-gas-with-any-token/index.mdx - - page: Solana sponsorship - path: wallets/pages/transactions/sponsor-gas/solana/index.mdx - - section: Swap tokens - contents: - - page: Same-chain swaps - path: wallets/pages/transactions/swap-tokens/index.mdx - - page: Cross-chain swaps - path: wallets/pages/transactions/cross-chain-swap-tokens/index.mdx - - section: Grant session keys - contents: - - page: Overview - path: wallets/pages/smart-wallets/session-keys/index.mdx - - page: Using SDK - path: wallets/pages/smart-wallets/session-keys/sdk.mdx - - page: Using API - path: wallets/pages/smart-wallets/session-keys/api.mdx - - page: Legacy session keys - path: wallets/pages/smart-wallets/session-keys/legacy-session-keys.mdx - - page: Retry transactions - path: wallets/pages/transactions/retry-transactions/index.mdx - - section: Sign - contents: - - page: Sign messages - path: wallets/pages/transactions/signing/sign-messages/index.mdx - - page: Sign typed data - path: wallets/pages/transactions/signing/sign-typed-data/index.mdx - - page: Configure client - path: wallets/pages/concepts/smart-account-client.mdx + - page: Quickstart + path: api-reference/clankermon/clankermon-api-quickstart.mdx + - page: FAQ + path: api-reference/clankermon/clankermon-api-faq.mdx + - page: Clankermon API Overview + path: api-reference/clankermon/clankermon-api-overview.mdx + - api: Clankermon API Endpoints + api-name: clankermon + slug: clankermon - - section: Wallet integration + - section: CrossFi contents: - - page: Overview - path: wallets/pages/authentication/overview.mdx - - section: Privy - path: wallets/pages/third-party/signers/privy.mdx - contents: - - page: Signer migration overview - path: wallets/wallet-integrations/privy/signer-migration-overview.mdx - - page: React migration - path: wallets/wallet-integrations/privy/react-migration.mdx - - page: JWT auth migration - path: wallets/wallet-integrations/privy/jwt-auth-migration.mdx - - section: Other signers - contents: - - page: Openfort - path: wallets/pages/third-party/signers/openfort.mdx - - page: Turnkey - path: wallets/pages/third-party/signers/turnkey.mdx - - page: Solana - path: wallets/pages/third-party/signers/solana-signers.mdx - - page: Other signers - path: wallets/pages/third-party/signers/custom-integration.mdx - - section: Account Kit (v4) - contents: - - section: Login methods - contents: - - page: Email OTP - path: wallets/pages/authentication/login-methods/email-otp.mdx - - page: Email magic-link - path: wallets/pages/authentication/login-methods/email-magic-link.mdx - - page: Social login - path: wallets/pages/authentication/login-methods/social-login.mdx - - page: Custom social providers - path: wallets/pages/react/login-methods/social-providers.mdx - - page: Bring your own authentication - path: wallets/pages/authentication/login-methods/bring-your-own-auth.mdx - - page: Passkey signup - path: wallets/pages/authentication/login-methods/passkey-signup.mdx - - page: Passkey login - path: wallets/pages/react/login-methods/passkey-login.mdx - - page: SMS login - path: wallets/pages/authentication/login-methods/sms-login.mdx - - page: "On-chain passkeys" - path: wallets/pages/react/login-methods/onchain-passkeys.mdx - - page: Adding and removing login methods - path: wallets/pages/react/login-methods/adding-and-removing-login-methods.mdx - - section: UI components - contents: - - page: Using UI components - path: wallets/pages/react/ui-components.mdx - - page: Theme & branding - path: wallets/pages/react/customization/theme.mdx - - page: Tailwind setup - path: wallets/pages/react/customization/tailwind-setup.mdx - - section: Whitelabel - contents: - - page: React hooks - path: wallets/pages/react/react-hooks.mdx - - page: Other JS initialization - path: wallets/pages/signer/quickstart.mdx - - section: Connectors - contents: - - page: Connect external wallets - path: wallets/pages/react/login-methods/eoa-login.mdx - - page: Customize - path: wallets/pages/react/connectors/customization.mdx - - section: MFA - contents: - - page: Set up MFA - path: wallets/pages/react/mfa/setup-mfa.mdx - - page: Email OTP - path: wallets/pages/react/mfa/email-otp.mdx - - page: Email magic-link - path: wallets/pages/react/mfa/email-magic-link.mdx - - page: Social login - path: wallets/pages/react/mfa/social-login.mdx - - page: Solana wallets - path: wallets/pages/react/solana-wallets/get-started.mdx - - page: Server wallets - path: wallets/pages/signer/authentication/server-wallets.mdx - - section: Account management - contents: - - page: User sessions - path: wallets/pages/signer/user-sessions.mdx - - page: Manage account ownership - path: wallets/pages/smart-contracts/modular-account-v2/managing-ownership.mdx - - page: Export private key - path: wallets/pages/signer/export-private-key.mdx - - page: Choosing a signer - path: wallets/pages/authentication/what-is-a-signer.mdx - - - section: Low-Level Infra + - page: Quickstart + path: api-reference/crossfi/crossfi-api-quickstart.mdx + - page: FAQ + path: api-reference/crossfi/crossfi-api-faq.mdx + - page: CrossFi API Overview + path: api-reference/crossfi/crossfi-api-overview.mdx + - api: CrossFi API Endpoints + api-name: crossfi + slug: crossfi + - section: Degen contents: - - page: Overview - path: wallets/pages/low-level-infra/overview.mdx - page: Quickstart - path: wallets/pages/low-level-infra/quickstart.mdx - - section: Gas Manager API - contents: - - section: Policy Management - contents: - - page: API Endpoints - path: wallets/pages/low-level-infra/gas-manager/policy-management/api-endpoints.mdx - - section: Gas Sponsorship - contents: - - page: API Endpoints - path: wallets/pages/low-level-infra/gas-manager/gas-sponsorship/api-endpoints.mdx - - section: Using SDK - contents: - - page: Basic Gas Sponsorship - path: wallets/pages/low-level-infra/gas-manager/gas-sponsorship/using-sdk/basic-gas-sponsorship.mdx - - page: Conditional Gas Sponsorship - path: wallets/pages/low-level-infra/gas-manager/gas-sponsorship/using-sdk/conditional-gas-sponsorship.mdx - - page: Pay Gas with Any ERC20 Token - path: wallets/pages/low-level-infra/gas-manager/gas-sponsorship/using-sdk/pay-gas-with-any-erc20-token.mdx - - page: Solana - path: wallets/pages/transactions/solana/sponsor-gas-solana.mdx - - section: Bundler API - path: wallets/pages/low-level-infra/bundler/overview.mdx - contents: - - page: API Endpoints - path: wallets/pages/low-level-infra/bundler/api-endpoints.mdx - - page: Using SDK - path: wallets/pages/low-level-infra/bundler/sdk.mdx - - page: Bundler Sponsored Operations - path: wallets/pages/bundler-api/bundler-sponsored-operations.mdx - - page: Bundler FAQs - path: wallets/pages/bundler-api/bundler-faqs.mdx - - section: Third Party Infrastructure - contents: - - page: Non-Alchemy chains - path: wallets/pages/low-level-infra/third-party-infrastructure/chains.mdx - - page: Third Party Bundlers - path: wallets/pages/low-level-infra/third-party-infrastructure/bundlers.mdx - - page: Third Party Paymasters - path: wallets/pages/low-level-infra/third-party-infrastructure/paymasters.mdx - - section: Smart Account Types - contents: - - page: Choosing a Smart Account - path: wallets/pages/authorization/smart-account-types/choosing-a-smart-account.mdx - - section: Modular Account V2 - contents: - - page: Overview - path: wallets/pages/authorization/smart-account-types/modular-account-v2/overview.mdx - - page: Getting started - path: wallets/pages/smart-contracts/modular-account-v2/getting-started.mdx - - section: Session keys - contents: - - page: What are session keys? - path: wallets/pages/smart-contracts/modular-account-v2/session-keys/index.mdx - - page: Adding session keys - path: wallets/pages/smart-contracts/modular-account-v2/session-keys/adding-session-keys.mdx - - page: Supported permissions - path: wallets/pages/smart-contracts/modular-account-v2/session-keys/session-key-permissions.mdx - - page: Using session keys - path: wallets/pages/smart-contracts/modular-account-v2/session-keys/using-session-keys.mdx - - page: Removing session keys - path: wallets/pages/smart-contracts/modular-account-v2/session-keys/removing-session-keys.mdx - - section: Light Account - contents: - - page: Overview - path: wallets/pages/smart-contracts/other-accounts/light-account/index.mdx - - page: Getting started - path: wallets/pages/smart-contracts/other-accounts/light-account/getting-started.mdx - - page: Transfer ownership - path: wallets/pages/smart-contracts/other-accounts/light-account/transfer-ownership-light-account.mdx - - page: Manage multiple owners - path: wallets/pages/smart-contracts/other-accounts/light-account/multi-owner-light-account.mdx - - page: Third party - path: wallets/pages/third-party/smart-contracts.mdx - - page: Deployed addresses - path: wallets/pages/smart-contracts/deployed-addresses.mdx + path: api-reference/degen/degen-api-quickstart.mdx + - page: FAQ + path: api-reference/degen/degen-api-faq.mdx + - page: Degen API Overview + path: api-reference/degen/degen-api-overview.mdx + - api: Degen API Endpoints + api-name: degen + slug: degen - - section: API Reference + - section: Dogecoin contents: - - section: Wallet APIs + - page: Quickstart + path: api-reference/dogecoin/dogecoin-api-quickstart.mdx + - page: FAQ + path: api-reference/dogecoin/dogecoin-api-faq.mdx + - page: Dogecoin API Overview + path: api-reference/dogecoin/dogecoin-api-overview.mdx + - api: Dogecoin API Endpoints + api-name: dogecoin + - section: UTXO + skip-slug: true contents: - - api: Wallet API Endpoints - api-name: wallet-api + - page: UTXO Overview + path: api-reference/dogecoin/utxo.mdx + - link: UTXO Migration Guide + href: /docs/bitcoin/utxo-migration-guide + - api: UTXO API Endpoints + api-name: utxo-dogecoin flattened: true - slug: smart-wallets - - section: Gas Manager - contents: - - api: Gas Abstraction API Endpoints - api-name: gas-manager-coverage - - api: Admin API Endpoints - api-name: admin - slug: gas-manager-admin-api - - section: Bundler - contents: - - api: Bundler API Endpoints - api-name: bundler - slug: bundler-api-endpoints - - api: UserOp Simulation Endpoints - api-name: userop-sim - slug: useroperation-simulation-endpoints - - section: EntryPoint Revert Codes - contents: - - page: EntryPoint v0.7 / v0.8 Revert Codes - path: >- - wallets/pages/bundler-api/entrypoint-revert-codes/entrypoint-v07-revert-codes.mdx - - page: EntryPoint v0.6 Revert Codes - path: >- - wallets/pages/bundler-api/entrypoint-revert-codes/entrypoint-v06-revert-codes.mdx - slug: entrypoint-revert-codes - slug: bundler-api - - section: Signer - contents: - - api: Signer API Endpoints - api-name: accounts - - page: How to stamp requests - path: wallets/pages/smart-wallets/how-to-stamp-requests.mdx - slug: signer + - page: UTXO WebSockets + path: api-reference/dogecoin/utxo-websockets.mdx + slug: dogecoin - - section: Resources - skip-slug: true + - section: Fantom contents: - - section: Chain Reference - slug: resources/chain-reference - contents: - - page: Polygon PoS - slug: polygon-pos - path: wallets/pages/resources/chain-reference/polygon-pos.mdx - - page: Features - slug: wallets/resources/features - path: wallets/pages/features.mdx - - page: Understanding Wallet APIs - path: wallets/pages/concepts/intro-to-account-kit.mdx - - section: Recipes - contents: - - page: Overview - slug: recipes - path: wallets/pages/recipes/overview.mdx - - page: Send USDC - slug: recipes/send-usdc - path: wallets/pages/recipes/send-usdc.mdx - - page: Programmatic Wallet Creation - path: wallets/pages/recipes/programmatic-wallet-creation.mdx - - page: Onramp Funds - slug: recipes/onramp-funds - path: wallets/pages/recipes/onramp-funds.mdx - - page: Session Keys with Wallet APIs - slug: recipes/wallet-session-keys-app - path: wallets/pages/recipes/wallet-session-keys-app.mdx - - page: Hyperliquid Transactions - slug: recipes/hyperliquid-wallets - path: wallets/pages/recipes/hyperliquid-wallets.mdx - - page: Wallet APIs with Aave - slug: wallets/recipes/smart-wallets-aave - path: wallets/pages/recipes/smart-wallets-aave.mdx - - page: Upgrade to Smart Accounts - slug: recipes/upgrade-to-smart-accounts - path: wallets/pages/recipes/upgrade-to-smart-accounts.mdx - - page: Multi-chain setup - slug: recipes/multi-chain-setup - path: wallets/pages/recipes/multi-chain-setup.mdx - - page: Multi-chain Balances - path: tutorials/data/how-to-get-crosschain-token-balances.mdx - - link: GitHub - href: https://github.com/alchemyplatform/aa-sdk - - link: Changelog - href: https://github.com/alchemyplatform/aa-sdk/blob/main/CHANGELOG.md - - link: Contributing - href: https://github.com/alchemyplatform/aa-sdk/blob/main/CONTRIBUTING.md - - link: Gas benchmarks - href: https://github.com/alchemyplatform/aa-benchmarks - - page: Migrating to 4.x.x - slug: migration-guide - path: wallets/pages/migration-guide.mdx - - page: Migrating to 5.x.x - slug: resources/migration-v5 - path: wallets/pages/resources/migration-v5.mdx - - page: Terms - slug: resources/terms - path: wallets/pages/resources/terms.mdx - - page: Types - slug: resources/types - path: wallets/pages/resources/types.mdx - - page: Middleware - path: wallets/pages/concepts/middleware.mdx + - page: Fantom Deprecation Notice + path: api-reference/fantom/fantom-deprecation-notice.mdx + slug: fantom - - section: Troubleshooting - contents: - - page: General FAQs - path: wallets/pages/resources/faqs.mdx - - page: Wallet APIs Errors - path: wallets/pages/troubleshooting/wallet-apis-errors.mdx - - page: Gas Manager FAQs - path: wallets/pages/gas-manager-admin-api/gas-manager-faqs.mdx - - page: Gas Manager Errors - path: wallets/pages/gas-manager-admin-api/gas-manager-errors.mdx - - page: Bundler FAQs - path: wallets/pages/bundler-api/bundler-faqs.mdx - - page: Bundler RPC Errors - path: wallets/pages/bundler-api/bundler-rpc-errors.mdx - - page: Server-side rendering - slug: troubleshooting/ssr - path: wallets/pages/troubleshooting/server-side-rendering.mdx - - page: Contact us - slug: resources/contact-us - path: wallets/pages/resources/contact-us.mdx - - tab: rollups - layout: - - section: Introduction - contents: - - page: Rollups Overview - path: api-reference/alchemy-rollups/rollups-quickstart.mdx - - page: Supported Frameworks - path: api-reference/alchemy-rollups/supported-stacks.mdx - slug: introduction - - section: Rollup Basics - contents: - - page: Using your Rollup - path: api-reference/alchemy-rollups/using-your-rollup.mdx - - page: Operating your Rollup - path: api-reference/alchemy-rollups/operating-your-rollup.mdx - slug: deploy-a-rollup - - section: Configure your Rollup + - section: Flow contents: - - page: Customizing & Integrations - path: api-reference/alchemy-rollups/customizations-integrations.mdx - slug: configure-your-rollup - - section: Resources + - page: Quickstart + path: api-reference/flow/flow-api-quickstart.mdx + - page: FAQ + path: api-reference/flow/flow-api-faq.mdx + - api: Flow EVM API Endpoints + api-name: flow + slug: flow-evm + - section: Frax contents: - - page: Bridging Assets - path: api-reference/alchemy-rollups/bridge-contract-address.mdx - - page: Rollups FAQ - path: api-reference/alchemy-rollups/rollups-faq.mdx - slug: resources + - page: Quickstart + path: api-reference/frax/frax-api-quickstart.mdx + - page: FAQ + path: api-reference/frax/frax-api-faq.mdx + - page: Frax API Overview + path: api-reference/frax/frax-api-overview.mdx + - api: Frax API Endpoints + api-name: frax + slug: frax - - tab: chains - layout: - - section: Chain APIs + - section: Geist contents: - - page: Chain APIs Overview - path: api-reference/node-api/chain-apis-overview.mdx - - page: MEV Protection - path: api-reference/node-api/mev-protection.mdx - - section: Ethereum + - page: Geist Deprecation Notice + path: api-reference/geist/geist-deprecation-notice.mdx + slug: geist + - section: Gensyn contents: - page: Quickstart - path: api-reference/ethereum/ethereum-api-quickstart.mdx + path: api-reference/gensyn/gensyn-api-quickstart.mdx - page: FAQ - path: api-reference/ethereum/ethereum-api-faq/ethereum-api-faq.mdx - - page: Ethereum API Overview - path: api-reference/ethereum/ethereum-api-overview.mdx - - api: Ethereum API Endpoints - api-name: eth - - api: Ethereum Beacon API Endpoints - api-name: eth-beacon - flattened: true - slug: ethereum - - section: Solana + path: api-reference/gensyn/gensyn-api-faq.mdx + - page: Gensyn API Overview + path: api-reference/gensyn/gensyn-api-overview.mdx + - api: Gensyn API Endpoints + api-name: gensyn + slug: gensyn + + - section: Gnosis contents: - - section: Quickstart - path: api-reference/solana/solana-api-quickstart.mdx - contents: - - link: CU Calculator - href: https://solana-demo-sigma.vercel.app/ - - page: Accounts DB Infrastructure - path: api-reference/solana/accounts-db-infra.mdx - - page: Historical account state - path: api-reference/solana/historical-account-state.mdx - - section: Tutorials - contents: - - link: Hello World Solana Application - href: /docs/hello-world-solana-program - - link: Set up Frontend for Solana Application - href: /docs/hello-world-solana-application + - page: Quickstart + path: api-reference/gnosis/gnosis-chain-api-quickstart.mdx - page: FAQ - path: api-reference/solana/solana-api-faq.mdx - - page: Solana API Overview - path: api-reference/solana/solana-api-overview.mdx - - api: Solana API Endpoints - api-name: solana - - link: Solana DAS APIs - href: /docs/reference/alchemy-das-apis-for-solana - - section: Solana Photon API - path: >- - api-reference/data/nft-api/alchemy-photon-apis-for-solana.mdx - contents: - - api: Solana Photon API - api-name: solana-photon - flattened: true - slug: solana - - section: Abstract + path: api-reference/gnosis/gnosis-chain-faq.mdx + - page: Gnosis API Overview + path: api-reference/gnosis/gnosis-api-overview.mdx + - api: Gnosis API Endpoints + api-name: gnosis + slug: gnosis + - section: Humanity contents: - page: Quickstart - path: api-reference/abstract/abstract-api-quickstart.mdx + path: api-reference/humanity/humanity-api-quickstart.mdx - page: FAQ - path: api-reference/abstract/abstract-api-faq.mdx - - page: Abstract API Overview - path: api-reference/abstract/abstract-api-overview.mdx - - api: Abstract API Endpoints - api-name: abstract - slug: abstract - - section: ADI + path: api-reference/humanity/humanity-api-faq.mdx + - page: Humanity API Overview + path: api-reference/humanity/humanity-api-overview.mdx + - api: Humanity API Endpoints + api-name: humanity + slug: humanity + + - section: Hyperliquid contents: - page: Quickstart - path: api-reference/adi/adi-api-quickstart.mdx + path: api-reference/hyperliquid/hyperliquid-api-quickstart.mdx - page: FAQ - path: api-reference/adi/adi-api-faq.mdx - - page: ADI API Overview - path: api-reference/adi/adi-api-overview.mdx - - api: ADI API Endpoints - api-name: adi - slug: adi - - - section: Anime + path: api-reference/hyperliquid/hyperliquid-api-faq.mdx + - page: Hyperliquid API Overview + path: api-reference/hyperliquid/hyperliquid-api-overview.mdx + - api: Hyperliquid API Endpoints + api-name: hyperliquid + - page: Hyperliquid Info Endpoint + path: api-reference/hyperliquid/hyperliquid-info-endpoint.mdx + slug: hyperliquid + - section: Injective contents: - page: Quickstart - path: api-reference/anime/anime-api-quickstart.mdx + path: api-reference/injective/injective-api-quickstart.mdx - page: FAQ - path: api-reference/anime/anime-api-faq.mdx - - page: Anime API Overview - path: api-reference/anime/anime-api-overview.mdx - - api: Anime API Endpoints - api-name: anime - slug: anime - - section: Apechain + path: api-reference/injective/injective-api-faq.mdx + - page: Injective API Overview + path: api-reference/injective/injective-api-overview.mdx + - api: Injective API Endpoints + api-name: injective + slug: injective + - section: Ink contents: - page: Quickstart - path: api-reference/apechain/apechain-api-quickstart.mdx + path: api-reference/ink/ink-api-quickstart.mdx - page: FAQ - path: api-reference/apechain/apechain-api-faq.mdx - - api: ApeChain API Endpoints - api-name: apechain - slug: apechain - - section: Aptos + path: api-reference/ink/ink-api-faq.mdx + - page: Ink API Overview + path: api-reference/ink/ink-api-overview.mdx + - api: Ink API Endpoints + api-name: ink + slug: ink + - section: Jovay contents: - page: Quickstart - path: api-reference/aptos/aptos-api-quickstart.mdx + path: api-reference/jovay/jovay-api-quickstart.mdx - page: FAQ - path: api-reference/aptos/aptos-api-faq.mdx - - api: Aptos API Endpoints - api-name: aptos - flattened: true - slug: aptos - - section: Arbitrum + path: api-reference/jovay/jovay-api-faq.mdx + - page: Jovay API Overview + path: api-reference/jovay/jovay-api-overview.mdx + - api: Jovay API Endpoints + api-name: jovay + slug: jovay + - section: Lens contents: - page: Quickstart - path: api-reference/arbitrum/arbitrum-api-quickstart.mdx - - section: FAQ - path: api-reference/arbitrum/arbitrum-api-faq/arbitrum-api-faq.mdx - contents: - - page: Arbitrum vs. Ethereum API Differences - path: >- - api-reference/arbitrum/arbitrum-api-faq/arbitrumethereum-differences.mdx - slug: arbitrum-api-faq - - - page: Arbitrum API Overview - path: api-reference/arbitrum/arbitrum-api-overview.mdx - - api: Arbitrum API Endpoints - api-name: arbitrum - slug: arbitrum - - section: Arbitrum Nova - contents: - - page: Arbitrum Nova Deprecation Notice - path: api-reference/arbitrum-nova/arbitrum-nova-deprecation-notice.mdx - slug: arbitrum-nova - - section: Arc - contents: - - page: Quickstart - path: api-reference/arc/arc-api-quickstart.mdx - - page: FAQ - path: api-reference/arc/arc-api-faq.mdx - - page: Arc API Overview - path: api-reference/arc/arc-api-overview.mdx - - api: Arc API Endpoints - api-name: arc - slug: arc - - section: Astar - contents: - - page: Quickstart - path: api-reference/astar/astar-api-quickstart.mdx - - page: FAQ - path: api-reference/astar/astar-api-faq.mdx - - page: Astar API Overview - path: api-reference/astar/astar-api-overview.mdx - - api: Astar API Endpoints - api-name: astar - slug: astar-api-endpoints - slug: astar - - section: Avalanche C-Chain - contents: - - page: Quickstart - path: api-reference/avalanche/avalanche-api-quickstart.mdx - - page: FAQ - path: api-reference/avalanche/avalanche-api-faq.mdx - - api: Avalanche API Endpoints - api-name: avalanche - slug: avalanche - - section: Avalanche P-Chain - contents: - - page: Quickstart - path: api-reference/avalanche-p/avalanche-p-api-quickstart.mdx - - page: FAQ - path: api-reference/avalanche-p/avalanche-p-api-faq.mdx - - page: Avalanche P-Chain API Overview - path: api-reference/avalanche-p/avalanche-p-api-overview.mdx - - api: Avalanche P-Chain API Endpoints - api-name: avalanche-p - slug: avalanche-p - - section: Base - contents: - - page: Quickstart - path: api-reference/base/base-api-quickstart.mdx - - page: FAQ - path: api-reference/base/base-api-faq.mdx - - page: Base API Overview - path: api-reference/base/base-api-overview.mdx - - api: Base API Endpoints - api-name: base - slug: base-api-endpoints - - page: Flashblocks API Quickstart - path: api-reference/base/base-flashblocks-api-quickstart.mdx - slug: base - - section: Berachain - contents: - - page: Quickstart - path: api-reference/berachain/berachain-api-quickstart.mdx + path: api-reference/lens/lens-api-quickstart.mdx - page: FAQ - path: api-reference/berachain/berachain-api-faq.mdx - - page: Berachain API Overview - path: api-reference/berachain/berachain-api-overview.mdx - - api: Berachain API Endpoints - api-name: berachain - slug: berachain - - section: Bitcoin + path: api-reference/lens/lens-api-faq.mdx + - page: Lens API Overview + path: api-reference/lens/lens-api-overview.mdx + - api: Lens API Endpoints + api-name: lens + slug: lens + - section: Linea contents: - page: Quickstart - path: api-reference/bitcoin/bitcoin-api-quickstart.mdx + path: api-reference/linea/linea-chain-api-quickstart.mdx - page: FAQ - path: api-reference/bitcoin/bitcoin-api-faq.mdx - - page: Bitcoin API Overview - path: api-reference/bitcoin/bitcoin-api-overview.mdx - - api: Bitcoin API Endpoints - api-name: bitcoin - - section: UTXO - skip-slug: true - contents: - - page: UTXO Overview - path: api-reference/bitcoin/utxo.mdx - - page: UTXO Migration Guide - path: api-reference/bitcoin/utxo-migration-guide.mdx - - api: UTXO API Endpoints - api-name: utxo - flattened: true - - page: UTXO WebSockets - path: api-reference/bitcoin/utxo-websockets.mdx - slug: bitcoin - - section: Bitcoin Cash + path: api-reference/linea/linea-chain-api-faq.mdx + - page: Linea API Overview + path: api-reference/linea/linea-api-overview.mdx + - api: Linea API Endpoints + api-name: linea + slug: linea + - section: Litecoin contents: - page: Quickstart - path: api-reference/bitcoincash/bitcoincash-api-quickstart.mdx + path: api-reference/litecoin/litecoin-api-quickstart.mdx - page: FAQ - path: api-reference/bitcoincash/bitcoincash-api-faq.mdx - - page: Bitcoin Cash API Overview - path: api-reference/bitcoincash/bitcoincash-api-overview.mdx - - api: Bitcoin Cash API Endpoints - api-name: bitcoincash - slug: bitcoincash-api-endpoints + path: api-reference/litecoin/litecoin-api-faq.mdx + - page: Litecoin API Overview + path: api-reference/litecoin/litecoin-api-overview.mdx + - api: Litecoin API Endpoints + api-name: litecoin - section: UTXO skip-slug: true contents: - page: UTXO Overview - path: api-reference/bitcoincash/utxo.mdx + path: api-reference/litecoin/utxo.mdx - link: UTXO Migration Guide href: /docs/bitcoin/utxo-migration-guide - api: UTXO API Endpoints - api-name: utxo-bitcoincash + api-name: utxo-litecoin flattened: true - page: UTXO WebSockets - path: api-reference/bitcoincash/utxo-websockets.mdx - slug: bitcoincash - - section: Blast - contents: - - page: Quickstart - path: api-reference/blast/blast-api-quickstart.mdx - - page: FAQ - path: api-reference/blast/blast-api-faq.mdx - - page: Blast API Overview - path: api-reference/blast/blast-api-overview.mdx - - api: Blast API Endpoints - api-name: blast - slug: blast - - section: BNB Smart Chain + path: api-reference/litecoin/utxo-websockets.mdx + slug: litecoin + - section: Lumia contents: - - page: BNB Smart Chain Quickstart - path: api-reference/bnb-smart-chain/bnb-smart-chain-api-quickstart.mdx - - page: BNB Smart Chain FAQ - path: api-reference/bnb-smart-chain/bnb-smart-chain-faq.mdx - - page: BNB Smart Chain API Overview - path: api-reference/bnb-smart-chain/bnb-smart-chain-api-overview.mdx - - api: BNB Smart Chain API Endpoints - api-name: bnb - slug: bnb-smart-chain - - section: BOB + - page: Lumia Deprecation Notice + path: api-reference/lumia/lumia-deprecation-notice.mdx + slug: lumia + - section: Mantle contents: - page: Quickstart - path: api-reference/bob/bob-api-quickstart.mdx + path: api-reference/mantle/mantle-chain-api-quickstart.mdx - page: FAQ - path: api-reference/bob/bob-api-faq.mdx - - page: BOB API Overview - path: api-reference/bob/bob-api-overview.mdx - - api: BOB API Endpoints - api-name: bob - slug: bob - - section: Botanix + path: api-reference/mantle/mantle-chain-api-faq.mdx + - page: Mantle API Overview + path: api-reference/mantle/mantle-api-overview.mdx + - api: Mantle API Endpoints + api-name: mantle + slug: mantle + - section: MegaETH contents: - page: Quickstart - path: api-reference/botanix/botanix-api-quickstart.mdx + path: api-reference/megaeth/megaeth-api-quickstart.mdx - page: FAQ - path: api-reference/botanix/botanix-api-faq.mdx - - page: Botanix API Overview - path: api-reference/botanix/botanix-api-overview.mdx - - api: Botanix API Endpoints - api-name: botanix - slug: botanix - - section: Celo + path: api-reference/megaeth/megaeth-api-faq.mdx + - page: MegaETH API Overview + path: api-reference/megaeth/megaeth-api-overview.mdx + - api: MegaETH API Endpoints + api-name: megaeth + slug: megaeth + - section: Metis contents: - page: Quickstart - path: api-reference/celo/celo-chain-api-quickstart.mdx + path: api-reference/metis/metis-chain-api-quickstart.mdx - page: FAQ - path: api-reference/celo/celo-chain-api-faq.mdx - - page: Celo API Overview - path: api-reference/celo/celo-api-overview.mdx - - api: Celo API Endpoints - api-name: celo - slug: celo - - section: Citrea + path: api-reference/metis/metis-chain-api-faq.mdx + - page: Metis API Overview + path: api-reference/metis/metis-api-overview.mdx + - api: Metis API Endpoints + api-name: metis + slug: metis + - section: Mode contents: - page: Quickstart - path: api-reference/citrea/citrea-api-quickstart.mdx + path: api-reference/mode/mode-api-quickstart.mdx - page: FAQ - path: api-reference/citrea/citrea-api-faq.mdx - - page: Citrea API Overview - path: api-reference/citrea/citrea-api-overview.mdx - - api: Citrea API Endpoints - api-name: citrea - slug: citrea - - - section: Clankermon + path: api-reference/mode/mode-api-faq.mdx + - page: Mode API Overview + path: api-reference/mode/mode-api-overview.mdx + - api: Mode API Endpoints + api-name: mode + slug: mode + - section: Monad contents: - page: Quickstart - path: api-reference/clankermon/clankermon-api-quickstart.mdx + path: api-reference/monad/monad-api-quickstart.mdx - page: FAQ - path: api-reference/clankermon/clankermon-api-faq.mdx - - page: Clankermon API Overview - path: api-reference/clankermon/clankermon-api-overview.mdx - - api: Clankermon API Endpoints - api-name: clankermon - slug: clankermon - - - section: CrossFi + path: api-reference/monad/monad-api-faq.mdx + - page: Monad API Overview + path: api-reference/monad/monad-api-overview.mdx + - api: Monad API Endpoints + api-name: monad + slug: monad + - section: Moonbeam contents: - page: Quickstart - path: api-reference/crossfi/crossfi-api-quickstart.mdx + path: api-reference/moonbeam/moonbeam-api-quickstart.mdx - page: FAQ - path: api-reference/crossfi/crossfi-api-faq.mdx - - page: CrossFi API Overview - path: api-reference/crossfi/crossfi-api-overview.mdx - - api: CrossFi API Endpoints - api-name: crossfi - slug: crossfi - - section: Degen + path: api-reference/moonbeam/moonbeam-api-faq.mdx + - page: Moonbeam API Overview + path: api-reference/moonbeam/moonbeam-api-overview.mdx + - api: Moonbeam API Endpoints + api-name: moonbeam + slug: moonbeam + - section: Mythos contents: - page: Quickstart - path: api-reference/degen/degen-api-quickstart.mdx + path: api-reference/mythos/mythos-api-quickstart.mdx - page: FAQ - path: api-reference/degen/degen-api-faq.mdx - - page: Degen API Overview - path: api-reference/degen/degen-api-overview.mdx - - api: Degen API Endpoints - api-name: degen - slug: degen + path: api-reference/mythos/mythos-api-faq.mdx + - page: Mythos API Overview + path: api-reference/mythos/mythos-api-overview.mdx + - api: Mythos API Endpoints + api-name: mythos + slug: mythos - - section: Dogecoin + - section: OP Mainnet contents: - page: Quickstart - path: api-reference/dogecoin/dogecoin-api-quickstart.mdx - - page: FAQ - path: api-reference/dogecoin/dogecoin-api-faq.mdx - - page: Dogecoin API Overview - path: api-reference/dogecoin/dogecoin-api-overview.mdx - - api: Dogecoin API Endpoints - api-name: dogecoin - - section: UTXO - skip-slug: true + path: api-reference/op-mainnet/op-mainnet-api-quickstart.mdx + - section: FAQ + path: api-reference/op-mainnet/op-mainnet-api-faq/op-mainnet-api-faq.mdx contents: - - page: UTXO Overview - path: api-reference/dogecoin/utxo.mdx - - link: UTXO Migration Guide - href: /docs/bitcoin/utxo-migration-guide - - api: UTXO API Endpoints - api-name: utxo-dogecoin - flattened: true - - page: UTXO WebSockets - path: api-reference/dogecoin/utxo-websockets.mdx - slug: dogecoin - - - section: Fantom - contents: - - page: Fantom Deprecation Notice - path: api-reference/fantom/fantom-deprecation-notice.mdx - slug: fantom + - page: OP Mainnet Error Codes + path: api-reference/op-mainnet/op-mainnet-api-faq/op-mainnet-error-codes.mdx + slug: op-mainnet-api-faq - - section: Flow + - page: OP Mainnet API Overview + path: api-reference/op-mainnet/op-mainnet-api-overview.mdx + - api: OP Mainnet API Endpoints + api-name: opt + - page: Flashblocks API Quickstart + path: api-reference/op-mainnet/op-mainnet-flashblocks-api-quickstart.mdx + slug: op-mainnet + - section: opBNB contents: - page: Quickstart - path: api-reference/flow/flow-api-quickstart.mdx + path: api-reference/opbnb-paid-tier/opbnb-chain-api-quickstart.mdx - page: FAQ - path: api-reference/flow/flow-api-faq.mdx - - api: Flow EVM API Endpoints - api-name: flow - slug: flow-evm - - section: Frax + path: api-reference/opbnb-paid-tier/opbnb-chain-api-faq.mdx + - api: OpBNB API Endpoints + api-name: opbnb + slug: opbnb + - section: Pharos contents: - page: Quickstart - path: api-reference/frax/frax-api-quickstart.mdx + path: api-reference/pharos/pharos-api-quickstart.mdx - page: FAQ - path: api-reference/frax/frax-api-faq.mdx - - page: Frax API Overview - path: api-reference/frax/frax-api-overview.mdx - - api: Frax API Endpoints - api-name: frax - slug: frax + path: api-reference/pharos/pharos-api-faq.mdx + - page: Pharos API Overview + path: api-reference/pharos/pharos-api-overview.mdx + - api: Pharos API Endpoints + api-name: pharos + slug: pharos - - section: Geist - contents: - - page: Geist Deprecation Notice - path: api-reference/geist/geist-deprecation-notice.mdx - slug: geist - - section: Gensyn + - section: Plasma contents: - page: Quickstart - path: api-reference/gensyn/gensyn-api-quickstart.mdx + path: api-reference/plasma/plasma-api-quickstart.mdx - page: FAQ - path: api-reference/gensyn/gensyn-api-faq.mdx - - page: Gensyn API Overview - path: api-reference/gensyn/gensyn-api-overview.mdx - - api: Gensyn API Endpoints - api-name: gensyn - slug: gensyn + path: api-reference/plasma/plasma-api-faq.mdx + - page: Plasma API Overview + path: api-reference/plasma/plasma-api-overview.mdx + - api: Plasma API Endpoints + api-name: plasma + slug: plasma - - section: Gnosis + - section: Polygon PoS contents: - page: Quickstart - path: api-reference/gnosis/gnosis-chain-api-quickstart.mdx + path: api-reference/polygon-pos/polygon-api-quickstart.mdx - page: FAQ - path: api-reference/gnosis/gnosis-chain-faq.mdx - - page: Gnosis API Overview - path: api-reference/gnosis/gnosis-api-overview.mdx - - api: Gnosis API Endpoints - api-name: gnosis - slug: gnosis - - section: Humanity + path: api-reference/polygon-pos/polygon-api-faq.mdx + - page: Polygon PoS API Overview + path: api-reference/polygon-pos/polygon-pos-api-overview.mdx + - api: Polygon PoS API Endpoints + api-name: matic + slug: polygon-pos + - section: Polygon zkEVM contents: - page: Quickstart - path: api-reference/humanity/humanity-api-quickstart.mdx - - page: FAQ - path: api-reference/humanity/humanity-api-faq.mdx - - page: Humanity API Overview - path: api-reference/humanity/humanity-api-overview.mdx - - api: Humanity API Endpoints - api-name: humanity - slug: humanity - - - section: Hyperliquid + path: api-reference/polygon-zkevm/polygon-zkevm-api-quickstart.mdx + - section: FAQ + path: >- + api-reference/polygon-zkevm/polygon-zkevm-api-faq/polygon-zkevm-api-faq.mdx + contents: + - page: What is the difference between Polygon zkEVM and Ethereum? + path: >- + api-reference/polygon-zkevm/polygon-zkevm-api-faq/polygon-zkevm-and-ethereum-differences.mdx + - page: What is the difference between Polygon zkEVM and Polygon PoS? + path: >- + api-reference/polygon-zkevm/polygon-zkevm-api-faq/what-is-the-difference-between-polygon-zkevm-and-polygon.mdx + slug: polygon-zkevm-api-faq + - page: Polygon zkEVM API Overview + path: api-reference/polygon-zkevm/polygon-zkevm-api-overview.mdx + - page: Polygon zkEVM Deprecation Notice + path: api-reference/polygon-zkevm/polygon-zkevm-deprecation-notice.mdx + - api: Polygon zkEVM API Endpoints + api-name: polygon-zkevm + # Pin the slug: the auto-generated kebab-case of "Polygon zkEVM API + # Endpoints" splits zkEVM into "zk-evm", which diverges from the + # overview/FAQ link convention. Pin it so endpoint URLs stay stable. + slug: polygon-zkevm-api-endpoints + slug: polygon-zkevm + - section: Rise contents: - page: Quickstart - path: api-reference/hyperliquid/hyperliquid-api-quickstart.mdx + path: api-reference/rise/rise-api-quickstart.mdx - page: FAQ - path: api-reference/hyperliquid/hyperliquid-api-faq.mdx - - page: Hyperliquid API Overview - path: api-reference/hyperliquid/hyperliquid-api-overview.mdx - - api: Hyperliquid API Endpoints - api-name: hyperliquid - - page: Hyperliquid Info Endpoint - path: api-reference/hyperliquid/hyperliquid-info-endpoint.mdx - slug: hyperliquid - - section: Injective + path: api-reference/rise/rise-api-faq.mdx + - page: Rise API Overview + path: api-reference/rise/rise-api-overview.mdx + - api: Rise API Endpoints + api-name: rise + slug: rise + + - section: Robinhood Chain contents: - page: Quickstart - path: api-reference/injective/injective-api-quickstart.mdx + path: api-reference/robinhood-chain/robinhood-chain-api-quickstart.mdx - page: FAQ - path: api-reference/injective/injective-api-faq.mdx - - page: Injective API Overview - path: api-reference/injective/injective-api-overview.mdx - - api: Injective API Endpoints - api-name: injective - slug: injective - - section: Ink + path: api-reference/robinhood-chain/robinhood-chain-api-faq.mdx + - page: Robinhood Chain API Overview + path: api-reference/robinhood-chain/robinhood-chain-api-overview.mdx + - api: Robinhood Chain API Endpoints + api-name: robinhood + slug: robinhood-chain + + - section: Ronin contents: - page: Quickstart - path: api-reference/ink/ink-api-quickstart.mdx + path: api-reference/ronin/ronin-api-quickstart.mdx - page: FAQ - path: api-reference/ink/ink-api-faq.mdx - - page: Ink API Overview - path: api-reference/ink/ink-api-overview.mdx - - api: Ink API Endpoints - api-name: ink - slug: ink - - section: Jovay + path: api-reference/ronin/ronin-api-faq.mdx + - page: Ronin API Overview + path: api-reference/ronin/ronin-api-overview.mdx + - api: Ronin API Endpoints + api-name: ronin + slug: ronin + + - section: Rootstock contents: - page: Quickstart - path: api-reference/jovay/jovay-api-quickstart.mdx + path: api-reference/rootstock/rootstock-api-quickstart.mdx - page: FAQ - path: api-reference/jovay/jovay-api-faq.mdx - - page: Jovay API Overview - path: api-reference/jovay/jovay-api-overview.mdx - - api: Jovay API Endpoints - api-name: jovay - slug: jovay - - section: Lens + path: api-reference/rootstock/rootstock-api-faq.mdx + - page: Rootstock API Overview + path: api-reference/rootstock/rootstock-api-overview.mdx + - api: Rootstock API Endpoints + api-name: rootstock + slug: rootstock + - section: Scroll contents: - page: Quickstart - path: api-reference/lens/lens-api-quickstart.mdx + path: api-reference/scroll/scroll-chain-api-quickstart.mdx - page: FAQ - path: api-reference/lens/lens-api-faq.mdx - - page: Lens API Overview - path: api-reference/lens/lens-api-overview.mdx - - api: Lens API Endpoints - api-name: lens - slug: lens - - section: Linea + path: api-reference/scroll/scroll-chain-api-faq.mdx + - page: Scroll API Overview + path: api-reference/scroll/scroll-api-overview.mdx + - api: Scroll API Endpoints + api-name: scroll + slug: scroll + - section: Sei contents: - page: Quickstart - path: api-reference/linea/linea-chain-api-quickstart.mdx + path: api-reference/sei/sei-api-quickstart.mdx - page: FAQ - path: api-reference/linea/linea-chain-api-faq.mdx - - page: Linea API Overview - path: api-reference/linea/linea-api-overview.mdx - - api: Linea API Endpoints - api-name: linea - slug: linea - - section: Litecoin + path: api-reference/sei/sei-api-faq.mdx + - page: Sei API Overview + path: api-reference/sei/sei-api-overview.mdx + - api: Sei API Endpoints + api-name: sei + slug: sei + - section: Settlus contents: - page: Quickstart - path: api-reference/litecoin/litecoin-api-quickstart.mdx + path: api-reference/settlus/settlus-api-quickstart.mdx - page: FAQ - path: api-reference/litecoin/litecoin-api-faq.mdx - - page: Litecoin API Overview - path: api-reference/litecoin/litecoin-api-overview.mdx - - api: Litecoin API Endpoints - api-name: litecoin - - section: UTXO - skip-slug: true - contents: - - page: UTXO Overview - path: api-reference/litecoin/utxo.mdx - - link: UTXO Migration Guide - href: /docs/bitcoin/utxo-migration-guide - - api: UTXO API Endpoints - api-name: utxo-litecoin - flattened: true - - page: UTXO WebSockets - path: api-reference/litecoin/utxo-websockets.mdx - slug: litecoin - - section: Lumia - contents: - - page: Lumia Deprecation Notice - path: api-reference/lumia/lumia-deprecation-notice.mdx - slug: lumia - - section: Mantle + path: api-reference/settlus/settlus-api-faq.mdx + - page: Settlus API Overview + path: api-reference/settlus/settlus-api-overview.mdx + - api: Settlus API Endpoints + api-name: settlus + slug: settlus + + - section: Shape contents: - page: Quickstart - path: api-reference/mantle/mantle-chain-api-quickstart.mdx + path: api-reference/shape/shape-api-quickstart.mdx - page: FAQ - path: api-reference/mantle/mantle-chain-api-faq.mdx - - page: Mantle API Overview - path: api-reference/mantle/mantle-api-overview.mdx - - api: Mantle API Endpoints - api-name: mantle - slug: mantle - - section: MegaETH + path: api-reference/shape/shape-api-faq.mdx + - page: Shape API Overview + path: api-reference/shape/shape-api-overview.mdx + - api: Shape API Endpoints + api-name: shape + slug: shape + - section: Soneium contents: - page: Quickstart - path: api-reference/megaeth/megaeth-api-quickstart.mdx + path: api-reference/soneium/soneium-api-quickstart.mdx - page: FAQ - path: api-reference/megaeth/megaeth-api-faq.mdx - - page: MegaETH API Overview - path: api-reference/megaeth/megaeth-api-overview.mdx - - api: MegaETH API Endpoints - api-name: megaeth - slug: megaeth - - section: Metis + path: api-reference/soneium/soneium-api-faq.mdx + - page: Soneium API Overview + path: api-reference/soneium/soneium-api-overview.mdx + - api: Soneium API Endpoints + api-name: soneium + slug: soneium + - section: Sonic contents: - page: Quickstart - path: api-reference/metis/metis-chain-api-quickstart.mdx + path: api-reference/sonic/sonic-api-quickstart.mdx - page: FAQ - path: api-reference/metis/metis-chain-api-faq.mdx - - page: Metis API Overview - path: api-reference/metis/metis-api-overview.mdx - - api: Metis API Endpoints - api-name: metis - slug: metis - - section: Mode + path: api-reference/sonic/sonic-api-faq.mdx + - page: Sonic API Overview + path: api-reference/sonic/sonic-api-overview.mdx + - page: Sonic Blaze Deprecation Notice + path: api-reference/sonic/sonic-blaze-deprecation-notice.mdx + - api: Sonic API Endpoints + api-name: sonic + slug: sonic + - section: Stable contents: - page: Quickstart - path: api-reference/mode/mode-api-quickstart.mdx + path: api-reference/stable/stable-api-quickstart.mdx - page: FAQ - path: api-reference/mode/mode-api-faq.mdx - - page: Mode API Overview - path: api-reference/mode/mode-api-overview.mdx - - api: Mode API Endpoints - api-name: mode - slug: mode - - section: Monad + path: api-reference/stable/stable-api-faq.mdx + - page: Stable API Overview + path: api-reference/stable/stable-api-overview.mdx + - api: Stable API Endpoints + api-name: stable + slug: stable + - section: Starknet contents: - page: Quickstart - path: api-reference/monad/monad-api-quickstart.mdx + path: api-reference/starknet/starknet-api-quickstart.mdx - page: FAQ - path: api-reference/monad/monad-api-faq.mdx - - page: Monad API Overview - path: api-reference/monad/monad-api-overview.mdx - - api: Monad API Endpoints - api-name: monad - slug: monad - - section: Moonbeam + path: api-reference/starknet/starknet-api-faq.mdx + - page: Starknet API Overview + path: api-reference/starknet/starknet-api-overview.mdx + - api: Starknet API Endpoints + api-name: starknet + slug: starknet + - section: Stellar contents: - page: Quickstart - path: api-reference/moonbeam/moonbeam-api-quickstart.mdx + path: api-reference/stellar/stellar-api-quickstart.mdx - page: FAQ - path: api-reference/moonbeam/moonbeam-api-faq.mdx - - page: Moonbeam API Overview - path: api-reference/moonbeam/moonbeam-api-overview.mdx - - api: Moonbeam API Endpoints - api-name: moonbeam - slug: moonbeam - - section: Mythos + path: api-reference/stellar/stellar-api-faq.mdx + - page: Stellar API Overview + path: api-reference/stellar/stellar-api-overview.mdx + - api: Stellar API Endpoints + api-name: stellar + - link: Stellar Data API + href: /docs/reference/stellar-data-api-overview + slug: stellar + + - section: DATA Network contents: - page: Quickstart - path: api-reference/mythos/mythos-api-quickstart.mdx + path: api-reference/data-network/data-network-api-quickstart.mdx - page: FAQ - path: api-reference/mythos/mythos-api-faq.mdx - - page: Mythos API Overview - path: api-reference/mythos/mythos-api-overview.mdx - - api: Mythos API Endpoints - api-name: mythos - slug: mythos - - - section: OP Mainnet + path: api-reference/data-network/data-network-api-faq.mdx + - page: DATA Network API Overview + path: api-reference/data-network/data-network-api-overview.mdx + - api: DATA Network API Endpoints + api-name: story + slug: data-network-api-endpoints + slug: data-network + - section: Sui contents: - page: Quickstart - path: api-reference/op-mainnet/op-mainnet-api-quickstart.mdx - - section: FAQ - path: api-reference/op-mainnet/op-mainnet-api-faq/op-mainnet-api-faq.mdx + path: api-reference/sui/sui-api-quickstart.mdx + - page: FAQ + path: api-reference/sui/sui-api-faq.mdx + - api: Sui API Endpoints + api-name: sui + - section: Sui gRPC contents: - - page: OP Mainnet Error Codes - path: api-reference/op-mainnet/op-mainnet-api-faq/op-mainnet-error-codes.mdx - slug: op-mainnet-api-faq - - - page: OP Mainnet API Overview - path: api-reference/op-mainnet/op-mainnet-api-overview.mdx - - api: OP Mainnet API Endpoints - api-name: opt - - page: Flashblocks API Quickstart - path: api-reference/op-mainnet/op-mainnet-flashblocks-api-quickstart.mdx - slug: op-mainnet - - section: opBNB + - section: Getting started + contents: + - page: Overview + path: api-reference/sui-grpc/overview.mdx + - page: Quickstart + path: api-reference/sui-grpc/quickstart.mdx + slug: getting-started + - section: API reference + contents: + - page: Objects and ledger + path: api-reference/sui-grpc/objects-and-ledger.mdx + - page: Transactions + path: api-reference/sui-grpc/transactions.mdx + - page: State and balances + path: api-reference/sui-grpc/state-and-balances.mdx + - page: Move packages + path: api-reference/sui-grpc/move-packages.mdx + - page: Name service + path: api-reference/sui-grpc/name-service.mdx + - page: Subscriptions + path: api-reference/sui-grpc/subscriptions.mdx + - page: Signature verification + path: api-reference/sui-grpc/signature-verification.mdx + slug: api-reference + slug: sui-grpc + slug: sui + - section: Superseed contents: - page: Quickstart - path: api-reference/opbnb-paid-tier/opbnb-chain-api-quickstart.mdx + path: api-reference/superseed/superseed-api-quickstart.mdx - page: FAQ - path: api-reference/opbnb-paid-tier/opbnb-chain-api-faq.mdx - - api: OpBNB API Endpoints - api-name: opbnb - slug: opbnb - - section: Pharos + path: api-reference/superseed/superseed-api-faq.mdx + - page: Superseed API Overview + path: api-reference/superseed/superseed-api-overview.mdx + - api: Superseed API Endpoints + api-name: superseed + slug: superseed + - section: Tea contents: - - page: Quickstart - path: api-reference/pharos/pharos-api-quickstart.mdx - - page: FAQ - path: api-reference/pharos/pharos-api-faq.mdx - - page: Pharos API Overview - path: api-reference/pharos/pharos-api-overview.mdx - - api: Pharos API Endpoints - api-name: pharos - slug: pharos + - page: Tea Deprecation Notice + path: api-reference/tea/tea-deprecation-notice.mdx + slug: tea - - section: Plasma + - section: Tempo contents: - page: Quickstart - path: api-reference/plasma/plasma-api-quickstart.mdx + path: api-reference/tempo/tempo-api-quickstart.mdx - page: FAQ - path: api-reference/plasma/plasma-api-faq.mdx - - page: Plasma API Overview - path: api-reference/plasma/plasma-api-overview.mdx - - api: Plasma API Endpoints - api-name: plasma - slug: plasma + path: api-reference/tempo/tempo-api-faq.mdx + - page: Tempo API Overview + path: api-reference/tempo/tempo-api-overview.mdx + - api: Tempo API Endpoints + api-name: tempo + slug: tempo - - section: Polygon PoS + - section: Tron contents: - page: Quickstart - path: api-reference/polygon-pos/polygon-api-quickstart.mdx - - page: FAQ - path: api-reference/polygon-pos/polygon-api-faq.mdx - - page: Polygon PoS API Overview - path: api-reference/polygon-pos/polygon-pos-api-overview.mdx - - api: Polygon PoS API Endpoints - api-name: matic - slug: polygon-pos - - section: Polygon zkEVM - contents: - - page: Quickstart - path: api-reference/polygon-zkevm/polygon-zkevm-api-quickstart.mdx - - section: FAQ - path: >- - api-reference/polygon-zkevm/polygon-zkevm-api-faq/polygon-zkevm-api-faq.mdx - contents: - - page: What is the difference between Polygon zkEVM and Ethereum? - path: >- - api-reference/polygon-zkevm/polygon-zkevm-api-faq/polygon-zkevm-and-ethereum-differences.mdx - - page: What is the difference between Polygon zkEVM and Polygon PoS? - path: >- - api-reference/polygon-zkevm/polygon-zkevm-api-faq/what-is-the-difference-between-polygon-zkevm-and-polygon.mdx - slug: polygon-zkevm-api-faq - - page: Polygon zkEVM API Overview - path: api-reference/polygon-zkevm/polygon-zkevm-api-overview.mdx - - page: Polygon zkEVM Deprecation Notice - path: api-reference/polygon-zkevm/polygon-zkevm-deprecation-notice.mdx - - api: Polygon zkEVM API Endpoints - api-name: polygon-zkevm - # Pin the slug: the auto-generated kebab-case of "Polygon zkEVM API - # Endpoints" splits zkEVM into "zk-evm", which diverges from the - # overview/FAQ link convention. Pin it so endpoint URLs stay stable. - slug: polygon-zkevm-api-endpoints - slug: polygon-zkevm - - section: Rise - contents: - - page: Quickstart - path: api-reference/rise/rise-api-quickstart.mdx - - page: FAQ - path: api-reference/rise/rise-api-faq.mdx - - page: Rise API Overview - path: api-reference/rise/rise-api-overview.mdx - - api: Rise API Endpoints - api-name: rise - slug: rise - - - section: Robinhood Chain - contents: - - page: Quickstart - path: api-reference/robinhood-chain/robinhood-chain-api-quickstart.mdx + path: api-reference/tron/tron-api-quickstart.mdx - page: FAQ - path: api-reference/robinhood-chain/robinhood-chain-api-faq.mdx - - page: Robinhood Chain API Overview - path: api-reference/robinhood-chain/robinhood-chain-api-overview.mdx - - api: Robinhood Chain API Endpoints - api-name: robinhood - slug: robinhood-chain + path: api-reference/tron/tron-api-faq.mdx + - page: Tron API Overview + path: api-reference/tron/tron-api-overview.mdx + - api: Tron API Endpoints + api-name: tron + - api: Tron HTTP API Endpoints + api-name: tron-http + flattened: true + - api: Tron Solidity HTTP API Endpoints + api-name: tron-solidity-http + flattened: true + slug: tron - - section: Ronin + - section: Unichain contents: - page: Quickstart - path: api-reference/ronin/ronin-api-quickstart.mdx + path: api-reference/unichain/unichain-api-quickstart.mdx - page: FAQ - path: api-reference/ronin/ronin-api-faq.mdx - - page: Ronin API Overview - path: api-reference/ronin/ronin-api-overview.mdx - - api: Ronin API Endpoints - api-name: ronin - slug: ronin - - - section: Rootstock + path: api-reference/unichain/unichain-api-faq.mdx + - page: Unichain API Overview + path: api-reference/unichain/unichain-api-overview.mdx + - api: Unichain API Endpoints + api-name: unichain + - page: Flashblocks API Quickstart + path: api-reference/unichain/unichain-flashblocks-api-quickstart.mdx + slug: unichain + - section: World Chain contents: - page: Quickstart - path: api-reference/rootstock/rootstock-api-quickstart.mdx + path: api-reference/world-chain/world-chain-api-quickstart.mdx - page: FAQ - path: api-reference/rootstock/rootstock-api-faq.mdx - - page: Rootstock API Overview - path: api-reference/rootstock/rootstock-api-overview.mdx - - api: Rootstock API Endpoints - api-name: rootstock - slug: rootstock - - section: Scroll + path: api-reference/world-chain/world-chain-api-faq.mdx + - page: World Chain API Overview + path: api-reference/world-chain/world-chain-api-overview.mdx + - api: World Chain API Endpoints + api-name: worldchain + slug: world-chain + - section: World Mobile Chain contents: - page: Quickstart - path: api-reference/scroll/scroll-chain-api-quickstart.mdx + path: api-reference/world-mobile-chain/world-mobile-chain-api-quickstart.mdx - page: FAQ - path: api-reference/scroll/scroll-chain-api-faq.mdx - - page: Scroll API Overview - path: api-reference/scroll/scroll-api-overview.mdx - - api: Scroll API Endpoints - api-name: scroll - slug: scroll - - section: Sei + path: api-reference/world-mobile-chain/world-mobile-chain-api-faq.mdx + - page: World Mobile Chain API Overview + path: api-reference/world-mobile-chain/world-mobile-chain-api-overview.mdx + - api: World Mobile Chain API Endpoints + api-name: worldmobilechain + slug: world-mobile-chain + + - section: X Layer contents: - page: Quickstart - path: api-reference/sei/sei-api-quickstart.mdx + path: api-reference/x-layer/x-layer-api-quickstart.mdx - page: FAQ - path: api-reference/sei/sei-api-faq.mdx - - page: Sei API Overview - path: api-reference/sei/sei-api-overview.mdx - - api: Sei API Endpoints - api-name: sei - slug: sei - - section: Settlus + path: api-reference/x-layer/x-layer-api-faq.mdx + - page: X Layer API Overview + path: api-reference/x-layer/x-layer-api-overview.mdx + - api: X Layer API Endpoints + api-name: x-layer + slug: x-layer + - section: XMTP contents: - page: Quickstart - path: api-reference/settlus/settlus-api-quickstart.mdx + path: api-reference/xmtp/xmtp-api-quickstart.mdx - page: FAQ - path: api-reference/settlus/settlus-api-faq.mdx - - page: Settlus API Overview - path: api-reference/settlus/settlus-api-overview.mdx - - api: Settlus API Endpoints - api-name: settlus - slug: settlus + path: api-reference/xmtp/xmtp-api-faq.mdx + - page: XMTP API Overview + path: api-reference/xmtp/xmtp-api-overview.mdx + - api: XMTP API Endpoints + api-name: xmtp + slug: xmtp - - section: Shape - contents: - - page: Quickstart - path: api-reference/shape/shape-api-quickstart.mdx - - page: FAQ - path: api-reference/shape/shape-api-faq.mdx - - page: Shape API Overview - path: api-reference/shape/shape-api-overview.mdx - - api: Shape API Endpoints - api-name: shape - slug: shape - - section: Soneium + - section: ZetaChain contents: - page: Quickstart - path: api-reference/soneium/soneium-api-quickstart.mdx + path: api-reference/zetachain/zetachain-api-quickstart.mdx - page: FAQ - path: api-reference/soneium/soneium-api-faq.mdx - - page: Soneium API Overview - path: api-reference/soneium/soneium-api-overview.mdx - - api: Soneium API Endpoints - api-name: soneium - slug: soneium - - section: Sonic + path: api-reference/zetachain/zetachain-api-faq.mdx + - page: ZetaChain API Overview + path: api-reference/zetachain/zetachain-api-overview.mdx + - api: ZetaChain API Endpoints + api-name: zetachain + slug: zetachain + - section: zksync contents: + - page: zkSync API Overview + path: api-reference/zksync/zksync-api-overview.mdx - page: Quickstart - path: api-reference/sonic/sonic-api-quickstart.mdx + path: api-reference/zksync/zksync-api-quickstart.mdx - page: FAQ - path: api-reference/sonic/sonic-api-faq.mdx - - page: Sonic API Overview - path: api-reference/sonic/sonic-api-overview.mdx - - page: Sonic Blaze Deprecation Notice - path: api-reference/sonic/sonic-blaze-deprecation-notice.mdx - - api: Sonic API Endpoints - api-name: sonic - slug: sonic - - section: Stable + path: api-reference/zksync/zksync-api-faq.mdx + - api: zkSync API Endpoints + api-name: zksync + slug: zksync + - section: Zora contents: - page: Quickstart - path: api-reference/stable/stable-api-quickstart.mdx + path: api-reference/zora/zora-api-quickstart.mdx - page: FAQ - path: api-reference/stable/stable-api-faq.mdx - - page: Stable API Overview - path: api-reference/stable/stable-api-overview.mdx - - api: Stable API Endpoints - api-name: stable - slug: stable - - section: Starknet + path: api-reference/zora/zora-api-faq.mdx + - page: Zora API Overview + path: api-reference/zora/zora-api-overview.mdx + - api: Zora API Endpoints + api-name: zora + slug: zora + + - section: Katana contents: - page: Quickstart - path: api-reference/starknet/starknet-api-quickstart.mdx + path: api-reference/katana/katana-api-quickstart.mdx - page: FAQ - path: api-reference/starknet/starknet-api-faq.mdx - - page: Starknet API Overview - path: api-reference/starknet/starknet-api-overview.mdx - - api: Starknet API Endpoints - api-name: starknet - slug: starknet - - section: Stellar + path: api-reference/katana/katana-api-faq.mdx + - page: Katana API Overview + path: api-reference/katana/katana-api-overview.mdx + - api: Katana API Endpoints + api-name: katana + slug: katana + + - section: Kaia contents: - page: Quickstart - path: api-reference/stellar/stellar-api-quickstart.mdx + path: api-reference/kaia/kaia-api-quickstart.mdx - page: FAQ - path: api-reference/stellar/stellar-api-faq.mdx - - page: Stellar API Overview - path: api-reference/stellar/stellar-api-overview.mdx - - api: Stellar API Endpoints - api-name: stellar - - link: Stellar Data API - href: /docs/reference/stellar-data-api-overview - slug: stellar + path: api-reference/kaia/kaia-api-faq.mdx + - page: Kaia API Overview + path: api-reference/kaia/kaia-api-overview.mdx + - api: Kaia API Endpoints + api-name: kaia + slug: kaia - - section: DATA Network + # Temporary home for Rollups: self-serve is deprecated (no new rollups + # are being created; existing ones are still supported), so it is no + # longer a top-level tab. Framed for customers who want to launch their + # own L2 chain. Remove entirely once deprecation is communicated to all + # customers. + - section: Launch Your Own Chain (Rollups) contents: - - page: Quickstart - path: api-reference/data-network/data-network-api-quickstart.mdx - - page: FAQ - path: api-reference/data-network/data-network-api-faq.mdx - - page: DATA Network API Overview - path: api-reference/data-network/data-network-api-overview.mdx - - api: DATA Network API Endpoints - api-name: story - slug: data-network-api-endpoints - slug: data-network - - section: Sui - contents: - - page: Quickstart - path: api-reference/sui/sui-api-quickstart.mdx - - page: FAQ - path: api-reference/sui/sui-api-faq.mdx - - api: Sui API Endpoints - api-name: sui - - section: Sui gRPC - contents: - - section: Getting started - contents: - - page: Overview - path: api-reference/sui-grpc/overview.mdx - - page: Quickstart - path: api-reference/sui-grpc/quickstart.mdx - slug: getting-started - - section: API reference - contents: - - page: Objects and ledger - path: api-reference/sui-grpc/objects-and-ledger.mdx - - page: Transactions - path: api-reference/sui-grpc/transactions.mdx - - page: State and balances - path: api-reference/sui-grpc/state-and-balances.mdx - - page: Move packages - path: api-reference/sui-grpc/move-packages.mdx - - page: Name service - path: api-reference/sui-grpc/name-service.mdx - - page: Subscriptions - path: api-reference/sui-grpc/subscriptions.mdx - - page: Signature verification - path: api-reference/sui-grpc/signature-verification.mdx - slug: api-reference - slug: sui-grpc - slug: sui - - section: Superseed - contents: - - page: Quickstart - path: api-reference/superseed/superseed-api-quickstart.mdx - - page: FAQ - path: api-reference/superseed/superseed-api-faq.mdx - - page: Superseed API Overview - path: api-reference/superseed/superseed-api-overview.mdx - - api: Superseed API Endpoints - api-name: superseed - slug: superseed - - section: Tea - contents: - - page: Tea Deprecation Notice - path: api-reference/tea/tea-deprecation-notice.mdx - slug: tea + - page: Rollups Overview + path: api-reference/alchemy-rollups/rollups-quickstart.mdx + - page: Supported Frameworks + path: api-reference/alchemy-rollups/supported-stacks.mdx + - page: Using your Rollup + path: api-reference/alchemy-rollups/using-your-rollup.mdx + - page: Operating your Rollup + path: api-reference/alchemy-rollups/operating-your-rollup.mdx + - page: Customizing & Integrations + path: api-reference/alchemy-rollups/customizations-integrations.mdx + - page: Bridging Assets + path: api-reference/alchemy-rollups/bridge-contract-address.mdx + - page: Rollups FAQ + path: api-reference/alchemy-rollups/rollups-faq.mdx + slug: rollups - - section: Tempo + - tab: data + layout: + - section: Introduction contents: - - page: Quickstart - path: api-reference/tempo/tempo-api-quickstart.mdx - - page: FAQ - path: api-reference/tempo/tempo-api-faq.mdx - - page: Tempo API Overview - path: api-reference/tempo/tempo-api-overview.mdx - - api: Tempo API Endpoints - api-name: tempo - slug: tempo - - - section: Tron + - page: Data API Overview + path: api-reference/data/data-overview.mdx + - link: Pricing + href: /docs/reference/pricing-plans + - section: Portfolio API contents: - - page: Quickstart - path: api-reference/tron/tron-api-quickstart.mdx - - page: FAQ - path: api-reference/tron/tron-api-faq.mdx - - page: Tron API Overview - path: api-reference/tron/tron-api-overview.mdx - - api: Tron API Endpoints - api-name: tron - - api: Tron HTTP API Endpoints - api-name: tron-http - flattened: true - - api: Tron Solidity HTTP API Endpoints - api-name: tron-solidity-http + - page: Portfolio API Overview + path: api-reference/data/portfolio-apis/portfolio-apis.mdx + - api: Portfolio API Endpoints + api-name: portfolio flattened: true - slug: tron - - section: Unichain - contents: - - page: Quickstart - path: api-reference/unichain/unichain-api-quickstart.mdx - - page: FAQ - path: api-reference/unichain/unichain-api-faq.mdx - - page: Unichain API Overview - path: api-reference/unichain/unichain-api-overview.mdx - - api: Unichain API Endpoints - api-name: unichain - - page: Flashblocks API Quickstart - path: api-reference/unichain/unichain-flashblocks-api-quickstart.mdx - slug: unichain - - section: World Chain - contents: - - page: Quickstart - path: api-reference/world-chain/world-chain-api-quickstart.mdx - - page: FAQ - path: api-reference/world-chain/world-chain-api-faq.mdx - - page: World Chain API Overview - path: api-reference/world-chain/world-chain-api-overview.mdx - - api: World Chain API Endpoints - api-name: worldchain - slug: world-chain - - section: World Mobile Chain + slug: portfolio-apis + - section: Token API contents: - - page: Quickstart - path: api-reference/world-mobile-chain/world-mobile-chain-api-quickstart.mdx - - page: FAQ - path: api-reference/world-mobile-chain/world-mobile-chain-api-faq.mdx - - page: World Mobile Chain API Overview - path: api-reference/world-mobile-chain/world-mobile-chain-api-overview.mdx - - api: World Mobile Chain API Endpoints - api-name: worldmobilechain - slug: world-mobile-chain - - - section: X Layer + - page: Token API Overview + path: api-reference/data/token-api/token-api-overview.mdx + - page: Token API Quickstart + path: api-reference/data/token-api/token-api-quickstart.mdx + # - page: Solana Token APIs (Beta) + # path: >- + # api-reference/data/token-api/beta-alchemy-das-apis-for-solana-nfts-and-fungible-tokens-1ba069f2006680279109d7f34758ac6fpvs4.mdx + - api: Token API Endpoints + api-name: token + # - section: Token API Tutorials + # contents: + # - page: How to Get Token Metadata + # path: >- + # tutorials/defi/erc-20-tokens/how-to-get-token-metadata.mdx + # - page: How to Get Token Balance + # path: >- + # tutorials/defi/token-balances/how-to-get-token-balance-for-an-address.mdx + slug: token-api + - section: Transfers API contents: - - page: Quickstart - path: api-reference/x-layer/x-layer-api-quickstart.mdx - - page: FAQ - path: api-reference/x-layer/x-layer-api-faq.mdx - - page: X Layer API Overview - path: api-reference/x-layer/x-layer-api-overview.mdx - - api: X Layer API Endpoints - api-name: x-layer - slug: x-layer - - section: XMTP + - page: Transfers API Overview + path: api-reference/data/transfers-api/transfers-api-quickstart.mdx + - api: Transfers Endpoints + api-name: transfers + - section: Transfers API Tutorials + contents: + - link: How to Get Tx History for Address + href: /docs/how-to-get-transaction-history-for-an-address-on-ethereum + # - page: How to Get All NFTs Owned by Address + # path: >- + # tutorials/nfts/nft-api-tutorials/how-to-get-all-nfts-owned-by-an-address.mdx + - link: How to Get Contract's First Transfer Event + href: /docs/how-to-get-a-contracts-first-transfer-event + - link: How to Get Contract's Last Transfer Event + href: /docs/how-to-get-a-contracts-last-transfer-event + - link: How to Integrate Historical Transactions into Your App + href: /docs/integrating-historical-transaction-data-into-your-dapp + slug: transfers-api-tutorials + slug: transfers-api + - section: Prices API contents: - - page: Quickstart - path: api-reference/xmtp/xmtp-api-quickstart.mdx - - page: FAQ - path: api-reference/xmtp/xmtp-api-faq.mdx - - page: XMTP API Overview - path: api-reference/xmtp/xmtp-api-overview.mdx - - api: XMTP API Endpoints - api-name: xmtp - slug: xmtp - - - section: ZetaChain + - page: Prices API Quickstart + path: api-reference/data/prices-api/prices-api-quickstart.mdx + - api: Prices API Endpoints + api-name: prices + flattened: true + - page: Prices API FAQ + path: api-reference/data/prices-api/prices-api-faq.mdx + slug: prices-api + - section: NFT API contents: - - page: Quickstart - path: api-reference/zetachain/zetachain-api-quickstart.mdx - - page: FAQ - path: api-reference/zetachain/zetachain-api-faq.mdx - - page: ZetaChain API Overview - path: api-reference/zetachain/zetachain-api-overview.mdx - - api: ZetaChain API Endpoints - api-name: zetachain - slug: zetachain - - section: zksync + - page: NFT API Overview + path: api-reference/data/nft-api/nft-api-overview.mdx + - page: NFT API Quickstart + path: api-reference/data/nft-api/nft-api-quickstart.mdx + - section: Solana DAS API + path: >- + api-reference/data/nft-api/alchemy-das-apis-for-solana.mdx + contents: + - api: Solana DAS API Endpoints + api-name: solana-das + - section: NFT API Endpoints + path: >- + api-reference/data/nft-api/nft-api-endpoints.mdx + contents: + - api: NFT API Endpoints + api-name: nft + flattened: true + slug: nft-api-endpoints + - page: NFT API FAQ + path: api-reference/data/nft-api/nft-api-faq.mdx + slug: nft-api-tutorials + slug: nft-api + - section: Webhooks contents: - - page: zkSync API Overview - path: api-reference/zksync/zksync-api-overview.mdx - - page: Quickstart - path: api-reference/zksync/zksync-api-quickstart.mdx - - page: FAQ - path: api-reference/zksync/zksync-api-faq.mdx - - api: zkSync API Endpoints - api-name: zksync - slug: zksync - - section: Zora + - page: Webhooks Overview + path: api-reference/data/webhooks/webhooks-overview.mdx + - section: Webhooks Quickstart Guides + path: >- + api-reference/data/webhooks/webhooks-quickstart/notify-api-quickstart.mdx + contents: + - page: Custom Webhooks Query Examples + path: >- + api-reference/data/webhooks/custom-webhooks-quickstart/custom-webhooks-example.mdx + - page: Custom Webhook Filters + path: >- + api-reference/data/webhooks/custom-webhooks-quickstart/custom-webhook-filters.mdx + - page: Custom Webhook Variables + path: >- + api-reference/data/webhooks/custom-webhooks-quickstart/custom-webhook-variables.mdx + # - page: Webhooks Tutorials and Applications + # path: >- + # api-reference/data/webhooks/webhooks-quickstart/notify-tutorials-and-applications.mdx + # - page: Webhooks FAQ + # path: >- + # api-reference/data/webhooks/webhooks-quickstart/notify-api-faq.mdx + slug: webhooks-quickstart + - section: Webhook Types + path: >- + api-reference/data/webhooks/webhook-types/webhook-types.mdx + contents: + - page: Custom Webhook + path: >- + api-reference/data/webhooks/webhook-types/custom-webhook.mdx + - page: Address Activity Webhook + path: >- + api-reference/data/webhooks/webhook-types/address-activity-webhook.mdx + - page: NFT Activity Webhook + path: >- + api-reference/data/webhooks/webhook-types/nft-activity-webhook.mdx + # - page: NFT Metadata Updates Webhook + # path: >- + # api-reference/data/webhooks/webhook-types/nft-metadata-updates-webhook.mdx + slug: webhook-types + - api: Webhooks API Endpoints + api-name: notify + flattened: true + # - section: Webhooks API Tutorials + # contents: + # - page: How to Integrate Alchemy Webhooks with Zapier + # path: >- + # tutorials/streaming-data/how-to-integrate-alchemy-webhooks-with-zapier.mdx + # - page: How to Build App with Real-Time Tx Notifications + # path: >- + # tutorials/streaming-data/transaction-notifications/building-a-dapp-with-real-time-transaction-notifications.mdx + slug: webhooks + - section: Simulation API + hidden: true contents: - - page: Quickstart - path: api-reference/zora/zora-api-quickstart.mdx - - page: FAQ - path: api-reference/zora/zora-api-faq.mdx - - page: Zora API Overview - path: api-reference/zora/zora-api-overview.mdx - - api: Zora API Endpoints - api-name: zora - slug: zora + - page: Transaction Simulation Overview + path: api-reference/alchemy-transact/transaction-simulation/simulation.mdx + - section: Transaction Simulation Types + contents: + - page: Asset Changes + path: >- + api-reference/alchemy-transact/transaction-simulation/simulation-asset-changes.mdx + - page: Execution Simulation + path: >- + api-reference/alchemy-transact/transaction-simulation/simulation-execution.mdx + - page: Bundle Simulation + path: >- + api-reference/alchemy-transact/transaction-simulation/simulation-bundle.mdx + - page: Transaction Simulation Examples + path: >- + api-reference/alchemy-transact/transaction-simulation/simulation-examples.mdx + - page: Transaction Simulation FAQs + path: >- + api-reference/alchemy-transact/transaction-simulation/simulation-faqs.mdx + slug: transaction-simulation + - api: Transaction Simulation Endpoints + api-name: transaction-simulation + slug: simulation-apis + - section: Utility API + contents: + - page: Utility APIs Overview + path: api-reference/data/utility-apis/utility-apis-overview.mdx + - api: Transactions Receipts Endpoints + api-name: transactions-receipt + slug: utility-apis + - section: Stellar Data API + contents: + - page: Stellar Data API Overview + path: api-reference/data/stellar-data-api/stellar-data-api-overview.mdx + - api: Stellar Data API Endpoints + api-name: stellar-data-api + slug: stellar-data-api + - section: Subgraphs + contents: + - page: Alchemy Subgraphs Deprecation Notice + path: tutorials/alchemy-subgraphs/deprecation-notice.mdx + - section: Beta APIs + contents: + - api: Beta API Endpoints + api-name: beta + flattened: true + slug: beta-apis - - section: Katana + - tab: wallets + layout: + - section: Overview + skip-slug: true contents: + - page: Overview + slug: / + path: wallets/pages/index.mdx - page: Quickstart - path: api-reference/katana/katana-api-quickstart.mdx - - page: FAQ - path: api-reference/katana/katana-api-faq.mdx - - page: Katana API Overview - path: api-reference/katana/katana-api-overview.mdx - - api: Katana API Endpoints - api-name: katana - slug: katana + path: wallets/pages/smart-wallets/quickstart/sdk.mdx + - page: Supported Chains + path: wallets/pages/overview/supported-chains.mdx - - section: Kaia + - section: Transactions contents: - - page: Quickstart - path: api-reference/kaia/kaia-api-quickstart.mdx - - page: FAQ - path: api-reference/kaia/kaia-api-faq.mdx - - page: Kaia API Overview - path: api-reference/kaia/kaia-api-overview.mdx - - api: Kaia API Endpoints - api-name: kaia - slug: kaia + - page: Using SDK + path: wallets/pages/smart-wallets/quickstart/sdk.mdx + - page: Using API + path: wallets/pages/smart-wallets/quickstart/api.mdx + - section: Send transactions + contents: + - page: Single transactions + path: wallets/pages/transactions/send-transactions/index.mdx + - page: Batch transactions + path: wallets/pages/transactions/send-batch-transactions/index.mdx + - page: Parallel transactions + path: wallets/pages/transactions/send-parallel-transactions/index.mdx + - section: Debug transactions + path: wallets/pages/transactions/debug-transactions/index.mdx + contents: + - page: Debug with Tenderly + path: wallets/pages/transactions/debug-transactions/debug-with-tenderly.mdx + - section: EIP-7702 + path: wallets/pages/transactions/using-eip-7702/index.mdx + contents: + - page: Undelegate 7702 account + path: wallets/pages/transactions/undelegate-account/index.mdx + - section: Sponsor gas + path: wallets/pages/transactions/sponsor-gas/overview.mdx + contents: + - page: Full sponsorship + path: wallets/pages/transactions/sponsor-gas/index.mdx + - page: Conditional sponsorship rules + path: wallets/pages/transactions/sponsor-gas/conditional-sponsorship-rules.mdx + - page: Pay gas with any token + path: wallets/pages/transactions/pay-gas-with-any-token/index.mdx + - page: Solana sponsorship + path: wallets/pages/transactions/sponsor-gas/solana/index.mdx + - section: Swap tokens + contents: + - page: Same-chain swaps + path: wallets/pages/transactions/swap-tokens/index.mdx + - page: Cross-chain swaps + path: wallets/pages/transactions/cross-chain-swap-tokens/index.mdx + - section: Grant session keys + contents: + - page: Overview + path: wallets/pages/smart-wallets/session-keys/index.mdx + - page: Using SDK + path: wallets/pages/smart-wallets/session-keys/sdk.mdx + - page: Using API + path: wallets/pages/smart-wallets/session-keys/api.mdx + - page: Legacy session keys + path: wallets/pages/smart-wallets/session-keys/legacy-session-keys.mdx + - page: Retry transactions + path: wallets/pages/transactions/retry-transactions/index.mdx + - section: Sign + contents: + - page: Sign messages + path: wallets/pages/transactions/signing/sign-messages/index.mdx + - page: Sign typed data + path: wallets/pages/transactions/signing/sign-typed-data/index.mdx + - page: Configure client + path: wallets/pages/concepts/smart-account-client.mdx + + - section: Wallet integration + contents: + - page: Overview + path: wallets/pages/authentication/overview.mdx + - section: Privy + path: wallets/pages/third-party/signers/privy.mdx + contents: + - page: Signer migration overview + path: wallets/wallet-integrations/privy/signer-migration-overview.mdx + - page: React migration + path: wallets/wallet-integrations/privy/react-migration.mdx + - page: JWT auth migration + path: wallets/wallet-integrations/privy/jwt-auth-migration.mdx + - section: Other signers + contents: + - page: Openfort + path: wallets/pages/third-party/signers/openfort.mdx + - page: Turnkey + path: wallets/pages/third-party/signers/turnkey.mdx + - page: Solana + path: wallets/pages/third-party/signers/solana-signers.mdx + - page: Other signers + path: wallets/pages/third-party/signers/custom-integration.mdx + - section: Account Kit (v4) + contents: + - section: Login methods + contents: + - page: Email OTP + path: wallets/pages/authentication/login-methods/email-otp.mdx + - page: Email magic-link + path: wallets/pages/authentication/login-methods/email-magic-link.mdx + - page: Social login + path: wallets/pages/authentication/login-methods/social-login.mdx + - page: Custom social providers + path: wallets/pages/react/login-methods/social-providers.mdx + - page: Bring your own authentication + path: wallets/pages/authentication/login-methods/bring-your-own-auth.mdx + - page: Passkey signup + path: wallets/pages/authentication/login-methods/passkey-signup.mdx + - page: Passkey login + path: wallets/pages/react/login-methods/passkey-login.mdx + - page: SMS login + path: wallets/pages/authentication/login-methods/sms-login.mdx + - page: "On-chain passkeys" + path: wallets/pages/react/login-methods/onchain-passkeys.mdx + - page: Adding and removing login methods + path: wallets/pages/react/login-methods/adding-and-removing-login-methods.mdx + - section: UI components + contents: + - page: Using UI components + path: wallets/pages/react/ui-components.mdx + - page: Theme & branding + path: wallets/pages/react/customization/theme.mdx + - page: Tailwind setup + path: wallets/pages/react/customization/tailwind-setup.mdx + - section: Whitelabel + contents: + - page: React hooks + path: wallets/pages/react/react-hooks.mdx + - page: Other JS initialization + path: wallets/pages/signer/quickstart.mdx + - section: Connectors + contents: + - page: Connect external wallets + path: wallets/pages/react/login-methods/eoa-login.mdx + - page: Customize + path: wallets/pages/react/connectors/customization.mdx + - section: MFA + contents: + - page: Set up MFA + path: wallets/pages/react/mfa/setup-mfa.mdx + - page: Email OTP + path: wallets/pages/react/mfa/email-otp.mdx + - page: Email magic-link + path: wallets/pages/react/mfa/email-magic-link.mdx + - page: Social login + path: wallets/pages/react/mfa/social-login.mdx + - page: Solana wallets + path: wallets/pages/react/solana-wallets/get-started.mdx + - page: Server wallets + path: wallets/pages/signer/authentication/server-wallets.mdx + - section: Account management + contents: + - page: User sessions + path: wallets/pages/signer/user-sessions.mdx + - page: Manage account ownership + path: wallets/pages/smart-contracts/modular-account-v2/managing-ownership.mdx + - page: Export private key + path: wallets/pages/signer/export-private-key.mdx + - page: Choosing a signer + path: wallets/pages/authentication/what-is-a-signer.mdx + + - section: Low-Level Infra + contents: + - page: Overview + path: wallets/pages/low-level-infra/overview.mdx + - page: Quickstart + path: wallets/pages/low-level-infra/quickstart.mdx + - section: Gas Manager API + contents: + - section: Policy Management + contents: + - page: API Endpoints + path: wallets/pages/low-level-infra/gas-manager/policy-management/api-endpoints.mdx + - section: Gas Sponsorship + contents: + - page: API Endpoints + path: wallets/pages/low-level-infra/gas-manager/gas-sponsorship/api-endpoints.mdx + - section: Using SDK + contents: + - page: Basic Gas Sponsorship + path: wallets/pages/low-level-infra/gas-manager/gas-sponsorship/using-sdk/basic-gas-sponsorship.mdx + - page: Conditional Gas Sponsorship + path: wallets/pages/low-level-infra/gas-manager/gas-sponsorship/using-sdk/conditional-gas-sponsorship.mdx + - page: Pay Gas with Any ERC20 Token + path: wallets/pages/low-level-infra/gas-manager/gas-sponsorship/using-sdk/pay-gas-with-any-erc20-token.mdx + - page: Solana + path: wallets/pages/transactions/solana/sponsor-gas-solana.mdx + - section: Bundler API + path: wallets/pages/low-level-infra/bundler/overview.mdx + contents: + - page: API Endpoints + path: wallets/pages/low-level-infra/bundler/api-endpoints.mdx + - page: Using SDK + path: wallets/pages/low-level-infra/bundler/sdk.mdx + - page: Bundler Sponsored Operations + path: wallets/pages/bundler-api/bundler-sponsored-operations.mdx + - page: Bundler FAQs + path: wallets/pages/bundler-api/bundler-faqs.mdx + - section: Third Party Infrastructure + contents: + - page: Non-Alchemy chains + path: wallets/pages/low-level-infra/third-party-infrastructure/chains.mdx + - page: Third Party Bundlers + path: wallets/pages/low-level-infra/third-party-infrastructure/bundlers.mdx + - page: Third Party Paymasters + path: wallets/pages/low-level-infra/third-party-infrastructure/paymasters.mdx + - section: Smart Account Types + contents: + - page: Choosing a Smart Account + path: wallets/pages/authorization/smart-account-types/choosing-a-smart-account.mdx + - section: Modular Account V2 + contents: + - page: Overview + path: wallets/pages/authorization/smart-account-types/modular-account-v2/overview.mdx + - page: Getting started + path: wallets/pages/smart-contracts/modular-account-v2/getting-started.mdx + - section: Session keys + contents: + - page: What are session keys? + path: wallets/pages/smart-contracts/modular-account-v2/session-keys/index.mdx + - page: Adding session keys + path: wallets/pages/smart-contracts/modular-account-v2/session-keys/adding-session-keys.mdx + - page: Supported permissions + path: wallets/pages/smart-contracts/modular-account-v2/session-keys/session-key-permissions.mdx + - page: Using session keys + path: wallets/pages/smart-contracts/modular-account-v2/session-keys/using-session-keys.mdx + - page: Removing session keys + path: wallets/pages/smart-contracts/modular-account-v2/session-keys/removing-session-keys.mdx + - section: Light Account + contents: + - page: Overview + path: wallets/pages/smart-contracts/other-accounts/light-account/index.mdx + - page: Getting started + path: wallets/pages/smart-contracts/other-accounts/light-account/getting-started.mdx + - page: Transfer ownership + path: wallets/pages/smart-contracts/other-accounts/light-account/transfer-ownership-light-account.mdx + - page: Manage multiple owners + path: wallets/pages/smart-contracts/other-accounts/light-account/multi-owner-light-account.mdx + - page: Third party + path: wallets/pages/third-party/smart-contracts.mdx + - page: Deployed addresses + path: wallets/pages/smart-contracts/deployed-addresses.mdx + + - section: API Reference + contents: + - section: Wallet APIs + contents: + - api: Wallet API Endpoints + api-name: wallet-api + flattened: true + slug: smart-wallets + - section: Gas Manager + contents: + - api: Gas Abstraction API Endpoints + api-name: gas-manager-coverage + - api: Admin API Endpoints + api-name: admin + slug: gas-manager-admin-api + - section: Bundler + contents: + - api: Bundler API Endpoints + api-name: bundler + slug: bundler-api-endpoints + - api: UserOp Simulation Endpoints + api-name: userop-sim + slug: useroperation-simulation-endpoints + - section: EntryPoint Revert Codes + contents: + - page: EntryPoint v0.7 / v0.8 Revert Codes + path: >- + wallets/pages/bundler-api/entrypoint-revert-codes/entrypoint-v07-revert-codes.mdx + - page: EntryPoint v0.6 Revert Codes + path: >- + wallets/pages/bundler-api/entrypoint-revert-codes/entrypoint-v06-revert-codes.mdx + slug: entrypoint-revert-codes + slug: bundler-api + - section: Signer + contents: + - api: Signer API Endpoints + api-name: accounts + - page: How to stamp requests + path: wallets/pages/smart-wallets/how-to-stamp-requests.mdx + slug: signer + + - section: Resources + skip-slug: true + contents: + - section: Chain Reference + slug: resources/chain-reference + contents: + - page: Polygon PoS + slug: polygon-pos + path: wallets/pages/resources/chain-reference/polygon-pos.mdx + - page: Features + slug: wallets/resources/features + path: wallets/pages/features.mdx + - page: Understanding Wallet APIs + path: wallets/pages/concepts/intro-to-account-kit.mdx + - section: Recipes + contents: + - page: Overview + slug: recipes + path: wallets/pages/recipes/overview.mdx + - page: Send USDC + slug: recipes/send-usdc + path: wallets/pages/recipes/send-usdc.mdx + - page: Programmatic Wallet Creation + path: wallets/pages/recipes/programmatic-wallet-creation.mdx + - page: Onramp Funds + slug: recipes/onramp-funds + path: wallets/pages/recipes/onramp-funds.mdx + - page: Session Keys with Wallet APIs + slug: recipes/wallet-session-keys-app + path: wallets/pages/recipes/wallet-session-keys-app.mdx + - page: Hyperliquid Transactions + slug: recipes/hyperliquid-wallets + path: wallets/pages/recipes/hyperliquid-wallets.mdx + - page: Wallet APIs with Aave + slug: wallets/recipes/smart-wallets-aave + path: wallets/pages/recipes/smart-wallets-aave.mdx + - page: Upgrade to Smart Accounts + slug: recipes/upgrade-to-smart-accounts + path: wallets/pages/recipes/upgrade-to-smart-accounts.mdx + - page: Multi-chain setup + slug: recipes/multi-chain-setup + path: wallets/pages/recipes/multi-chain-setup.mdx + - page: Multi-chain Balances + path: tutorials/data/how-to-get-crosschain-token-balances.mdx + - link: GitHub + href: https://github.com/alchemyplatform/aa-sdk + - link: Changelog + href: https://github.com/alchemyplatform/aa-sdk/blob/main/CHANGELOG.md + - link: Contributing + href: https://github.com/alchemyplatform/aa-sdk/blob/main/CONTRIBUTING.md + - link: Gas benchmarks + href: https://github.com/alchemyplatform/aa-benchmarks + - page: Migrating to 4.x.x + slug: migration-guide + path: wallets/pages/migration-guide.mdx + - page: Migrating to 5.x.x + slug: resources/migration-v5 + path: wallets/pages/resources/migration-v5.mdx + - page: Terms + slug: resources/terms + path: wallets/pages/resources/terms.mdx + - page: Types + slug: resources/types + path: wallets/pages/resources/types.mdx + - page: Middleware + path: wallets/pages/concepts/middleware.mdx + + - section: Troubleshooting + contents: + - page: General FAQs + path: wallets/pages/resources/faqs.mdx + - page: Wallet APIs Errors + path: wallets/pages/troubleshooting/wallet-apis-errors.mdx + - page: Gas Manager FAQs + path: wallets/pages/gas-manager-admin-api/gas-manager-faqs.mdx + - page: Gas Manager Errors + path: wallets/pages/gas-manager-admin-api/gas-manager-errors.mdx + - page: Bundler FAQs + path: wallets/pages/bundler-api/bundler-faqs.mdx + - page: Bundler RPC Errors + path: wallets/pages/bundler-api/bundler-rpc-errors.mdx + - page: Server-side rendering + slug: troubleshooting/ssr + path: wallets/pages/troubleshooting/server-side-rendering.mdx + - page: Contact us + slug: resources/contact-us + path: wallets/pages/resources/contact-us.mdx + + # Build with AI is promoted to a top-level tab: AI is part of everyday + # developer workflows and deserves the visibility even while the content + # set is still small. + - tab: build-with-ai + layout: + - section: Getting Started + contents: + - page: Overview + path: tutorials/build-with-ai/overview.mdx + - page: Agent Skills + path: tutorials/build-with-ai/alchemy-agent-skills.mdx + - page: Alchemy CLI + path: tutorials/build-with-ai/alchemy-cli.mdx + - page: Agent Wallets + path: tutorials/build-with-ai/agent-wallets.mdx + - page: Alchemy MCP Server + path: tutorials/build-with-ai/alchemy-mcp-server.mdx + - page: Alchemy Claude Plugin + path: tutorials/build-with-ai/alchemy-claude-plugin.mdx + - page: Agent Authentication and Payment + path: tutorials/build-with-ai/alchemy-for-agents.mdx + slug: getting-started + - section: Tutorials + contents: + - page: Add Alchemy RPC To Any Project + path: tutorials/build-with-ai/add-alchemy-rpc-to-any-project.mdx + - page: Build a Web3 Dashboard + path: tutorials/build-with-ai/web3-dashboard-prompt.mdx + - page: Learning Alchemy's Data APIs using Cursor + path: tutorials/build-with-ai/data-apis-with-cursor.mdx + slug: tutorials + + # Former "Get Started" tab, renamed "Tools & Resources": it collects admin, + # pricing, dashboard tooling, and learning material that doesn't belong to a + # single product area. The "Get Started" page in Introduction is slated to + # become the docs homepage/landing page and move out of this tab. + - tab: resources + layout: + - section: Introduction + contents: + - page: Get Started + path: api-reference/introduction/api-overview.mdx + - section: Alchemy Quickstart Guides + path: >- + api-reference/introduction/alchemy-quickstart-guide.mdx + contents: + - page: Create an Alchemy API Key + path: tutorials/getting-started/create-an-api-key.mdx + - page: Make Your First Alchemy Request + path: tutorials/getting-started/make-your-first-request.mdx + - page: Set Up Alchemy with Viem + path: tutorials/getting-started/set-up-alchemy-with-viem.mdx + - page: Set Up Alchemy with any Library via AI + path: tutorials/getting-started/alchemy-via-libraries.mdx + slug: alchemy-quickstart-guides + slug: introduction + - section: Pricing & Resources + contents: + - section: Pricing + contents: + - page: Pricing Plans + path: api-reference/pricing-resources/pricing/pricing-plans.mdx + - page: Compute Units + path: api-reference/pricing-resources/pricing/compute-units.mdx + - page: Compute Unit Costs + path: api-reference/pricing-resources/pricing/compute-unit-costs.mdx + slug: pricing + - section: Pricing FAQ + contents: + - page: Pay As You Go Pricing FAQ + path: >- + api-reference/pricing-resources/pricing-faq/pay-as-you-go-pricing-faq.mdx + slug: pricing-faq + - section: Resources + contents: + - page: Feature support by chain + path: >- + api-reference/pricing-resources/resources/feature-support-by-chain.mdx + - page: Throughput + path: api-reference/pricing-resources/resources/throughput.mdx + - page: Batch Requests + path: api-reference/pricing-resources/resources/batch-requests.mdx + - page: Gas Limits + path: >- + api-reference/pricing-resources/resources/gas-limits-for-eth-call-and-eth-estimategas.mdx + - page: Error Reference + path: api-reference/pricing-resources/resources/error-reference.mdx + slug: resources + slug: pricing-resources + - section: Tools + contents: + - page: Tools Quickstart + path: tutorials/getting-started/dashboard/dashboard-tools-quickstart.mdx + - page: Sandbox + path: tutorials/getting-started/dashboard/alchemy-sandbox.mdx + - page: Alerts + path: tutorials/getting-started/developer-best-practices/dashboard-alerts.mdx + - page: Request Logs + path: tutorials/getting-started/dashboard/request-logs.mdx + - page: Roles + path: tutorials/getting-started/dashboard/dashboard-roles.mdx + - page: Single Sign-On (SSO) + path: tutorials/getting-started/dashboard/dashboard-sso.mdx + - section: Admin API + hidden: true + contents: + - page: Overview + path: admin-api/overview.mdx + - page: Quickstart + path: admin-api/quickstart.mdx + - api: Admin API Endpoints + api-name: admin-api + flattened: true + - api: Usage API Endpoints + api-name: usage-api + flattened: true + - section: Activity Log + hidden: true + contents: + - page: Overview + path: tutorials/getting-started/dashboard/activity-log.mdx + - page: Webhook Subscriptions + path: tutorials/getting-started/dashboard/activity-log-webhook-subscriptions.mdx + - page: OCSF Mapping + path: tutorials/getting-started/dashboard/activity-log-ocsf-mapping.mdx + - section: Tutorials + contents: + - section: Transactions + contents: + - section: Understanding Transactions + path: tutorials/transactions/understanding-transactions.mdx + contents: + - page: Ethereum Transactions - Pending, Mined, Dropped & Replaced + path: >- + tutorials/transactions/understanding-transactions/ethereum-transactions-pending-mined-dropped-replaced.mdx + - page: How to Query Transaction Details on Ethereum + path: >- + tutorials/transactions/understanding-transactions/how-to-get-transaction-details.mdx + - page: Understanding the Transaction Object on Ethereum + path: >- + tutorials/transactions/understanding-transactions/understanding-the-transaction-object-on-ethereum.mdx + - page: What are Internal Transactions? + path: >- + tutorials/transactions/understanding-transactions/what-are-internal-transactions.mdx + - page: How to Handle Checksum Addresses + path: >- + tutorials/transactions/understanding-transactions/how-to-handle-checksum-addresses.mdx + slug: understanding-transactions + - section: Sending Transactions + path: >- + tutorials/transactions/sending-transactions/sending-transactions.mdx + contents: + - page: How to Send Transactions on Ethereum + path: >- + tutorials/transactions/sending-transactions/how-to-send-transactions-on-ethereum.mdx + - page: How to Check the Status of a Transaction using its Hash + path: >- + tutorials/transactions/sending-transactions/how-to-check-the-status-of-a-transaction-using-its-hash.mdx + slug: sending-transactions + - section: Transaction History + path: >- + tutorials/transactions/transaction-history/transaction-history.mdx + contents: + - page: How to Get the Number of Transactions in a Block + path: >- + tutorials/transactions/transaction-history/how-to-get-the-number-of-transactions-in-a-block.mdx + - page: How to Get Transaction History for an Address on Ethereum + path: >- + tutorials/transactions/transaction-history/how-to-get-transaction-history-for-an-address-on-ethereum.mdx + - page: How to Get a Contract's First Transfer Event + path: >- + tutorials/transactions/transaction-history/how-to-get-a-contracts-first-transfer-event.mdx + - page: How to Get a Contract's Last Transfer Event + path: >- + tutorials/transactions/transaction-history/how-to-get-a-contracts-last-transfer-event.mdx + - page: Integrating Historical Transaction Data into your dApp + path: >- + tutorials/transactions/transaction-history/integrating-historical-transaction-data-into-your-dapp.mdx + - page: How to Get Contract Deployment Transactions in a Block + path: >- + tutorials/transactions/transaction-history/how-to-get-contract-deployment-transactions-in-a-block.mdx + - page: How to Get All the Contracts Deployed by a Wallet + path: >- + tutorials/transactions/transaction-history/how-to-get-all-the-contracts-deployed-by-a-wallet.mdx + slug: transaction-history + - section: On-chain Events + path: tutorials/transactions/on-chain-events/on-chain-events.mdx + contents: + - page: How to Get On-chain Events on Ethereum + path: >- + tutorials/transactions/on-chain-events/how-to-get-on-chain-events.mdx + - page: "Understanding Logs: Deep Dive into eth_getLogs" + path: >- + tutorials/transactions/on-chain-events/deep-dive-into-eth-getlogs.mdx + slug: on-chain-events + - section: Transaction Simulation + path: >- + tutorials/transactions/transaction-simulation/transaction-simulation.mdx + contents: + - page: Integrating Simulation with 1 line of code + path: >- + tutorials/transactions/transaction-simulation/integrating-simulation-with-1-line-of-code.mdx + - page: Building a MetaMask Snap from scratch + path: >- + tutorials/transactions/transaction-simulation/building-a-metamask-snap-from-scratch.mdx + - page: Asset Changes - Explained + path: >- + tutorials/transactions/transaction-simulation/asset-changes-explained.mdx + - page: How to simulate a transaction on Ethereum + path: >- + tutorials/transactions/transaction-simulation/how-to-simulate-a-transaction-on-ethereum.mdx + slug: transaction-simulation + slug: transactions + - section: Streaming Data + contents: + - section: WebSocket Subscriptions + path: >- + tutorials/streaming-data/websocket-subscriptions/websocket-subscriptions.mdx + contents: + - page: How to Subscribe to Mined Transactions via WebSocket Endpoints + path: >- + tutorials/streaming-data/websocket-subscriptions/how-to-subscribe-to-pending-transactions-via-websocket-endpoints.mdx + - page: >- + How to Subscribe to Pending Transactions via WebSocket + Endpoints + path: >- + tutorials/streaming-data/websocket-subscriptions/how-to-subscribe-to-transactions-via-websocket-endpoints.mdx + slug: websocket-subscriptions + slug: streaming-data + - section: API Security and Authentication + contents: + - page: How To Create Access Keys + path: >- + tutorials/getting-started/api-security-and-authentication/how-to-create-access-keys.mdx + - page: How To Make HTTP Header-Based API Requests + path: >- + tutorials/getting-started/api-security-and-authentication/how-to-use-api-keys-in-http-headers.mdx + - page: How To Use JWTs For API Requests + path: >- + tutorials/getting-started/api-security-and-authentication/how-to-use-jwts-for-api-requests.mdx + - page: Best Practices for Key Security and Management + path: >- + tutorials/getting-started/api-security-and-authentication/best-practices-for-key-security-and-management.mdx + - page: How to Add Allowlists to Your Apps for Enhanced Security + path: >- + tutorials/getting-started/api-security-and-authentication/how-to-add-allowlists-to-your-apps-for-enhanced-security.mdx + slug: api-security-and-authentication + - section: Developer Best Practices + path: >- + tutorials/getting-started/developer-best-practices/developer-best-practices.mdx + contents: + - page: Best Practices When Using Alchemy + path: >- + tutorials/getting-started/developer-best-practices/best-practices-when-using-alchemy.mdx + - page: Best Practices for Deploying a Smart Contract on EVM Mainnets + path: >- + tutorials/getting-started/developer-best-practices/best-practices-for-deploying-a-smart-contract-on-evm-mainnets-1.mdx + - page: Choosing a Web3 Network + path: >- + tutorials/getting-started/developer-best-practices/choosing-a-web3-network.mdx + - page: >- + How to Enable Compression to Speed Up JSON-RPC Blockchain + Requests + path: >- + tutorials/getting-started/developer-best-practices/how-to-enable-compression-to-speed-up-json-rpc-blockchain-requests.mdx + - page: Debugging CORS problems for End-Users + path: >- + tutorials/getting-started/developer-best-practices/debugging-cors-problems-for-end-users.mdx + - page: How to Implement Retries + path: >- + tutorials/getting-started/developer-best-practices/how-to-implement-retries.mdx + - page: How to set usage limits for your account + path: >- + tutorials/getting-started/developer-best-practices/how-to-set-usage-limits-and-alerts-for-your-account.mdx + - link: Dashboard Alerts + href: /docs/dashboard-alerts + slug: developer-best-practices + - section: Understanding the EVM + contents: + - page: How to Get the Latest Block on Ethereum + path: >- + tutorials/understanding-the-evm/how-to-get-the-latest-block-on-ethereum.mdx + - page: What are Uncle Blocks? + path: tutorials/understanding-the-evm/what-are-uncle-blocks.mdx + - page: What is Archive Data on Ethereum? + path: >- + tutorials/understanding-the-evm/what-is-archive-data-on-ethereum.mdx + - page: "Internal Playbook: Upgrading Ethereum Nodes" + path: >- + tutorials/understanding-the-evm/internal-playbook-upgrading-ethereum-nodes.mdx + - page: How to Calculate Ethereum Miner Rewards + path: >- + tutorials/understanding-the-evm/how-to-calculate-ethereum-miner-rewards.mdx + slug: understanding-the-evm + - section: Snapshots Service + contents: + - page: Worldchain + path: tutorials/snapshots/worldchain.mdx + - page: Avalanche + path: tutorials/snapshots/avalanche.mdx + - page: Aptos + path: tutorials/snapshots/aptos.mdx + - page: Shape + path: tutorials/snapshots/shape.mdx + - page: Ink + path: tutorials/snapshots/ink.mdx + - page: Soneium + path: tutorials/snapshots/soneium.mdx + - page: Unichain + path: tutorials/snapshots/unichain.mdx + slug: /tutorials/snapshots + slug: tutorials + - section: New to Web3 + contents: + - section: Alchemy University + contents: + - section: Blockchain Basics + path: tutorials/alchemy-university/blockchain-basics.mdx + contents: + - page: What is a blockchain? + path: >- + tutorials/alchemy-university/blockchain-basics/what-is-a-blockchain.mdx + - page: What is Proof of Work? + path: >- + tutorials/alchemy-university/blockchain-basics/proof-of-work.mdx + - page: What are blockchain consensus mechanisms? + path: >- + tutorials/alchemy-university/blockchain-basics/what-are-blockchain-consensus-mechanisms.mdx + - page: What does a blockchain network look like? + path: >- + tutorials/alchemy-university/blockchain-basics/what-are-blockchain-networks.mdx + - page: What is a 51% attack? + path: >- + tutorials/alchemy-university/blockchain-basics/51-percent-attack.mdx + - page: What is the Bitcoin genesis block? + path: >- + tutorials/alchemy-university/blockchain-basics/bitcoin-genesis-block.mdx + - page: UTXO vs. Account Models + path: >- + tutorials/alchemy-university/blockchain-basics/utxo-vs-account-models.mdx + - page: Web3 Glossary + path: tutorials/understanding-the-evm/web3-glossary.mdx + - page: Blockchain 101 + path: tutorials/understanding-the-evm/blockchain-101.mdx + slug: blockchain-basics + - section: Cryptography Basics + path: >- + tutorials/alchemy-university/cryptography-basics/cryptography-basics.mdx + contents: + - page: What is Public Key Cryptography? + path: >- + tutorials/alchemy-university/cryptography-basics/public-key-cryptography.mdx + - page: What is a hashing algorithm? + path: >- + tutorials/alchemy-university/cryptography-basics/hashing-algorithm.mdx + - page: How do tree data structures work? + path: >- + tutorials/alchemy-university/cryptography-basics/tree-data-structures.mdx + - page: What are Merkle trees? + path: >- + tutorials/alchemy-university/cryptography-basics/what-are-merkle-trees.mdx + - page: How are Merkle trees used in blockchains? + path: >- + tutorials/alchemy-university/cryptography-basics/merkle-trees-in-blockchains.mdx + - page: What are Patricia Merkle Tries? + path: >- + tutorials/alchemy-university/cryptography-basics/patricia-merkle-tries.mdx + slug: cryptography-basics + - section: Ethereum Basics + path: >- + tutorials/alchemy-university/ethereum-basics/ethereum-basics.mdx + contents: + - page: What is Ethereum? + path: >- + tutorials/alchemy-university/ethereum-basics/what-is-ethereum.mdx + - page: What is Proof of Stake? + path: >- + tutorials/alchemy-university/ethereum-basics/what-is-proof-of-stake.mdx + - page: How does Ethereum gas work? + path: tutorials/alchemy-university/ethereum-basics/ethereum-gas.mdx + - page: What are Ethereum Accounts? + path: >- + tutorials/alchemy-university/ethereum-basics/ethereum-accounts.mdx + - page: How to Read Data with JSON-RPC + path: >- + tutorials/alchemy-university/ethereum-basics/how-to-read-data-with-json-rpc.mdx + - page: How to create a JSON REST API for Ethereum + path: >- + tutorials/alchemy-university/ethereum-basics/create-json-rest-api.mdx + - page: What are Ethereum nodes? + path: >- + tutorials/alchemy-university/ethereum-basics/ethereum-nodes.mdx + - page: How do Ethereum transactions work? + path: >- + tutorials/alchemy-university/ethereum-basics/how-ethereum-transactions-work.mdx + - page: Introduction to Ethereum Frontend Libraries + path: >- + tutorials/alchemy-university/ethereum-basics/ethereum-frontend-libraries.mdx + slug: ethereum-basics + - section: Solidity Basics + path: >- + tutorials/alchemy-university/solidity-basics/solidity-basics.mdx + contents: + - page: What is Hardhat? + path: >- + tutorials/alchemy-university/solidity-basics/what-is-hardhat.mdx + - page: What is Solidity Syntax? + path: >- + tutorials/alchemy-university/solidity-basics/what-is-solidity-syntax.mdx + - page: How does Solidity work with the EVM? + path: >- + tutorials/alchemy-university/solidity-basics/how-does-solidity-work.mdx + - page: "Solidity vs. JavaScript: Similarities & Differences" + path: >- + tutorials/alchemy-university/solidity-basics/solidity-vs-javascript.mdx + - page: How do Solidity functions work? + path: >- + tutorials/alchemy-university/solidity-basics/solidity-functions.mdx + - page: How to Modify State Variables + path: >- + tutorials/alchemy-university/solidity-basics/how-to-modify-state-variables.mdx + - page: What does it mean to revert transactions? + path: >- + tutorials/alchemy-university/solidity-basics/revert-transactions.mdx + - page: How do Solidity Mappings work? + path: >- + tutorials/alchemy-university/solidity-basics/solidity-mappings.mdx + - page: What are Solidity events? + path: >- + tutorials/alchemy-university/solidity-basics/solidity-events.mdx + - page: How do Solidity arrays work? + path: >- + tutorials/alchemy-university/solidity-basics/how-solidity-arrays-work.mdx + - page: How do Solidity structs work? + path: >- + tutorials/alchemy-university/solidity-basics/how-do-solidity-structs-work.mdx + slug: solidity-basics + - section: Smart Contract Basics + path: >- + tutorials/alchemy-university/smart-contract-basics/smart-contract-basics.mdx + contents: + - page: How do smart contracts communicate? + path: >- + tutorials/alchemy-university/smart-contract-basics/smart-contract-communication.mdx + - page: How to unit test a smart contract + path: >- + tutorials/alchemy-university/smart-contract-basics/how-to-unit-test-a-smart-contract.mdx + - page: How do smart contract ABIs work? + path: >- + tutorials/alchemy-university/smart-contract-basics/smart-contract-abi.mdx + - page: What are multi-signature contracts? + path: >- + tutorials/alchemy-university/smart-contract-basics/multi-sig-contracts.mdx + - page: What is Smart Contract inheritance? + path: >- + tutorials/alchemy-university/smart-contract-basics/smart-contract-inheritance.mdx + - page: What is an ERC-20 token? + path: >- + tutorials/alchemy-university/smart-contract-basics/what-is-erc-20.mdx + - page: What are NFTs? + path: >- + tutorials/alchemy-university/smart-contract-basics/what-are-nfts.mdx + - page: What are upgradeable smart contracts? + path: >- + tutorials/alchemy-university/smart-contract-basics/upgradeable-smart-contracts.mdx + slug: smart-contract-basics + slug: alchemy-university + - section: Developer Basics + contents: + - section: Learning Solidity + contents: + - page: What is Smart Contract Storage Layout? + path: tutorials/learning-solidity/smart-contract-storage-layout.mdx + - page: When to use Storage vs. Memory vs. Calldata in Solidity + path: >- + tutorials/learning-solidity/when-to-use-storage-vs-memory-vs-calldata-in-solidity.mdx + - page: What is the difference between Memory and Calldata in Solidity? + path: >- + tutorials/learning-solidity/what-is-the-difference-between-memory-and-calldata-in-solidity.mdx + - page: What are Payable Functions in Solidity? + path: tutorials/learning-solidity/solidity-payable-functions.mdx + - page: How to Get a Smart Contract's Balance in Solidity + path: >- + tutorials/learning-solidity/how-to-get-a-smart-contracts-balance-in-solidity.mdx + - page: How to Send Value from Within a Smart Contract Using Solidity + path: >- + tutorials/learning-solidity/how-to-send-value-from-within-a-smart-contract-using-solidity.mdx + - page: How to Interpret Binaries in Solidity + path: >- + tutorials/learning-solidity/how-to-interpret-binaries-in-solidity.mdx + - page: How to Interact with ERC-20 tokens in Solidity + path: >- + tutorials/learning-solidity/how-to-interact-with-erc-20-tokens-in-solidity.mdx + - page: How to Interact with ERC-721 Tokens in Solidity + path: >- + tutorials/learning-solidity/how-to-interact-with-erc-721-tokens-in-solidity.mdx + - page: >- + How to Make Your Dapp Compatible With Smart Contract Wallets Using + ERC-1271 + path: >- + tutorials/learning-solidity/how-to-make-your-dapp-compatible-with-smart-contract-wallets.mdx + - page: How to Verify a Message Signature on Ethereum + path: >- + tutorials/learning-solidity/how-to-verify-a-message-signature-on-ethereum/how-to-verify-a-message-signature-on-ethereum.mdx + slug: learning-solidity + - section: Creating Smart Contracts + contents: + - section: Hello World Solana Program + path: >- + api-reference/solana/hello-world.mdx + contents: + - page: How to Integrate a Solana Program with a Web3 Application + path: >- + api-reference/solana/hello-world-application.mdx + slug: hello-world-solana-program + - page: How to Deploy a Smart Contract to the Sepolia Testnet + path: >- + tutorials/creating-smart-contracts/how-to-deploy-a-smart-contract-to-the-sepolia-testnet.mdx + slug: creating-smart-contracts + slug: developer-basics - tab: changelog diff --git a/content/redirects.yml b/content/redirects.yml index 6d78098bf..78c39b594 100644 --- a/content/redirects.yml +++ b/content/redirects.yml @@ -1266,57 +1266,57 @@ redirects: # Trace - source: /reference/trace-api - destination: /docs/node/trace-api/trace-api-endpoints/trace-block + destination: /docs/chains/trace-api/trace-api-endpoints/trace-block permanent: true - source: /reference/trace-block - destination: /docs/node/trace-api/trace-api-endpoints/trace-block + destination: /docs/chains/trace-api/trace-api-endpoints/trace-block permanent: true - source: /reference/trace-call - destination: /docs/node/trace-api/trace-api-endpoints/trace-call + destination: /docs/chains/trace-api/trace-api-endpoints/trace-call permanent: true - source: /reference/trace-filter - destination: /docs/node/trace-api/trace-api-endpoints/trace-filter + destination: /docs/chains/trace-api/trace-api-endpoints/trace-filter permanent: true - source: /reference/trace-get - destination: /docs/node/trace-api/trace-api-endpoints/trace-get + destination: /docs/chains/trace-api/trace-api-endpoints/trace-get permanent: true - source: /reference/trace-rawtransaction - destination: /docs/node/trace-api/trace-api-endpoints/trace-raw-transaction + destination: /docs/chains/trace-api/trace-api-endpoints/trace-raw-transaction permanent: true - source: /reference/trace-replayblocktransactions - destination: /docs/node/trace-api/trace-api-endpoints/trace-replay-block-transactions + destination: /docs/chains/trace-api/trace-api-endpoints/trace-replay-block-transactions permanent: true - source: /reference/trace-replaytransaction - destination: /docs/node/trace-api/trace-api-endpoints/trace-replay-transaction + destination: /docs/chains/trace-api/trace-api-endpoints/trace-replay-transaction permanent: true - source: /reference/trace-transaction - destination: /docs/node/trace-api/trace-api-endpoints/trace-transaction + destination: /docs/chains/trace-api/trace-api-endpoints/trace-transaction permanent: true # Debug - source: /reference/debug-getrawblock - destination: /docs/node/debug-api/debug-api-endpoints/debug-get-raw-block + destination: /docs/chains/debug-api/debug-api-endpoints/debug-get-raw-block permanent: true - source: /reference/debug-getrawheader - destination: /docs/node/debug-api/debug-api-endpoints/debug-get-raw-header + destination: /docs/chains/debug-api/debug-api-endpoints/debug-get-raw-header permanent: true - source: /reference/debug-getrawreceipts - destination: /docs/node/debug-api/debug-api-endpoints/debug-get-raw-receipts + destination: /docs/chains/debug-api/debug-api-endpoints/debug-get-raw-receipts permanent: true - source: /reference/debug-traceblockbyhash - destination: /docs/node/debug-api/debug-api-endpoints/debug-trace-block-by-hash + destination: /docs/chains/debug-api/debug-api-endpoints/debug-trace-block-by-hash permanent: true - source: /reference/debug-traceblockbynumber - destination: /docs/node/debug-api/debug-api-endpoints/debug-trace-block-by-number + destination: /docs/chains/debug-api/debug-api-endpoints/debug-trace-block-by-number permanent: true - source: /reference/debug-tracecall - destination: /docs/node/debug-api/debug-api-endpoints/debug-trace-call + destination: /docs/chains/debug-api/debug-api-endpoints/debug-trace-call permanent: true - source: /reference/debug-tracetransaction - destination: /docs/node/debug-api/debug-api-endpoints/debug-trace-transaction + destination: /docs/chains/debug-api/debug-api-endpoints/debug-trace-transaction permanent: true - source: /reference/debug-api-endpoints - destination: /docs/node/debug-api/debug-api-endpoints/debug-get-raw-block + destination: /docs/chains/debug-api/debug-api-endpoints/debug-get-raw-block permanent: true # ========================================= Data Redirects ========================================= @@ -2563,3 +2563,23 @@ redirects: - source: /docs/chains/hyperliquid/hyperliquid-evm-endpoints/:path* destination: /docs/chains/hyperliquid/hyperliquid-api-endpoints/:path* permanent: true + + # ========================================= Node Tab Merged Into Chains ========================================= + # The "Node" top-level tab was merged into "Chains". MDX pages keep their + # frontmatter-pinned slugs; these cover the nav-generated URLs (auto-generated + # API endpoint pages and section paths) that moved tabs. + - source: /docs/node/introduction/:path* + destination: /docs/chains/introduction/:path* + permanent: true + - source: /docs/node/websockets/:path* + destination: /docs/chains/websockets/:path* + permanent: true + - source: /docs/node/yellowstone-grpc/:path* + destination: /docs/chains/yellowstone-grpc/:path* + permanent: true + - source: /docs/node/trace-api/:path* + destination: /docs/chains/trace-api/:path* + permanent: true + - source: /docs/node/debug-api/:path* + destination: /docs/chains/debug-api/:path* + permanent: true From 1482153254ccf634d0f90e5d7ef44d7a7642882c Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Thu, 2 Jul 2026 16:01:34 -0400 Subject: [PATCH 02/42] Adapt nav restructure to docs-site rendering rules - Nest the cross-chain sections (WebSockets, Yellowstone gRPC, Trace API, Debug API, Rollups) inside the chains tab's Introduction section: the docs site's chain selector treats every top-level section after the first as a chain. skip-slug keeps endpoint URLs at /chains/
/. - Rename the resources tab key back to get-started (display name stays "Tools & Resources") so the frontend header's active-tab matching and the /docs/get-started landing link keep working. - Pin the Build with AI overview at /docs/build-with-ai as the landing page for the new top-level tab, with a redirect from the old /docs/build-with-ai-overview URL. Co-Authored-By: Claude Fable 5 --- content/docs.yml | 289 ++++++++++--------- content/redirects.yml | 8 +- content/tutorials/build-with-ai/overview.mdx | 2 +- 3 files changed, 154 insertions(+), 145 deletions(-) diff --git a/content/docs.yml b/content/docs.yml index 6baaacd74..b137f4874 100644 --- a/content/docs.yml +++ b/content/docs.yml @@ -13,9 +13,11 @@ tabs: build-with-ai: display-name: Build with AI slug: build-with-ai - # Former "get-started" tab. Keeps the "tutorials" slug so existing URLs - # under /docs/tutorials/... keep working. - resources: + # Former "Get Started" tab, renamed "Tools & Resources". Keeps the + # "get-started" key (the frontend header matches its active tab against it) + # and the "tutorials" slug so existing URLs under /docs/tutorials/... keep + # working. + get-started: display-name: Tools & Resources slug: tutorials changelog: @@ -28,7 +30,13 @@ navigation: # are where those endpoints live, so they now share one tab. - tab: chains layout: + # The cross-chain sections (WebSockets, Yellowstone gRPC, Trace API, + # Debug API, Rollups) are nested inside this first section: the docs + # site renders every later top-level section of this tab as a chain in + # the chain selector. skip-slug keeps their endpoint URLs at + # /chains/
/... . - section: Introduction + skip-slug: true contents: - page: Chain APIs Overview path: api-reference/node-api/chain-apis-overview.mdx @@ -40,131 +48,153 @@ navigation: path: api-reference/node-api/mev-protection.mdx - link: Pricing href: /docs/reference/pricing-plans - slug: introduction - - section: WebSockets - contents: - - page: Subscription API Overview - path: api-reference/websockets/subscription-api.mdx - - page: Best Practices for Using WebSockets in Web3 - path: >- - api-reference/websockets/best-practices-for-using-websockets-in-web3.mdx - - section: Subscription API Endpoints - path: >- - api-reference/websockets/subscription-api-endpoints/subscription-api-endpoints.mdx + - section: WebSockets contents: - - page: alchemy_minedTransactions - path: >- - api-reference/websockets/subscription-api-endpoints/alchemy-minedtransactions.mdx - - page: alchemy_pendingTransactions - path: >- - api-reference/websockets/subscription-api-endpoints/alchemy-pendingtransactions.mdx - - page: newPendingTransactions - path: >- - api-reference/websockets/subscription-api-endpoints/newpendingtransactions.mdx - - page: newHeads - path: >- - api-reference/websockets/subscription-api-endpoints/newheads.mdx - - page: logs - path: api-reference/websockets/subscription-api-endpoints/logs.mdx - - page: monadNewHeads - path: >- - api-reference/websockets/subscription-api-endpoints/monadnewheads.mdx - - page: monadLogs - path: >- - api-reference/websockets/subscription-api-endpoints/monadlogs.mdx - slug: subscription-api-endpoints - - section: Solana Subscription API Endpoints - path: >- - api-reference/websockets/solana-subscription-api-endpoints/solana-subscription-api-endpoints.mdx - contents: - - page: accountSubscribe - path: >- - api-reference/websockets/solana-subscription-api-endpoints/account-subscribe.mdx - - page: programSubscribe - path: >- - api-reference/websockets/solana-subscription-api-endpoints/program-subscribe.mdx - - page: logsSubscribe + - page: Subscription API Overview + path: api-reference/websockets/subscription-api.mdx + - page: Best Practices for Using WebSockets in Web3 path: >- - api-reference/websockets/solana-subscription-api-endpoints/logs-subscribe.mdx - - page: signatureSubscribe + api-reference/websockets/best-practices-for-using-websockets-in-web3.mdx + - section: Subscription API Endpoints path: >- - api-reference/websockets/solana-subscription-api-endpoints/signature-subscribe.mdx - - page: rootSubscribe - path: >- - api-reference/websockets/solana-subscription-api-endpoints/root-subscribe.mdx - - page: slotSubscribe + api-reference/websockets/subscription-api-endpoints/subscription-api-endpoints.mdx + contents: + - page: alchemy_minedTransactions + path: >- + api-reference/websockets/subscription-api-endpoints/alchemy-minedtransactions.mdx + - page: alchemy_pendingTransactions + path: >- + api-reference/websockets/subscription-api-endpoints/alchemy-pendingtransactions.mdx + - page: newPendingTransactions + path: >- + api-reference/websockets/subscription-api-endpoints/newpendingtransactions.mdx + - page: newHeads + path: >- + api-reference/websockets/subscription-api-endpoints/newheads.mdx + - page: logs + path: api-reference/websockets/subscription-api-endpoints/logs.mdx + - page: monadNewHeads + path: >- + api-reference/websockets/subscription-api-endpoints/monadnewheads.mdx + - page: monadLogs + path: >- + api-reference/websockets/subscription-api-endpoints/monadlogs.mdx + slug: subscription-api-endpoints + - section: Solana Subscription API Endpoints path: >- - api-reference/websockets/solana-subscription-api-endpoints/slot-subscribe.mdx - slug: solana-subscription-api-endpoints - slug: websockets + api-reference/websockets/solana-subscription-api-endpoints/solana-subscription-api-endpoints.mdx + contents: + - page: accountSubscribe + path: >- + api-reference/websockets/solana-subscription-api-endpoints/account-subscribe.mdx + - page: programSubscribe + path: >- + api-reference/websockets/solana-subscription-api-endpoints/program-subscribe.mdx + - page: logsSubscribe + path: >- + api-reference/websockets/solana-subscription-api-endpoints/logs-subscribe.mdx + - page: signatureSubscribe + path: >- + api-reference/websockets/solana-subscription-api-endpoints/signature-subscribe.mdx + - page: rootSubscribe + path: >- + api-reference/websockets/solana-subscription-api-endpoints/root-subscribe.mdx + - page: slotSubscribe + path: >- + api-reference/websockets/solana-subscription-api-endpoints/slot-subscribe.mdx + slug: solana-subscription-api-endpoints + slug: websockets - - section: Yellowstone gRPC - contents: - - section: Getting Started + - section: Yellowstone gRPC contents: - - page: Overview - path: api-reference/yellowstone/overview.mdx - - page: Quickstart - path: api-reference/yellowstone/quickstart.mdx - slug: getting-started - - section: API Reference - path: api-reference/yellowstone/api-reference-overview.mdx + - section: Getting Started + contents: + - page: Overview + path: api-reference/yellowstone/overview.mdx + - page: Quickstart + path: api-reference/yellowstone/quickstart.mdx + slug: getting-started + - section: API Reference + path: api-reference/yellowstone/api-reference-overview.mdx + contents: + - page: Subscribe Request + path: api-reference/yellowstone/subscribe-request.mdx + - page: Subscribe to Slots + path: api-reference/yellowstone/subscribe-slots.mdx + - page: Subscribe to Transactions + path: api-reference/yellowstone/subscribe-transactions.mdx + - page: Subscribe to Accounts + path: api-reference/yellowstone/subscribe-accounts.mdx + - page: Subscribe to Blocks + path: api-reference/yellowstone/subscribe-blocks.mdx + slug: api-reference + - section: Resources + contents: + - page: Code Examples + path: api-reference/yellowstone/examples.mdx + - page: Best Practices + path: api-reference/yellowstone/best-practices.mdx + slug: resources + slug: yellowstone-grpc + + - section: Trace API contents: - - page: Subscribe Request - path: api-reference/yellowstone/subscribe-request.mdx - - page: Subscribe to Slots - path: api-reference/yellowstone/subscribe-slots.mdx - - page: Subscribe to Transactions - path: api-reference/yellowstone/subscribe-transactions.mdx - - page: Subscribe to Accounts - path: api-reference/yellowstone/subscribe-accounts.mdx - - page: Subscribe to Blocks - path: api-reference/yellowstone/subscribe-blocks.mdx - slug: api-reference - - section: Resources + - page: Trace API Overview + path: api-reference/trace-api/trace-api-quickstart.mdx + - api: Trace API Endpoints + api-name: trace + - section: Trace API Resources + path: >- + api-reference/trace-api/trace-api-resources/what-are-evm-traces.mdx + contents: + - page: Trace API vs. Debug API + path: >- + api-reference/trace-api/trace-api-resources/trace-api-vs-debug-api.mdx + - page: What is trace_transaction? + path: >- + api-reference/trace-api/trace-api-resources/what-is-trace-transaction.mdx + - page: What is trace_block? + path: >- + api-reference/trace-api/trace-api-resources/what-is-trace-block.mdx + - page: What is trace_filter? + path: >- + api-reference/trace-api/trace-api-resources/what-is-trace-filter.mdx + - page: trace_call vs debug_traceCall + path: >- + api-reference/trace-api/trace-api-resources/trace-call-vs-debug-tracecall.mdx + slug: trace-api-resources + slug: trace-api + - section: Debug API contents: - - page: Code Examples - path: api-reference/yellowstone/examples.mdx - - page: Best Practices - path: api-reference/yellowstone/best-practices.mdx - slug: resources - slug: yellowstone-grpc + - page: Debug API Overview + path: api-reference/debug-api/debug-api-quickstart.mdx + - api: Debug API Endpoints + api-name: debug + slug: debug-api - - section: Trace API - contents: - - page: Trace API Overview - path: api-reference/trace-api/trace-api-quickstart.mdx - - api: Trace API Endpoints - api-name: trace - - section: Trace API Resources - path: >- - api-reference/trace-api/trace-api-resources/what-are-evm-traces.mdx + # Temporary home for Rollups: self-serve is deprecated (no new rollups + # are being created; existing ones are still supported), so it is no + # longer a top-level tab. Framed for customers who want to launch their + # own L2 chain. Remove entirely once deprecation is communicated to all + # customers. + - section: Launch Your Own Chain (Rollups) contents: - - page: Trace API vs. Debug API - path: >- - api-reference/trace-api/trace-api-resources/trace-api-vs-debug-api.mdx - - page: What is trace_transaction? - path: >- - api-reference/trace-api/trace-api-resources/what-is-trace-transaction.mdx - - page: What is trace_block? - path: >- - api-reference/trace-api/trace-api-resources/what-is-trace-block.mdx - - page: What is trace_filter? - path: >- - api-reference/trace-api/trace-api-resources/what-is-trace-filter.mdx - - page: trace_call vs debug_traceCall - path: >- - api-reference/trace-api/trace-api-resources/trace-call-vs-debug-tracecall.mdx - slug: trace-api-resources - slug: trace-api - - section: Debug API - contents: - - page: Debug API Overview - path: api-reference/debug-api/debug-api-quickstart.mdx - - api: Debug API Endpoints - api-name: debug - slug: debug-api + - page: Rollups Overview + path: api-reference/alchemy-rollups/rollups-quickstart.mdx + - page: Supported Frameworks + path: api-reference/alchemy-rollups/supported-stacks.mdx + - page: Using your Rollup + path: api-reference/alchemy-rollups/using-your-rollup.mdx + - page: Operating your Rollup + path: api-reference/alchemy-rollups/operating-your-rollup.mdx + - page: Customizing & Integrations + path: api-reference/alchemy-rollups/customizations-integrations.mdx + - page: Bridging Assets + path: api-reference/alchemy-rollups/bridge-contract-address.mdx + - page: Rollups FAQ + path: api-reference/alchemy-rollups/rollups-faq.mdx + slug: rollups - section: Ethereum contents: @@ -1222,29 +1252,6 @@ navigation: api-name: kaia slug: kaia - # Temporary home for Rollups: self-serve is deprecated (no new rollups - # are being created; existing ones are still supported), so it is no - # longer a top-level tab. Framed for customers who want to launch their - # own L2 chain. Remove entirely once deprecation is communicated to all - # customers. - - section: Launch Your Own Chain (Rollups) - contents: - - page: Rollups Overview - path: api-reference/alchemy-rollups/rollups-quickstart.mdx - - page: Supported Frameworks - path: api-reference/alchemy-rollups/supported-stacks.mdx - - page: Using your Rollup - path: api-reference/alchemy-rollups/using-your-rollup.mdx - - page: Operating your Rollup - path: api-reference/alchemy-rollups/operating-your-rollup.mdx - - page: Customizing & Integrations - path: api-reference/alchemy-rollups/customizations-integrations.mdx - - page: Bridging Assets - path: api-reference/alchemy-rollups/bridge-contract-address.mdx - - page: Rollups FAQ - path: api-reference/alchemy-rollups/rollups-faq.mdx - slug: rollups - - tab: data layout: - section: Introduction @@ -1855,7 +1862,7 @@ navigation: # pricing, dashboard tooling, and learning material that doesn't belong to a # single product area. The "Get Started" page in Introduction is slated to # become the docs homepage/landing page and move out of this tab. - - tab: resources + - tab: get-started layout: - section: Introduction contents: diff --git a/content/redirects.yml b/content/redirects.yml index 78c39b594..f841c37dd 100644 --- a/content/redirects.yml +++ b/content/redirects.yml @@ -2568,9 +2568,6 @@ redirects: # The "Node" top-level tab was merged into "Chains". MDX pages keep their # frontmatter-pinned slugs; these cover the nav-generated URLs (auto-generated # API endpoint pages and section paths) that moved tabs. - - source: /docs/node/introduction/:path* - destination: /docs/chains/introduction/:path* - permanent: true - source: /docs/node/websockets/:path* destination: /docs/chains/websockets/:path* permanent: true @@ -2583,3 +2580,8 @@ redirects: - source: /docs/node/debug-api/:path* destination: /docs/chains/debug-api/:path* permanent: true + + # ========================================= Build with AI Top-Level Tab ========================================= + - source: /docs/build-with-ai-overview + destination: /docs/build-with-ai + permanent: true diff --git a/content/tutorials/build-with-ai/overview.mdx b/content/tutorials/build-with-ai/overview.mdx index f2dcbe565..876887fe1 100644 --- a/content/tutorials/build-with-ai/overview.mdx +++ b/content/tutorials/build-with-ai/overview.mdx @@ -2,7 +2,7 @@ title: Build with AI description: Pick the right Alchemy tool for your AI workflow. Teach a coding agent every Alchemy API with Agent Skills, automate from the terminal with the CLI, give it live data via the MCP Server, or let it authenticate autonomously with a wallet. subtitle: Pick the right Alchemy tool for your AI workflow. Teach a coding agent every Alchemy API with Agent Skills, automate from the terminal with the CLI, give it live data via the MCP Server, or let it authenticate autonomously with a wallet. -slug: docs/build-with-ai-overview +slug: docs/build-with-ai --- We ship four tools for building with AI on Alchemy. They're complementary, and most agent-driven workflows use two or three of them together. From 71204ecb576cc64381926bb3dd1056b4526ea484 Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Thu, 2 Jul 2026 16:22:49 -0400 Subject: [PATCH 03/42] Merge Chain APIs Overview and Node API Overview into one API Overview page Both sections now live in the same Chains tab, so the two overview pages are combined into a single API Overview at /docs/chains. The old /docs/node URL redirects there, and the Tools & Resources landing page now points its card and prose at the merged page. Also fixes the Trace API card link, which pointed at the Transfers API quickstart. Co-Authored-By: Claude Fable 5 --- .../introduction/api-overview.mdx | 8 +- .../node-api/chain-apis-overview.mdx | 40 ++++++++-- .../node-api/node-api-overview.mdx | 73 ------------------- content/docs.yml | 4 +- content/redirects.yml | 10 ++- 5 files changed, 47 insertions(+), 88 deletions(-) delete mode 100644 content/api-reference/node-api/node-api-overview.mdx diff --git a/content/api-reference/introduction/api-overview.mdx b/content/api-reference/introduction/api-overview.mdx index fcb1979ba..ba702b0a9 100644 --- a/content/api-reference/introduction/api-overview.mdx +++ b/content/api-reference/introduction/api-overview.mdx @@ -8,7 +8,7 @@ hide-toc: true --- - + Low-level JSON-RPC for reading & writing blockchain data. @@ -32,11 +32,11 @@ hide-toc: true *** -## 1. Node API +## 1. Chain APIs -The [Node API](/docs/reference/node-api-overview) gives you low-level access to standard JSON-RPC methods for interacting with blockchains. +The [Chain APIs](/docs/chains) give you low-level access to standard JSON-RPC methods for interacting with blockchains. -Use it for sending transactions, querying blocks and logs, and accessing state. It supports multiple chains; see the [Chain APIs Overview](/docs/reference/chain-apis-overview) page for the full list. +Use them for sending transactions, querying blocks and logs, and accessing state. They support multiple chains; see the [API Overview](/docs/chains) page for the full list. diff --git a/content/api-reference/node-api/chain-apis-overview.mdx b/content/api-reference/node-api/chain-apis-overview.mdx index c0ac75986..c77afe136 100644 --- a/content/api-reference/node-api/chain-apis-overview.mdx +++ b/content/api-reference/node-api/chain-apis-overview.mdx @@ -1,19 +1,21 @@ --- -title: Chain APIs Overview -description: Use the Chain APIs to access read and write functionality for all blockchains supported by Alchemy. -subtitle: Use the Chain APIs to access read and write functionality for all blockchains supported by Alchemy. +title: API Overview +description: Read and write to every blockchain Alchemy supports through our implementation of the standard JSON-RPC interface, plus WebSockets, gRPC streaming, and trace/debug tooling. +subtitle: Read and write to every blockchain Alchemy supports through standard JSON-RPC and companion APIs. slug: chains layout: overview hide-toc: true --- -## What are Chain APIs? +## What are the Chain APIs? -Alchemy's Chain APIs provide comprehensive access to blockchain data and functionality across all supported networks. These APIs enable you to interact with blockchains through standardized JSON-RPC methods, allowing you to read blockchain state, write transactions, and build powerful decentralized applications. +Alchemy's Chain APIs are our implementation of the standard JSON-RPC interface (as defined by Ethereum) and compatible equivalents for non-EVM chains (e.g., Solana, Bitcoin). They provide direct, low-level access to blockchain data and functionality across all supported networks: read blockchain state, submit transactions, and build powerful decentralized applications. -## Key capabilities +> Looking for higher-level building blocks? +> For indexed, enriched queries use the **[Data APIs](/docs/reference/data-overview)**. +> For account-abstraction and smart-wallet flows use the **[Wallet APIs](/docs/wallets)**. -Chain APIs provide essential blockchain functionality including: +## Key capabilities * **Read Operations**: Query account balances, smart contract state, transaction history, block data, and more * **Write Operations**: Submit transactions to the network and track their status @@ -21,6 +23,30 @@ Chain APIs provide essential blockchain functionality including: * **Gas Management**: Estimate transaction costs and optimize gas usage * **Network Information**: Access chain-specific data like network version, block numbers, and protocol details +Most chains use the **same EVM JSON-RPC methods** (e.g., `eth_call`, `eth_getLogs`, `eth_sendRawTransaction`); non-EVM chains provide compatible JSON-RPC or equivalent endpoints, plus **chain-specific methods** where the protocol differs. Each chain's section in the sidebar covers its full method list, endpoint URLs, and chain-specific behavior and limits. + +## Companion APIs + +Use these alongside the standard JSON-RPC methods for streaming, performance, and deeper inspection. Chain coverage varies: check each page for supported networks. + + + + Subscribe to pending transactions, log events, new blocks, and more. + + + + Get insights into transaction processing and onchain activity. + + + + Non-standard RPC methods for inspecting and debugging transactions. + + + + High-performance real-time Solana data streaming interface. + + + ## Supported blockchains ### Ethereum & EVM layer 1s diff --git a/content/api-reference/node-api/node-api-overview.mdx b/content/api-reference/node-api/node-api-overview.mdx deleted file mode 100644 index fea31bfe0..000000000 --- a/content/api-reference/node-api/node-api-overview.mdx +++ /dev/null @@ -1,73 +0,0 @@ ---- -title: Node API Overview -description: Low-level, chain-agnostic access to blockchains (RPC, WebSockets, tracing, debugging) -subtitle: Low-level, chain-agnostic access to blockchains -slug: node -layout: overview -hide-toc: true ---- - -The **Node API** is our implementation of the standard JSON-RPC interface (as defined by Ethereum) and compatible equivalents for non-EVM chains (e.g., Solana, Bitcoin). Use it when you want direct, low-level reads and writes against a blockchain. - -> Looking for higher-level building blocks? -> For indexed, enriched queries use the **[Data APIs](/docs/reference/data-overview)**. -> For account-abstraction and smart-wallet flows use the **[Wallet APIs](/docs/wallets)**. - -## TL;DR - -* We support multiple chains. Most use the **same EVM JSON-RPC methods**; a few have **chain-specific methods**. -* You can browse each chain's RPC, quirks, and connection details in **[Chains](/docs/reference/chain-apis-overview)**. -* We also offer **additional products** that sit alongside core RPC: **WebSockets**, **Yellowstone gRPC**, and **Trace/Debug** with **varying chain support**. - -*** - -# Chain APIs - -Chain APIs are the per-chain RPC surfaces exposed through the Node API. - -* **EVM chains:** Share the standard `eth_*` interface (e.g., `eth_call`, `eth_getLogs`, `eth_sendRawTransaction`). -* **Non-EVM chains:** Provide compatible JSON-RPC or equivalent endpoints, plus **special methods** where the protocol differs. - -👉 Head to **[Chains](/docs/reference/chain-apis-overview)** for: - -* Full method lists and examples per chain -* Endpoint URLs and connection details -* Notes on chain-specific behavior and limits - -*** - -# Additional products - -Use these alongside the Node API for streaming, performance, and deeper inspection. Chain coverage varies: check each page for supported networks. - - - - Subscribe to pending transactions, log events, new blocks, and more. - - - - Get insights into transaction processing and onchain activity. - - - - Non-standard RPC methods for inspecting and debugging transactions. - - - - High-performance real-time Solana data streaming interface. - - - -*** - -# When to use the Node API - -Use the Node API when you need the **raw, low-level interface** to: - -* Send and simulate transactions -* Read onchain state (balances, storage, view calls) -* Filter/poll logs and events -* Build tools close to node-level logic - -> For enriched, historical, or cross-entity queries, prefer **[Data APIs](/docs/reference/data-overview)**. -> For smart account flows, prefer **[Wallet APIs](/docs/wallets)**. diff --git a/content/docs.yml b/content/docs.yml index b137f4874..ef498a903 100644 --- a/content/docs.yml +++ b/content/docs.yml @@ -38,10 +38,8 @@ navigation: - section: Introduction skip-slug: true contents: - - page: Chain APIs Overview + - page: API Overview path: api-reference/node-api/chain-apis-overview.mdx - - page: Node API Overview - path: api-reference/node-api/node-api-overview.mdx - page: Supported Chains path: api-reference/node-api/node-supported-chains.mdx - page: MEV Protection diff --git a/content/redirects.yml b/content/redirects.yml index f841c37dd..5b3cff27c 100644 --- a/content/redirects.yml +++ b/content/redirects.yml @@ -1878,7 +1878,7 @@ redirects: destination: /docs/get-started permanent: true - source: /reference/node-api-overview - destination: /docs/node + destination: /docs/chains permanent: true - source: /reference/chain-apis-overview destination: /docs/chains @@ -2585,3 +2585,11 @@ redirects: - source: /docs/build-with-ai-overview destination: /docs/build-with-ai permanent: true + + # ========================================= Node API Overview Merged Into API Overview ========================================= + - source: /docs/node + destination: /docs/chains + permanent: true + - source: /docs/reference/node-api-overview + destination: /docs/chains + permanent: true From 89d098ef151974300480b34f31b66c50e198ed93 Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Thu, 2 Jul 2026 16:25:24 -0400 Subject: [PATCH 04/42] Move Yellowstone gRPC under the Solana chain section It is Solana-only, so it belongs with Solana rather than in the cross-chain Introduction group. All its pages keep their pinned /docs/reference/yellowstone-grpc-* URLs. Co-Authored-By: Claude Fable 5 --- content/docs.yml | 74 ++++++++++++++++++++++++------------------------ 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/content/docs.yml b/content/docs.yml index ef498a903..28d091229 100644 --- a/content/docs.yml +++ b/content/docs.yml @@ -30,11 +30,12 @@ navigation: # are where those endpoints live, so they now share one tab. - tab: chains layout: - # The cross-chain sections (WebSockets, Yellowstone gRPC, Trace API, - # Debug API, Rollups) are nested inside this first section: the docs - # site renders every later top-level section of this tab as a chain in - # the chain selector. skip-slug keeps their endpoint URLs at - # /chains/
/... . + # The cross-chain sections (WebSockets, Trace API, Debug API, Rollups) + # are nested inside this first section: the docs site renders every + # later top-level section of this tab as a chain in the chain selector. + # skip-slug keeps their endpoint URLs at /chains/
/... . + # (Yellowstone gRPC is Solana-only, so it lives under the Solana + # section.) - section: Introduction skip-slug: true contents: @@ -104,38 +105,6 @@ navigation: slug: solana-subscription-api-endpoints slug: websockets - - section: Yellowstone gRPC - contents: - - section: Getting Started - contents: - - page: Overview - path: api-reference/yellowstone/overview.mdx - - page: Quickstart - path: api-reference/yellowstone/quickstart.mdx - slug: getting-started - - section: API Reference - path: api-reference/yellowstone/api-reference-overview.mdx - contents: - - page: Subscribe Request - path: api-reference/yellowstone/subscribe-request.mdx - - page: Subscribe to Slots - path: api-reference/yellowstone/subscribe-slots.mdx - - page: Subscribe to Transactions - path: api-reference/yellowstone/subscribe-transactions.mdx - - page: Subscribe to Accounts - path: api-reference/yellowstone/subscribe-accounts.mdx - - page: Subscribe to Blocks - path: api-reference/yellowstone/subscribe-blocks.mdx - slug: api-reference - - section: Resources - contents: - - page: Code Examples - path: api-reference/yellowstone/examples.mdx - - page: Best Practices - path: api-reference/yellowstone/best-practices.mdx - slug: resources - slug: yellowstone-grpc - - section: Trace API contents: - page: Trace API Overview @@ -233,6 +202,37 @@ navigation: api-name: solana - link: Solana DAS APIs href: /docs/reference/alchemy-das-apis-for-solana + - section: Yellowstone gRPC + contents: + - section: Getting Started + contents: + - page: Overview + path: api-reference/yellowstone/overview.mdx + - page: Quickstart + path: api-reference/yellowstone/quickstart.mdx + slug: getting-started + - section: API Reference + path: api-reference/yellowstone/api-reference-overview.mdx + contents: + - page: Subscribe Request + path: api-reference/yellowstone/subscribe-request.mdx + - page: Subscribe to Slots + path: api-reference/yellowstone/subscribe-slots.mdx + - page: Subscribe to Transactions + path: api-reference/yellowstone/subscribe-transactions.mdx + - page: Subscribe to Accounts + path: api-reference/yellowstone/subscribe-accounts.mdx + - page: Subscribe to Blocks + path: api-reference/yellowstone/subscribe-blocks.mdx + slug: api-reference + - section: Resources + contents: + - page: Code Examples + path: api-reference/yellowstone/examples.mdx + - page: Best Practices + path: api-reference/yellowstone/best-practices.mdx + slug: resources + slug: yellowstone-grpc - section: Solana Photon API path: >- api-reference/data/nft-api/alchemy-photon-apis-for-solana.mdx From edce5e1c48e85f154aba810348b86feb514a7ccd Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Thu, 2 Jul 2026 16:31:56 -0400 Subject: [PATCH 05/42] Move Alchemy Quickstart Guides to the top of Tutorials in Tools & Resources All pages keep their pinned /docs/* URLs; nav-only move. Co-Authored-By: Claude Fable 5 --- content/docs.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/content/docs.yml b/content/docs.yml index 28d091229..122f8eccb 100644 --- a/content/docs.yml +++ b/content/docs.yml @@ -1866,19 +1866,6 @@ navigation: contents: - page: Get Started path: api-reference/introduction/api-overview.mdx - - section: Alchemy Quickstart Guides - path: >- - api-reference/introduction/alchemy-quickstart-guide.mdx - contents: - - page: Create an Alchemy API Key - path: tutorials/getting-started/create-an-api-key.mdx - - page: Make Your First Alchemy Request - path: tutorials/getting-started/make-your-first-request.mdx - - page: Set Up Alchemy with Viem - path: tutorials/getting-started/set-up-alchemy-with-viem.mdx - - page: Set Up Alchemy with any Library via AI - path: tutorials/getting-started/alchemy-via-libraries.mdx - slug: alchemy-quickstart-guides slug: introduction - section: Pricing & Resources contents: @@ -1951,6 +1938,19 @@ navigation: path: tutorials/getting-started/dashboard/activity-log-ocsf-mapping.mdx - section: Tutorials contents: + - section: Alchemy Quickstart Guides + path: >- + api-reference/introduction/alchemy-quickstart-guide.mdx + contents: + - page: Create an Alchemy API Key + path: tutorials/getting-started/create-an-api-key.mdx + - page: Make Your First Alchemy Request + path: tutorials/getting-started/make-your-first-request.mdx + - page: Set Up Alchemy with Viem + path: tutorials/getting-started/set-up-alchemy-with-viem.mdx + - page: Set Up Alchemy with any Library via AI + path: tutorials/getting-started/alchemy-via-libraries.mdx + slug: alchemy-quickstart-guides - section: Transactions contents: - section: Understanding Transactions From d84e2b47f9e05681aaefd0223422c55a94edea9c Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Thu, 2 Jul 2026 16:34:30 -0400 Subject: [PATCH 06/42] Hide the Get Started page and drop the Introduction section from Tools & Resources /docs/get-started stays routable for old links and redirects but is out of the sidebar and search. The tab's landing page is now Pricing Plans (header change in docs-site). Co-Authored-By: Claude Fable 5 --- content/docs.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/content/docs.yml b/content/docs.yml index 122f8eccb..37a8444fb 100644 --- a/content/docs.yml +++ b/content/docs.yml @@ -1862,11 +1862,12 @@ navigation: # become the docs homepage/landing page and move out of this tab. - tab: get-started layout: - - section: Introduction - contents: - - page: Get Started - path: api-reference/introduction/api-overview.mdx - slug: introduction + # Hidden for now: /docs/get-started stays routable (old links and + # redirects point at it) but is out of the sidebar. The tab's landing + # page is Pricing Plans (see the docs-site header config). + - page: Get Started + path: api-reference/introduction/api-overview.mdx + hidden: true - section: Pricing & Resources contents: - section: Pricing From aae639ca21d0578444d71e9ac4f86615ea33d862 Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Thu, 2 Jul 2026 16:36:04 -0400 Subject: [PATCH 07/42] Rename Pricing & Resources to Pricing; hoist the redundant inner Pricing group All pages keep pinned /docs/reference/* URLs; section slug unchanged. Co-Authored-By: Claude Fable 5 --- content/docs.yml | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/content/docs.yml b/content/docs.yml index 37a8444fb..494c30411 100644 --- a/content/docs.yml +++ b/content/docs.yml @@ -1868,17 +1868,14 @@ navigation: - page: Get Started path: api-reference/introduction/api-overview.mdx hidden: true - - section: Pricing & Resources - contents: - - section: Pricing - contents: - - page: Pricing Plans - path: api-reference/pricing-resources/pricing/pricing-plans.mdx - - page: Compute Units - path: api-reference/pricing-resources/pricing/compute-units.mdx - - page: Compute Unit Costs - path: api-reference/pricing-resources/pricing/compute-unit-costs.mdx - slug: pricing + - section: Pricing + contents: + - page: Pricing Plans + path: api-reference/pricing-resources/pricing/pricing-plans.mdx + - page: Compute Units + path: api-reference/pricing-resources/pricing/compute-units.mdx + - page: Compute Unit Costs + path: api-reference/pricing-resources/pricing/compute-unit-costs.mdx - section: Pricing FAQ contents: - page: Pay As You Go Pricing FAQ From b315fe50c02671dc1827ba4c2170c30c35741360 Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Thu, 2 Jul 2026 18:28:47 -0400 Subject: [PATCH 08/42] Fix code that keyed on the removed node tab and chains-tab nav position Audit findings from the nav restructure: - addEvmChainHelpers generated method links into the removed /docs/node/ tree for newly added chains; now /docs/chains/ (matches actual endpoint URLs, which lived under the chains tab already) - Algolia chain-title disambiguation treated the chains tab's first ancestor section as a chain name, which would title methods under the new cross-chain Introduction grouping as 'method - Introduction'. Breadcrumbs now carry a skipSlug marker and skip-slug groupings yield no chain suffix. Regression test added. Co-Authored-By: Claude Fable 5 --- src/content-indexer/types/navigation.ts | 2 ++ .../utils/__tests__/navigation-helpers.test.ts | 17 +++++++++++++++++ src/content-indexer/utils/navigation-helpers.ts | 7 +++++++ src/content-indexer/visitors/visit-section.ts | 1 + src/utils/addEvmChainHelpers.ts | 4 ++-- 5 files changed, 29 insertions(+), 2 deletions(-) diff --git a/src/content-indexer/types/navigation.ts b/src/content-indexer/types/navigation.ts index 1718b4574..0087382a0 100644 --- a/src/content-indexer/types/navigation.ts +++ b/src/content-indexer/types/navigation.ts @@ -22,6 +22,8 @@ interface SectionNavItem extends BaseNavItem { type: "section" | "api-section"; path?: string; children: NavItem[]; + /** True for skip-slug sections: structural groupings that contribute no URL segment. */ + skipSlug?: boolean; } interface LinkNavItem extends BaseNavItem { diff --git a/src/content-indexer/utils/__tests__/navigation-helpers.test.ts b/src/content-indexer/utils/__tests__/navigation-helpers.test.ts index fefd25f9a..3c16c3993 100644 --- a/src/content-indexer/utils/__tests__/navigation-helpers.test.ts +++ b/src/content-indexer/utils/__tests__/navigation-helpers.test.ts @@ -80,5 +80,22 @@ describe("navigation-helpers", () => { test("returns undefined when no ancestors are provided", () => { expect(getChainNameFromAncestors("chains", [])).toBeUndefined(); }); + + test("returns undefined under a skip-slug grouping section", () => { + const introduction: NavItem = { + title: "Introduction", + type: "section", + children: [], + skipSlug: true, + }; + const traceApi: NavItem = { + title: "Trace API", + type: "section", + children: [], + }; + expect( + getChainNameFromAncestors("chains", [introduction, traceApi]), + ).toBeUndefined(); + }); }); }); diff --git a/src/content-indexer/utils/navigation-helpers.ts b/src/content-indexer/utils/navigation-helpers.ts index dcf1e4b50..721578329 100644 --- a/src/content-indexer/utils/navigation-helpers.ts +++ b/src/content-indexer/utils/navigation-helpers.ts @@ -29,5 +29,12 @@ export const getChainNameFromAncestors = ( ): string | undefined => { if (tab !== "chains") return undefined; const firstAncestor = navigationAncestors[0]; + // Chain sections are slugged top-level sections of the chains tab. A + // skip-slug first ancestor (e.g. the cross-chain "Introduction" grouping + // holding WebSockets/Trace/Debug) is not a chain, so methods under it get + // no chain suffix. + if (firstAncestor && "skipSlug" in firstAncestor && firstAncestor.skipSlug) { + return undefined; + } return firstAncestor?.title; }; diff --git a/src/content-indexer/visitors/visit-section.ts b/src/content-indexer/visitors/visit-section.ts index 27e3f0697..e581d87c1 100644 --- a/src/content-indexer/visitors/visit-section.ts +++ b/src/content-indexer/visitors/visit-section.ts @@ -110,6 +110,7 @@ export const visitSection = ( path: sectionPath, // undefined if no overview page type: "section", children: [], + ...(skipSlug && { skipSlug: true }), }; // Update ancestors to include current section (using breadcrumb copy) diff --git a/src/utils/addEvmChainHelpers.ts b/src/utils/addEvmChainHelpers.ts index a47cc817c..2e628cad0 100644 --- a/src/utils/addEvmChainHelpers.ts +++ b/src/utils/addEvmChainHelpers.ts @@ -333,14 +333,14 @@ export function updateChainApisOverview( for (let i = 0; i < methods.length; i += 2) { const method1 = methods[i]; const urlPart1 = methodToUrlFormat(method1); - const url1 = `https://www.alchemy.com/docs/node/${chainName}/${chainName}-api-endpoints/${urlPart1}`; + const url1 = `https://www.alchemy.com/docs/chains/${chainName}/${chainName}-api-endpoints/${urlPart1}`; let row = `| [${method1}](${url1}) |`; if (i + 1 < methods.length) { const method2 = methods[i + 1]; const urlPart2 = methodToUrlFormat(method2); - const url2 = `https://www.alchemy.com/docs/node/${chainName}/${chainName}-api-endpoints/${urlPart2}`; + const url2 = `https://www.alchemy.com/docs/chains/${chainName}/${chainName}-api-endpoints/${urlPart2}`; row += ` [${method2}](${url2}) |`; } else { row += ` |`; From 7aa08cd379c3a757bdc57edac3cf125cb6f88540 Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Thu, 2 Jul 2026 18:29:57 -0400 Subject: [PATCH 09/42] Document the Daikon temporal-workflow coupling on the chains tab The bot hard-requires the chains tab key, inserts new chains before the next '- tab:' line (silent no-op if chains is last), and scans only top-level sections for per-chain api entries. Audit finding; comment only. Co-Authored-By: Claude Fable 5 --- content/docs.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/docs.yml b/content/docs.yml index 494c30411..0602bfd8d 100644 --- a/content/docs.yml +++ b/content/docs.yml @@ -28,6 +28,13 @@ navigation: # The former "Node" tab is merged into Chains: the Node API is our # implementation of the standard JSON-RPC API and the per-chain APIs below # are where those endpoints live, so they now share one tab. + # + # COUPLING (OMGWINNING/dashboard temporal-worker daikon-docs workflows): + # the Daikon bot requires a tab keyed exactly `chains` and inserts new + # chain sections before the next "- tab:" line after it — if `chains` + # ever becomes the last tab, new chains silently stop being added to the + # nav. It only scans top-level sections of this tab for per-chain + # api-name entries, so keep those one level deep. - tab: chains layout: # The cross-chain sections (WebSockets, Trace API, Debug API, Rollups) From 4dfc0e0966179415fe7a36e96e86b4ab8b81a146 Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Tue, 7 Jul 2026 03:56:51 +0000 Subject: [PATCH 10/42] docs: seed the Feature Support by Chain page for the interactive matrix Rewrites the stub page (same slug) with the FeatureSupportMatrix widget embed and the feature-support:auto marker block that UpdateFeatureSupportFromDaikonWorkflow maintains (AX-545). Prose outside the markers stays human-owned, exactly like the CU costs page. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_0152TGB1HprVNykx38Er8dwW --- .prettierignore | 5 +++++ .../resources/feature-support-by-chain.mdx | 13 +++++++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.prettierignore b/.prettierignore index 32acf1b2e..304c757ee 100644 --- a/.prettierignore +++ b/.prettierignore @@ -4,3 +4,8 @@ **/*.md content/api-specs/ pnpm-lock.yaml + +# Generated by UpdateFeatureSupportFromDaikonWorkflow; the generator owns its +# one-entity-per-line format (prettier reflowing it would make every daily bot +# write a diff) +content/feature-support.json diff --git a/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx b/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx index a761592c3..d30df9d5e 100644 --- a/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx +++ b/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx @@ -5,8 +5,17 @@ subtitle: Alchemy's current feature availability for each of its supported chain slug: reference/feature-support-by-chain --- +Search any JSON-RPC method, REST endpoint, or Alchemy product to see exactly which chains and networks support it — or pick a chain and network to browse everything available on it. Support data is regenerated daily from Alchemy's internal chain configuration, so what you see here is what the platform serves. + + + +## Product support by chain + +Every Alchemy product and the chains it supports, at a glance. A product counts as supported on a chain when at least one of its networks supports at least one of the product's methods — use the interactive matrix above for method-level and network-level (mainnet/testnet) detail. + +{/* feature-support:auto */} +{/* feature-support:auto end */} + Check the [Chains](https://dashboard.alchemy.com/chains) page for details about product and chain support! - - ![](https://alchemyapi-res.cloudinary.com/image/upload/v1764179964/docs/api-reference/alchemy-transact/transaction-simulation/523fb8a9a9d899921ee1046d0ff1b389967a9976d1c6112ebbbe071ddd1ef374-image.png) From 41175112f2a49e6849fd2932b6a8d6038fa15462 Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Tue, 7 Jul 2026 08:03:33 -0400 Subject: [PATCH 11/42] docs: keep the widget embed out of the seed page until its data ships Codex review: the seed commit rendered with no data file in the tree. The embed and its intro paragraph move to the stacked data PR so this commit is safe to deploy on its own. Co-Authored-By: Claude Fable 5 --- .../pricing-resources/resources/feature-support-by-chain.mdx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx b/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx index d30df9d5e..0b24d76b0 100644 --- a/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx +++ b/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx @@ -5,10 +5,6 @@ subtitle: Alchemy's current feature availability for each of its supported chain slug: reference/feature-support-by-chain --- -Search any JSON-RPC method, REST endpoint, or Alchemy product to see exactly which chains and networks support it — or pick a chain and network to browse everything available on it. Support data is regenerated daily from Alchemy's internal chain configuration, so what you see here is what the platform serves. - - - ## Product support by chain Every Alchemy product and the chains it supports, at a glance. A product counts as supported on a chain when at least one of its networks supports at least one of the product's methods — use the interactive matrix above for method-level and network-level (mainnet/testnet) detail. From 74b6a2719e940a9acc3cf90100adcfc132925329 Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Tue, 7 Jul 2026 12:17:45 +0000 Subject: [PATCH 12/42] docs: make the seed page prose self-contained without the widget --- .../pricing-resources/resources/feature-support-by-chain.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx b/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx index 0b24d76b0..d337dd140 100644 --- a/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx +++ b/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx @@ -7,7 +7,7 @@ slug: reference/feature-support-by-chain ## Product support by chain -Every Alchemy product and the chains it supports, at a glance. A product counts as supported on a chain when at least one of its networks supports at least one of the product's methods — use the interactive matrix above for method-level and network-level (mainnet/testnet) detail. +Every Alchemy product and the chains it supports, at a glance. A product counts as supported on a chain when at least one of its networks supports at least one of the product's methods. {/* feature-support:auto */} {/* feature-support:auto end */} From ff7160656115c4232423395028773838860d66b4 Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Tue, 7 Jul 2026 04:02:42 +0000 Subject: [PATCH 13/42] docs: first generated feature-support data + summary matrix from Daikon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Generated by running the AX-545 feature-support generator locally against the latest prod chain-config (same computation UpdateFeatureSupportFromDaikonWorkflow will run daily): 40 products and 897 public methods across 153 PUBLIC networks on 79 chains. Only Availability.PUBLIC dashboard networks appear — methods whose networks are all private (e.g. TON) are absent entirely. Network-agnostic products (Wallet APIs, Embedded Accounts, Portfolio, Prices) are marked networkAgnostic instead of pointing at a pseudo-network. This PR doubles as the accuracy audit before the automation ever runs: please review the support data like the CU costs drift audit. Once the dashboard workflow stack is deployed, a manual dryRun should report already-up-to-date against this content. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_0152TGB1HprVNykx38Er8dwW --- .../resources/feature-support-by-chain.mdx | 42 + content/feature-support.json | 1179 +++++++++++++++++ 2 files changed, 1221 insertions(+) create mode 100644 content/feature-support.json diff --git a/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx b/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx index d337dd140..47e6f0fd1 100644 --- a/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx +++ b/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx @@ -10,6 +10,48 @@ slug: reference/feature-support-by-chain Every Alchemy product and the chains it supports, at a glance. A product counts as supported on a chain when at least one of its networks supports at least one of the product's methods. {/* feature-support:auto */} +| Product | Supported chains | +| ------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Aptos: Standard REST API Methods | Aptos | +| Arbitrum Trace API | Arbitrum | +| Astar: Specific Methods | Astar | +| Bitcoin: Standard JSON-RPC Methods | Bitcoin, Bitcoin Cash, Dogecoin, Litecoin | +| Bitcoin: Indexer REST API Methods | Bitcoin | +| Celestia Bridge: Standard RPC Methods | CelestiaBridge | +| Citrea: Specific Methods | Citrea | +| Debug API | Abstract, ADI, Anime, ApeChain, Arbitrum, Arc, Astar, Avalanche, Base, Berachain, Blast, BNB Smart Chain, BOB, Botanix, Celo, Citrea, Clankermon, CrossFi, DATA Network, Degen, Ethereum, Flow EVM, Frax, Gensyn, Gnosis, Humanity, Hyperliquid, Injective, Ink, Jovay, Kaia, Katana, Lens, Linea, Mantle, MegaETH, Metis, Mode, Monad, Moonbeam, Mythos, OP Mainnet, opBNB, Pharos, Plasma, Polygon PoS, Polygon zkEVM, Rise, Robinhood Chain, Ronin, Rootstock, Scroll, Sei, Settlus, Shape, Soneium, Sonic, Stable, Superseed, Tempo, Unichain, World Chain, World Mobile Chain, X Layer, XMTP, ZetaChain, ZKsync, Zora | +| Ethereum Beacon: Standard HTTP API Methods | Ethereum | +| EVM: Standard JSON-RPC Methods | Abstract, ADI, Anime, ApeChain, Arbitrum, Arc, Astar, Avalanche, Base, Berachain, Blast, BNB Smart Chain, BOB, Botanix, Celo, Citrea, Clankermon, CrossFi, DATA Network, Degen, Ethereum, Flow EVM, Frax, Gensyn, Gnosis, Humanity, Hyperliquid, Injective, Ink, Jovay, Kaia, Katana, Lens, Linea, Mantle, MegaETH, Metis, Mode, Monad, Moonbeam, Mythos, OP Mainnet, opBNB, Pharos, Plasma, Polygon PoS, Polygon zkEVM, Rise, Robinhood Chain, Ronin, Rootstock, Scroll, Sei, Settlus, Shape, Soneium, Sonic, Stable, Superseed, Tempo, Tron, Unichain, World Chain, World Mobile Chain, X Layer, XMTP, ZetaChain, ZKsync, Zora | +| Gas Manager & Bundler APIs | Anime, ApeChain, Arbitrum, Arc, Base, Berachain, BNB Smart Chain, Celo, DATA Network, Ethereum, Frax, Gensyn, Hyperliquid, Ink, MegaETH, Monad, Mythos, OP Mainnet, opBNB, Plasma, Polygon PoS, Rise, Robinhood Chain, Shape, Solana, Soneium, Stable, Unichain, World Chain, X Layer, Zora | +| HyperEVM: Specific Methods | Hyperliquid | +| Linea: Specific Methods | Linea | +| MegaETH: Specific Methods | MegaETH | +| NFT API | Abstract, Anime, ApeChain, Arbitrum, Avalanche, Base, Berachain, Blast, BNB Smart Chain, Celo, DATA Network, Ethereum, Gnosis, Lens, Linea, Monad, Mythos, OP Mainnet, Polygon PoS, Robinhood Chain, Ronin, Rootstock, Scroll, Settlus, Shape, Soneium, Starknet, Unichain, World Chain, ZetaChain, ZKsync, Zora | +| Optimism: Specific Methods | World Chain | +| Avalanche P-Chain: Standard Methods | Avalanche | +| Polygon PoS: Specific Methods | Polygon PoS | +| Polygon zkEVM: Specific Methods | Polygon zkEVM | +| Portfolio API | All networks | +| Prices API | All networks | +| Embedded Account APIs | All networks | +| Solana: Standard JSON-RPC Methods | Solana | +| Solana: DAS APIs (NFT/Token) | Solana | +| Solana: Photon APIs (ZK Compression) | Solana | +| Starknet: Standard JSON-RPC Methods | Starknet | +| Stellar: Standard Methods | Stellar | +| Sui: Standard Methods | Sui | +| Sui: gRPC Methods | Sui | +| Token API | Abstract, Anime, ApeChain, Arbitrum, Avalanche, Base, Berachain, Blast, BNB Smart Chain, Celo, DATA Network, Ethereum, Gensyn, Gnosis, Hyperliquid, Ink, Lens, Linea, Monad, Mythos, OP Mainnet, Polygon PoS, Robinhood Chain, Ronin, Rootstock, Scroll, Settlus, Shape, Soneium, Unichain, World Chain, ZetaChain, ZKsync, Zora | +| Trace API | Abstract, Arc, Avalanche, Base, Berachain, Blast, BNB Smart Chain, BOB, Botanix, Celo, Citrea, Degen, Ethereum, Flow EVM, Gnosis, Ink, Linea, Mantle, MegaETH, Metis, Mode, Monad, Moonbeam, OP Mainnet, opBNB, Plasma, Polygon PoS, Rise, Ronin, Rootstock, Scroll, Sei, Shape, Soneium, Sonic, Superseed, Tempo, Unichain, World Chain, ZetaChain, Zora | +| Transact | Arbitrum, Base, Ethereum, OP Mainnet, Polygon PoS | +| Transfers API | Abstract, Anime, ApeChain, Arbitrum, Avalanche, Base, Berachain, Blast, BNB Smart Chain, Celo, DATA Network, Ethereum, Gensyn, Gnosis, Hyperliquid, Ink, Lens, Linea, Monad, Mythos, OP Mainnet, Polygon PoS, Robinhood Chain, Ronin, Rootstock, Scroll, Settlus, Shape, Soneium, Unichain, World Chain, ZetaChain, ZKsync, Zora | +| Tron: Standard HTTP Methods | Tron | +| Tron: Solidity HTTP Methods | Tron | +| Utility API | Arbitrum, Base, Ethereum, Monad, OP Mainnet, Polygon PoS, Polygon zkEVM, Robinhood Chain, ZKsync | +| UTXO REST API Methods | Bitcoin, Bitcoin Cash, Dogecoin, Litecoin | +| Wallet APIs | All networks | +| Solana: Yellowstone gRPC Unary Methods | Solana | +| zkSync Era: Specific Methods | Abstract, Lens, ZKsync | {/* feature-support:auto end */} diff --git a/content/feature-support.json b/content/feature-support.json new file mode 100644 index 000000000..181304877 --- /dev/null +++ b/content/feature-support.json @@ -0,0 +1,1179 @@ +{ + "chains": [ + {"id":"abstract","label":"Abstract"}, + {"id":"adi","label":"ADI"}, + {"id":"anime","label":"Anime"}, + {"id":"apechain","label":"ApeChain"}, + {"id":"aptos","label":"Aptos"}, + {"id":"arbitrum","label":"Arbitrum"}, + {"id":"arc","label":"Arc"}, + {"id":"astar","label":"Astar"}, + {"id":"avalanche","label":"Avalanche"}, + {"id":"base","label":"Base"}, + {"id":"berachain","label":"Berachain"}, + {"id":"bitcoin","label":"Bitcoin"}, + {"id":"bitcoin-cash","label":"Bitcoin Cash"}, + {"id":"blast","label":"Blast"}, + {"id":"bnb-smart-chain","label":"BNB Smart Chain"}, + {"id":"bob","label":"BOB"}, + {"id":"botanix","label":"Botanix"}, + {"id":"celestiabridge","label":"CelestiaBridge"}, + {"id":"celo","label":"Celo"}, + {"id":"citrea","label":"Citrea"}, + {"id":"clankermon","label":"Clankermon"}, + {"id":"crossfi","label":"CrossFi"}, + {"id":"data-network","label":"DATA Network"}, + {"id":"degen","label":"Degen"}, + {"id":"dogecoin","label":"Dogecoin"}, + {"id":"ethereum","label":"Ethereum"}, + {"id":"flow-evm","label":"Flow EVM"}, + {"id":"frax","label":"Frax"}, + {"id":"gensyn","label":"Gensyn"}, + {"id":"gnosis","label":"Gnosis"}, + {"id":"humanity","label":"Humanity"}, + {"id":"hyperliquid","label":"Hyperliquid"}, + {"id":"injective","label":"Injective"}, + {"id":"ink","label":"Ink"}, + {"id":"jovay","label":"Jovay"}, + {"id":"kaia","label":"Kaia"}, + {"id":"katana","label":"Katana"}, + {"id":"lens","label":"Lens"}, + {"id":"linea","label":"Linea"}, + {"id":"litecoin","label":"Litecoin"}, + {"id":"mantle","label":"Mantle"}, + {"id":"megaeth","label":"MegaETH"}, + {"id":"metis","label":"Metis"}, + {"id":"mode","label":"Mode"}, + {"id":"monad","label":"Monad"}, + {"id":"moonbeam","label":"Moonbeam"}, + {"id":"mythos","label":"Mythos"}, + {"id":"op-mainnet","label":"OP Mainnet"}, + {"id":"opbnb","label":"opBNB"}, + {"id":"pharos","label":"Pharos"}, + {"id":"plasma","label":"Plasma"}, + {"id":"polygon-pos","label":"Polygon PoS"}, + {"id":"polygon-zkevm","label":"Polygon zkEVM"}, + {"id":"rise","label":"Rise"}, + {"id":"robinhood-chain","label":"Robinhood Chain"}, + {"id":"ronin","label":"Ronin"}, + {"id":"rootstock","label":"Rootstock"}, + {"id":"scroll","label":"Scroll"}, + {"id":"sei","label":"Sei"}, + {"id":"settlus","label":"Settlus"}, + {"id":"shape","label":"Shape"}, + {"id":"solana","label":"Solana"}, + {"id":"soneium","label":"Soneium"}, + {"id":"sonic","label":"Sonic"}, + {"id":"stable","label":"Stable"}, + {"id":"starknet","label":"Starknet"}, + {"id":"stellar","label":"Stellar"}, + {"id":"sui","label":"Sui"}, + {"id":"superseed","label":"Superseed"}, + {"id":"tempo","label":"Tempo"}, + {"id":"tron","label":"Tron"}, + {"id":"unichain","label":"Unichain"}, + {"id":"world-chain","label":"World Chain"}, + {"id":"world-mobile-chain","label":"World Mobile Chain"}, + {"id":"x-layer","label":"X Layer"}, + {"id":"xmtp","label":"XMTP"}, + {"id":"zetachain","label":"ZetaChain"}, + {"id":"zksync","label":"ZKsync"}, + {"id":"zora","label":"Zora"} + ], + "networks": [ + {"id":"ABSTRACT_MAINNET","label":"Abstract Mainnet","kebab":"abstract-mainnet","chain":0,"mainnet":true}, + {"id":"ABSTRACT_TESTNET","label":"Abstract Testnet","kebab":"abstract-testnet","chain":0,"mainnet":false}, + {"id":"ADI_MAINNET","label":"ADI Mainnet","kebab":"adi-mainnet","chain":1,"mainnet":true}, + {"id":"ADI_TESTNET","label":"ADI Testnet AB","kebab":"adi-testnet","chain":1,"mainnet":false}, + {"id":"ANIME_MAINNET","label":"Anime Mainnet","kebab":"anime-mainnet","chain":2,"mainnet":true}, + {"id":"ANIME_SEPOLIA","label":"Anime Sepolia","kebab":"anime-sepolia","chain":2,"mainnet":false}, + {"id":"APECHAIN_CURTIS","label":"ApeChain Curtis","kebab":"apechain-curtis","chain":3,"mainnet":false}, + {"id":"APECHAIN_MAINNET","label":"ApeChain Mainnet","kebab":"apechain-mainnet","chain":3,"mainnet":true}, + {"id":"APTOS_MAINNET","label":"Aptos Mainnet","kebab":"aptos-mainnet","chain":4,"mainnet":true}, + {"id":"APTOS_TESTNET","label":"Aptos Testnet","kebab":"aptos-testnet","chain":4,"mainnet":false}, + {"id":"ARB_MAINNET","label":"Arbitrum Mainnet","kebab":"arb-mainnet","chain":5,"mainnet":true}, + {"id":"ARB_SEPOLIA","label":"Arbitrum Sepolia","kebab":"arb-sepolia","chain":5,"mainnet":false}, + {"id":"ARC_TESTNET","label":"Arc Testnet","kebab":"arc-testnet","chain":6,"mainnet":false}, + {"id":"ASTAR_MAINNET","label":"Astar Mainnet","kebab":"astar-mainnet","chain":7,"mainnet":true}, + {"id":"AVAX_FUJI","label":"Avalanche Fuji","kebab":"avax-fuji","chain":8,"mainnet":false}, + {"id":"AVAX_MAINNET","label":"Avalanche Mainnet","kebab":"avax-mainnet","chain":8,"mainnet":true}, + {"id":"BASE_MAINNET","label":"Base Mainnet","kebab":"base-mainnet","chain":9,"mainnet":true}, + {"id":"BASE_SEPOLIA","label":"Base Sepolia","kebab":"base-sepolia","chain":9,"mainnet":false}, + {"id":"BERACHAIN_BEPOLIA","label":"Berachain Bepolia","kebab":"berachain-bepolia","chain":10,"mainnet":false}, + {"id":"BERACHAIN_MAINNET","label":"Berachain Mainnet","kebab":"berachain-mainnet","chain":10,"mainnet":true}, + {"id":"BITCOIN_MAINNET","label":"Bitcoin Mainnet","kebab":"bitcoin-mainnet","chain":11,"mainnet":true}, + {"id":"BITCOIN_SIGNET","label":"Bitcoin Signet","kebab":"bitcoin-signet","chain":11,"mainnet":false}, + {"id":"BITCOIN_TESTNET","label":"Bitcoin Testnet","kebab":"bitcoin-testnet","chain":11,"mainnet":false}, + {"id":"BITCOIN_TESTNET4","label":"Bitcoin Testnet4","kebab":"bitcoin-testnet4","chain":11,"mainnet":false}, + {"id":"BITCOINCASH_MAINNET","label":"Bitcoin Cash Mainnet","kebab":"bitcoincash-mainnet","chain":12,"mainnet":true}, + {"id":"BITCOINCASH_TESTNET","label":"Bitcoin Cash Testnet","kebab":"bitcoincash-testnet","chain":12,"mainnet":false}, + {"id":"BLAST_MAINNET","label":"Blast Mainnet","kebab":"blast-mainnet","chain":13,"mainnet":true}, + {"id":"BLAST_SEPOLIA","label":"Blast Sepolia","kebab":"blast-sepolia","chain":13,"mainnet":false}, + {"id":"BNB_MAINNET","label":"BNB Smart Chain Mainnet","kebab":"bnb-mainnet","chain":14,"mainnet":true}, + {"id":"BNB_TESTNET","label":"BNB Smart Chain Testnet","kebab":"bnb-testnet","chain":14,"mainnet":false}, + {"id":"BOB_MAINNET","label":"BOB Mainnet","kebab":"bob-mainnet","chain":15,"mainnet":true}, + {"id":"BOB_SEPOLIA","label":"BOB Sepolia","kebab":"bob-sepolia","chain":15,"mainnet":false}, + {"id":"BOTANIX_MAINNET","label":"Botanix Mainnet","kebab":"botanix-mainnet","chain":16,"mainnet":true}, + {"id":"BOTANIX_TESTNET","label":"Botanix Testnet","kebab":"botanix-testnet","chain":16,"mainnet":false}, + {"id":"CELESTIABRIDGE_MAINNET","label":"CelestiaBridge Mainnet","kebab":"celestiabridge-mainnet","chain":17,"mainnet":true}, + {"id":"CELESTIABRIDGE_MOCHA","label":"CelestiaBridge Mocha","kebab":"celestiabridge-mocha","chain":17,"mainnet":false}, + {"id":"CELO_MAINNET","label":"Celo Mainnet","kebab":"celo-mainnet","chain":18,"mainnet":true}, + {"id":"CELO_SEPOLIA","label":"Celo Sepolia","kebab":"celo-sepolia","chain":18,"mainnet":false}, + {"id":"CITREA_MAINNET","label":"Citrea Mainnet","kebab":"citrea-mainnet","chain":19,"mainnet":true}, + {"id":"CITREA_TESTNET","label":"Citrea Testnet","kebab":"citrea-testnet","chain":19,"mainnet":false}, + {"id":"CLANKERMON_MAINNET","label":"Clankermon Mainnet","kebab":"clankermon-mainnet","chain":20,"mainnet":true}, + {"id":"CROSSFI_MAINNET","label":"CrossFi Mainnet","kebab":"crossfi-mainnet","chain":21,"mainnet":true}, + {"id":"CROSSFI_TESTNET","label":"CrossFi Testnet","kebab":"crossfi-testnet","chain":21,"mainnet":false}, + {"id":"STORY_AENEID","label":"DATA Network Aeneid","kebab":"story-aeneid","chain":22,"mainnet":false}, + {"id":"STORY_MAINNET","label":"DATA Network Mainnet","kebab":"story-mainnet","chain":22,"mainnet":true}, + {"id":"DEGEN_MAINNET","label":"Degen Mainnet","kebab":"degen-mainnet","chain":23,"mainnet":true}, + {"id":"DOGECOIN_MAINNET","label":"Dogecoin Mainnet","kebab":"dogecoin-mainnet","chain":24,"mainnet":true}, + {"id":"ETH_HOODI","label":"Ethereum Hoodi","kebab":"eth-hoodi","chain":25,"mainnet":false}, + {"id":"ETH_HOODIBEACON","label":"Ethereum Hoodi Beacon","kebab":"eth-hoodibeacon","chain":25,"mainnet":false}, + {"id":"ETH_MAINNET","label":"Ethereum Mainnet","kebab":"eth-mainnet","chain":25,"mainnet":true}, + {"id":"ETH_MAINNETBEACON","label":"Ethereum Mainnet Beacon","kebab":"eth-mainnetbeacon","chain":25,"mainnet":true}, + {"id":"ETH_SEPOLIA","label":"Ethereum Sepolia","kebab":"eth-sepolia","chain":25,"mainnet":false}, + {"id":"ETH_SEPOLIABEACON","label":"Ethereum Sepolia Beacon","kebab":"eth-sepoliabeacon","chain":25,"mainnet":false}, + {"id":"FLOW_MAINNET","label":"Flow EVM Mainnet","kebab":"flow-mainnet","chain":26,"mainnet":true}, + {"id":"FLOW_TESTNET","label":"Flow EVM Testnet","kebab":"flow-testnet","chain":26,"mainnet":false}, + {"id":"FRAX_MAINNET","label":"Frax Mainnet","kebab":"frax-mainnet","chain":27,"mainnet":true}, + {"id":"FRAX_SEPOLIA","label":"Frax Sepolia","kebab":"frax-sepolia","chain":27,"mainnet":false}, + {"id":"GENSYN_MAINNET","label":"Gensyn Mainnet","kebab":"gensyn-mainnet","chain":28,"mainnet":true}, + {"id":"GENSYN_TESTNET","label":"Gensyn Testnet","kebab":"gensyn-testnet","chain":28,"mainnet":false}, + {"id":"GNOSIS_CHIADO","label":"Gnosis Chiado","kebab":"gnosis-chiado","chain":29,"mainnet":false}, + {"id":"GNOSIS_MAINNET","label":"Gnosis Mainnet","kebab":"gnosis-mainnet","chain":29,"mainnet":true}, + {"id":"HUMANITY_MAINNET","label":"Humanity Mainnet","kebab":"humanity-mainnet","chain":30,"mainnet":true}, + {"id":"HYPERLIQUID_MAINNET","label":"Hyperliquid Mainnet","kebab":"hyperliquid-mainnet","chain":31,"mainnet":true}, + {"id":"HYPERLIQUID_TESTNET","label":"Hyperliquid Testnet","kebab":"hyperliquid-testnet","chain":31,"mainnet":false}, + {"id":"INJECTIVE_MAINNET","label":"Injective Mainnet","kebab":"injective-mainnet","chain":32,"mainnet":true}, + {"id":"INJECTIVE_TESTNET","label":"Injective Testnet","kebab":"injective-testnet","chain":32,"mainnet":false}, + {"id":"INK_MAINNET","label":"Ink Mainnet","kebab":"ink-mainnet","chain":33,"mainnet":true}, + {"id":"INK_SEPOLIA","label":"Ink Sepolia","kebab":"ink-sepolia","chain":33,"mainnet":false}, + {"id":"JOVAY_MAINNET","label":"Jovay Mainnet","kebab":"jovay-mainnet","chain":34,"mainnet":true}, + {"id":"JOVAY_TESTNET","label":"Jovay Testnet","kebab":"jovay-testnet","chain":34,"mainnet":false}, + {"id":"KAIA_MAINNET","label":"Kaia Mainnet","kebab":"kaia-mainnet","chain":35,"mainnet":true}, + {"id":"KAIA_TESTNET","label":"Kaia Testnet","kebab":"kaia-testnet","chain":35,"mainnet":false}, + {"id":"KATANA_BOKUTO","label":"Katana Bokuto","kebab":"katana-bokuto","chain":36,"mainnet":false}, + {"id":"KATANA_MAINNET","label":"Katana Mainnet","kebab":"katana-mainnet","chain":36,"mainnet":true}, + {"id":"LENS_MAINNET","label":"Lens Mainnet","kebab":"lens-mainnet","chain":37,"mainnet":true}, + {"id":"LENS_SEPOLIA","label":"Lens Sepolia","kebab":"lens-sepolia","chain":37,"mainnet":false}, + {"id":"LINEA_MAINNET","label":"Linea Mainnet","kebab":"linea-mainnet","chain":38,"mainnet":true}, + {"id":"LINEA_SEPOLIA","label":"Linea Sepolia","kebab":"linea-sepolia","chain":38,"mainnet":false}, + {"id":"LITECOIN_MAINNET","label":"Litecoin Mainnet","kebab":"litecoin-mainnet","chain":39,"mainnet":true}, + {"id":"LITECOIN_TESTNET","label":"Litecoin Testnet","kebab":"litecoin-testnet","chain":39,"mainnet":false}, + {"id":"MANTLE_MAINNET","label":"Mantle Mainnet","kebab":"mantle-mainnet","chain":40,"mainnet":true}, + {"id":"MANTLE_SEPOLIA","label":"Mantle Sepolia","kebab":"mantle-sepolia","chain":40,"mainnet":false}, + {"id":"MEGAETH_MAINNET","label":"MegaETH Mainnet","kebab":"megaeth-mainnet","chain":41,"mainnet":true}, + {"id":"MEGAETH_TESTNET","label":"MegaETH Testnet","kebab":"megaeth-testnet","chain":41,"mainnet":false}, + {"id":"METIS_MAINNET","label":"Metis Mainnet","kebab":"metis-mainnet","chain":42,"mainnet":true}, + {"id":"MODE_MAINNET","label":"Mode Mainnet","kebab":"mode-mainnet","chain":43,"mainnet":true}, + {"id":"MODE_SEPOLIA","label":"Mode Sepolia","kebab":"mode-sepolia","chain":43,"mainnet":false}, + {"id":"MONAD_MAINNET","label":"Monad Mainnet","kebab":"monad-mainnet","chain":44,"mainnet":true}, + {"id":"MONAD_TESTNET","label":"Monad Testnet","kebab":"monad-testnet","chain":44,"mainnet":false}, + {"id":"MOONBEAM_MAINNET","label":"Moonbeam Mainnet","kebab":"moonbeam-mainnet","chain":45,"mainnet":true}, + {"id":"MYTHOS_MAINNET","label":"Mythos Mainnet","kebab":"mythos-mainnet","chain":46,"mainnet":true}, + {"id":"OPT_MAINNET","label":"OP Mainnet Mainnet","kebab":"opt-mainnet","chain":47,"mainnet":true}, + {"id":"OPT_SEPOLIA","label":"OP Mainnet Sepolia","kebab":"opt-sepolia","chain":47,"mainnet":true}, + {"id":"OPBNB_MAINNET","label":"opBNB Mainnet","kebab":"opbnb-mainnet","chain":48,"mainnet":true}, + {"id":"OPBNB_TESTNET","label":"opBNB Testnet","kebab":"opbnb-testnet","chain":48,"mainnet":false}, + {"id":"PHAROS_ATLANTIC","label":"Pharos Atlantic","kebab":"pharos-atlantic","chain":49,"mainnet":false}, + {"id":"PHAROS_MAINNET","label":"Pharos Mainnet","kebab":"pharos-mainnet","chain":49,"mainnet":true}, + {"id":"PLASMA_MAINNET","label":"Plasma Mainnet","kebab":"plasma-mainnet","chain":50,"mainnet":true}, + {"id":"PLASMA_TESTNET","label":"Plasma Testnet","kebab":"plasma-testnet","chain":50,"mainnet":false}, + {"id":"MATIC_AMOY","label":"Polygon Amoy","kebab":"polygon-amoy","chain":51,"mainnet":false}, + {"id":"MATIC_MAINNET","label":"Polygon Mainnet","kebab":"polygon-mainnet","chain":51,"mainnet":true}, + {"id":"POLYGONZKEVM_CARDONA","label":"Polygon zkEVM Cardona","kebab":"polygonzkevm-cardona","chain":52,"mainnet":false}, + {"id":"POLYGONZKEVM_MAINNET","label":"Polygon zkEVM Mainnet","kebab":"polygonzkevm-mainnet","chain":52,"mainnet":true}, + {"id":"RISE_MAINNET","label":"Rise Mainnet","kebab":"rise-mainnet","chain":53,"mainnet":true}, + {"id":"RISE_TESTNET","label":"Rise Testnet","kebab":"rise-testnet","chain":53,"mainnet":false}, + {"id":"ROBINHOOD_MAINNET","label":"Robinhood Chain Mainnet","kebab":"robinhood-mainnet","chain":54,"mainnet":true}, + {"id":"ROBINHOOD_TESTNET","label":"Robinhood Chain Testnet","kebab":"robinhood-testnet","chain":54,"mainnet":false}, + {"id":"RONIN_MAINNET","label":"Ronin Mainnet","kebab":"ronin-mainnet","chain":55,"mainnet":true}, + {"id":"RONIN_SAIGON","label":"Ronin Saigon","kebab":"ronin-saigon","chain":55,"mainnet":false}, + {"id":"ROOTSTOCK_MAINNET","label":"Rootstock Mainnet","kebab":"rootstock-mainnet","chain":56,"mainnet":true}, + {"id":"ROOTSTOCK_TESTNET","label":"Rootstock Testnet","kebab":"rootstock-testnet","chain":56,"mainnet":false}, + {"id":"SCROLL_MAINNET","label":"Scroll Mainnet","kebab":"scroll-mainnet","chain":57,"mainnet":true}, + {"id":"SCROLL_SEPOLIA","label":"Scroll Sepolia","kebab":"scroll-sepolia","chain":57,"mainnet":false}, + {"id":"SEI_MAINNET","label":"Sei Mainnet","kebab":"sei-mainnet","chain":58,"mainnet":true}, + {"id":"SEI_TESTNET","label":"Sei Testnet","kebab":"sei-testnet","chain":58,"mainnet":false}, + {"id":"SETTLUS_MAINNET","label":"Settlus Mainnet","kebab":"settlus-mainnet","chain":59,"mainnet":true}, + {"id":"SETTLUS_SEPTESTNET","label":"Settlus Sepolia","kebab":"settlus-septestnet","chain":59,"mainnet":false}, + {"id":"SHAPE_MAINNET","label":"Shape Mainnet","kebab":"shape-mainnet","chain":60,"mainnet":true}, + {"id":"SHAPE_SEPOLIA","label":"Shape Sepolia","kebab":"shape-sepolia","chain":60,"mainnet":false}, + {"id":"SOLANA_DEVNET","label":"Solana Devnet","kebab":"solana-devnet","chain":61,"mainnet":false}, + {"id":"SOLANA_MAINNET","label":"Solana Mainnet","kebab":"solana-mainnet","chain":61,"mainnet":true}, + {"id":"SONEIUM_MAINNET","label":"Soneium Mainnet","kebab":"soneium-mainnet","chain":62,"mainnet":true}, + {"id":"SONEIUM_MINATO","label":"Soneium Minato","kebab":"soneium-minato","chain":62,"mainnet":false}, + {"id":"SONIC_MAINNET","label":"Sonic Mainnet","kebab":"sonic-mainnet","chain":63,"mainnet":true}, + {"id":"SONIC_TESTNET","label":"Sonic Testnet","kebab":"sonic-testnet","chain":63,"mainnet":false}, + {"id":"STABLE_MAINNET","label":"Stable Mainnet","kebab":"stable-mainnet","chain":64,"mainnet":true}, + {"id":"STABLE_TESTNET","label":"Stable Testnet","kebab":"stable-testnet","chain":64,"mainnet":false}, + {"id":"STARKNET_MAINNET","label":"Starknet Mainnet","kebab":"starknet-mainnet","chain":65,"mainnet":true}, + {"id":"STARKNET_SEPOLIA","label":"Starknet Sepolia","kebab":"starknet-sepolia","chain":65,"mainnet":false}, + {"id":"STELLAR_MAINNET","label":"Stellar Mainnet","kebab":"stellar-mainnet","chain":66,"mainnet":true}, + {"id":"STELLAR_TESTNET","label":"Stellar Testnet","kebab":"stellar-testnet","chain":66,"mainnet":false}, + {"id":"SUI_MAINNET","label":"SUI Mainnet","kebab":"sui-mainnet","chain":67,"mainnet":true}, + {"id":"SUI_TESTNET","label":"SUI Testnet","kebab":"sui-testnet","chain":67,"mainnet":false}, + {"id":"SUPERSEED_MAINNET","label":"Superseed Mainnet","kebab":"superseed-mainnet","chain":68,"mainnet":true}, + {"id":"SUPERSEED_SEPOLIA","label":"Superseed Sepolia","kebab":"superseed-sepolia","chain":68,"mainnet":false}, + {"id":"TEMPO_MAINNET","label":"Tempo Mainnet","kebab":"tempo-mainnet","chain":69,"mainnet":true}, + {"id":"TEMPO_MODERATO","label":"Tempo Moderato","kebab":"tempo-moderato","chain":69,"mainnet":false}, + {"id":"TRON_MAINNET","label":"Tron Mainnet","kebab":"tron-mainnet","chain":70,"mainnet":true}, + {"id":"TRON_TESTNET","label":"Tron Testnet","kebab":"tron-testnet","chain":70,"mainnet":false}, + {"id":"UNICHAIN_MAINNET","label":"Unichain Mainnet","kebab":"unichain-mainnet","chain":71,"mainnet":true}, + {"id":"UNICHAIN_SEPOLIA","label":"Unichain Sepolia","kebab":"unichain-sepolia","chain":71,"mainnet":false}, + {"id":"WORLDCHAIN_MAINNET","label":"World Chain Mainnet","kebab":"worldchain-mainnet","chain":72,"mainnet":true}, + {"id":"WORLDCHAIN_SEPOLIA","label":"World Chain Sepolia","kebab":"worldchain-sepolia","chain":72,"mainnet":false}, + {"id":"WORLDMOBILECHAIN_MAINNET","label":"WorldMobileChain Mainnet","kebab":"worldmobilechain-mainnet","chain":73,"mainnet":true}, + {"id":"XLAYER_MAINNET","label":"X Layer Mainnet","kebab":"xlayer-mainnet","chain":74,"mainnet":true}, + {"id":"XLAYER_TESTNET","label":"X Layer Testnet","kebab":"xlayer-testnet","chain":74,"mainnet":false}, + {"id":"XMTP_ROPSTEN","label":"XMTP Ropsten","kebab":"xmtp-ropsten","chain":75,"mainnet":false}, + {"id":"ZETACHAIN_MAINNET","label":"ZetaChain Mainnet","kebab":"zetachain-mainnet","chain":76,"mainnet":true}, + {"id":"ZETACHAIN_TESTNET","label":"ZetaChain Testnet","kebab":"zetachain-testnet","chain":76,"mainnet":false}, + {"id":"ZKSYNC_MAINNET","label":"ZKsync Mainnet","kebab":"zksync-mainnet","chain":77,"mainnet":true}, + {"id":"ZKSYNC_SEPOLIA","label":"ZKsync Sepolia","kebab":"zksync-sepolia","chain":77,"mainnet":false}, + {"id":"ZORA_MAINNET","label":"Zora Mainnet","kebab":"zora-mainnet","chain":78,"mainnet":true}, + {"id":"ZORA_SEPOLIA","label":"Zora Sepolia","kebab":"zora-sepolia","chain":78,"mainnet":false} + ], + "products": [ + {"tag":"aptos","label":"Aptos: Standard REST API Methods","networks":[8,9]}, + {"tag":"arbtrace","label":"Arbitrum Trace API","networks":[10]}, + {"tag":"astar","label":"Astar: Specific Methods","networks":[13]}, + {"tag":"bitcoin","label":"Bitcoin: Standard JSON-RPC Methods","networks":[20,21,22,23,24,25,46,78,79]}, + {"tag":"bitcoin-indexer","label":"Bitcoin: Indexer REST API Methods","networks":[20,21,22,23]}, + {"tag":"celestia","label":"Celestia Bridge: Standard RPC Methods","networks":[34,35]}, + {"tag":"citrea","label":"Citrea: Specific Methods","networks":[38,39]}, + {"tag":"debug","label":"Debug API","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"tag":"eth-beacon","label":"Ethereum Beacon: Standard HTTP API Methods","networks":[48,50,52]}, + {"tag":"evm","label":"EVM: Standard JSON-RPC Methods","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"tag":"gas-manager-bundler","label":"Gas Manager & Bundler APIs","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"tag":"hyperevm","label":"HyperEVM: Specific Methods","networks":[62,63]}, + {"tag":"linea","label":"Linea: Specific Methods","networks":[76,77]}, + {"tag":"megaeth","label":"MegaETH: Specific Methods","networks":[82,83]}, + {"tag":"nft","label":"NFT API","networks":[0,1,4,5,6,7,10,11,14,15,16,17,19,26,27,28,36,37,43,44,49,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, + {"tag":"optimism","label":"Optimism: Specific Methods","networks":[141,142]}, + {"tag":"pchain","label":"Avalanche P-Chain: Standard Methods","networks":[14,15]}, + {"tag":"polygon-pos","label":"Polygon PoS: Specific Methods","networks":[99,100]}, + {"tag":"polygon-zkevm","label":"Polygon zkEVM: Specific Methods","networks":[101,102]}, + {"tag":"portfolio","label":"Portfolio API","networks":[],"networkAgnostic":true}, + {"tag":"prices","label":"Prices API","networks":[],"networkAgnostic":true}, + {"tag":"signer","label":"Embedded Account APIs","networks":[],"networkAgnostic":true}, + {"tag":"solana","label":"Solana: Standard JSON-RPC Methods","networks":[119,120]}, + {"tag":"solana-das","label":"Solana: DAS APIs (NFT/Token)","networks":[119,120]}, + {"tag":"solana-photon","label":"Solana: Photon APIs (ZK Compression)","networks":[119,120]}, + {"tag":"starknet","label":"Starknet: Standard JSON-RPC Methods","networks":[127,128]}, + {"tag":"stellar","label":"Stellar: Standard Methods","networks":[129,130]}, + {"tag":"sui","label":"Sui: Standard Methods","networks":[131,132]}, + {"tag":"sui-grpc","label":"Sui: gRPC Methods","networks":[131,132]}, + {"tag":"token","label":"Token API","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,36,37,43,44,47,48,49,50,51,52,57,58,59,60,62,63,66,67,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, + {"tag":"trace","label":"Trace API","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,48,49,50,51,52,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, + {"tag":"transact","label":"Transact","networks":[10,11,16,17,47,48,49,50,51,52,91,92,99,100]}, + {"tag":"transfers","label":"Transfers API","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,36,37,43,44,47,48,49,50,51,52,57,58,59,60,62,63,66,67,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, + {"tag":"tron","label":"Tron: Standard HTTP Methods","networks":[137,138]}, + {"tag":"tron-solidity","label":"Tron: Solidity HTTP Methods","networks":[137,138]}, + {"tag":"utility","label":"Utility API","networks":[10,11,16,17,49,51,87,91,92,99,100,101,102,105,149,150]}, + {"tag":"utxo","label":"UTXO REST API Methods","networks":[20,23,24,25,46,78,79]}, + {"tag":"wallet","label":"Wallet APIs","networks":[],"networkAgnostic":true}, + {"tag":"yellowstone-grpc","label":"Solana: Yellowstone gRPC Unary Methods","networks":[119,120]}, + {"tag":"zksync","label":"zkSync Era: Specific Methods","networks":[0,1,74,75,149,150]} + ], + "methods": [ + {"name":"/accounts","product":"stellar","networks":[129,130]}, + {"name":"/accounts/{account_id}","product":"stellar","networks":[129,130]}, + {"name":"/accounts/{account_id}/data/{key}","product":"stellar","networks":[129,130]}, + {"name":"/accounts/{account_id}/effects","product":"stellar","networks":[129,130]}, + {"name":"/accounts/{account_id}/offers","product":"stellar","networks":[129,130]}, + {"name":"/accounts/{account_id}/operations","product":"stellar","networks":[129,130]}, + {"name":"/accounts/{account_id}/payments","product":"stellar","networks":[129,130]}, + {"name":"/accounts/{account_id}/trades","product":"stellar","networks":[129,130]}, + {"name":"/accounts/{account_id}/transactions","product":"stellar","networks":[129,130]}, + {"name":"/address-prefix/{prefix}","product":"bitcoin-indexer","networks":[20,21,22,23]}, + {"name":"/address/{address}","product":"bitcoin-indexer","networks":[20,21,22,23]}, + {"name":"/address/{address}/txs","product":"bitcoin-indexer","networks":[20,21,22,23]}, + {"name":"/address/{address}/txs/chain/{last_seen_txid}","product":"bitcoin-indexer","networks":[20,21,22,23]}, + {"name":"/address/{address}/txs/mempool","product":"bitcoin-indexer","networks":[20,21,22,23]}, + {"name":"/address/{address}/utxo","product":"bitcoin-indexer","networks":[20,21,22,23]}, + {"name":"/api/v2/address/{address}","product":"utxo","networks":[20,23,24,25,46,78,79]}, + {"name":"/api/v2/balancehistory/{address}","product":"utxo","networks":[20,23,24,25,46,78,79]}, + {"name":"/api/v2/block-index/{block_height}","product":"utxo","networks":[20,23,24,25,46,78,79]}, + {"name":"/api/v2/block/{block}","product":"utxo","networks":[20,23,24,25,46,78,79]}, + {"name":"/api/v2/sendtx","product":"utxo","networks":[20,23,24,25,46,78,79]}, + {"name":"/api/v2/sendtx/{hex}","product":"utxo","networks":[20,23,24,25,46,78,79]}, + {"name":"/api/v2/tickers","product":"utxo","networks":[20,23,24,25,46,78,79]}, + {"name":"/api/v2/tickers-list","product":"utxo","networks":[20,23,24,25,46,78,79]}, + {"name":"/api/v2/tx-specific/{txid}","product":"utxo","networks":[20,23,24,25,46,78,79]}, + {"name":"/api/v2/tx/{txid}","product":"utxo","networks":[20,23,24,25,46,78,79]}, + {"name":"/api/v2/utxo/{descriptor}","product":"utxo","networks":[20,23,24,25,46,78,79]}, + {"name":"/api/v2/xpub/{xpub}","product":"utxo","networks":[20,23,24,25,46,78,79]}, + {"name":"/assets","product":"stellar","networks":[129,130]}, + {"name":"/block-height/{height}","product":"bitcoin-indexer","networks":[20,21,22,23]}, + {"name":"/block/{hash}","product":"bitcoin-indexer","networks":[20,21,22,23]}, + {"name":"/block/{hash}/header","product":"bitcoin-indexer","networks":[20,21,22,23]}, + {"name":"/block/{hash}/raw","product":"bitcoin-indexer","networks":[20,21,22,23]}, + {"name":"/block/{hash}/status","product":"bitcoin-indexer","networks":[20,21,22,23]}, + {"name":"/block/{hash}/txid/{index}","product":"bitcoin-indexer","networks":[20,21,22,23]}, + {"name":"/block/{hash}/txids","product":"bitcoin-indexer","networks":[20,21,22,23]}, + {"name":"/block/{hash}/txs/{start_index}","product":"bitcoin-indexer","networks":[20,21,22,23]}, + {"name":"/blocks/{start_height}","product":"bitcoin-indexer","networks":[20,21,22,23]}, + {"name":"/blocks/tip/hash","product":"bitcoin-indexer","networks":[20,21,22,23]}, + {"name":"/blocks/tip/height","product":"bitcoin-indexer","networks":[20,21,22,23]}, + {"name":"/claimable_balances","product":"stellar","networks":[129,130]}, + {"name":"/claimable_balances/{claimable_balance_id}","product":"stellar","networks":[129,130]}, + {"name":"/claimable_balances/{claimable_balance_id}/operations","product":"stellar","networks":[129,130]}, + {"name":"/claimable_balances/{claimable_balance_id}/transactions","product":"stellar","networks":[129,130]}, + {"name":"/effects","product":"stellar","networks":[129,130]}, + {"name":"/eth/v1/beacon/blinded_blocks/{block_id}","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/beacon/blinded_blocks/{slot}","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/beacon/blob_sidecars/{block_id}","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/beacon/blobs/{block_id}","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/beacon/blocks/{block_id}/root","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/beacon/genesis","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/beacon/headers","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/beacon/headers/{block_id}","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/beacon/pool/voluntary_exits","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/beacon/rewards/attestations/{epoch}","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/beacon/rewards/blocks/{block_id}","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/beacon/rewards/sync_committee/{block_id}","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/beacon/states/{state_id}/committees","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/beacon/states/{state_id}/finality_checkpoints","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/beacon/states/{state_id}/fork","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/beacon/states/{state_id}/pending_consolidations","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/beacon/states/{state_id}/pending_deposits","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/beacon/states/{state_id}/pending_partial_withdrawals","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/beacon/states/{state_id}/proposer_lookahead","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/beacon/states/{state_id}/randao","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/beacon/states/{state_id}/root","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/beacon/states/{state_id}/sync_committees","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/beacon/states/{state_id}/validator_balances","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/beacon/states/{state_id}/validator_identities","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/beacon/states/{state_id}/validators","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/beacon/states/{state_id}/validators/{validator_id}","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/config/deposit_contract","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/config/fork_schedule","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/config/spec","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/debug/beacon/data_column_sidecars/{block_id}","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/debug/fork_choice","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/node/identity","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/node/peer_count","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/node/peers","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/node/syncing","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/node/version","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/validator/attestation_data","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/validator/contribution_and_proofs","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/validator/duties/attester/{epoch}","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/validator/duties/proposer/{epoch}","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/validator/duties/sync/{epoch}","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v1/validator/sync_committee_contribution","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v2/beacon/blocks/{block_id}","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v2/beacon/blocks/{block_id}/attestations","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v2/beacon/pool/attestations","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v2/debug/beacon/states/{state_id}","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v2/validator/aggregate_attestation","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/eth/v3/validator/blocks/{slot}","product":"eth-beacon","networks":[48,50,52]}, + {"name":"/fee_stats","product":"stellar","networks":[129,130]}, + {"name":"/fee-estimates","product":"bitcoin-indexer","networks":[20,21,22,23]}, + {"name":"/ledgers","product":"stellar","networks":[129,130]}, + {"name":"/ledgers/{sequence}","product":"stellar","networks":[129,130]}, + {"name":"/ledgers/{sequence}/effects","product":"stellar","networks":[129,130]}, + {"name":"/ledgers/{sequence}/operations","product":"stellar","networks":[129,130]}, + {"name":"/ledgers/{sequence}/payments","product":"stellar","networks":[129,130]}, + {"name":"/ledgers/{sequence}/transactions","product":"stellar","networks":[129,130]}, + {"name":"/liquidity_pools","product":"stellar","networks":[129,130]}, + {"name":"/liquidity_pools/{liquidity_pool_id}","product":"stellar","networks":[129,130]}, + {"name":"/liquidity_pools/{liquidity_pool_id}/effects","product":"stellar","networks":[129,130]}, + {"name":"/liquidity_pools/{liquidity_pool_id}/operations","product":"stellar","networks":[129,130]}, + {"name":"/liquidity_pools/{liquidity_pool_id}/trades","product":"stellar","networks":[129,130]}, + {"name":"/liquidity_pools/{liquidity_pool_id}/transactions","product":"stellar","networks":[129,130]}, + {"name":"/mempool","product":"bitcoin-indexer","networks":[20,21,22,23]}, + {"name":"/mempool/recent","product":"bitcoin-indexer","networks":[20,21,22,23]}, + {"name":"/mempool/txids","product":"bitcoin-indexer","networks":[20,21,22,23]}, + {"name":"/offers","product":"stellar","networks":[129,130]}, + {"name":"/offers/{offer_id}","product":"stellar","networks":[129,130]}, + {"name":"/offers/{offer_id}/trades","product":"stellar","networks":[129,130]}, + {"name":"/operations","product":"stellar","networks":[129,130]}, + {"name":"/operations/{operation_id}","product":"stellar","networks":[129,130]}, + {"name":"/operations/{operation_id}/effects","product":"stellar","networks":[129,130]}, + {"name":"/order_book","product":"stellar","networks":[129,130]}, + {"name":"/paths","product":"stellar","networks":[129,130]}, + {"name":"/paths/strict-receive","product":"stellar","networks":[129,130]}, + {"name":"/paths/strict-send","product":"stellar","networks":[129,130]}, + {"name":"/payments","product":"stellar","networks":[129,130]}, + {"name":"/scripthash/{hash}","product":"bitcoin-indexer","networks":[20,21,22,23]}, + {"name":"/scripthash/{hash}/txs","product":"bitcoin-indexer","networks":[20,21,22,23]}, + {"name":"/scripthash/{hash}/txs/chain/{last_seen_txid}","product":"bitcoin-indexer","networks":[20,21,22,23]}, + {"name":"/scripthash/{hash}/txs/mempool","product":"bitcoin-indexer","networks":[20,21,22,23]}, + {"name":"/scripthash/{hash}/utxo","product":"bitcoin-indexer","networks":[20,21,22,23]}, + {"name":"/signer/add-oauth-provider","product":"signer","networks":[],"networkAgnostic":true}, + {"name":"/signer/auth","product":"signer","networks":[],"networkAgnostic":true}, + {"name":"/signer/auth-delete-multi-factors","product":"signer","networks":[],"networkAgnostic":true}, + {"name":"/signer/auth-get-multi-factor","product":"signer","networks":[],"networkAgnostic":true}, + {"name":"/signer/auth-jwt","product":"signer","networks":[],"networkAgnostic":true}, + {"name":"/signer/auth-list-multi-factors","product":"signer","networks":[],"networkAgnostic":true}, + {"name":"/signer/auth-request-multi-factor","product":"signer","networks":[],"networkAgnostic":true}, + {"name":"/signer/auth-validate-multi-factors","product":"signer","networks":[],"networkAgnostic":true}, + {"name":"/signer/auth-verify-multi-factor","product":"signer","networks":[],"networkAgnostic":true}, + {"name":"/signer/init-otp","product":"signer","networks":[],"networkAgnostic":true}, + {"name":"/signer/list-auth-methods","product":"signer","networks":[],"networkAgnostic":true}, + {"name":"/signer/lookup","product":"signer","networks":[],"networkAgnostic":true}, + {"name":"/signer/multi-owner-add","product":"signer","networks":[],"networkAgnostic":true}, + {"name":"/signer/multi-owner-create","product":"signer","networks":[],"networkAgnostic":true}, + {"name":"/signer/multi-owner-delete","product":"signer","networks":[],"networkAgnostic":true}, + {"name":"/signer/multi-owner-prepare-add","product":"signer","networks":[],"networkAgnostic":true}, + {"name":"/signer/multi-owner-prepare-delete","product":"signer","networks":[],"networkAgnostic":true}, + {"name":"/signer/multi-owner-sign-raw-payload","product":"signer","networks":[],"networkAgnostic":true}, + {"name":"/signer/multi-owner-update-root-quorum","product":"signer","networks":[],"networkAgnostic":true}, + {"name":"/signer/multi-sig-add","product":"signer","networks":[],"networkAgnostic":true}, + {"name":"/signer/multi-sig-create","product":"signer","networks":[],"networkAgnostic":true}, + {"name":"/signer/multi-sig-prepare-add","product":"signer","networks":[],"networkAgnostic":true}, + {"name":"/signer/oauth","product":"signer","networks":[],"networkAgnostic":true}, + {"name":"/signer/otp","product":"signer","networks":[],"networkAgnostic":true}, + {"name":"/signer/prepare-oauth","product":"signer","networks":[],"networkAgnostic":true}, + {"name":"/signer/remove-oauth-provider","product":"signer","networks":[],"networkAgnostic":true}, + {"name":"/signer/sign-payload","product":"signer","networks":[],"networkAgnostic":true}, + {"name":"/signer/signer-config","product":"signer","networks":[],"networkAgnostic":true}, + {"name":"/signer/signup","product":"signer","networks":[],"networkAgnostic":true}, + {"name":"/signer/track-key-export","product":"signer","networks":[],"networkAgnostic":true}, + {"name":"/signer/update-email-auth","product":"signer","networks":[],"networkAgnostic":true}, + {"name":"/signer/update-phone-auth","product":"signer","networks":[],"networkAgnostic":true}, + {"name":"/signer/verify-otp","product":"signer","networks":[],"networkAgnostic":true}, + {"name":"/signer/whoami","product":"signer","networks":[],"networkAgnostic":true}, + {"name":"/trade_aggregations","product":"stellar","networks":[129,130]}, + {"name":"/trades","product":"stellar","networks":[129,130]}, + {"name":"/transactions","product":"stellar","networks":[129,130]}, + {"name":"/transactions_async","product":"stellar","networks":[129,130]}, + {"name":"/transactions/{transaction_id}","product":"stellar","networks":[129,130]}, + {"name":"/transactions/{transaction_id}/effects","product":"stellar","networks":[129,130]}, + {"name":"/transactions/{transaction_id}/operations","product":"stellar","networks":[129,130]}, + {"name":"/transactions/{transaction_id}/payments","product":"stellar","networks":[129,130]}, + {"name":"/tx/{txid}","product":"bitcoin-indexer","networks":[20,21,22,23]}, + {"name":"/tx/{txid}/hex","product":"bitcoin-indexer","networks":[20,21,22,23]}, + {"name":"/tx/{txid}/merkle-proof","product":"bitcoin-indexer","networks":[20,21,22,23]}, + {"name":"/tx/{txid}/merkleblock-proof","product":"bitcoin-indexer","networks":[20,21,22,23]}, + {"name":"/tx/{txid}/outspend/{vout}","product":"bitcoin-indexer","networks":[20,21,22,23]}, + {"name":"/tx/{txid}/outspends","product":"bitcoin-indexer","networks":[20,21,22,23]}, + {"name":"/tx/{txid}/raw","product":"bitcoin-indexer","networks":[20,21,22,23]}, + {"name":"/tx/{txid}/status","product":"bitcoin-indexer","networks":[20,21,22,23]}, + {"name":"/txs/package","product":"bitcoin-indexer","networks":[20,21,22,23]}, + {"name":"/v1","product":"aptos","networks":[8,9]}, + {"name":"/v1/","product":"aptos","networks":[8,9]}, + {"name":"/v1/-/healthy","product":"aptos","networks":[8,9]}, + {"name":"/v1/accounts/{address}","product":"aptos","networks":[8,9]}, + {"name":"/v1/accounts/{address}/balance/{asset_type}","product":"aptos","networks":[8,9]}, + {"name":"/v1/accounts/{address}/events/{creation_number}","product":"aptos","networks":[8,9]}, + {"name":"/v1/accounts/{address}/events/{event_handle}/{field_name}","product":"aptos","networks":[8,9]}, + {"name":"/v1/accounts/{address}/module/{module_name}","product":"aptos","networks":[8,9]}, + {"name":"/v1/accounts/{address}/modules","product":"aptos","networks":[8,9]}, + {"name":"/v1/accounts/{address}/resource/{resource_type}","product":"aptos","networks":[8,9]}, + {"name":"/v1/accounts/{address}/resources","product":"aptos","networks":[8,9]}, + {"name":"/v1/accounts/{address}/transaction_summaries","product":"aptos","networks":[8,9]}, + {"name":"/v1/accounts/{address}/transactions","product":"aptos","networks":[8,9]}, + {"name":"/v1/blocks/by_height/{block_height}","product":"aptos","networks":[8,9]}, + {"name":"/v1/blocks/by_version/{version}","product":"aptos","networks":[8,9]}, + {"name":"/v1/estimate_gas_price","product":"aptos","networks":[8,9]}, + {"name":"/v1/spec","product":"aptos","networks":[8,9]}, + {"name":"/v1/tables/{table_handle}/item","product":"aptos","networks":[8,9]}, + {"name":"/v1/tables/{table_handle}/raw_item","product":"aptos","networks":[8,9]}, + {"name":"/v1/transactions","product":"aptos","networks":[8,9]}, + {"name":"/v1/transactions/auxiliary_info","product":"aptos","networks":[8,9]}, + {"name":"/v1/transactions/batch","product":"aptos","networks":[8,9]}, + {"name":"/v1/transactions/by_hash/{txn_hash}","product":"aptos","networks":[8,9]}, + {"name":"/v1/transactions/by_version/{txn_version}","product":"aptos","networks":[8,9]}, + {"name":"/v1/transactions/encode_submission","product":"aptos","networks":[8,9]}, + {"name":"/v1/transactions/simulate","product":"aptos","networks":[8,9]}, + {"name":"/v1/transactions/wait_by_hash/{txn_hash}","product":"aptos","networks":[8,9]}, + {"name":"/v1/view","product":"aptos","networks":[8,9]}, + {"name":"/wallet/accountpermissionupdate","product":"tron","networks":[137,138]}, + {"name":"/wallet/broadcasthex","product":"tron","networks":[137,138]}, + {"name":"/wallet/broadcasttransaction","product":"tron","networks":[137,138]}, + {"name":"/wallet/clearabi","product":"tron","networks":[137,138]}, + {"name":"/wallet/createaccount","product":"tron","networks":[137,138]}, + {"name":"/wallet/createassetissue","product":"tron","networks":[137,138]}, + {"name":"/wallet/createshieldedcontractparameters","product":"tron","networks":[137,138]}, + {"name":"/wallet/createspendauthsig","product":"tron","networks":[137,138]}, + {"name":"/wallet/createtransaction","product":"tron","networks":[137,138]}, + {"name":"/wallet/delegateresource","product":"tron","networks":[137,138]}, + {"name":"/wallet/deploycontract","product":"tron","networks":[137,138]}, + {"name":"/wallet/estimateenergy","product":"tron","networks":[137,138]}, + {"name":"/wallet/exchangecreate","product":"tron","networks":[137,138]}, + {"name":"/wallet/exchangeinject","product":"tron","networks":[137,138]}, + {"name":"/wallet/exchangetransaction","product":"tron","networks":[137,138]}, + {"name":"/wallet/exchangewithdraw","product":"tron","networks":[137,138]}, + {"name":"/wallet/freezebalance","product":"tron","networks":[137,138]}, + {"name":"/wallet/freezebalancev2","product":"tron","networks":[137,138]}, + {"name":"/wallet/getaccount","product":"tron","networks":[137,138]}, + {"name":"/wallet/getaccountbalance","product":"tron","networks":[137,138]}, + {"name":"/wallet/getaccountnet","product":"tron","networks":[137,138]}, + {"name":"/wallet/getaccountresource","product":"tron","networks":[137,138]}, + {"name":"/wallet/getakfromask","product":"tron","networks":[137,138]}, + {"name":"/wallet/getassetissuebyaccount","product":"tron","networks":[137,138]}, + {"name":"/wallet/getassetissuebyid","product":"tron","networks":[137,138]}, + {"name":"/wallet/getassetissuebyname","product":"tron","networks":[137,138]}, + {"name":"/wallet/getassetissuelist","product":"tron","networks":[137,138]}, + {"name":"/wallet/getassetissuelistbyname","product":"tron","networks":[137,138]}, + {"name":"/wallet/getavailableunfreezecount","product":"tron","networks":[137,138]}, + {"name":"/wallet/getbandwidthprices","product":"tron","networks":[137,138]}, + {"name":"/wallet/getblock","product":"tron","networks":[137,138]}, + {"name":"/wallet/getblockbalance","product":"tron","networks":[137,138]}, + {"name":"/wallet/getblockbyid","product":"tron","networks":[137,138]}, + {"name":"/wallet/getblockbylatestnum","product":"tron","networks":[137,138]}, + {"name":"/wallet/getblockbylimitnext","product":"tron","networks":[137,138]}, + {"name":"/wallet/getblockbynum","product":"tron","networks":[137,138]}, + {"name":"/wallet/getburntrx","product":"tron","networks":[137,138]}, + {"name":"/wallet/getcandelegatedmaxsize","product":"tron","networks":[137,138]}, + {"name":"/wallet/getcanwithdrawunfreezeamount","product":"tron","networks":[137,138]}, + {"name":"/wallet/getchainparameters","product":"tron","networks":[137,138]}, + {"name":"/wallet/getcontract","product":"tron","networks":[137,138]}, + {"name":"/wallet/getcontractinfo","product":"tron","networks":[137,138]}, + {"name":"/wallet/getdelegatedresource","product":"tron","networks":[137,138]}, + {"name":"/wallet/getdelegatedresourceaccountindex","product":"tron","networks":[137,138]}, + {"name":"/wallet/getdelegatedresourceaccountindexv2","product":"tron","networks":[137,138]}, + {"name":"/wallet/getdelegatedresourcev2","product":"tron","networks":[137,138]}, + {"name":"/wallet/getdiversifier","product":"tron","networks":[137,138]}, + {"name":"/wallet/getenergyprices","product":"tron","networks":[137,138]}, + {"name":"/wallet/getexchangebyid","product":"tron","networks":[137,138]}, + {"name":"/wallet/getexpandedspendingkey","product":"tron","networks":[137,138]}, + {"name":"/wallet/getincomingviewingkey","product":"tron","networks":[137,138]}, + {"name":"/wallet/getnewshieldedaddress","product":"tron","networks":[137,138]}, + {"name":"/wallet/getnkfromnsk","product":"tron","networks":[137,138]}, + {"name":"/wallet/getnodeinfo","product":"tron","networks":[137,138]}, + {"name":"/wallet/getnowblock","product":"tron","networks":[137,138]}, + {"name":"/wallet/getpaginatedassetissuelist","product":"tron","networks":[137,138]}, + {"name":"/wallet/getpendingsize","product":"tron","networks":[137,138]}, + {"name":"/wallet/getproposalbyid","product":"tron","networks":[137,138]}, + {"name":"/wallet/getsignweight","product":"tron","networks":[137,138]}, + {"name":"/wallet/getspendingkey","product":"tron","networks":[137,138]}, + {"name":"/wallet/gettransactionbyid","product":"tron","networks":[137,138]}, + {"name":"/wallet/gettransactionfrompending","product":"tron","networks":[137,138]}, + {"name":"/wallet/gettransactioninfobyblocknum","product":"tron","networks":[137,138]}, + {"name":"/wallet/gettransactioninfobyid","product":"tron","networks":[137,138]}, + {"name":"/wallet/gettransactionlistfrompending","product":"tron","networks":[137,138]}, + {"name":"/wallet/gettriggerinputforshieldedtrc20contract","product":"tron","networks":[137,138]}, + {"name":"/wallet/getzenpaymentaddress","product":"tron","networks":[137,138]}, + {"name":"/wallet/isshieldedtrc20contractnotespent","product":"tron","networks":[137,138]}, + {"name":"/wallet/listexchanges","product":"tron","networks":[137,138]}, + {"name":"/wallet/listproposals","product":"tron","networks":[137,138]}, + {"name":"/wallet/participateassetissue","product":"tron","networks":[137,138]}, + {"name":"/wallet/proposalapprove","product":"tron","networks":[137,138]}, + {"name":"/wallet/proposaldelete","product":"tron","networks":[137,138]}, + {"name":"/wallet/scanshieldedtrc20notesbyivk","product":"tron","networks":[137,138]}, + {"name":"/wallet/scanshieldedtrc20notesbyovk","product":"tron","networks":[137,138]}, + {"name":"/wallet/transferasset","product":"tron","networks":[137,138]}, + {"name":"/wallet/triggerconstantcontract","product":"tron","networks":[137,138]}, + {"name":"/wallet/triggersmartcontract","product":"tron","networks":[137,138]}, + {"name":"/wallet/undelegateresource","product":"tron","networks":[137,138]}, + {"name":"/wallet/unfreezeasset","product":"tron","networks":[137,138]}, + {"name":"/wallet/unfreezebalance","product":"tron","networks":[137,138]}, + {"name":"/wallet/unfreezebalancev2","product":"tron","networks":[137,138]}, + {"name":"/wallet/updateaccount","product":"tron","networks":[137,138]}, + {"name":"/wallet/updateasset","product":"tron","networks":[137,138]}, + {"name":"/wallet/updateenergylimit","product":"tron","networks":[137,138]}, + {"name":"/wallet/updatesetting","product":"tron","networks":[137,138]}, + {"name":"/wallet/validateaddress","product":"tron","networks":[137,138]}, + {"name":"/wallet/votewitnessaccount","product":"tron","networks":[137,138]}, + {"name":"/wallet/withdrawexpireunfreeze","product":"tron","networks":[137,138]}, + {"name":"/walletsolidity/estimateenergy","product":"tron-solidity","networks":[137,138]}, + {"name":"/walletsolidity/getaccount","product":"tron-solidity","networks":[137,138]}, + {"name":"/walletsolidity/getassetissuebyid","product":"tron-solidity","networks":[137,138]}, + {"name":"/walletsolidity/getassetissuebyname","product":"tron-solidity","networks":[137,138]}, + {"name":"/walletsolidity/getassetissuelist","product":"tron-solidity","networks":[137,138]}, + {"name":"/walletsolidity/getassetissuelistbyname","product":"tron-solidity","networks":[137,138]}, + {"name":"/walletsolidity/getavailableunfreezecount","product":"tron-solidity","networks":[137,138]}, + {"name":"/walletsolidity/getblock","product":"tron-solidity","networks":[137,138]}, + {"name":"/walletsolidity/getblockbyid","product":"tron-solidity","networks":[137,138]}, + {"name":"/walletsolidity/getblockbylatestnum","product":"tron-solidity","networks":[137,138]}, + {"name":"/walletsolidity/getblockbylimitnext","product":"tron-solidity","networks":[137,138]}, + {"name":"/walletsolidity/getblockbynum","product":"tron-solidity","networks":[137,138]}, + {"name":"/walletsolidity/getburntrx","product":"tron-solidity","networks":[137,138]}, + {"name":"/walletsolidity/getcandelegatedmaxsize","product":"tron-solidity","networks":[137,138]}, + {"name":"/walletsolidity/getcanwithdrawunfreezeamount","product":"tron-solidity","networks":[137,138]}, + {"name":"/walletsolidity/getdelegatedresource","product":"tron-solidity","networks":[137,138]}, + {"name":"/walletsolidity/getdelegatedresourceaccountindex","product":"tron-solidity","networks":[137,138]}, + {"name":"/walletsolidity/getdelegatedresourceaccountindexv2","product":"tron-solidity","networks":[137,138]}, + {"name":"/walletsolidity/getexchangebyid","product":"tron-solidity","networks":[137,138]}, + {"name":"/walletsolidity/getnowblock","product":"tron-solidity","networks":[137,138]}, + {"name":"/walletsolidity/getpaginatedassetissuelist","product":"tron-solidity","networks":[137,138]}, + {"name":"/walletsolidity/gettransactionbyid","product":"tron-solidity","networks":[137,138]}, + {"name":"/walletsolidity/gettransactioncountbyblocknum","product":"tron-solidity","networks":[137,138]}, + {"name":"/walletsolidity/gettransactioninfobyblocknum","product":"tron-solidity","networks":[137,138]}, + {"name":"/walletsolidity/gettransactioninfobyid","product":"tron-solidity","networks":[137,138]}, + {"name":"/walletsolidity/isshieldedtrc20contractnotespent","product":"tron-solidity","networks":[137,138]}, + {"name":"/walletsolidity/listexchanges","product":"tron-solidity","networks":[137,138]}, + {"name":"/walletsolidity/scanshieldedtrc20notesbyivk","product":"tron-solidity","networks":[137,138]}, + {"name":"/walletsolidity/scanshieldedtrc20notesbyovk","product":"tron-solidity","networks":[137,138]}, + {"name":"/walletsolidity/triggerconstantcontract","product":"tron-solidity","networks":[137,138]}, + {"name":"alchemy_getAssetTransfers","product":"transfers","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,36,37,43,44,47,48,49,50,51,52,57,58,59,60,62,63,66,67,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, + {"name":"alchemy_getTokenAllowance","product":"token","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,36,37,43,44,47,48,49,50,51,52,57,58,59,60,62,63,66,67,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, + {"name":"alchemy_getTokenBalances","product":"token","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,36,37,43,44,47,48,49,50,51,52,57,58,59,60,62,63,66,67,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, + {"name":"alchemy_getTokenMetadata","product":"token","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,36,37,43,44,47,48,49,50,51,52,57,58,59,60,62,63,66,67,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, + {"name":"alchemy_getTransactionReceipts","product":"utility","networks":[10,11,16,17,49,51,87,91,92,99,100,101,102,105,149,150]}, + {"name":"alchemy_requestFeePayer","product":"gas-manager-bundler","networks":[119,120]}, + {"name":"alchemy_requestGasAndPaymasterAndData","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"alchemy_requestPaymasterAndData","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"alchemy_requestPaymasterTokenQuote","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"alchemy_simulateAssetChanges","product":"transact","networks":[10,11,16,17,47,48,49,50,51,52,91,92,99,100]}, + {"name":"alchemy_simulateAssetChangesBundle","product":"transact","networks":[10,11,16,17,47,48,49,50,51,52,91,92,99,100]}, + {"name":"alchemy_simulateExecution","product":"transact","networks":[10,11,16,17,47,48,49,50,51,52,91,92,99,100]}, + {"name":"alchemy_simulateExecutionBundle","product":"transact","networks":[10,11,16,17,47,48,49,50,51,52,91,92,99,100]}, + {"name":"alchemy_simulateUserOperationAssetChanges","product":"gas-manager-bundler","networks":[10,11,16,17,49,51,91,92,99,100]}, + {"name":"arbtrace_block","product":"arbtrace","networks":[10]}, + {"name":"arbtrace_call","product":"arbtrace","networks":[10]}, + {"name":"arbtrace_callMany","product":"arbtrace","networks":[10]}, + {"name":"arbtrace_filter","product":"arbtrace","networks":[10]}, + {"name":"arbtrace_get","product":"arbtrace","networks":[10]}, + {"name":"arbtrace_replayBlockTransactions","product":"arbtrace","networks":[10]}, + {"name":"arbtrace_replayTransaction","product":"arbtrace","networks":[10]}, + {"name":"arbtrace_transaction","product":"arbtrace","networks":[10]}, + {"name":"assets/nfts/by-address","product":"portfolio","networks":[],"networkAgnostic":true}, + {"name":"assets/nfts/contracts/by-address","product":"portfolio","networks":[],"networkAgnostic":true}, + {"name":"assets/tokens/balances/by-address","product":"portfolio","networks":[],"networkAgnostic":true}, + {"name":"assets/tokens/by-address","product":"portfolio","networks":[],"networkAgnostic":true}, + {"name":"blob.Get","product":"celestia","networks":[34,35]}, + {"name":"blob.GetAll","product":"celestia","networks":[34,35]}, + {"name":"blob.GetCommitmentProof","product":"celestia","networks":[34,35]}, + {"name":"blob.GetProof","product":"celestia","networks":[34,35]}, + {"name":"blob.Included","product":"celestia","networks":[34,35]}, + {"name":"blob.Submit","product":"celestia","networks":[34,35]}, + {"name":"blobstream.GetDataRootTupleInclusionProof","product":"celestia","networks":[34,35]}, + {"name":"bor_getAuthor","product":"polygon-pos","networks":[99,100]}, + {"name":"bor_getCurrentProposer","product":"polygon-pos","networks":[99,100]}, + {"name":"bor_getCurrentValidators","product":"polygon-pos","networks":[99,100]}, + {"name":"bor_getRootHash","product":"polygon-pos","networks":[99,100]}, + {"name":"bor_getSignersAtHash","product":"polygon-pos","networks":[99,100]}, + {"name":"chain_getFinalizedHead","product":"astar","networks":[13]}, + {"name":"chain_getHeader","product":"astar","networks":[13]}, + {"name":"citrea_getL2StatusHeightsByL1Height","product":"citrea","networks":[38,39]}, + {"name":"citrea_getLastCommittedL2Height","product":"citrea","networks":[38,39]}, + {"name":"citrea_getLastProvenL2Height","product":"citrea","networks":[38,39]}, + {"name":"citrea_sendRawDepositTransaction","product":"citrea","networks":[38,39]}, + {"name":"citrea_syncStatus","product":"citrea","networks":[38,39]}, + {"name":"computeRarity","product":"nft","networks":[49,100]}, + {"name":"createrawtransaction","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, + {"name":"da.Get","product":"celestia","networks":[34,35]}, + {"name":"da.Submit","product":"celestia","networks":[34,35]}, + {"name":"debug_bundler_clearMempool","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"debug_bundler_clearState","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"debug_bundler_dumpMempool","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"debug_bundler_dumpPaymasterBalances","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"debug_bundler_dumpReputation","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"debug_bundler_getStakeStatus","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"debug_bundler_sendBundleNow","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"debug_bundler_setBundlingMode","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"debug_bundler_setReputation","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"debug_dbAncient","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"debug_dbAncients","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"debug_dbGet","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"debug_executionWitness","product":"debug","networks":[105,106,107,108]}, + {"name":"debug_executionWitnessByHash","product":"debug","networks":[105,106,108]}, + {"name":"debug_getBadBlocks","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"debug_getRawBlock","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"debug_getRawHeader","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"debug_getRawReceipts","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"debug_getTrieFlushInterval","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"debug_storageRangeAt","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"debug_traceBlockByHash","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"debug_traceBlockByNumber","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"debug_traceCall","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"debug_traceCallMany","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"debug_traceTransaction","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"decoderawtransaction","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, + {"name":"decodescript","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, + {"name":"erigon_forks","product":"evm","networks":[49,51]}, + {"name":"erigon_getHeaderByHash","product":"evm","networks":[49,51]}, + {"name":"erigon_getHeaderByNumber","product":"evm","networks":[49,51,107,108]}, + {"name":"erigon_getLogsByHash","product":"evm","networks":[49,51]}, + {"name":"erigon_issuance","product":"evm","networks":[49,51]}, + {"name":"estimatesmartfee","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, + {"name":"eth_accounts","product":"evm","networks":[0,1,2,3,4,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,36,37,40,45,47,49,51,57,58,59,60,61,62,63,63,66,67,68,69,70,71,74,76,80,81,84,88,89,90,91,92,93,94,95,96,97,98,99,100,102,102,105,106,107,108,109,111,113,114,117,118,121,123,124,125,126,133,135,136,137,138,139,141,142,144,145,147,148,149,150,151]}, + {"name":"eth_baseFee","product":"evm","networks":[14,15,107]}, + {"name":"eth_bigBlockGasPrice","product":"hyperevm","networks":[62,63]}, + {"name":"eth_blobBaseFee","product":"evm","networks":[4,5,6,12,16,17,18,28,29,30,31,32,33,36,37,40,43,44,49,51,57,58,59,61,63,66,67,70,71,77,80,81,85,86,87,90,97,98,104,105,106,107,108,115,116,117,118,121,122,123,124,126,133,134,135,136,139,140,141,142,143,144,145,151,152]}, + {"name":"eth_blockNumber","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_call","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_callBundle","product":"evm","networks":[12,16,17,47,49,51,107,108,135,136,141]}, + {"name":"eth_callMany","product":"evm","networks":[12,15,16,17,18,19,28,29,36,47,49,51,62,66,80,82,87,91,92,99,100,107,108,123,135,136,139,140,141,142]}, + {"name":"eth_chainId","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_createAccessList","product":"evm","networks":[10,11,12,14,15,16,17,18,19,26,27,28,29,32,33,36,37,39,49,51,57,59,60,62,63,66,67,70,71,76,77,80,81,84,87,88,90,91,92,93,94,95,96,97,98,99,100,104,105,106,107,108,111,112,113,114,117,118,121,123,124,125,126,135,136,139,140,144,145]}, + {"name":"eth_estimateDiffSize","product":"citrea","networks":[38,39]}, + {"name":"eth_estimateGas","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_estimateUserOperationGas","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"eth_feeHistory","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,37,38,39,40,41,42,43,44,45,47,49,51,53,54,57,58,59,60,61,62,63,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,85,86,87,88,89,90,91,92,93,94,95,96,97,97,98,98,99,100,103,104,105,106,107,108,111,112,113,114,115,116,117,118,121,122,123,124,125,126,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_fillTransaction","product":"evm","networks":[1,6,7,10,11,14,15,16,17,19,26,27,28,29,36,37,38,43,44,45,49,51,53,57,58,61,64,65,66,67,70,71,74,76,77,80,81,87,88,89,91,92,93,99,100,104,105,106,107,108,111,112,113,114,117,118,121,122,123,125,126,135,136,139,140,144,145,146,147,148,151,152]}, + {"name":"eth_gasPrice","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getAccount","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getAccountInfo","product":"evm","networks":[0,6,12,16,17,18,19,27,28,29,32,37,43,47,49,51,53,57,58,60,62,66,67,73,74,82,83,85,88,89,91,92,97,98,103,104,107,108,114,117,118,121,135,136,139,140,141,142,151]}, + {"name":"eth_getAssetBalance","product":"evm","networks":[14,15]}, + {"name":"eth_getBalance","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getBlobSidecars","product":"evm","networks":[28,29,70,71]}, + {"name":"eth_getBlockByHash","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getBlockByNumber","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getBlockReceipts","product":"evm","networks":[0,1,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,37,38,39,40,43,44,45,47,49,51,53,54,57,58,59,60,61,62,63,63,64,65,66,67,70,71,73,74,75,76,77,80,81,82,83,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,148,149,150,151,152]}, + {"name":"eth_getBlockReceiptsWithSystemTx","product":"hyperevm","networks":[62,63]}, + {"name":"eth_getBlockTransactionCountByHash","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getBlockTransactionCountByNumber","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getChainConfig","product":"evm","networks":[14,15]}, + {"name":"eth_getCode","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getCompilers","product":"polygon-zkevm","networks":[101,102]}, + {"name":"eth_getFilterChanges","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getFilterLogs","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getFinalizedHeader","product":"evm","networks":[28,29]}, + {"name":"eth_getLogs","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getProof","product":"evm","networks":[4,5,6,7,10,11,12,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,42,43,44,45,49,51,57,58,59,60,61,64,65,66,67,70,71,76,77,80,81,84,85,86,90,91,92,93,94,95,96,97,98,99,100,104,105,106,107,108,111,112,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,147,148,151,152]}, + {"name":"eth_getRawTransactionByHash","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getRootHash","product":"evm","networks":[99,100]}, + {"name":"eth_getStorageAt","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getSystemTxsByBlockHash","product":"hyperevm","networks":[62,63]}, + {"name":"eth_getSystemTxsByBlockNumber","product":"hyperevm","networks":[62,63]}, + {"name":"eth_getTdByNumber","product":"evm","networks":[99,100]}, + {"name":"eth_getTransactionByBlockHashAndIndex","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getTransactionByBlockNumberAndIndex","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getTransactionByHash","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getTransactionCount","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getTransactionReceipt","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getTransactionReceiptsByBlock","product":"evm","networks":[99,100]}, + {"name":"eth_getUncleByBlockHashAndIndex","product":"evm","networks":[10,11,12,14,15,16,17,26,27,28,29,30,37,39,49,51,57,60,63,64,65,67,68,69,70,71,72,76,77,80,81,84,87,90,91,92,93,94,95,96,97,98,99,100,101,102,105,106,107,108,109,111,112,117,118,124,125,126,135,136,139,141,142,144,145,147,147,148,148]}, + {"name":"eth_getUncleByBlockNumberAndIndex","product":"evm","networks":[10,11,12,14,15,16,17,18,26,27,28,29,30,37,49,51,57,63,64,65,67,68,69,70,71,72,76,77,80,81,84,87,90,91,92,93,94,95,96,97,98,99,100,101,102,105,106,107,108,111,112,117,118,124,125,126,135,136,139,141,142,144,145,147,148]}, + {"name":"eth_getUncleCountByBlockHash","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,14,15,16,17,18,19,26,27,28,29,30,32,36,37,40,41,42,44,45,49,51,53,54,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,74,75,76,77,80,81,84,86,87,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,105,106,107,108,111,112,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getUncleCountByBlockNumber","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,14,15,16,17,18,19,26,27,28,29,30,32,36,37,40,41,42,44,45,49,51,53,54,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,74,75,76,77,80,81,84,86,87,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,105,106,107,108,111,112,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getUserOperationByHash","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"eth_getUserOperationReceipt","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"eth_getWithdrawalProof","product":"megaeth","networks":[82,83]}, + {"name":"eth_maxPriorityFeePerGas","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,57,58,59,60,61,62,63,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,85,86,87,88,89,90,91,92,93,94,95,96,97,97,98,98,99,100,103,104,105,106,107,108,111,112,113,114,115,116,117,118,121,122,123,124,125,126,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,151,152]}, + {"name":"eth_newBlockFilter","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_newFilter","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_newPendingTransactionFilter","product":"evm","networks":[0,2,3,10,11,12,15,16,17,19,26,27,28,29,30,37,49,51,57,58,60,63,64,65,70,71,74,76,80,81,87,90,94,97,98,99,100,101,102,105,106,107,108,111,117,118,124,125,126,135,136,139,141,142,144,145,147,148]}, + {"name":"eth_protocolVersion","product":"evm","networks":[0,1,12,18,26,28,29,32,33,42,49,51,53,59,60,64,65,67,68,69,74,75,76,77,80,84,87,89,91,92,95,96,101,102,104,107,108,109,110,111,117,118,125,126,135,136,137,138,139,140,141,142,147,148,151]}, + {"name":"eth_sendRawTransaction","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_sendRawTransactionSync","product":"evm","networks":[7,10,11,12,14,15,16,17,26,27,28,29,36,60,87,88,91,92,99,100,104,105,106,107,108,121,122,123,135,136,139,140,141,142,149,150,151,152]}, + {"name":"eth_sendUserOperation","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"eth_simulateV1","product":"evm","networks":[10,11,12,16,17,18,19,28,29,30,36,37,37,45,47,49,51,57,59,60,62,63,63,66,67,73,76,80,82,83,85,86,90,91,92,97,98,99,100,105,106,107,108,117,121,122,126,135,136,139,140,141,142,144,145,151]}, + {"name":"eth_submitWork","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_subscribe","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_supportedEntryPoints","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"eth_syncing","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,42,43,44,45,49,51,53,54,57,58,59,60,61,62,63,64,65,66,67,70,73,74,75,76,77,80,81,84,85,86,87,88,89,91,92,93,94,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,137,138,139,140,141,142,143,146,147,148,149,150,151,152]}, + {"name":"eth_uninstallFilter","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_unsubscribe","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_usingBigBlocks","product":"hyperevm","networks":[62,63]}, + {"name":"fraud.Get","product":"celestia","networks":[34,35]}, + {"name":"getAccountInfo","product":"solana","networks":[119,120]}, + {"name":"getAsset","product":"solana-das","networks":[119,120]}, + {"name":"getAssetProof","product":"solana-das","networks":[119,120]}, + {"name":"getAssetProofs","product":"solana-das","networks":[119,120]}, + {"name":"getAssets","product":"solana-das","networks":[119,120]}, + {"name":"getAssetsByAuthority","product":"solana-das","networks":[119,120]}, + {"name":"getAssetsByCreator","product":"solana-das","networks":[119,120]}, + {"name":"getAssetsByGroup","product":"solana-das","networks":[119,120]}, + {"name":"getAssetsByOwner","product":"solana-das","networks":[119,120]}, + {"name":"getAssetSignatures","product":"solana-das","networks":[119,120]}, + {"name":"getBalance","product":"solana","networks":[119,120]}, + {"name":"getbestblockhash","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, + {"name":"getblock","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, + {"name":"getBlock","product":"solana","networks":[119,120]}, + {"name":"getblockchaininfo","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, + {"name":"getBlockCommitment","product":"solana","networks":[119,120]}, + {"name":"getblockcount","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, + {"name":"getblockfilter","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, + {"name":"getblockhash","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, + {"name":"getblockheader","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, + {"name":"getBlockHeight","product":"solana","networks":[119,120]}, + {"name":"getBlockProduction","product":"solana","networks":[119,120]}, + {"name":"getBlocks","product":"solana","networks":[119,120]}, + {"name":"getblockstats","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, + {"name":"getBlocksWithLimit","product":"solana","networks":[119,120]}, + {"name":"getblocktemplate","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, + {"name":"getBlockTime","product":"solana","networks":[119,120]}, + {"name":"getchaintips","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, + {"name":"getchaintxstats","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, + {"name":"getClusterNodes","product":"solana","networks":[119,120]}, + {"name":"getCollectionMetadata","product":"nft","networks":[49]}, + {"name":"getCollectionsForOwner","product":"nft","networks":[49]}, + {"name":"getCompressedAccount","product":"solana-photon","networks":[119,120]}, + {"name":"getCompressedAccountProof","product":"solana-photon","networks":[119,120]}, + {"name":"getCompressedAccountsByOwner","product":"solana-photon","networks":[119,120]}, + {"name":"getCompressedBalance","product":"solana-photon","networks":[119,120]}, + {"name":"getCompressedBalanceByOwner","product":"solana-photon","networks":[119,120]}, + {"name":"getCompressedMintTokenHolders","product":"solana-photon","networks":[119,120]}, + {"name":"getCompressedTokenAccountBalance","product":"solana-photon","networks":[119,120]}, + {"name":"getCompressedTokenAccountsByDelegate","product":"solana-photon","networks":[119,120]}, + {"name":"getCompressedTokenAccountsByOwner","product":"solana-photon","networks":[119,120]}, + {"name":"getCompressedTokenBalancesByOwner","product":"solana-photon","networks":[119,120]}, + {"name":"getCompressedTokenBalancesByOwnerV2","product":"solana-photon","networks":[119,120]}, + {"name":"getCompressionSignaturesForAccount","product":"solana-photon","networks":[119,120]}, + {"name":"getCompressionSignaturesForAddress","product":"solana-photon","networks":[119,120]}, + {"name":"getCompressionSignaturesForOwner","product":"solana-photon","networks":[119,120]}, + {"name":"getCompressionSignaturesForTokenOwner","product":"solana-photon","networks":[119,120]}, + {"name":"getconnectioncount","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, + {"name":"getContractMetadata","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,19,26,27,28,36,37,43,44,49,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, + {"name":"getContractMetadataBatch","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,19,26,27,28,36,37,43,44,49,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, + {"name":"getContractsForOwner","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,19,26,27,28,36,37,43,44,49,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, + {"name":"getdifficulty","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, + {"name":"getEpochInfo","product":"solana","networks":[119,120]}, + {"name":"getEpochSchedule","product":"solana","networks":[119,120]}, + {"name":"getEvents","product":"stellar","networks":[129,130]}, + {"name":"getFeeForMessage","product":"solana","networks":[119,120]}, + {"name":"getFeeStats","product":"stellar","networks":[129,130]}, + {"name":"getFirstAvailableBlock","product":"solana","networks":[119,120]}, + {"name":"getFloorPrice","product":"nft","networks":[10,16,49]}, + {"name":"getGenesisHash","product":"solana","networks":[119,120]}, + {"name":"getHealth","product":"solana","networks":[119,120]}, + {"name":"getHealth","product":"stellar","networks":[129,130]}, + {"name":"getHighestSnapshotSlot","product":"solana","networks":[119,120]}, + {"name":"getIdentity","product":"solana","networks":[119,120]}, + {"name":"getIndexerHealth","product":"solana-photon","networks":[119,120]}, + {"name":"getIndexerSlot","product":"solana-photon","networks":[119,120]}, + {"name":"getindexinfo","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, + {"name":"getInflationGovernor","product":"solana","networks":[119,120]}, + {"name":"getInflationRate","product":"solana","networks":[119,120]}, + {"name":"getInflationReward","product":"solana","networks":[119,120]}, + {"name":"getLargestAccounts","product":"solana","networks":[119,120]}, + {"name":"getLatestBlockhash","product":"solana","networks":[119,120]}, + {"name":"getLatestCompressionSignatures","product":"solana-photon","networks":[119,120]}, + {"name":"getLatestLedger","product":"stellar","networks":[129,130]}, + {"name":"getLatestNonVotingSignatures","product":"solana-photon","networks":[119,120]}, + {"name":"getLeaderSchedule","product":"solana","networks":[119,120]}, + {"name":"getLedgerEntries","product":"stellar","networks":[129,130]}, + {"name":"getLedgers","product":"stellar","networks":[129,130]}, + {"name":"getMaxRetransmitSlot","product":"solana","networks":[119,120]}, + {"name":"getMaxShredInsertSlot","product":"solana","networks":[119,120]}, + {"name":"getmemoryinfo","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, + {"name":"getmempoolancestors","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, + {"name":"getmempooldescendants","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, + {"name":"getmempoolinfo","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, + {"name":"getMinimumBalanceForRentExemption","product":"solana","networks":[119,120]}, + {"name":"getMultipleAccounts","product":"solana","networks":[119,120]}, + {"name":"getMultipleCompressedAccountProofs","product":"solana-photon","networks":[119,120]}, + {"name":"getMultipleCompressedAccounts","product":"solana-photon","networks":[119,120]}, + {"name":"getMultipleNewAddressProofs","product":"solana-photon","networks":[119,120]}, + {"name":"getMultipleNewAddressProofsV2","product":"solana-photon","networks":[119,120]}, + {"name":"getNetwork","product":"stellar","networks":[129,130]}, + {"name":"getnetworkhashps","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, + {"name":"getnetworkinfo","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, + {"name":"getNftEditions","product":"solana-das","networks":[119,120]}, + {"name":"getNFTMetadata","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,19,26,27,28,36,37,43,44,49,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, + {"name":"getNFTMetadataBatch","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,19,26,27,28,36,37,43,44,49,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, + {"name":"getNFTSales","product":"nft","networks":[49,91,100]}, + {"name":"getNFTsForContract","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,19,26,27,28,36,37,43,44,49,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, + {"name":"getNFTsForOwner","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,19,26,27,28,36,37,43,44,49,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, + {"name":"getOwnersForContract","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,19,26,27,28,36,37,43,44,49,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, + {"name":"getOwnersForNFT","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,19,26,27,28,36,37,43,44,49,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, + {"name":"getPriorityFeeEstimate","product":"solana","networks":[119,120]}, + {"name":"getProgramAccounts","product":"solana","networks":[119,120]}, + {"name":"getrawmempool","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, + {"name":"getrawtransaction","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, + {"name":"getRecentPerformanceSamples","product":"solana","networks":[119,120]}, + {"name":"getRecentPrioritizationFees","product":"solana","networks":[119,120]}, + {"name":"getSignaturesForAddress","product":"solana","networks":[119,120]}, + {"name":"getSignatureStatuses","product":"solana","networks":[119,120]}, + {"name":"getSlot","product":"solana","networks":[119,120]}, + {"name":"getSlotLeader","product":"solana","networks":[119,120]}, + {"name":"getSlotLeaders","product":"solana","networks":[119,120]}, + {"name":"getSpamContracts","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,19,26,27,28,36,37,43,44,49,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, + {"name":"getStakeActivation","product":"solana","networks":[119,120]}, + {"name":"getSupply","product":"solana","networks":[119,120]}, + {"name":"getTokenAccountBalance","product":"solana","networks":[119,120]}, + {"name":"getTokenAccounts","product":"solana-das","networks":[119,120]}, + {"name":"getTokenAccountsByDelegate","product":"solana","networks":[119,120]}, + {"name":"getTokenAccountsByOwner","product":"solana","networks":[119,120]}, + {"name":"getTokenLargestAccounts","product":"solana","networks":[119,120]}, + {"name":"getTokenSupply","product":"solana","networks":[119,120]}, + {"name":"getTransaction","product":"solana","networks":[119,120]}, + {"name":"getTransaction","product":"stellar","networks":[129,130]}, + {"name":"getTransactionCount","product":"solana","networks":[119,120]}, + {"name":"getTransactions","product":"stellar","networks":[129,130]}, + {"name":"getTransactionsForAddress","product":"solana","networks":[119,120]}, + {"name":"getTransactionWithCompressionInfo","product":"solana-photon","networks":[119,120]}, + {"name":"gettxout","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, + {"name":"gettxoutproof","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, + {"name":"gettxoutsetinfo","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, + {"name":"getValidityProof","product":"solana-photon","networks":[119,120]}, + {"name":"getValidityProofV2","product":"solana-photon","networks":[119,120]}, + {"name":"getVersion","product":"solana","networks":[119,120]}, + {"name":"getVersionInfo","product":"stellar","networks":[129,130]}, + {"name":"getVoteAccounts","product":"solana","networks":[119,120]}, + {"name":"geyser.Geyser/GetBlockHeight","product":"yellowstone-grpc","networks":[119,120]}, + {"name":"geyser.Geyser/GetLatestBlockhash","product":"yellowstone-grpc","networks":[119,120]}, + {"name":"geyser.Geyser/GetSlot","product":"yellowstone-grpc","networks":[119,120]}, + {"name":"geyser.Geyser/GetVersion","product":"yellowstone-grpc","networks":[119,120]}, + {"name":"geyser.Geyser/IsBlockhashValid","product":"yellowstone-grpc","networks":[119,120]}, + {"name":"geyser.Geyser/Ping","product":"yellowstone-grpc","networks":[119,120]}, + {"name":"geyser.Geyser/SubscribeReplayInfo","product":"yellowstone-grpc","networks":[119,120]}, + {"name":"header.GetByHash","product":"celestia","networks":[34,35]}, + {"name":"header.GetByHeight","product":"celestia","networks":[34,35]}, + {"name":"header.GetRangeByHeight","product":"celestia","networks":[34,35]}, + {"name":"header.LocalHead","product":"celestia","networks":[34,35]}, + {"name":"header.NetworkHead","product":"celestia","networks":[34,35]}, + {"name":"header.SyncState","product":"celestia","networks":[34,35]}, + {"name":"header.SyncWait","product":"celestia","networks":[34,35]}, + {"name":"header.WaitForHeight","product":"celestia","networks":[34,35]}, + {"name":"invalidateContract","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,19,26,27,28,36,37,43,44,49,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, + {"name":"isAirdropNFT","product":"nft","networks":[49,100]}, + {"name":"isBlockhashValid","product":"solana","networks":[119,120]}, + {"name":"isHolderOfContract","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,19,26,27,28,36,37,43,44,49,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, + {"name":"isSpamContract","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,19,26,27,28,36,37,43,44,49,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, + {"name":"ledger_getHeadL2Block","product":"citrea","networks":[38,39]}, + {"name":"ledger_getHeadL2BlockHeight","product":"citrea","networks":[38,39]}, + {"name":"ledger_getL2BlockByHash","product":"citrea","networks":[38,39]}, + {"name":"ledger_getL2BlockByNumber","product":"citrea","networks":[38,39]}, + {"name":"ledger_getL2BlockRange","product":"citrea","networks":[38,39]}, + {"name":"ledger_getL2GenesisStateRoot","product":"citrea","networks":[38,39]}, + {"name":"ledger_getLastScannedL1Height","product":"citrea","networks":[38,39]}, + {"name":"ledger_getLastVerifiedBatchProof","product":"citrea","networks":[38,39]}, + {"name":"ledger_getSequencerCommitmentByIndex","product":"citrea","networks":[38,39]}, + {"name":"ledger_getSequencerCommitmentsOnSlotByHash","product":"citrea","networks":[38,39]}, + {"name":"ledger_getSequencerCommitmentsOnSlotByNumber","product":"citrea","networks":[38,39]}, + {"name":"ledger_getVerifiedBatchProofsBySlotHeight","product":"citrea","networks":[38,39]}, + {"name":"linea_estimateGas","product":"linea","networks":[76,77]}, + {"name":"linea_getProof","product":"linea","networks":[76,77]}, + {"name":"linea_getTransactionExclusionStatusV1","product":"linea","networks":[76,77]}, + {"name":"minimumLedgerSlot","product":"solana","networks":[119,120]}, + {"name":"net_listening","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,42,43,44,45,49,51,53,54,57,58,59,60,61,63,64,65,66,67,70,74,75,76,77,80,81,84,85,86,87,88,89,91,92,93,94,97,98,99,100,104,105,106,107,108,109,110,111,112,113,114,116,117,118,121,122,123,124,125,126,133,134,137,138,139,140,141,142,143,147,148,149,150,151,152]}, + {"name":"net_peerCount","product":"evm","networks":[0,15,18,19,26,27,28,29,30,36,37,44,57,58,64,65,66,67,68,69,70,71,74,76,77,80,81,94,95,96,107,108,111,117,118,123,125,126,135,136,137,138,139,140,144,145,147,148,151]}, + {"name":"net_version","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"optimism_outputAtBlock","product":"optimism","networks":[141,142]}, + {"name":"optimism_rollupConfig","product":"optimism","networks":[141,142]}, + {"name":"optimism_syncStatus","product":"optimism","networks":[141,142]}, + {"name":"optimism_version","product":"optimism","networks":[141,142]}, + {"name":"parlia_getSnapshot","product":"evm","networks":[28,29]}, + {"name":"pathfinder_getTransactionStatus","product":"starknet","networks":[127,128]}, + {"name":"pathfinder_lastL1AcceptedBlockHashAndNumber","product":"starknet","networks":[127,128]}, + {"name":"platform.getAllValidatorsAt","product":"pchain","networks":[14,15]}, + {"name":"platform.getBalance","product":"pchain","networks":[14,15]}, + {"name":"platform.getBlockchains","product":"pchain","networks":[14,15]}, + {"name":"platform.getBlockchainStatus","product":"pchain","networks":[14,15]}, + {"name":"platform.getCurrentSupply","product":"pchain","networks":[14,15]}, + {"name":"platform.getCurrentValidators","product":"pchain","networks":[14,15]}, + {"name":"platform.getFeeConfig","product":"pchain","networks":[14,15]}, + {"name":"platform.getFeeState","product":"pchain","networks":[14,15]}, + {"name":"platform.getHeight","product":"pchain","networks":[14,15]}, + {"name":"platform.getMinStake","product":"pchain","networks":[14,15]}, + {"name":"platform.getRewardUTXOs","product":"pchain","networks":[14,15]}, + {"name":"platform.getStake","product":"pchain","networks":[14,15]}, + {"name":"platform.getStakingAssetID","product":"pchain","networks":[14,15]}, + {"name":"platform.getSubnets","product":"pchain","networks":[14,15]}, + {"name":"platform.getTimestamp","product":"pchain","networks":[14,15]}, + {"name":"platform.getTotalStake","product":"pchain","networks":[14,15]}, + {"name":"platform.getTx","product":"pchain","networks":[14,15]}, + {"name":"platform.getTxStatus","product":"pchain","networks":[14,15]}, + {"name":"platform.getUTXOs","product":"pchain","networks":[14,15]}, + {"name":"platform.getValidatorFeeConfig","product":"pchain","networks":[14,15]}, + {"name":"platform.getValidatorFeeState","product":"pchain","networks":[14,15]}, + {"name":"platform.getValidatorsAt","product":"pchain","networks":[14,15]}, + {"name":"platform.issueTx","product":"pchain","networks":[14,15]}, + {"name":"platform.sampleValidators","product":"pchain","networks":[14,15]}, + {"name":"platform.validatedBy","product":"pchain","networks":[14,15]}, + {"name":"platform.validates","product":"pchain","networks":[14,15]}, + {"name":"pm_getPaymasterData","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"pm_getPaymasterStubData","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"realtime_sendRawTransaction","product":"evm","networks":[82,83]}, + {"name":"refreshNftMetadata","product":"nft","networks":[10,16,49,51,91,99,100,117]}, + {"name":"reportSpam","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,19,26,27,28,36,37,43,44,49,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, + {"name":"requestAirdrop","product":"solana","networks":[119,120]}, + {"name":"rundler_dropLocalUserOperation","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"rundler_getUserOperationGasPrice","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"rundler_getUserOperationStatus","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"rundler_maxPriorityFeePerGas","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"searchAssets","product":"solana-das","networks":[119,120]}, + {"name":"searchContractMetadata","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,19,26,27,28,36,37,43,44,49,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, + {"name":"sendrawtransaction","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, + {"name":"sendStakedTransaction","product":"solana","networks":[119,120]}, + {"name":"sendTransaction","product":"solana","networks":[119,120]}, + {"name":"sendTransaction","product":"stellar","networks":[129,130]}, + {"name":"share.GetEDS","product":"celestia","networks":[34,35]}, + {"name":"share.GetNamespaceData","product":"celestia","networks":[34,35]}, + {"name":"share.GetRange","product":"celestia","networks":[34,35]}, + {"name":"share.GetRow","product":"celestia","networks":[34,35]}, + {"name":"share.GetSamples","product":"celestia","networks":[34,35]}, + {"name":"share.GetShare","product":"celestia","networks":[34,35]}, + {"name":"share.SharesAvailable","product":"celestia","networks":[34,35]}, + {"name":"simulateBundle","product":"solana","networks":[119,120]}, + {"name":"simulateTransaction","product":"solana","networks":[119,120]}, + {"name":"simulateTransaction","product":"stellar","networks":[129,130]}, + {"name":"starknet_addDeclareTransaction","product":"starknet","networks":[127,128]}, + {"name":"starknet_addDeployAccountTransaction","product":"starknet","networks":[127,128]}, + {"name":"starknet_addInvokeTransaction","product":"starknet","networks":[127,128]}, + {"name":"starknet_blockHashAndNumber","product":"starknet","networks":[127,128]}, + {"name":"starknet_blockNumber","product":"starknet","networks":[127,128]}, + {"name":"starknet_call","product":"starknet","networks":[127,128]}, + {"name":"starknet_chainId","product":"starknet","networks":[127,128]}, + {"name":"starknet_estimateFee","product":"starknet","networks":[127,128]}, + {"name":"starknet_estimateMessageFee","product":"starknet","networks":[127,128]}, + {"name":"starknet_getBlockTransactionCount","product":"starknet","networks":[127,128]}, + {"name":"starknet_getBlockWithReceipts","product":"starknet","networks":[127,128]}, + {"name":"starknet_getBlockWithTxHashes","product":"starknet","networks":[127,128]}, + {"name":"starknet_getBlockWithTxs","product":"starknet","networks":[127,128]}, + {"name":"starknet_getClass","product":"starknet","networks":[127,128]}, + {"name":"starknet_getClassAt","product":"starknet","networks":[127,128]}, + {"name":"starknet_getClassHashAt","product":"starknet","networks":[127,128]}, + {"name":"starknet_getCompiledCasm","product":"starknet","networks":[127,128]}, + {"name":"starknet_getEvents","product":"starknet","networks":[127,128]}, + {"name":"starknet_getMessagesStatus","product":"starknet","networks":[127,128]}, + {"name":"starknet_getNonce","product":"starknet","networks":[127,128]}, + {"name":"starknet_getStateUpdate","product":"starknet","networks":[127,128]}, + {"name":"starknet_getStorageAt","product":"starknet","networks":[127,128]}, + {"name":"starknet_getStorageProof","product":"starknet","networks":[127,128]}, + {"name":"starknet_getTransactionByBlockIdAndIndex","product":"starknet","networks":[127,128]}, + {"name":"starknet_getTransactionByHash","product":"starknet","networks":[127,128]}, + {"name":"starknet_getTransactionReceipt","product":"starknet","networks":[127,128]}, + {"name":"starknet_getTransactionStatus","product":"starknet","networks":[127,128]}, + {"name":"starknet_pendingTransactions","product":"starknet","networks":[127,128]}, + {"name":"starknet_simulateTransactions","product":"starknet","networks":[127,128]}, + {"name":"starknet_specVersion","product":"starknet","networks":[127,128]}, + {"name":"starknet_syncing","product":"starknet","networks":[127,128]}, + {"name":"starknet_traceBlockTransactions","product":"starknet","networks":[127,128]}, + {"name":"starknet_traceTransaction","product":"starknet","networks":[127,128]}, + {"name":"state.AccountAddress","product":"celestia","networks":[34,35]}, + {"name":"state.Balance","product":"celestia","networks":[34,35]}, + {"name":"state.BalanceForAddress","product":"celestia","networks":[34,35]}, + {"name":"state.SubmitPayForBlob","product":"celestia","networks":[34,35]}, + {"name":"state.Transfer","product":"celestia","networks":[34,35]}, + {"name":"stellar/balances","product":"portfolio","networks":[],"networkAgnostic":true}, + {"name":"stellar/nfts","product":"portfolio","networks":[],"networkAgnostic":true}, + {"name":"stellar/transfers","product":"portfolio","networks":[],"networkAgnostic":true}, + {"name":"submitblock","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, + {"name":"submitheader","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, + {"name":"submitpackage","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, + {"name":"sui_devInspectTransactionBlock","product":"sui","networks":[131,132]}, + {"name":"sui_dryRunTransactionBlock","product":"sui","networks":[131,132]}, + {"name":"sui_executeTransactionBlock","product":"sui","networks":[131,132]}, + {"name":"sui_getChainIdentifier","product":"sui","networks":[131,132]}, + {"name":"sui_getCheckpoint","product":"sui","networks":[131,132]}, + {"name":"sui_getCheckpoints","product":"sui","networks":[131,132]}, + {"name":"sui_getEvents","product":"sui","networks":[131,132]}, + {"name":"sui_getLatestCheckpointSequenceNumber","product":"sui","networks":[131,132]}, + {"name":"sui_getMoveFunctionArgTypes","product":"sui","networks":[131,132]}, + {"name":"sui_getNormalizedMoveFunction","product":"sui","networks":[131,132]}, + {"name":"sui_getNormalizedMoveModule","product":"sui","networks":[131,132]}, + {"name":"sui_getNormalizedMoveModulesByPackage","product":"sui","networks":[131,132]}, + {"name":"sui_getNormalizedMoveStruct","product":"sui","networks":[131,132]}, + {"name":"sui_getObject","product":"sui","networks":[131,132]}, + {"name":"sui_getProtocolConfig","product":"sui","networks":[131,132]}, + {"name":"sui_getTotalTransactionBlocks","product":"sui","networks":[131,132]}, + {"name":"sui_getTransactionBlock","product":"sui","networks":[131,132]}, + {"name":"sui_multiGetObjects","product":"sui","networks":[131,132]}, + {"name":"sui_multiGetTransactionBlocks","product":"sui","networks":[131,132]}, + {"name":"sui_tryGetPastObject","product":"sui","networks":[131,132]}, + {"name":"sui_tryMultiGetPastObjects","product":"sui","networks":[131,132]}, + {"name":"sui.rpc.v2.LedgerService/BatchGetObjects","product":"sui-grpc","networks":[131,132]}, + {"name":"sui.rpc.v2.LedgerService/BatchGetTransactions","product":"sui-grpc","networks":[131,132]}, + {"name":"sui.rpc.v2.LedgerService/GetCheckpoint","product":"sui-grpc","networks":[131,132]}, + {"name":"sui.rpc.v2.LedgerService/GetEpoch","product":"sui-grpc","networks":[131,132]}, + {"name":"sui.rpc.v2.LedgerService/GetObject","product":"sui-grpc","networks":[131,132]}, + {"name":"sui.rpc.v2.LedgerService/GetServiceInfo","product":"sui-grpc","networks":[131,132]}, + {"name":"sui.rpc.v2.LedgerService/GetTransaction","product":"sui-grpc","networks":[131,132]}, + {"name":"sui.rpc.v2.MovePackageService/GetDatatype","product":"sui-grpc","networks":[131,132]}, + {"name":"sui.rpc.v2.MovePackageService/GetFunction","product":"sui-grpc","networks":[131,132]}, + {"name":"sui.rpc.v2.MovePackageService/GetPackage","product":"sui-grpc","networks":[131,132]}, + {"name":"sui.rpc.v2.MovePackageService/ListPackageVersions","product":"sui-grpc","networks":[131,132]}, + {"name":"sui.rpc.v2.NameService/LookupName","product":"sui-grpc","networks":[131,132]}, + {"name":"sui.rpc.v2.NameService/ReverseLookupName","product":"sui-grpc","networks":[131,132]}, + {"name":"sui.rpc.v2.SignatureVerificationService/VerifySignature","product":"sui-grpc","networks":[131,132]}, + {"name":"sui.rpc.v2.StateService/GetBalance","product":"sui-grpc","networks":[131,132]}, + {"name":"sui.rpc.v2.StateService/GetCoinInfo","product":"sui-grpc","networks":[131,132]}, + {"name":"sui.rpc.v2.StateService/ListBalances","product":"sui-grpc","networks":[131,132]}, + {"name":"sui.rpc.v2.StateService/ListDynamicFields","product":"sui-grpc","networks":[131,132]}, + {"name":"sui.rpc.v2.StateService/ListOwnedObjects","product":"sui-grpc","networks":[131,132]}, + {"name":"sui.rpc.v2.SubscriptionService/SubscribeCheckpoints","product":"sui-grpc","networks":[131,132]}, + {"name":"sui.rpc.v2.TransactionExecutionService/ExecuteTransaction","product":"sui-grpc","networks":[131,132]}, + {"name":"sui.rpc.v2.TransactionExecutionService/SimulateTransaction","product":"sui-grpc","networks":[131,132]}, + {"name":"suix_getAllBalances","product":"sui","networks":[131,132]}, + {"name":"suix_getAllCoins","product":"sui","networks":[131,132]}, + {"name":"suix_getBalance","product":"sui","networks":[131,132]}, + {"name":"suix_getCoinMetadata","product":"sui","networks":[131,132]}, + {"name":"suix_getCoins","product":"sui","networks":[131,132]}, + {"name":"suix_getCommitteeInfo","product":"sui","networks":[131,132]}, + {"name":"suix_getDynamicFieldObject","product":"sui","networks":[131,132]}, + {"name":"suix_getDynamicFields","product":"sui","networks":[131,132]}, + {"name":"suix_getLatestSuiSystemState","product":"sui","networks":[131,132]}, + {"name":"suix_getOwnedObjects","product":"sui","networks":[131,132]}, + {"name":"suix_getReferenceGasPrice","product":"sui","networks":[131,132]}, + {"name":"suix_getStakes","product":"sui","networks":[131,132]}, + {"name":"suix_getStakesByIds","product":"sui","networks":[131,132]}, + {"name":"suix_getTotalSupply","product":"sui","networks":[131,132]}, + {"name":"suix_queryEvents","product":"sui","networks":[131,132]}, + {"name":"suix_queryTransactionBlocks","product":"sui","networks":[131,132]}, + {"name":"suix_resolveNameServiceAddress","product":"sui","networks":[131,132]}, + {"name":"summarizeNFTAttributes","product":"nft","networks":[49,100]}, + {"name":"testmempoolaccept","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, + {"name":"tokens/balances/by-address","product":"portfolio","networks":[],"networkAgnostic":true}, + {"name":"tokens/by-address","product":"prices","networks":[],"networkAgnostic":true}, + {"name":"tokens/by-symbol","product":"prices","networks":[],"networkAgnostic":true}, + {"name":"tokens/historical","product":"prices","networks":[],"networkAgnostic":true}, + {"name":"trace_block","product":"trace","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,48,49,50,51,52,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, + {"name":"trace_call","product":"trace","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,48,49,50,51,52,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, + {"name":"trace_callMany","product":"trace","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,48,49,50,51,52,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, + {"name":"trace_filter","product":"trace","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,48,49,50,51,52,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, + {"name":"trace_get","product":"trace","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,48,49,50,51,52,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, + {"name":"trace_rawTransaction","product":"trace","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,48,49,50,51,52,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, + {"name":"trace_replayBlockTransactions","product":"trace","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,48,49,50,51,52,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, + {"name":"trace_replayTransaction","product":"trace","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,48,49,50,51,52,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, + {"name":"trace_transaction","product":"trace","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,48,49,50,51,52,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, + {"name":"transactions/history/by-address","product":"portfolio","networks":[],"networkAgnostic":true}, + {"name":"txpool_content","product":"evm","networks":[14,15,18,19,28,29,30,32,36,45,53,57,58,68,69,76,87,88,94,105,106,107,108,109,111,113,114,117,118,121,122,125,126,135,136,139,141,142,144,145,147,148,151]}, + {"name":"unsafe_batchTransaction","product":"sui","networks":[131,132]}, + {"name":"unsafe_mergeCoins","product":"sui","networks":[131,132]}, + {"name":"unsafe_moveCall","product":"sui","networks":[131,132]}, + {"name":"unsafe_pay","product":"sui","networks":[131,132]}, + {"name":"unsafe_payAllSui","product":"sui","networks":[131,132]}, + {"name":"unsafe_paySui","product":"sui","networks":[131,132]}, + {"name":"unsafe_publish","product":"sui","networks":[131,132]}, + {"name":"unsafe_requestAddStake","product":"sui","networks":[131,132]}, + {"name":"unsafe_requestWithdrawStake","product":"sui","networks":[131,132]}, + {"name":"unsafe_splitCoin","product":"sui","networks":[131,132]}, + {"name":"unsafe_splitCoinEqual","product":"sui","networks":[131,132]}, + {"name":"unsafe_transferObject","product":"sui","networks":[131,132]}, + {"name":"unsafe_transferSui","product":"sui","networks":[131,132]}, + {"name":"utility/blocks/by-timestamp","product":"portfolio","networks":[],"networkAgnostic":true}, + {"name":"validateaddress","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, + {"name":"verifymessage","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, + {"name":"wallet_createAccount","product":"wallet","networks":[],"networkAgnostic":true}, + {"name":"wallet_createSession","product":"wallet","networks":[],"networkAgnostic":true}, + {"name":"wallet_formatSign","product":"wallet","networks":[],"networkAgnostic":true}, + {"name":"wallet_getAssets","product":"wallet","networks":[],"networkAgnostic":true}, + {"name":"wallet_getCallsStatus","product":"wallet","networks":[],"networkAgnostic":true}, + {"name":"wallet_getCapabilities","product":"wallet","networks":[],"networkAgnostic":true}, + {"name":"wallet_getCrossChainStatus_v0","product":"wallet","networks":[],"networkAgnostic":true}, + {"name":"wallet_listAccounts","product":"wallet","networks":[],"networkAgnostic":true}, + {"name":"wallet_prepareCalls","product":"wallet","networks":[],"networkAgnostic":true}, + {"name":"wallet_prepareSign","product":"wallet","networks":[],"networkAgnostic":true}, + {"name":"wallet_requestAccount","product":"wallet","networks":[],"networkAgnostic":true}, + {"name":"wallet_requestQuote_v0","product":"wallet","networks":[],"networkAgnostic":true}, + {"name":"wallet_sendPreparedCalls","product":"wallet","networks":[],"networkAgnostic":true}, + {"name":"web3_clientVersion","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"web3_sha3","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"zkevm_batchNumber","product":"polygon-zkevm","networks":[101,102]}, + {"name":"zkevm_batchNumberByBlockNumber","product":"polygon-zkevm","networks":[101,102]}, + {"name":"zkevm_consolidatedBlockNumber","product":"polygon-zkevm","networks":[101,102]}, + {"name":"zkevm_estimateFee","product":"polygon-zkevm","networks":[101,102]}, + {"name":"zkevm_estimateGasPrice","product":"polygon-zkevm","networks":[101,102]}, + {"name":"zkevm_getBatchByNumber","product":"polygon-zkevm","networks":[101,102]}, + {"name":"zkevm_getBroadcastURI","product":"polygon-zkevm","networks":[101,102]}, + {"name":"zkevm_isBlockConsolidated","product":"polygon-zkevm","networks":[101,102]}, + {"name":"zkevm_isBlockVirtualized","product":"polygon-zkevm","networks":[101,102]}, + {"name":"zkevm_verifiedBatchNumber","product":"polygon-zkevm","networks":[101,102]}, + {"name":"zkevm_virtualBatchNumber","product":"polygon-zkevm","networks":[101,102]}, + {"name":"zks_estimateFee","product":"zksync","networks":[0,1,74,75,149,150]}, + {"name":"zks_estimateGasL1ToL2","product":"zksync","networks":[0,1,74,75,149,150]}, + {"name":"zks_gasPerPubdata","product":"zksync","networks":[0,1,74,75,149,150]}, + {"name":"zks_getAllAccountBalances","product":"zksync","networks":[0,1,74,75,149,150]}, + {"name":"zks_getBaseTokenL1Address","product":"zksync","networks":[0,1,74,75,149,150]}, + {"name":"zks_getBlockDetails","product":"zksync","networks":[0,1,74,75,149,150]}, + {"name":"zks_getBridgeContracts","product":"zksync","networks":[0,1,74,75,149,150]}, + {"name":"zks_getBridgehubContract","product":"zksync","networks":[0,1,74,75,149,150]}, + {"name":"zks_getBytecodeByHash","product":"zksync","networks":[0,1,74,75,149,150]}, + {"name":"zks_getConfirmedTokens","product":"zksync","networks":[0,1,74,75,149,150]}, + {"name":"zks_getFeeParams","product":"zksync","networks":[0,1,74,75,149,150]}, + {"name":"zks_getL1BatchBlockRange","product":"zksync","networks":[0,1,74,75,149,150]}, + {"name":"zks_getL1BatchDetails","product":"zksync","networks":[0,1,74,75,149,150]}, + {"name":"zks_getL1GasPrice","product":"zksync","networks":[0,1,74,75,149,150]}, + {"name":"zks_getL2ToL1LogProof","product":"zksync","networks":[0,1,74,75,149,150]}, + {"name":"zks_getL2ToL1MsgProof","product":"zksync","networks":[0,1,74,75,149,150]}, + {"name":"zks_getMainContract","product":"zksync","networks":[0,1,74,75,149,150]}, + {"name":"zks_getProof","product":"zksync","networks":[0,1,74,75,149,150]}, + {"name":"zks_getProtocolVersion","product":"zksync","networks":[0,1,74,75,149,150]}, + {"name":"zks_getRawBlockTransactions","product":"zksync","networks":[0,1,74,75,149,150]}, + {"name":"zks_getTestnetPaymaster","product":"zksync","networks":[0,1,74,75,149,150]}, + {"name":"zks_getTransactionDetails","product":"zksync","networks":[0,1,74,75,149,150]}, + {"name":"zks_L1BatchNumber","product":"zksync","networks":[0,1,74,75,149,150]}, + {"name":"zks_L1ChainId","product":"zksync","networks":[0,1,74,75,149,150]}, + {"name":"zks_sendRawTransactionWithDetailedOutput","product":"zksync","networks":[0,1,74,75,149,150]} + ] +} From c70ae7372123c9868d9e8b79bb5ec1d5104cfd36 Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Tue, 7 Jul 2026 08:04:39 -0400 Subject: [PATCH 14/42] docs: mark OP Sepolia as testnet and carry the widget embed with its data Codex review on the stack: OPT_SEPOLIA had mainnet=true because the dashboard config names it "OP Mainnet Sepolia" and the name-based detection tripped on it; the embed moves here from the seed commit so the widget never ships without data. Co-Authored-By: Claude Fable 5 --- .../pricing-resources/resources/feature-support-by-chain.mdx | 4 ++++ content/feature-support.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx b/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx index 47e6f0fd1..4cee5279b 100644 --- a/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx +++ b/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx @@ -5,6 +5,10 @@ subtitle: Alchemy's current feature availability for each of its supported chain slug: reference/feature-support-by-chain --- +Search any JSON-RPC method, REST endpoint, or Alchemy product to see exactly which chains and networks support it — or pick a chain and network to browse everything available on it. Support data is regenerated daily from Alchemy's internal chain configuration, so what you see here is what the platform serves. + + + ## Product support by chain Every Alchemy product and the chains it supports, at a glance. A product counts as supported on a chain when at least one of its networks supports at least one of the product's methods. diff --git a/content/feature-support.json b/content/feature-support.json index 181304877..289fc0c32 100644 --- a/content/feature-support.json +++ b/content/feature-support.json @@ -173,7 +173,7 @@ {"id":"MOONBEAM_MAINNET","label":"Moonbeam Mainnet","kebab":"moonbeam-mainnet","chain":45,"mainnet":true}, {"id":"MYTHOS_MAINNET","label":"Mythos Mainnet","kebab":"mythos-mainnet","chain":46,"mainnet":true}, {"id":"OPT_MAINNET","label":"OP Mainnet Mainnet","kebab":"opt-mainnet","chain":47,"mainnet":true}, - {"id":"OPT_SEPOLIA","label":"OP Mainnet Sepolia","kebab":"opt-sepolia","chain":47,"mainnet":true}, + {"id":"OPT_SEPOLIA","label":"OP Mainnet Sepolia","kebab":"opt-sepolia","chain":47,"mainnet":false}, {"id":"OPBNB_MAINNET","label":"opBNB Mainnet","kebab":"opbnb-mainnet","chain":48,"mainnet":true}, {"id":"OPBNB_TESTNET","label":"opBNB Testnet","kebab":"opbnb-testnet","chain":48,"mainnet":false}, {"id":"PHAROS_ATLANTIC","label":"Pharos Atlantic","kebab":"pharos-atlantic","chain":49,"mainnet":false}, From a0ba967d9d08507abb04999a710578ca6876f2f1 Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Tue, 7 Jul 2026 12:19:22 +0000 Subject: [PATCH 15/42] docs: point the summary prose back at the interactive matrix it ships with --- .../pricing-resources/resources/feature-support-by-chain.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx b/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx index 4cee5279b..bd0328d45 100644 --- a/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx +++ b/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx @@ -11,7 +11,7 @@ Search any JSON-RPC method, REST endpoint, or Alchemy product to see exactly whi ## Product support by chain -Every Alchemy product and the chains it supports, at a glance. A product counts as supported on a chain when at least one of its networks supports at least one of the product's methods. +Every Alchemy product and the chains it supports, at a glance. A product counts as supported on a chain when at least one of its networks supports at least one of the product's methods — use the interactive matrix above for method-level and network-level (mainnet/testnet) detail. {/* feature-support:auto */} | Product | Supported chains | From c65d830be206ec9457709c05821856eee710df2c Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Tue, 7 Jul 2026 12:19:22 +0000 Subject: [PATCH 16/42] docs: dedupe network indexes in feature-support method rows --- content/feature-support.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/feature-support.json b/content/feature-support.json index 289fc0c32..97253e9f2 100644 --- a/content/feature-support.json +++ b/content/feature-support.json @@ -683,7 +683,7 @@ {"name":"erigon_getLogsByHash","product":"evm","networks":[49,51]}, {"name":"erigon_issuance","product":"evm","networks":[49,51]}, {"name":"estimatesmartfee","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"eth_accounts","product":"evm","networks":[0,1,2,3,4,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,36,37,40,45,47,49,51,57,58,59,60,61,62,63,63,66,67,68,69,70,71,74,76,80,81,84,88,89,90,91,92,93,94,95,96,97,98,99,100,102,102,105,106,107,108,109,111,113,114,117,118,121,123,124,125,126,133,135,136,137,138,139,141,142,144,145,147,148,149,150,151]}, + {"name":"eth_accounts","product":"evm","networks":[0,1,2,3,4,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,36,37,40,45,47,49,51,57,58,59,60,61,62,63,66,67,68,69,70,71,74,76,80,81,84,88,89,90,91,92,93,94,95,96,97,98,99,100,102,105,106,107,108,109,111,113,114,117,118,121,123,124,125,126,133,135,136,137,138,139,141,142,144,145,147,148,149,150,151]}, {"name":"eth_baseFee","product":"evm","networks":[14,15,107]}, {"name":"eth_bigBlockGasPrice","product":"hyperevm","networks":[62,63]}, {"name":"eth_blobBaseFee","product":"evm","networks":[4,5,6,12,16,17,18,28,29,30,31,32,33,36,37,40,43,44,49,51,57,58,59,61,63,66,67,70,71,77,80,81,85,86,87,90,97,98,104,105,106,107,108,115,116,117,118,121,122,123,124,126,133,134,135,136,139,140,141,142,143,144,145,151,152]}, @@ -696,7 +696,7 @@ {"name":"eth_estimateDiffSize","product":"citrea","networks":[38,39]}, {"name":"eth_estimateGas","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_estimateUserOperationGas","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"eth_feeHistory","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,37,38,39,40,41,42,43,44,45,47,49,51,53,54,57,58,59,60,61,62,63,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,85,86,87,88,89,90,91,92,93,94,95,96,97,97,98,98,99,100,103,104,105,106,107,108,111,112,113,114,115,116,117,118,121,122,123,124,125,126,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_feeHistory","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,103,104,105,106,107,108,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_fillTransaction","product":"evm","networks":[1,6,7,10,11,14,15,16,17,19,26,27,28,29,36,37,38,43,44,45,49,51,53,57,58,61,64,65,66,67,70,71,74,76,77,80,81,87,88,89,91,92,93,99,100,104,105,106,107,108,111,112,113,114,117,118,121,122,123,125,126,135,136,139,140,144,145,146,147,148,151,152]}, {"name":"eth_gasPrice","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_getAccount","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, @@ -706,7 +706,7 @@ {"name":"eth_getBlobSidecars","product":"evm","networks":[28,29,70,71]}, {"name":"eth_getBlockByHash","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_getBlockByNumber","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_getBlockReceipts","product":"evm","networks":[0,1,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,37,38,39,40,43,44,45,47,49,51,53,54,57,58,59,60,61,62,63,63,64,65,66,67,70,71,73,74,75,76,77,80,81,82,83,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,148,149,150,151,152]}, + {"name":"eth_getBlockReceipts","product":"evm","networks":[0,1,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,43,44,45,47,49,51,53,54,57,58,59,60,61,62,63,64,65,66,67,70,71,73,74,75,76,77,80,81,82,83,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,148,149,150,151,152]}, {"name":"eth_getBlockReceiptsWithSystemTx","product":"hyperevm","networks":[62,63]}, {"name":"eth_getBlockTransactionCountByHash","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_getBlockTransactionCountByNumber","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, @@ -730,14 +730,14 @@ {"name":"eth_getTransactionCount","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_getTransactionReceipt","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_getTransactionReceiptsByBlock","product":"evm","networks":[99,100]}, - {"name":"eth_getUncleByBlockHashAndIndex","product":"evm","networks":[10,11,12,14,15,16,17,26,27,28,29,30,37,39,49,51,57,60,63,64,65,67,68,69,70,71,72,76,77,80,81,84,87,90,91,92,93,94,95,96,97,98,99,100,101,102,105,106,107,108,109,111,112,117,118,124,125,126,135,136,139,141,142,144,145,147,147,148,148]}, + {"name":"eth_getUncleByBlockHashAndIndex","product":"evm","networks":[10,11,12,14,15,16,17,26,27,28,29,30,37,39,49,51,57,60,63,64,65,67,68,69,70,71,72,76,77,80,81,84,87,90,91,92,93,94,95,96,97,98,99,100,101,102,105,106,107,108,109,111,112,117,118,124,125,126,135,136,139,141,142,144,145,147,148]}, {"name":"eth_getUncleByBlockNumberAndIndex","product":"evm","networks":[10,11,12,14,15,16,17,18,26,27,28,29,30,37,49,51,57,63,64,65,67,68,69,70,71,72,76,77,80,81,84,87,90,91,92,93,94,95,96,97,98,99,100,101,102,105,106,107,108,111,112,117,118,124,125,126,135,136,139,141,142,144,145,147,148]}, {"name":"eth_getUncleCountByBlockHash","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,14,15,16,17,18,19,26,27,28,29,30,32,36,37,40,41,42,44,45,49,51,53,54,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,74,75,76,77,80,81,84,86,87,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,105,106,107,108,111,112,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_getUncleCountByBlockNumber","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,14,15,16,17,18,19,26,27,28,29,30,32,36,37,40,41,42,44,45,49,51,53,54,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,74,75,76,77,80,81,84,86,87,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,105,106,107,108,111,112,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_getUserOperationByHash","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, {"name":"eth_getUserOperationReceipt","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, {"name":"eth_getWithdrawalProof","product":"megaeth","networks":[82,83]}, - {"name":"eth_maxPriorityFeePerGas","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,57,58,59,60,61,62,63,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,85,86,87,88,89,90,91,92,93,94,95,96,97,97,98,98,99,100,103,104,105,106,107,108,111,112,113,114,115,116,117,118,121,122,123,124,125,126,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,151,152]}, + {"name":"eth_maxPriorityFeePerGas","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,103,104,105,106,107,108,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,151,152]}, {"name":"eth_newBlockFilter","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_newFilter","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_newPendingTransactionFilter","product":"evm","networks":[0,2,3,10,11,12,15,16,17,19,26,27,28,29,30,37,49,51,57,58,60,63,64,65,70,71,74,76,80,81,87,90,94,97,98,99,100,101,102,105,106,107,108,111,117,118,124,125,126,135,136,139,141,142,144,145,147,148]}, @@ -745,7 +745,7 @@ {"name":"eth_sendRawTransaction","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_sendRawTransactionSync","product":"evm","networks":[7,10,11,12,14,15,16,17,26,27,28,29,36,60,87,88,91,92,99,100,104,105,106,107,108,121,122,123,135,136,139,140,141,142,149,150,151,152]}, {"name":"eth_sendUserOperation","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"eth_simulateV1","product":"evm","networks":[10,11,12,16,17,18,19,28,29,30,36,37,37,45,47,49,51,57,59,60,62,63,63,66,67,73,76,80,82,83,85,86,90,91,92,97,98,99,100,105,106,107,108,117,121,122,126,135,136,139,140,141,142,144,145,151]}, + {"name":"eth_simulateV1","product":"evm","networks":[10,11,12,16,17,18,19,28,29,30,36,37,45,47,49,51,57,59,60,62,63,66,67,73,76,80,82,83,85,86,90,91,92,97,98,99,100,105,106,107,108,117,121,122,126,135,136,139,140,141,142,144,145,151]}, {"name":"eth_submitWork","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_subscribe","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_supportedEntryPoints","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, From c0f29c1a81a664accfa50256b7a683a243190bda Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Tue, 7 Jul 2026 13:00:32 +0000 Subject: [PATCH 17/42] docs: drop beacon networks from chain-level method rows Regenerated with the fixed Daikon generator (OMGWINNING/dashboard#8095): the Ethereum beacon networks serve only the Beacon REST API, so ETH_MAINNETBEACON, ETH_SEPOLIABEACON, and ETH_HOODIBEACON no longer appear on the chain-level EVM/debug/trace/token/simulate rows and stay scoped to the eth-beacon rows. Output matches the generator byte for byte again, so the post-merge dry run stays a no-op. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_0152TGB1HprVNykx38Er8dwW --- content/feature-support.json | 138 +++++++++++++++++------------------ 1 file changed, 69 insertions(+), 69 deletions(-) diff --git a/content/feature-support.json b/content/feature-support.json index 97253e9f2..62d0de8b2 100644 --- a/content/feature-support.json +++ b/content/feature-support.json @@ -243,9 +243,9 @@ {"tag":"bitcoin-indexer","label":"Bitcoin: Indexer REST API Methods","networks":[20,21,22,23]}, {"tag":"celestia","label":"Celestia Bridge: Standard RPC Methods","networks":[34,35]}, {"tag":"citrea","label":"Citrea: Specific Methods","networks":[38,39]}, - {"tag":"debug","label":"Debug API","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"tag":"debug","label":"Debug API","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"tag":"eth-beacon","label":"Ethereum Beacon: Standard HTTP API Methods","networks":[48,50,52]}, - {"tag":"evm","label":"EVM: Standard JSON-RPC Methods","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"tag":"evm","label":"EVM: Standard JSON-RPC Methods","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"tag":"gas-manager-bundler","label":"Gas Manager & Bundler APIs","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, {"tag":"hyperevm","label":"HyperEVM: Specific Methods","networks":[62,63]}, {"tag":"linea","label":"Linea: Specific Methods","networks":[76,77]}, @@ -265,10 +265,10 @@ {"tag":"stellar","label":"Stellar: Standard Methods","networks":[129,130]}, {"tag":"sui","label":"Sui: Standard Methods","networks":[131,132]}, {"tag":"sui-grpc","label":"Sui: gRPC Methods","networks":[131,132]}, - {"tag":"token","label":"Token API","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,36,37,43,44,47,48,49,50,51,52,57,58,59,60,62,63,66,67,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, - {"tag":"trace","label":"Trace API","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,48,49,50,51,52,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, - {"tag":"transact","label":"Transact","networks":[10,11,16,17,47,48,49,50,51,52,91,92,99,100]}, - {"tag":"transfers","label":"Transfers API","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,36,37,43,44,47,48,49,50,51,52,57,58,59,60,62,63,66,67,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, + {"tag":"token","label":"Token API","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,36,37,43,44,47,49,51,57,58,59,60,62,63,66,67,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, + {"tag":"trace","label":"Trace API","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, + {"tag":"transact","label":"Transact","networks":[10,11,16,17,47,49,51,91,92,99,100]}, + {"tag":"transfers","label":"Transfers API","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,36,37,43,44,47,49,51,57,58,59,60,62,63,66,67,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, {"tag":"tron","label":"Tron: Standard HTTP Methods","networks":[137,138]}, {"tag":"tron-solidity","label":"Tron: Solidity HTTP Methods","networks":[137,138]}, {"tag":"utility","label":"Utility API","networks":[10,11,16,17,49,51,87,91,92,99,100,101,102,105,149,150]}, @@ -601,19 +601,19 @@ {"name":"/walletsolidity/scanshieldedtrc20notesbyivk","product":"tron-solidity","networks":[137,138]}, {"name":"/walletsolidity/scanshieldedtrc20notesbyovk","product":"tron-solidity","networks":[137,138]}, {"name":"/walletsolidity/triggerconstantcontract","product":"tron-solidity","networks":[137,138]}, - {"name":"alchemy_getAssetTransfers","product":"transfers","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,36,37,43,44,47,48,49,50,51,52,57,58,59,60,62,63,66,67,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, - {"name":"alchemy_getTokenAllowance","product":"token","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,36,37,43,44,47,48,49,50,51,52,57,58,59,60,62,63,66,67,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, - {"name":"alchemy_getTokenBalances","product":"token","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,36,37,43,44,47,48,49,50,51,52,57,58,59,60,62,63,66,67,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, - {"name":"alchemy_getTokenMetadata","product":"token","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,36,37,43,44,47,48,49,50,51,52,57,58,59,60,62,63,66,67,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, + {"name":"alchemy_getAssetTransfers","product":"transfers","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,36,37,43,44,47,49,51,57,58,59,60,62,63,66,67,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, + {"name":"alchemy_getTokenAllowance","product":"token","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,36,37,43,44,47,49,51,57,58,59,60,62,63,66,67,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, + {"name":"alchemy_getTokenBalances","product":"token","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,36,37,43,44,47,49,51,57,58,59,60,62,63,66,67,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, + {"name":"alchemy_getTokenMetadata","product":"token","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,36,37,43,44,47,49,51,57,58,59,60,62,63,66,67,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, {"name":"alchemy_getTransactionReceipts","product":"utility","networks":[10,11,16,17,49,51,87,91,92,99,100,101,102,105,149,150]}, {"name":"alchemy_requestFeePayer","product":"gas-manager-bundler","networks":[119,120]}, {"name":"alchemy_requestGasAndPaymasterAndData","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, {"name":"alchemy_requestPaymasterAndData","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, {"name":"alchemy_requestPaymasterTokenQuote","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"alchemy_simulateAssetChanges","product":"transact","networks":[10,11,16,17,47,48,49,50,51,52,91,92,99,100]}, - {"name":"alchemy_simulateAssetChangesBundle","product":"transact","networks":[10,11,16,17,47,48,49,50,51,52,91,92,99,100]}, - {"name":"alchemy_simulateExecution","product":"transact","networks":[10,11,16,17,47,48,49,50,51,52,91,92,99,100]}, - {"name":"alchemy_simulateExecutionBundle","product":"transact","networks":[10,11,16,17,47,48,49,50,51,52,91,92,99,100]}, + {"name":"alchemy_simulateAssetChanges","product":"transact","networks":[10,11,16,17,47,49,51,91,92,99,100]}, + {"name":"alchemy_simulateAssetChangesBundle","product":"transact","networks":[10,11,16,17,47,49,51,91,92,99,100]}, + {"name":"alchemy_simulateExecution","product":"transact","networks":[10,11,16,17,47,49,51,91,92,99,100]}, + {"name":"alchemy_simulateExecutionBundle","product":"transact","networks":[10,11,16,17,47,49,51,91,92,99,100]}, {"name":"alchemy_simulateUserOperationAssetChanges","product":"gas-manager-bundler","networks":[10,11,16,17,49,51,91,92,99,100]}, {"name":"arbtrace_block","product":"arbtrace","networks":[10]}, {"name":"arbtrace_call","product":"arbtrace","networks":[10]}, @@ -659,22 +659,22 @@ {"name":"debug_bundler_sendBundleNow","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, {"name":"debug_bundler_setBundlingMode","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, {"name":"debug_bundler_setReputation","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"debug_dbAncient","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"debug_dbAncients","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"debug_dbGet","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"debug_dbAncient","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"debug_dbAncients","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"debug_dbGet","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"debug_executionWitness","product":"debug","networks":[105,106,107,108]}, {"name":"debug_executionWitnessByHash","product":"debug","networks":[105,106,108]}, - {"name":"debug_getBadBlocks","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"debug_getRawBlock","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"debug_getRawHeader","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"debug_getRawReceipts","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"debug_getTrieFlushInterval","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"debug_storageRangeAt","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"debug_traceBlockByHash","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"debug_traceBlockByNumber","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"debug_traceCall","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"debug_traceCallMany","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"debug_traceTransaction","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"debug_getBadBlocks","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"debug_getRawBlock","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"debug_getRawHeader","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"debug_getRawReceipts","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"debug_getTrieFlushInterval","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"debug_storageRangeAt","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"debug_traceBlockByHash","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"debug_traceBlockByNumber","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"debug_traceCall","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"debug_traceCallMany","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"debug_traceTransaction","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"decoderawtransaction","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, {"name":"decodescript","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, {"name":"erigon_forks","product":"evm","networks":[49,51]}, @@ -687,48 +687,48 @@ {"name":"eth_baseFee","product":"evm","networks":[14,15,107]}, {"name":"eth_bigBlockGasPrice","product":"hyperevm","networks":[62,63]}, {"name":"eth_blobBaseFee","product":"evm","networks":[4,5,6,12,16,17,18,28,29,30,31,32,33,36,37,40,43,44,49,51,57,58,59,61,63,66,67,70,71,77,80,81,85,86,87,90,97,98,104,105,106,107,108,115,116,117,118,121,122,123,124,126,133,134,135,136,139,140,141,142,143,144,145,151,152]}, - {"name":"eth_blockNumber","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_call","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_blockNumber","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_call","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_callBundle","product":"evm","networks":[12,16,17,47,49,51,107,108,135,136,141]}, {"name":"eth_callMany","product":"evm","networks":[12,15,16,17,18,19,28,29,36,47,49,51,62,66,80,82,87,91,92,99,100,107,108,123,135,136,139,140,141,142]}, - {"name":"eth_chainId","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_chainId","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_createAccessList","product":"evm","networks":[10,11,12,14,15,16,17,18,19,26,27,28,29,32,33,36,37,39,49,51,57,59,60,62,63,66,67,70,71,76,77,80,81,84,87,88,90,91,92,93,94,95,96,97,98,99,100,104,105,106,107,108,111,112,113,114,117,118,121,123,124,125,126,135,136,139,140,144,145]}, {"name":"eth_estimateDiffSize","product":"citrea","networks":[38,39]}, - {"name":"eth_estimateGas","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_estimateGas","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_estimateUserOperationGas","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, {"name":"eth_feeHistory","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,103,104,105,106,107,108,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_fillTransaction","product":"evm","networks":[1,6,7,10,11,14,15,16,17,19,26,27,28,29,36,37,38,43,44,45,49,51,53,57,58,61,64,65,66,67,70,71,74,76,77,80,81,87,88,89,91,92,93,99,100,104,105,106,107,108,111,112,113,114,117,118,121,122,123,125,126,135,136,139,140,144,145,146,147,148,151,152]}, - {"name":"eth_gasPrice","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_getAccount","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_gasPrice","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getAccount","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_getAccountInfo","product":"evm","networks":[0,6,12,16,17,18,19,27,28,29,32,37,43,47,49,51,53,57,58,60,62,66,67,73,74,82,83,85,88,89,91,92,97,98,103,104,107,108,114,117,118,121,135,136,139,140,141,142,151]}, {"name":"eth_getAssetBalance","product":"evm","networks":[14,15]}, - {"name":"eth_getBalance","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getBalance","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_getBlobSidecars","product":"evm","networks":[28,29,70,71]}, - {"name":"eth_getBlockByHash","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_getBlockByNumber","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getBlockByHash","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getBlockByNumber","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_getBlockReceipts","product":"evm","networks":[0,1,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,43,44,45,47,49,51,53,54,57,58,59,60,61,62,63,64,65,66,67,70,71,73,74,75,76,77,80,81,82,83,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,148,149,150,151,152]}, {"name":"eth_getBlockReceiptsWithSystemTx","product":"hyperevm","networks":[62,63]}, - {"name":"eth_getBlockTransactionCountByHash","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_getBlockTransactionCountByNumber","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getBlockTransactionCountByHash","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getBlockTransactionCountByNumber","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_getChainConfig","product":"evm","networks":[14,15]}, - {"name":"eth_getCode","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getCode","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_getCompilers","product":"polygon-zkevm","networks":[101,102]}, - {"name":"eth_getFilterChanges","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_getFilterLogs","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getFilterChanges","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getFilterLogs","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_getFinalizedHeader","product":"evm","networks":[28,29]}, - {"name":"eth_getLogs","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getLogs","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_getProof","product":"evm","networks":[4,5,6,7,10,11,12,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,42,43,44,45,49,51,57,58,59,60,61,64,65,66,67,70,71,76,77,80,81,84,85,86,90,91,92,93,94,95,96,97,98,99,100,104,105,106,107,108,111,112,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,147,148,151,152]}, - {"name":"eth_getRawTransactionByHash","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getRawTransactionByHash","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_getRootHash","product":"evm","networks":[99,100]}, - {"name":"eth_getStorageAt","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getStorageAt","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_getSystemTxsByBlockHash","product":"hyperevm","networks":[62,63]}, {"name":"eth_getSystemTxsByBlockNumber","product":"hyperevm","networks":[62,63]}, {"name":"eth_getTdByNumber","product":"evm","networks":[99,100]}, - {"name":"eth_getTransactionByBlockHashAndIndex","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_getTransactionByBlockNumberAndIndex","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_getTransactionByHash","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_getTransactionCount","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_getTransactionReceipt","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getTransactionByBlockHashAndIndex","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getTransactionByBlockNumberAndIndex","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getTransactionByHash","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getTransactionCount","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getTransactionReceipt","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_getTransactionReceiptsByBlock","product":"evm","networks":[99,100]}, {"name":"eth_getUncleByBlockHashAndIndex","product":"evm","networks":[10,11,12,14,15,16,17,26,27,28,29,30,37,39,49,51,57,60,63,64,65,67,68,69,70,71,72,76,77,80,81,84,87,90,91,92,93,94,95,96,97,98,99,100,101,102,105,106,107,108,109,111,112,117,118,124,125,126,135,136,139,141,142,144,145,147,148]}, {"name":"eth_getUncleByBlockNumberAndIndex","product":"evm","networks":[10,11,12,14,15,16,17,18,26,27,28,29,30,37,49,51,57,63,64,65,67,68,69,70,71,72,76,77,80,81,84,87,90,91,92,93,94,95,96,97,98,99,100,101,102,105,106,107,108,111,112,117,118,124,125,126,135,136,139,141,142,144,145,147,148]}, @@ -738,20 +738,20 @@ {"name":"eth_getUserOperationReceipt","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, {"name":"eth_getWithdrawalProof","product":"megaeth","networks":[82,83]}, {"name":"eth_maxPriorityFeePerGas","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,103,104,105,106,107,108,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,151,152]}, - {"name":"eth_newBlockFilter","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_newFilter","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_newBlockFilter","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_newFilter","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_newPendingTransactionFilter","product":"evm","networks":[0,2,3,10,11,12,15,16,17,19,26,27,28,29,30,37,49,51,57,58,60,63,64,65,70,71,74,76,80,81,87,90,94,97,98,99,100,101,102,105,106,107,108,111,117,118,124,125,126,135,136,139,141,142,144,145,147,148]}, {"name":"eth_protocolVersion","product":"evm","networks":[0,1,12,18,26,28,29,32,33,42,49,51,53,59,60,64,65,67,68,69,74,75,76,77,80,84,87,89,91,92,95,96,101,102,104,107,108,109,110,111,117,118,125,126,135,136,137,138,139,140,141,142,147,148,151]}, - {"name":"eth_sendRawTransaction","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_sendRawTransaction","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_sendRawTransactionSync","product":"evm","networks":[7,10,11,12,14,15,16,17,26,27,28,29,36,60,87,88,91,92,99,100,104,105,106,107,108,121,122,123,135,136,139,140,141,142,149,150,151,152]}, {"name":"eth_sendUserOperation","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, {"name":"eth_simulateV1","product":"evm","networks":[10,11,12,16,17,18,19,28,29,30,36,37,45,47,49,51,57,59,60,62,63,66,67,73,76,80,82,83,85,86,90,91,92,97,98,99,100,105,106,107,108,117,121,122,126,135,136,139,140,141,142,144,145,151]}, - {"name":"eth_submitWork","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_subscribe","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_submitWork","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_subscribe","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_supportedEntryPoints","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, {"name":"eth_syncing","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,42,43,44,45,49,51,53,54,57,58,59,60,61,62,63,64,65,66,67,70,73,74,75,76,77,80,81,84,85,86,87,88,89,91,92,93,94,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,137,138,139,140,141,142,143,146,147,148,149,150,151,152]}, - {"name":"eth_uninstallFilter","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_unsubscribe","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_uninstallFilter","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_unsubscribe","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_usingBigBlocks","product":"hyperevm","networks":[62,63]}, {"name":"fraud.Get","product":"celestia","networks":[34,35]}, {"name":"getAccountInfo","product":"solana","networks":[119,120]}, @@ -927,7 +927,7 @@ {"name":"minimumLedgerSlot","product":"solana","networks":[119,120]}, {"name":"net_listening","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,42,43,44,45,49,51,53,54,57,58,59,60,61,63,64,65,66,67,70,74,75,76,77,80,81,84,85,86,87,88,89,91,92,93,94,97,98,99,100,104,105,106,107,108,109,110,111,112,113,114,116,117,118,121,122,123,124,125,126,133,134,137,138,139,140,141,142,143,147,148,149,150,151,152]}, {"name":"net_peerCount","product":"evm","networks":[0,15,18,19,26,27,28,29,30,36,37,44,57,58,64,65,66,67,68,69,70,71,74,76,77,80,81,94,95,96,107,108,111,117,118,123,125,126,135,136,137,138,139,140,144,145,147,148,151]}, - {"name":"net_version","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"net_version","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"optimism_outputAtBlock","product":"optimism","networks":[141,142]}, {"name":"optimism_rollupConfig","product":"optimism","networks":[141,142]}, {"name":"optimism_syncStatus","product":"optimism","networks":[141,142]}, @@ -1097,15 +1097,15 @@ {"name":"tokens/by-address","product":"prices","networks":[],"networkAgnostic":true}, {"name":"tokens/by-symbol","product":"prices","networks":[],"networkAgnostic":true}, {"name":"tokens/historical","product":"prices","networks":[],"networkAgnostic":true}, - {"name":"trace_block","product":"trace","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,48,49,50,51,52,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, - {"name":"trace_call","product":"trace","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,48,49,50,51,52,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, - {"name":"trace_callMany","product":"trace","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,48,49,50,51,52,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, - {"name":"trace_filter","product":"trace","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,48,49,50,51,52,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, - {"name":"trace_get","product":"trace","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,48,49,50,51,52,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, - {"name":"trace_rawTransaction","product":"trace","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,48,49,50,51,52,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, - {"name":"trace_replayBlockTransactions","product":"trace","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,48,49,50,51,52,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, - {"name":"trace_replayTransaction","product":"trace","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,48,49,50,51,52,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, - {"name":"trace_transaction","product":"trace","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,48,49,50,51,52,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, + {"name":"trace_block","product":"trace","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, + {"name":"trace_call","product":"trace","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, + {"name":"trace_callMany","product":"trace","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, + {"name":"trace_filter","product":"trace","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, + {"name":"trace_get","product":"trace","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, + {"name":"trace_rawTransaction","product":"trace","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, + {"name":"trace_replayBlockTransactions","product":"trace","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, + {"name":"trace_replayTransaction","product":"trace","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, + {"name":"trace_transaction","product":"trace","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, {"name":"transactions/history/by-address","product":"portfolio","networks":[],"networkAgnostic":true}, {"name":"txpool_content","product":"evm","networks":[14,15,18,19,28,29,30,32,36,45,53,57,58,68,69,76,87,88,94,105,106,107,108,109,111,113,114,117,118,121,122,125,126,135,136,139,141,142,144,145,147,148,151]}, {"name":"unsafe_batchTransaction","product":"sui","networks":[131,132]}, @@ -1137,8 +1137,8 @@ {"name":"wallet_requestAccount","product":"wallet","networks":[],"networkAgnostic":true}, {"name":"wallet_requestQuote_v0","product":"wallet","networks":[],"networkAgnostic":true}, {"name":"wallet_sendPreparedCalls","product":"wallet","networks":[],"networkAgnostic":true}, - {"name":"web3_clientVersion","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"web3_sha3","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"web3_clientVersion","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"web3_sha3","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"zkevm_batchNumber","product":"polygon-zkevm","networks":[101,102]}, {"name":"zkevm_batchNumberByBlockNumber","product":"polygon-zkevm","networks":[101,102]}, {"name":"zkevm_consolidatedBlockNumber","product":"polygon-zkevm","networks":[101,102]}, From 6a01fc5172798836ba4121b93ba915a5b7500adc Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Tue, 7 Jul 2026 09:30:18 -0400 Subject: [PATCH 18/42] docs: document why JSON-only feature-support updates need no revalidation The freshness path is invisible from this repo alone and kept coming up in review: the widget reads the JSON through the docs-site /api/feature-support route (one hour cache TTL against GitHub), never through the page build, so the revalidation workflow correctly stays scoped to MDX content. Co-Authored-By: Claude Fable 5 --- .../resources/feature-support-by-chain.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx b/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx index bd0328d45..c980062d1 100644 --- a/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx +++ b/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx @@ -7,6 +7,14 @@ slug: reference/feature-support-by-chain Search any JSON-RPC method, REST endpoint, or Alchemy product to see exactly which chains and networks support it — or pick a chain and network to browse everything available on it. Support data is regenerated daily from Alchemy's internal chain configuration, so what you see here is what the platform serves. +{/* + Data freshness: the widget does not read content/feature-support.json at + page build time. It calls the docs-site /api/feature-support route, which + fetches the file from GitHub on a one-hour cache TTL, so JSON-only daily + updates reach readers without this page (or any revalidation workflow) + being touched. Only edits to this MDX go through content revalidation. +*/} + ## Product support by chain From 4de55fde99a9dd87c6dc7995c6763bcfb237d069 Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Tue, 7 Jul 2026 09:46:52 -0400 Subject: [PATCH 19/42] docs: fix the Tron spend-auth endpoint path in the OpenAPI spec The real TRON node endpoint is /wallet/createspendauthsig (verified against the upstream TRON API reference), matching the generated feature-support data and the CU costs page; the spec's extra s would 404 for anyone copying the path. Co-Authored-By: Claude Fable 5 --- src/openapi/tron-http/tron-http.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openapi/tron-http/tron-http.yaml b/src/openapi/tron-http/tron-http.yaml index 3539e1772..2a25080e9 100644 --- a/src/openapi/tron-http/tron-http.yaml +++ b/src/openapi/tron-http/tron-http.yaml @@ -3154,7 +3154,7 @@ paths: example: parameter: "contract_param" - /wallet/createspendsauthsig: + /wallet/createspendauthsig: post: summary: Create spend authorization signature description: Creates a spend authorization signature for a shielded transaction using a secret key and message data. From 59290507a9d45d2251b6889b6322516af0d2b293 Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Tue, 7 Jul 2026 14:09:30 +0000 Subject: [PATCH 20/42] docs: drop Solana from the EVM bundler and paymaster method rows Regenerated with the rundler-group scoping fix (OMGWINNING/dashboard#8095): the Solana paymaster entries back the fee-payer sponsorship product, not the ERC-4337 methods, so SOLANA_DEVNET/SOLANA_MAINNET leave the 23 EVM bundler/paymaster rows while alchemy_requestFeePayer keeps them. --- content/feature-support.json | 46 ++++++++++++++++++------------------ 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/content/feature-support.json b/content/feature-support.json index 62d0de8b2..e02a70504 100644 --- a/content/feature-support.json +++ b/content/feature-support.json @@ -607,9 +607,9 @@ {"name":"alchemy_getTokenMetadata","product":"token","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,36,37,43,44,47,49,51,57,58,59,60,62,63,66,67,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, {"name":"alchemy_getTransactionReceipts","product":"utility","networks":[10,11,16,17,49,51,87,91,92,99,100,101,102,105,149,150]}, {"name":"alchemy_requestFeePayer","product":"gas-manager-bundler","networks":[119,120]}, - {"name":"alchemy_requestGasAndPaymasterAndData","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"alchemy_requestPaymasterAndData","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"alchemy_requestPaymasterTokenQuote","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"alchemy_requestGasAndPaymasterAndData","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"alchemy_requestPaymasterAndData","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"alchemy_requestPaymasterTokenQuote","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, {"name":"alchemy_simulateAssetChanges","product":"transact","networks":[10,11,16,17,47,49,51,91,92,99,100]}, {"name":"alchemy_simulateAssetChangesBundle","product":"transact","networks":[10,11,16,17,47,49,51,91,92,99,100]}, {"name":"alchemy_simulateExecution","product":"transact","networks":[10,11,16,17,47,49,51,91,92,99,100]}, @@ -650,15 +650,15 @@ {"name":"createrawtransaction","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, {"name":"da.Get","product":"celestia","networks":[34,35]}, {"name":"da.Submit","product":"celestia","networks":[34,35]}, - {"name":"debug_bundler_clearMempool","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"debug_bundler_clearState","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"debug_bundler_dumpMempool","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"debug_bundler_dumpPaymasterBalances","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"debug_bundler_dumpReputation","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"debug_bundler_getStakeStatus","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"debug_bundler_sendBundleNow","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"debug_bundler_setBundlingMode","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"debug_bundler_setReputation","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"debug_bundler_clearMempool","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"debug_bundler_clearState","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"debug_bundler_dumpMempool","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"debug_bundler_dumpPaymasterBalances","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"debug_bundler_dumpReputation","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"debug_bundler_getStakeStatus","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"debug_bundler_sendBundleNow","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"debug_bundler_setBundlingMode","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"debug_bundler_setReputation","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, {"name":"debug_dbAncient","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"debug_dbAncients","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"debug_dbGet","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, @@ -695,7 +695,7 @@ {"name":"eth_createAccessList","product":"evm","networks":[10,11,12,14,15,16,17,18,19,26,27,28,29,32,33,36,37,39,49,51,57,59,60,62,63,66,67,70,71,76,77,80,81,84,87,88,90,91,92,93,94,95,96,97,98,99,100,104,105,106,107,108,111,112,113,114,117,118,121,123,124,125,126,135,136,139,140,144,145]}, {"name":"eth_estimateDiffSize","product":"citrea","networks":[38,39]}, {"name":"eth_estimateGas","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_estimateUserOperationGas","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"eth_estimateUserOperationGas","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, {"name":"eth_feeHistory","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,103,104,105,106,107,108,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_fillTransaction","product":"evm","networks":[1,6,7,10,11,14,15,16,17,19,26,27,28,29,36,37,38,43,44,45,49,51,53,57,58,61,64,65,66,67,70,71,74,76,77,80,81,87,88,89,91,92,93,99,100,104,105,106,107,108,111,112,113,114,117,118,121,122,123,125,126,135,136,139,140,144,145,146,147,148,151,152]}, {"name":"eth_gasPrice","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, @@ -734,8 +734,8 @@ {"name":"eth_getUncleByBlockNumberAndIndex","product":"evm","networks":[10,11,12,14,15,16,17,18,26,27,28,29,30,37,49,51,57,63,64,65,67,68,69,70,71,72,76,77,80,81,84,87,90,91,92,93,94,95,96,97,98,99,100,101,102,105,106,107,108,111,112,117,118,124,125,126,135,136,139,141,142,144,145,147,148]}, {"name":"eth_getUncleCountByBlockHash","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,14,15,16,17,18,19,26,27,28,29,30,32,36,37,40,41,42,44,45,49,51,53,54,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,74,75,76,77,80,81,84,86,87,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,105,106,107,108,111,112,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_getUncleCountByBlockNumber","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,14,15,16,17,18,19,26,27,28,29,30,32,36,37,40,41,42,44,45,49,51,53,54,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,74,75,76,77,80,81,84,86,87,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,105,106,107,108,111,112,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_getUserOperationByHash","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"eth_getUserOperationReceipt","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"eth_getUserOperationByHash","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"eth_getUserOperationReceipt","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, {"name":"eth_getWithdrawalProof","product":"megaeth","networks":[82,83]}, {"name":"eth_maxPriorityFeePerGas","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,103,104,105,106,107,108,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,151,152]}, {"name":"eth_newBlockFilter","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, @@ -744,11 +744,11 @@ {"name":"eth_protocolVersion","product":"evm","networks":[0,1,12,18,26,28,29,32,33,42,49,51,53,59,60,64,65,67,68,69,74,75,76,77,80,84,87,89,91,92,95,96,101,102,104,107,108,109,110,111,117,118,125,126,135,136,137,138,139,140,141,142,147,148,151]}, {"name":"eth_sendRawTransaction","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_sendRawTransactionSync","product":"evm","networks":[7,10,11,12,14,15,16,17,26,27,28,29,36,60,87,88,91,92,99,100,104,105,106,107,108,121,122,123,135,136,139,140,141,142,149,150,151,152]}, - {"name":"eth_sendUserOperation","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"eth_sendUserOperation","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, {"name":"eth_simulateV1","product":"evm","networks":[10,11,12,16,17,18,19,28,29,30,36,37,45,47,49,51,57,59,60,62,63,66,67,73,76,80,82,83,85,86,90,91,92,97,98,99,100,105,106,107,108,117,121,122,126,135,136,139,140,141,142,144,145,151]}, {"name":"eth_submitWork","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_subscribe","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_supportedEntryPoints","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"eth_supportedEntryPoints","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, {"name":"eth_syncing","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,42,43,44,45,49,51,53,54,57,58,59,60,61,62,63,64,65,66,67,70,73,74,75,76,77,80,81,84,85,86,87,88,89,91,92,93,94,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,137,138,139,140,141,142,143,146,147,148,149,150,151,152]}, {"name":"eth_uninstallFilter","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_unsubscribe","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, @@ -961,16 +961,16 @@ {"name":"platform.sampleValidators","product":"pchain","networks":[14,15]}, {"name":"platform.validatedBy","product":"pchain","networks":[14,15]}, {"name":"platform.validates","product":"pchain","networks":[14,15]}, - {"name":"pm_getPaymasterData","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"pm_getPaymasterStubData","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"pm_getPaymasterData","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"pm_getPaymasterStubData","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, {"name":"realtime_sendRawTransaction","product":"evm","networks":[82,83]}, {"name":"refreshNftMetadata","product":"nft","networks":[10,16,49,51,91,99,100,117]}, {"name":"reportSpam","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,19,26,27,28,36,37,43,44,49,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, {"name":"requestAirdrop","product":"solana","networks":[119,120]}, - {"name":"rundler_dropLocalUserOperation","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"rundler_getUserOperationGasPrice","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"rundler_getUserOperationStatus","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"rundler_maxPriorityFeePerGas","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"rundler_dropLocalUserOperation","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"rundler_getUserOperationGasPrice","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"rundler_getUserOperationStatus","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"rundler_maxPriorityFeePerGas","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, {"name":"searchAssets","product":"solana-das","networks":[119,120]}, {"name":"searchContractMetadata","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,19,26,27,28,36,37,43,44,49,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, {"name":"sendrawtransaction","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, From 03ec9efdddf48ce78022a7e655b5291913ffdce9 Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Tue, 7 Jul 2026 10:42:52 -0400 Subject: [PATCH 21/42] docs: document the real createspendauthsig payload TRON's SpendAuthSigParameters proto takes ask, tx_hash, and alpha and the endpoint returns a BytesMessage value, so the request schema and examples now match what the node actually accepts. Co-Authored-By: Claude Fable 5 --- src/openapi/tron-http/tron-http.yaml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/openapi/tron-http/tron-http.yaml b/src/openapi/tron-http/tron-http.yaml index 2a25080e9..69f69480a 100644 --- a/src/openapi/tron-http/tron-http.yaml +++ b/src/openapi/tron-http/tron-http.yaml @@ -3157,7 +3157,7 @@ paths: /wallet/createspendauthsig: post: summary: Create spend authorization signature - description: Creates a spend authorization signature for a shielded transaction using a secret key and message data. + description: Creates a spend authorization signature for a shielded transaction from the spend authorizing key, the transaction hash, and the random scalar alpha. tags: - Tron HTTP API Endpoints requestBody: @@ -3167,20 +3167,23 @@ paths: schema: type: object properties: - sk: + ask: type: string - data: + tx_hash: + type: string + alpha: type: string example: - sk: "secret_key" - data: "message_to_sign" + ask: "spend_authorizing_key" + tx_hash: "transaction_hash" + alpha: "random_scalar" responses: "200": description: Spend authorization signature created content: application/json: example: - signature: "signed_data" + value: "signature_bytes" /wallet/gettriggerinputforshieldedtrc20contract: post: From 405c8d2da416a3a545ec7edbeb51d1a558e87d89 Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Tue, 7 Jul 2026 10:42:52 -0400 Subject: [PATCH 22/42] docs: note that the summary table regenerates in the same commit as the JSON The daily workflow resolves support data once and writes the JSON file and the marker-block table together, so the static summary cannot drift from what the widget serves. Co-Authored-By: Claude Fable 5 --- .../resources/feature-support-by-chain.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx b/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx index c980062d1..bf8f2b63e 100644 --- a/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx +++ b/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx @@ -13,6 +13,12 @@ Search any JSON-RPC method, REST endpoint, or Alchemy product to see exactly whi fetches the file from GitHub on a one-hour cache TTL, so JSON-only daily updates reach readers without this page (or any revalidation workflow) being touched. Only edits to this MDX go through content revalidation. + + The summary table below cannot drift from the JSON: the daily workflow + regenerates both from the same resolved data and commits them together, + so any change that affects the table is itself an MDX edit and + revalidates. A JSON-only commit means the table's coarser + product-by-chain view genuinely did not change. */} From 4a73b0412c2b859f41ff69ce2d7ce20d59e1e445 Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Tue, 7 Jul 2026 10:50:09 -0400 Subject: [PATCH 23/42] docs: pick up BOB Sepolia method enablement from chain-config Chain-config enabled 19 EVM and debug methods on BOB_SEPOLIA on July 3, so those method rows now include the network. Regenerated with the feature-support generator against current chain-config master; no other rows change. Co-Authored-By: Claude Fable 5 --- content/feature-support.json | 38 ++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/content/feature-support.json b/content/feature-support.json index e02a70504..e0df464e2 100644 --- a/content/feature-support.json +++ b/content/feature-support.json @@ -662,7 +662,7 @@ {"name":"debug_dbAncient","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"debug_dbAncients","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"debug_dbGet","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"debug_executionWitness","product":"debug","networks":[105,106,107,108]}, + {"name":"debug_executionWitness","product":"debug","networks":[31,105,106,107,108]}, {"name":"debug_executionWitnessByHash","product":"debug","networks":[105,106,108]}, {"name":"debug_getBadBlocks","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"debug_getRawBlock","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, @@ -679,28 +679,28 @@ {"name":"decodescript","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, {"name":"erigon_forks","product":"evm","networks":[49,51]}, {"name":"erigon_getHeaderByHash","product":"evm","networks":[49,51]}, - {"name":"erigon_getHeaderByNumber","product":"evm","networks":[49,51,107,108]}, + {"name":"erigon_getHeaderByNumber","product":"evm","networks":[31,49,51,107,108]}, {"name":"erigon_getLogsByHash","product":"evm","networks":[49,51]}, {"name":"erigon_issuance","product":"evm","networks":[49,51]}, {"name":"estimatesmartfee","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"eth_accounts","product":"evm","networks":[0,1,2,3,4,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,36,37,40,45,47,49,51,57,58,59,60,61,62,63,66,67,68,69,70,71,74,76,80,81,84,88,89,90,91,92,93,94,95,96,97,98,99,100,102,105,106,107,108,109,111,113,114,117,118,121,123,124,125,126,133,135,136,137,138,139,141,142,144,145,147,148,149,150,151]}, - {"name":"eth_baseFee","product":"evm","networks":[14,15,107]}, + {"name":"eth_accounts","product":"evm","networks":[0,1,2,3,4,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,31,36,37,40,45,47,49,51,57,58,59,60,61,62,63,66,67,68,69,70,71,74,76,80,81,84,88,89,90,91,92,93,94,95,96,97,98,99,100,102,105,106,107,108,109,111,113,114,117,118,121,123,124,125,126,133,135,136,137,138,139,141,142,144,145,147,148,149,150,151]}, + {"name":"eth_baseFee","product":"evm","networks":[14,15,31,107]}, {"name":"eth_bigBlockGasPrice","product":"hyperevm","networks":[62,63]}, {"name":"eth_blobBaseFee","product":"evm","networks":[4,5,6,12,16,17,18,28,29,30,31,32,33,36,37,40,43,44,49,51,57,58,59,61,63,66,67,70,71,77,80,81,85,86,87,90,97,98,104,105,106,107,108,115,116,117,118,121,122,123,124,126,133,134,135,136,139,140,141,142,143,144,145,151,152]}, {"name":"eth_blockNumber","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_call","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_callBundle","product":"evm","networks":[12,16,17,47,49,51,107,108,135,136,141]}, - {"name":"eth_callMany","product":"evm","networks":[12,15,16,17,18,19,28,29,36,47,49,51,62,66,80,82,87,91,92,99,100,107,108,123,135,136,139,140,141,142]}, + {"name":"eth_callBundle","product":"evm","networks":[12,16,17,31,47,49,51,107,108,135,136,141]}, + {"name":"eth_callMany","product":"evm","networks":[12,15,16,17,18,19,28,29,31,36,47,49,51,62,66,80,82,87,91,92,99,100,107,108,123,135,136,139,140,141,142]}, {"name":"eth_chainId","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_createAccessList","product":"evm","networks":[10,11,12,14,15,16,17,18,19,26,27,28,29,32,33,36,37,39,49,51,57,59,60,62,63,66,67,70,71,76,77,80,81,84,87,88,90,91,92,93,94,95,96,97,98,99,100,104,105,106,107,108,111,112,113,114,117,118,121,123,124,125,126,135,136,139,140,144,145]}, + {"name":"eth_createAccessList","product":"evm","networks":[10,11,12,14,15,16,17,18,19,26,27,28,29,31,32,33,36,37,39,49,51,57,59,60,62,63,66,67,70,71,76,77,80,81,84,87,88,90,91,92,93,94,95,96,97,98,99,100,104,105,106,107,108,111,112,113,114,117,118,121,123,124,125,126,135,136,139,140,144,145]}, {"name":"eth_estimateDiffSize","product":"citrea","networks":[38,39]}, {"name":"eth_estimateGas","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_estimateUserOperationGas","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, {"name":"eth_feeHistory","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,103,104,105,106,107,108,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_fillTransaction","product":"evm","networks":[1,6,7,10,11,14,15,16,17,19,26,27,28,29,36,37,38,43,44,45,49,51,53,57,58,61,64,65,66,67,70,71,74,76,77,80,81,87,88,89,91,92,93,99,100,104,105,106,107,108,111,112,113,114,117,118,121,122,123,125,126,135,136,139,140,144,145,146,147,148,151,152]}, + {"name":"eth_fillTransaction","product":"evm","networks":[1,6,7,10,11,14,15,16,17,19,26,27,28,29,31,36,37,38,43,44,45,49,51,53,57,58,61,64,65,66,67,70,71,74,76,77,80,81,87,88,89,91,92,93,99,100,104,105,106,107,108,111,112,113,114,117,118,121,122,123,125,126,135,136,139,140,144,145,146,147,148,151,152]}, {"name":"eth_gasPrice","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_getAccount","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_getAccountInfo","product":"evm","networks":[0,6,12,16,17,18,19,27,28,29,32,37,43,47,49,51,53,57,58,60,62,66,67,73,74,82,83,85,88,89,91,92,97,98,103,104,107,108,114,117,118,121,135,136,139,140,141,142,151]}, + {"name":"eth_getAccountInfo","product":"evm","networks":[0,6,12,16,17,18,19,27,28,29,31,32,37,43,47,49,51,53,57,58,60,62,66,67,73,74,82,83,85,88,89,91,92,97,98,103,104,107,108,114,117,118,121,135,136,139,140,141,142,151]}, {"name":"eth_getAssetBalance","product":"evm","networks":[14,15]}, {"name":"eth_getBalance","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_getBlobSidecars","product":"evm","networks":[28,29,70,71]}, @@ -730,22 +730,22 @@ {"name":"eth_getTransactionCount","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_getTransactionReceipt","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_getTransactionReceiptsByBlock","product":"evm","networks":[99,100]}, - {"name":"eth_getUncleByBlockHashAndIndex","product":"evm","networks":[10,11,12,14,15,16,17,26,27,28,29,30,37,39,49,51,57,60,63,64,65,67,68,69,70,71,72,76,77,80,81,84,87,90,91,92,93,94,95,96,97,98,99,100,101,102,105,106,107,108,109,111,112,117,118,124,125,126,135,136,139,141,142,144,145,147,148]}, - {"name":"eth_getUncleByBlockNumberAndIndex","product":"evm","networks":[10,11,12,14,15,16,17,18,26,27,28,29,30,37,49,51,57,63,64,65,67,68,69,70,71,72,76,77,80,81,84,87,90,91,92,93,94,95,96,97,98,99,100,101,102,105,106,107,108,111,112,117,118,124,125,126,135,136,139,141,142,144,145,147,148]}, - {"name":"eth_getUncleCountByBlockHash","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,14,15,16,17,18,19,26,27,28,29,30,32,36,37,40,41,42,44,45,49,51,53,54,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,74,75,76,77,80,81,84,86,87,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,105,106,107,108,111,112,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_getUncleCountByBlockNumber","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,14,15,16,17,18,19,26,27,28,29,30,32,36,37,40,41,42,44,45,49,51,53,54,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,74,75,76,77,80,81,84,86,87,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,105,106,107,108,111,112,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getUncleByBlockHashAndIndex","product":"evm","networks":[10,11,12,14,15,16,17,26,27,28,29,30,31,37,39,49,51,57,60,63,64,65,67,68,69,70,71,72,76,77,80,81,84,87,90,91,92,93,94,95,96,97,98,99,100,101,102,105,106,107,108,109,111,112,117,118,124,125,126,135,136,139,141,142,144,145,147,148]}, + {"name":"eth_getUncleByBlockNumberAndIndex","product":"evm","networks":[10,11,12,14,15,16,17,18,26,27,28,29,30,31,37,49,51,57,63,64,65,67,68,69,70,71,72,76,77,80,81,84,87,90,91,92,93,94,95,96,97,98,99,100,101,102,105,106,107,108,111,112,117,118,124,125,126,135,136,139,141,142,144,145,147,148]}, + {"name":"eth_getUncleCountByBlockHash","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,14,15,16,17,18,19,26,27,28,29,30,31,32,36,37,40,41,42,44,45,49,51,53,54,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,74,75,76,77,80,81,84,86,87,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,105,106,107,108,111,112,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getUncleCountByBlockNumber","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,14,15,16,17,18,19,26,27,28,29,30,31,32,36,37,40,41,42,44,45,49,51,53,54,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,74,75,76,77,80,81,84,86,87,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,105,106,107,108,111,112,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_getUserOperationByHash","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, {"name":"eth_getUserOperationReceipt","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, {"name":"eth_getWithdrawalProof","product":"megaeth","networks":[82,83]}, {"name":"eth_maxPriorityFeePerGas","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,103,104,105,106,107,108,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,151,152]}, {"name":"eth_newBlockFilter","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_newFilter","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_newPendingTransactionFilter","product":"evm","networks":[0,2,3,10,11,12,15,16,17,19,26,27,28,29,30,37,49,51,57,58,60,63,64,65,70,71,74,76,80,81,87,90,94,97,98,99,100,101,102,105,106,107,108,111,117,118,124,125,126,135,136,139,141,142,144,145,147,148]}, - {"name":"eth_protocolVersion","product":"evm","networks":[0,1,12,18,26,28,29,32,33,42,49,51,53,59,60,64,65,67,68,69,74,75,76,77,80,84,87,89,91,92,95,96,101,102,104,107,108,109,110,111,117,118,125,126,135,136,137,138,139,140,141,142,147,148,151]}, + {"name":"eth_newPendingTransactionFilter","product":"evm","networks":[0,2,3,10,11,12,15,16,17,19,26,27,28,29,30,31,37,49,51,57,58,60,63,64,65,70,71,74,76,80,81,87,90,94,97,98,99,100,101,102,105,106,107,108,111,117,118,124,125,126,135,136,139,141,142,144,145,147,148]}, + {"name":"eth_protocolVersion","product":"evm","networks":[0,1,12,18,26,28,29,31,32,33,42,49,51,53,59,60,64,65,67,68,69,74,75,76,77,80,84,87,89,91,92,95,96,101,102,104,107,108,109,110,111,117,118,125,126,135,136,137,138,139,140,141,142,147,148,151]}, {"name":"eth_sendRawTransaction","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_sendRawTransactionSync","product":"evm","networks":[7,10,11,12,14,15,16,17,26,27,28,29,36,60,87,88,91,92,99,100,104,105,106,107,108,121,122,123,135,136,139,140,141,142,149,150,151,152]}, + {"name":"eth_sendRawTransactionSync","product":"evm","networks":[7,10,11,12,14,15,16,17,26,27,28,29,31,36,60,87,88,91,92,99,100,104,105,106,107,108,121,122,123,135,136,139,140,141,142,149,150,151,152]}, {"name":"eth_sendUserOperation","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"eth_simulateV1","product":"evm","networks":[10,11,12,16,17,18,19,28,29,30,36,37,45,47,49,51,57,59,60,62,63,66,67,73,76,80,82,83,85,86,90,91,92,97,98,99,100,105,106,107,108,117,121,122,126,135,136,139,140,141,142,144,145,151]}, + {"name":"eth_simulateV1","product":"evm","networks":[10,11,12,16,17,18,19,28,29,30,31,36,37,45,47,49,51,57,59,60,62,63,66,67,73,76,80,82,83,85,86,90,91,92,97,98,99,100,105,106,107,108,117,121,122,126,135,136,139,140,141,142,144,145,151]}, {"name":"eth_submitWork","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_subscribe","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_supportedEntryPoints","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, @@ -926,7 +926,7 @@ {"name":"linea_getTransactionExclusionStatusV1","product":"linea","networks":[76,77]}, {"name":"minimumLedgerSlot","product":"solana","networks":[119,120]}, {"name":"net_listening","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,42,43,44,45,49,51,53,54,57,58,59,60,61,63,64,65,66,67,70,74,75,76,77,80,81,84,85,86,87,88,89,91,92,93,94,97,98,99,100,104,105,106,107,108,109,110,111,112,113,114,116,117,118,121,122,123,124,125,126,133,134,137,138,139,140,141,142,143,147,148,149,150,151,152]}, - {"name":"net_peerCount","product":"evm","networks":[0,15,18,19,26,27,28,29,30,36,37,44,57,58,64,65,66,67,68,69,70,71,74,76,77,80,81,94,95,96,107,108,111,117,118,123,125,126,135,136,137,138,139,140,144,145,147,148,151]}, + {"name":"net_peerCount","product":"evm","networks":[0,15,18,19,26,27,28,29,30,31,36,37,44,57,58,64,65,66,67,68,69,70,71,74,76,77,80,81,94,95,96,107,108,111,117,118,123,125,126,135,136,137,138,139,140,144,145,147,148,151]}, {"name":"net_version","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"optimism_outputAtBlock","product":"optimism","networks":[141,142]}, {"name":"optimism_rollupConfig","product":"optimism","networks":[141,142]}, @@ -1107,7 +1107,7 @@ {"name":"trace_replayTransaction","product":"trace","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, {"name":"trace_transaction","product":"trace","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, {"name":"transactions/history/by-address","product":"portfolio","networks":[],"networkAgnostic":true}, - {"name":"txpool_content","product":"evm","networks":[14,15,18,19,28,29,30,32,36,45,53,57,58,68,69,76,87,88,94,105,106,107,108,109,111,113,114,117,118,121,122,125,126,135,136,139,141,142,144,145,147,148,151]}, + {"name":"txpool_content","product":"evm","networks":[14,15,18,19,28,29,30,31,32,36,45,53,57,58,68,69,76,87,88,94,105,106,107,108,109,111,113,114,117,118,121,122,125,126,135,136,139,141,142,144,145,147,148,151]}, {"name":"unsafe_batchTransaction","product":"sui","networks":[131,132]}, {"name":"unsafe_mergeCoins","product":"sui","networks":[131,132]}, {"name":"unsafe_moveCall","product":"sui","networks":[131,132]}, From 8b809333545307eca535d1f45ed746d1aaa2e778 Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Tue, 7 Jul 2026 11:43:58 -0400 Subject: [PATCH 24/42] docs: tighten the feature-support intro Drops the daily-regeneration sentence and the em dash from the page intro; the freshness details stay in the MDX comment below. Co-Authored-By: Claude Fable 5 --- .../pricing-resources/resources/feature-support-by-chain.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx b/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx index bf8f2b63e..29b1d81eb 100644 --- a/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx +++ b/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx @@ -5,7 +5,7 @@ subtitle: Alchemy's current feature availability for each of its supported chain slug: reference/feature-support-by-chain --- -Search any JSON-RPC method, REST endpoint, or Alchemy product to see exactly which chains and networks support it — or pick a chain and network to browse everything available on it. Support data is regenerated daily from Alchemy's internal chain configuration, so what you see here is what the platform serves. +Search any JSON-RPC method, REST endpoint, or Alchemy product to see exactly which chains and networks support it, or pick a chain and network to browse everything available on it. {/* Data freshness: the widget does not read content/feature-support.json at From d6206e59e10856648764ddf86d40555c7f827368 Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Tue, 7 Jul 2026 11:49:31 -0400 Subject: [PATCH 25/42] docs: hide the static summary table from readers The product-by-chain block exists for search engines, LLMs, and markdown consumers; the interactive widget is the human-facing view, so the block now sits in a hidden div with an h4 that stays out of the table of contents. Verified the generator regenerates the wrapped page byte-identically. Co-Authored-By: Claude Fable 5 --- .../resources/feature-support-by-chain.mdx | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx b/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx index 29b1d81eb..e50b5605d 100644 --- a/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx +++ b/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx @@ -19,13 +19,20 @@ Search any JSON-RPC method, REST endpoint, or Alchemy product to see exactly whi so any change that affects the table is itself an MDX edit and revalidates. A JSON-only commit means the table's coarser product-by-chain view genuinely did not change. + + The summary block is intentionally wrapped in a hidden div: it exists for + search engines, LLMs, and markdown consumers, while the interactive + widget above is the human-facing view. The h4 keeps it out of the page + table of contents. */} -## Product support by chain + + Check the [Chains](https://dashboard.alchemy.com/chains) page for details about product and chain support! From 4e5cc73cab4171927bcce368333c5f8e66a7cb4b Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Tue, 7 Jul 2026 11:49:43 -0400 Subject: [PATCH 26/42] docs: hide the seeded summary block from readers Matches the data branch: the block exists for search engines, LLMs, and markdown consumers, so the seed ships it inside the same hidden div and the section never renders visibly between the two merges. Co-Authored-By: Claude Fable 5 --- .../resources/feature-support-by-chain.mdx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx b/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx index d337dd140..5c7abe7fb 100644 --- a/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx +++ b/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx @@ -5,13 +5,24 @@ subtitle: Alchemy's current feature availability for each of its supported chain slug: reference/feature-support-by-chain --- -## Product support by chain +{/* + The summary block below is intentionally wrapped in a hidden div: it + exists for search engines, LLMs, and markdown consumers, while the + interactive widget (added with the generated data) is the human-facing + view. The h4 keeps it out of the page table of contents. +*/} + + + Check the [Chains](https://dashboard.alchemy.com/chains) page for details about product and chain support! From ae3d7c1cf8afb48c2350e81c49ce71019f7eb900 Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Tue, 7 Jul 2026 11:51:24 -0400 Subject: [PATCH 27/42] docs: drop the dashboard chains callout The interactive matrix covers product and chain support on the page itself, so the closing pointer to the dashboard Chains page is no longer needed. Co-Authored-By: Claude Fable 5 --- .../pricing-resources/resources/feature-support-by-chain.mdx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx b/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx index e50b5605d..7f84242a7 100644 --- a/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx +++ b/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx @@ -80,7 +80,3 @@ Every Alchemy product and the chains it supports, at a glance. A product counts {/* feature-support:auto end */} - - - Check the [Chains](https://dashboard.alchemy.com/chains) page for details about product and chain support! - From 8bdbf00f4bbe3884d769bb0748771e4aa5519f65 Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Tue, 7 Jul 2026 11:51:25 -0400 Subject: [PATCH 28/42] docs: drop the dashboard chains callout from the seed page Matches the data branch, which removes the closing pointer to the dashboard Chains page. Co-Authored-By: Claude Fable 5 --- .../pricing-resources/resources/feature-support-by-chain.mdx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx b/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx index 5c7abe7fb..dab44f5d0 100644 --- a/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx +++ b/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx @@ -22,7 +22,3 @@ Every Alchemy product and the chains it supports, at a glance. A product counts {/* feature-support:auto end */} - - - Check the [Chains](https://dashboard.alchemy.com/chains) page for details about product and chain support! - From d5068a57dac8072caa0beb15182033bb5d82e7f0 Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Tue, 7 Jul 2026 18:12:32 -0400 Subject: [PATCH 29/42] docs: scope the Wallet APIs to their served networks The wallet-server team confirmed effective support is the rundler networks flagged networkReady plus the Solana fee-payer networks, so the 13 wallet method rows and the product row now list those 55 public networks instead of rendering as available on every network. Regenerated output of the generator change on OMGWINNING/dashboard#8095. Co-Authored-By: Claude Fable 5 --- .../resources/feature-support-by-chain.mdx | 2 +- content/feature-support.json | 28 +++++++++---------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx b/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx index 7f84242a7..06793f2f7 100644 --- a/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx +++ b/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx @@ -74,7 +74,7 @@ Every Alchemy product and the chains it supports, at a glance. A product counts | Tron: Solidity HTTP Methods | Tron | | Utility API | Arbitrum, Base, Ethereum, Monad, OP Mainnet, Polygon PoS, Polygon zkEVM, Robinhood Chain, ZKsync | | UTXO REST API Methods | Bitcoin, Bitcoin Cash, Dogecoin, Litecoin | -| Wallet APIs | All networks | +| Wallet APIs | Anime, ApeChain, Arbitrum, Arc, Base, Berachain, BNB Smart Chain, Celo, DATA Network, Ethereum, Gensyn, Hyperliquid, Ink, MegaETH, Monad, Mythos, OP Mainnet, opBNB, Plasma, Polygon PoS, Robinhood Chain, Shape, Solana, Soneium, Stable, Unichain, World Chain, X Layer, Zora | | Solana: Yellowstone gRPC Unary Methods | Solana | | zkSync Era: Specific Methods | Abstract, Lens, ZKsync | {/* feature-support:auto end */} diff --git a/content/feature-support.json b/content/feature-support.json index e0df464e2..97ce08f92 100644 --- a/content/feature-support.json +++ b/content/feature-support.json @@ -273,7 +273,7 @@ {"tag":"tron-solidity","label":"Tron: Solidity HTTP Methods","networks":[137,138]}, {"tag":"utility","label":"Utility API","networks":[10,11,16,17,49,51,87,91,92,99,100,101,102,105,149,150]}, {"tag":"utxo","label":"UTXO REST API Methods","networks":[20,23,24,25,46,78,79]}, - {"tag":"wallet","label":"Wallet APIs","networks":[],"networkAgnostic":true}, + {"tag":"wallet","label":"Wallet APIs","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, {"tag":"yellowstone-grpc","label":"Solana: Yellowstone gRPC Unary Methods","networks":[119,120]}, {"tag":"zksync","label":"zkSync Era: Specific Methods","networks":[0,1,74,75,149,150]} ], @@ -1124,19 +1124,19 @@ {"name":"utility/blocks/by-timestamp","product":"portfolio","networks":[],"networkAgnostic":true}, {"name":"validateaddress","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, {"name":"verifymessage","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"wallet_createAccount","product":"wallet","networks":[],"networkAgnostic":true}, - {"name":"wallet_createSession","product":"wallet","networks":[],"networkAgnostic":true}, - {"name":"wallet_formatSign","product":"wallet","networks":[],"networkAgnostic":true}, - {"name":"wallet_getAssets","product":"wallet","networks":[],"networkAgnostic":true}, - {"name":"wallet_getCallsStatus","product":"wallet","networks":[],"networkAgnostic":true}, - {"name":"wallet_getCapabilities","product":"wallet","networks":[],"networkAgnostic":true}, - {"name":"wallet_getCrossChainStatus_v0","product":"wallet","networks":[],"networkAgnostic":true}, - {"name":"wallet_listAccounts","product":"wallet","networks":[],"networkAgnostic":true}, - {"name":"wallet_prepareCalls","product":"wallet","networks":[],"networkAgnostic":true}, - {"name":"wallet_prepareSign","product":"wallet","networks":[],"networkAgnostic":true}, - {"name":"wallet_requestAccount","product":"wallet","networks":[],"networkAgnostic":true}, - {"name":"wallet_requestQuote_v0","product":"wallet","networks":[],"networkAgnostic":true}, - {"name":"wallet_sendPreparedCalls","product":"wallet","networks":[],"networkAgnostic":true}, + {"name":"wallet_createAccount","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"wallet_createSession","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"wallet_formatSign","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"wallet_getAssets","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"wallet_getCallsStatus","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"wallet_getCapabilities","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"wallet_getCrossChainStatus_v0","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"wallet_listAccounts","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"wallet_prepareCalls","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"wallet_prepareSign","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"wallet_requestAccount","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"wallet_requestQuote_v0","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"wallet_sendPreparedCalls","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, {"name":"web3_clientVersion","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"web3_sha3","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"zkevm_batchNumber","product":"polygon-zkevm","networks":[101,102]}, From b228e3bfb04d1ba73b3bda80c9f51e4befdfb19e Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Tue, 7 Jul 2026 18:56:29 -0400 Subject: [PATCH 30/42] docs: drop the deprecated Embedded Account APIs from the matrix The signer surface is deprecated per the wallet-server team, so the 34 signer method rows and the product row leave the matrix. Regenerated output of the generator change on OMGWINNING/dashboard#8095. Co-Authored-By: Claude Fable 5 --- .../resources/feature-support-by-chain.mdx | 1 - content/feature-support.json | 35 ------------------- 2 files changed, 36 deletions(-) diff --git a/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx b/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx index 06793f2f7..76893dd43 100644 --- a/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx +++ b/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx @@ -58,7 +58,6 @@ Every Alchemy product and the chains it supports, at a glance. A product counts | Polygon zkEVM: Specific Methods | Polygon zkEVM | | Portfolio API | All networks | | Prices API | All networks | -| Embedded Account APIs | All networks | | Solana: Standard JSON-RPC Methods | Solana | | Solana: DAS APIs (NFT/Token) | Solana | | Solana: Photon APIs (ZK Compression) | Solana | diff --git a/content/feature-support.json b/content/feature-support.json index 97ce08f92..c7214a58b 100644 --- a/content/feature-support.json +++ b/content/feature-support.json @@ -257,7 +257,6 @@ {"tag":"polygon-zkevm","label":"Polygon zkEVM: Specific Methods","networks":[101,102]}, {"tag":"portfolio","label":"Portfolio API","networks":[],"networkAgnostic":true}, {"tag":"prices","label":"Prices API","networks":[],"networkAgnostic":true}, - {"tag":"signer","label":"Embedded Account APIs","networks":[],"networkAgnostic":true}, {"tag":"solana","label":"Solana: Standard JSON-RPC Methods","networks":[119,120]}, {"tag":"solana-das","label":"Solana: DAS APIs (NFT/Token)","networks":[119,120]}, {"tag":"solana-photon","label":"Solana: Photon APIs (ZK Compression)","networks":[119,120]}, @@ -403,40 +402,6 @@ {"name":"/scripthash/{hash}/txs/chain/{last_seen_txid}","product":"bitcoin-indexer","networks":[20,21,22,23]}, {"name":"/scripthash/{hash}/txs/mempool","product":"bitcoin-indexer","networks":[20,21,22,23]}, {"name":"/scripthash/{hash}/utxo","product":"bitcoin-indexer","networks":[20,21,22,23]}, - {"name":"/signer/add-oauth-provider","product":"signer","networks":[],"networkAgnostic":true}, - {"name":"/signer/auth","product":"signer","networks":[],"networkAgnostic":true}, - {"name":"/signer/auth-delete-multi-factors","product":"signer","networks":[],"networkAgnostic":true}, - {"name":"/signer/auth-get-multi-factor","product":"signer","networks":[],"networkAgnostic":true}, - {"name":"/signer/auth-jwt","product":"signer","networks":[],"networkAgnostic":true}, - {"name":"/signer/auth-list-multi-factors","product":"signer","networks":[],"networkAgnostic":true}, - {"name":"/signer/auth-request-multi-factor","product":"signer","networks":[],"networkAgnostic":true}, - {"name":"/signer/auth-validate-multi-factors","product":"signer","networks":[],"networkAgnostic":true}, - {"name":"/signer/auth-verify-multi-factor","product":"signer","networks":[],"networkAgnostic":true}, - {"name":"/signer/init-otp","product":"signer","networks":[],"networkAgnostic":true}, - {"name":"/signer/list-auth-methods","product":"signer","networks":[],"networkAgnostic":true}, - {"name":"/signer/lookup","product":"signer","networks":[],"networkAgnostic":true}, - {"name":"/signer/multi-owner-add","product":"signer","networks":[],"networkAgnostic":true}, - {"name":"/signer/multi-owner-create","product":"signer","networks":[],"networkAgnostic":true}, - {"name":"/signer/multi-owner-delete","product":"signer","networks":[],"networkAgnostic":true}, - {"name":"/signer/multi-owner-prepare-add","product":"signer","networks":[],"networkAgnostic":true}, - {"name":"/signer/multi-owner-prepare-delete","product":"signer","networks":[],"networkAgnostic":true}, - {"name":"/signer/multi-owner-sign-raw-payload","product":"signer","networks":[],"networkAgnostic":true}, - {"name":"/signer/multi-owner-update-root-quorum","product":"signer","networks":[],"networkAgnostic":true}, - {"name":"/signer/multi-sig-add","product":"signer","networks":[],"networkAgnostic":true}, - {"name":"/signer/multi-sig-create","product":"signer","networks":[],"networkAgnostic":true}, - {"name":"/signer/multi-sig-prepare-add","product":"signer","networks":[],"networkAgnostic":true}, - {"name":"/signer/oauth","product":"signer","networks":[],"networkAgnostic":true}, - {"name":"/signer/otp","product":"signer","networks":[],"networkAgnostic":true}, - {"name":"/signer/prepare-oauth","product":"signer","networks":[],"networkAgnostic":true}, - {"name":"/signer/remove-oauth-provider","product":"signer","networks":[],"networkAgnostic":true}, - {"name":"/signer/sign-payload","product":"signer","networks":[],"networkAgnostic":true}, - {"name":"/signer/signer-config","product":"signer","networks":[],"networkAgnostic":true}, - {"name":"/signer/signup","product":"signer","networks":[],"networkAgnostic":true}, - {"name":"/signer/track-key-export","product":"signer","networks":[],"networkAgnostic":true}, - {"name":"/signer/update-email-auth","product":"signer","networks":[],"networkAgnostic":true}, - {"name":"/signer/update-phone-auth","product":"signer","networks":[],"networkAgnostic":true}, - {"name":"/signer/verify-otp","product":"signer","networks":[],"networkAgnostic":true}, - {"name":"/signer/whoami","product":"signer","networks":[],"networkAgnostic":true}, {"name":"/trade_aggregations","product":"stellar","networks":[129,130]}, {"name":"/trades","product":"stellar","networks":[129,130]}, {"name":"/transactions","product":"stellar","networks":[129,130]}, From 6d16db7c40b26345fd7d8755dfb3afda462f4b06 Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Tue, 7 Jul 2026 19:10:48 -0400 Subject: [PATCH 31/42] Order API overview and endpoints above tutorials and FAQ in every chain section Review feedback on the Solana section, applied to all chains: each chain now reads Quickstart, deprecation notices, API overview, API endpoints/products, everything else, FAQ last. Relative order within each group is preserved; nav-only, no URL changes. Co-Authored-By: Claude Fable 5 --- content/docs.yml | 418 +++++++++++++++++++++++------------------------ 1 file changed, 209 insertions(+), 209 deletions(-) diff --git a/content/docs.yml b/content/docs.yml index 0602bfd8d..f51749fe9 100644 --- a/content/docs.yml +++ b/content/docs.yml @@ -174,8 +174,6 @@ navigation: contents: - page: Quickstart path: api-reference/ethereum/ethereum-api-quickstart.mdx - - page: FAQ - path: api-reference/ethereum/ethereum-api-faq/ethereum-api-faq.mdx - page: Ethereum API Overview path: api-reference/ethereum/ethereum-api-overview.mdx - api: Ethereum API Endpoints @@ -183,6 +181,8 @@ navigation: - api: Ethereum Beacon API Endpoints api-name: eth-beacon flattened: true + - page: FAQ + path: api-reference/ethereum/ethereum-api-faq/ethereum-api-faq.mdx slug: ethereum - section: Solana contents: @@ -195,14 +195,6 @@ navigation: path: api-reference/solana/accounts-db-infra.mdx - page: Historical account state path: api-reference/solana/historical-account-state.mdx - - section: Tutorials - contents: - - link: Hello World Solana Application - href: /docs/hello-world-solana-program - - link: Set up Frontend for Solana Application - href: /docs/hello-world-solana-application - - page: FAQ - path: api-reference/solana/solana-api-faq.mdx - page: Solana API Overview path: api-reference/solana/solana-api-overview.mdx - api: Solana API Endpoints @@ -247,64 +239,76 @@ navigation: - api: Solana Photon API api-name: solana-photon flattened: true + - section: Tutorials + contents: + - link: Hello World Solana Application + href: /docs/hello-world-solana-program + - link: Set up Frontend for Solana Application + href: /docs/hello-world-solana-application + - page: FAQ + path: api-reference/solana/solana-api-faq.mdx slug: solana - section: Abstract contents: - page: Quickstart path: api-reference/abstract/abstract-api-quickstart.mdx - - page: FAQ - path: api-reference/abstract/abstract-api-faq.mdx - page: Abstract API Overview path: api-reference/abstract/abstract-api-overview.mdx - api: Abstract API Endpoints api-name: abstract + - page: FAQ + path: api-reference/abstract/abstract-api-faq.mdx slug: abstract - section: ADI contents: + - page: Quickstart path: api-reference/adi/adi-api-quickstart.mdx - - page: FAQ - path: api-reference/adi/adi-api-faq.mdx - page: ADI API Overview path: api-reference/adi/adi-api-overview.mdx - api: ADI API Endpoints api-name: adi + - page: FAQ + path: api-reference/adi/adi-api-faq.mdx slug: adi - - section: Anime contents: - page: Quickstart path: api-reference/anime/anime-api-quickstart.mdx - - page: FAQ - path: api-reference/anime/anime-api-faq.mdx - page: Anime API Overview path: api-reference/anime/anime-api-overview.mdx - api: Anime API Endpoints api-name: anime + - page: FAQ + path: api-reference/anime/anime-api-faq.mdx slug: anime - section: Apechain contents: - page: Quickstart path: api-reference/apechain/apechain-api-quickstart.mdx - - page: FAQ - path: api-reference/apechain/apechain-api-faq.mdx - api: ApeChain API Endpoints api-name: apechain + - page: FAQ + path: api-reference/apechain/apechain-api-faq.mdx slug: apechain - section: Aptos contents: - page: Quickstart path: api-reference/aptos/aptos-api-quickstart.mdx - - page: FAQ - path: api-reference/aptos/aptos-api-faq.mdx - api: Aptos API Endpoints api-name: aptos flattened: true + - page: FAQ + path: api-reference/aptos/aptos-api-faq.mdx slug: aptos - section: Arbitrum contents: - page: Quickstart path: api-reference/arbitrum/arbitrum-api-quickstart.mdx + - page: Arbitrum API Overview + path: api-reference/arbitrum/arbitrum-api-overview.mdx + - api: Arbitrum API Endpoints + api-name: arbitrum - section: FAQ path: api-reference/arbitrum/arbitrum-api-faq/arbitrum-api-faq.mdx contents: @@ -313,10 +317,6 @@ navigation: api-reference/arbitrum/arbitrum-api-faq/arbitrumethereum-differences.mdx slug: arbitrum-api-faq - - page: Arbitrum API Overview - path: api-reference/arbitrum/arbitrum-api-overview.mdx - - api: Arbitrum API Endpoints - api-name: arbitrum slug: arbitrum - section: Arbitrum Nova contents: @@ -327,51 +327,49 @@ navigation: contents: - page: Quickstart path: api-reference/arc/arc-api-quickstart.mdx - - page: FAQ - path: api-reference/arc/arc-api-faq.mdx - page: Arc API Overview path: api-reference/arc/arc-api-overview.mdx - api: Arc API Endpoints api-name: arc + - page: FAQ + path: api-reference/arc/arc-api-faq.mdx slug: arc - section: Astar contents: - page: Quickstart path: api-reference/astar/astar-api-quickstart.mdx - - page: FAQ - path: api-reference/astar/astar-api-faq.mdx - page: Astar API Overview path: api-reference/astar/astar-api-overview.mdx - api: Astar API Endpoints api-name: astar slug: astar-api-endpoints + - page: FAQ + path: api-reference/astar/astar-api-faq.mdx slug: astar - section: Avalanche C-Chain contents: - page: Quickstart path: api-reference/avalanche/avalanche-api-quickstart.mdx - - page: FAQ - path: api-reference/avalanche/avalanche-api-faq.mdx - api: Avalanche API Endpoints api-name: avalanche + - page: FAQ + path: api-reference/avalanche/avalanche-api-faq.mdx slug: avalanche - section: Avalanche P-Chain contents: - page: Quickstart path: api-reference/avalanche-p/avalanche-p-api-quickstart.mdx - - page: FAQ - path: api-reference/avalanche-p/avalanche-p-api-faq.mdx - page: Avalanche P-Chain API Overview path: api-reference/avalanche-p/avalanche-p-api-overview.mdx - api: Avalanche P-Chain API Endpoints api-name: avalanche-p + - page: FAQ + path: api-reference/avalanche-p/avalanche-p-api-faq.mdx slug: avalanche-p - section: Base contents: - page: Quickstart path: api-reference/base/base-api-quickstart.mdx - - page: FAQ - path: api-reference/base/base-api-faq.mdx - page: Base API Overview path: api-reference/base/base-api-overview.mdx - api: Base API Endpoints @@ -379,24 +377,24 @@ navigation: slug: base-api-endpoints - page: Flashblocks API Quickstart path: api-reference/base/base-flashblocks-api-quickstart.mdx + - page: FAQ + path: api-reference/base/base-api-faq.mdx slug: base - section: Berachain contents: - page: Quickstart path: api-reference/berachain/berachain-api-quickstart.mdx - - page: FAQ - path: api-reference/berachain/berachain-api-faq.mdx - page: Berachain API Overview path: api-reference/berachain/berachain-api-overview.mdx - api: Berachain API Endpoints api-name: berachain + - page: FAQ + path: api-reference/berachain/berachain-api-faq.mdx slug: berachain - section: Bitcoin contents: - page: Quickstart path: api-reference/bitcoin/bitcoin-api-quickstart.mdx - - page: FAQ - path: api-reference/bitcoin/bitcoin-api-faq.mdx - page: Bitcoin API Overview path: api-reference/bitcoin/bitcoin-api-overview.mdx - api: Bitcoin API Endpoints @@ -413,13 +411,13 @@ navigation: flattened: true - page: UTXO WebSockets path: api-reference/bitcoin/utxo-websockets.mdx + - page: FAQ + path: api-reference/bitcoin/bitcoin-api-faq.mdx slug: bitcoin - section: Bitcoin Cash contents: - page: Quickstart path: api-reference/bitcoincash/bitcoincash-api-quickstart.mdx - - page: FAQ - path: api-reference/bitcoincash/bitcoincash-api-faq.mdx - page: Bitcoin Cash API Overview path: api-reference/bitcoincash/bitcoincash-api-overview.mdx - api: Bitcoin Cash API Endpoints @@ -437,115 +435,116 @@ navigation: flattened: true - page: UTXO WebSockets path: api-reference/bitcoincash/utxo-websockets.mdx + - page: FAQ + path: api-reference/bitcoincash/bitcoincash-api-faq.mdx slug: bitcoincash - section: Blast contents: - page: Quickstart path: api-reference/blast/blast-api-quickstart.mdx - - page: FAQ - path: api-reference/blast/blast-api-faq.mdx - page: Blast API Overview path: api-reference/blast/blast-api-overview.mdx - api: Blast API Endpoints api-name: blast + - page: FAQ + path: api-reference/blast/blast-api-faq.mdx slug: blast - section: BNB Smart Chain contents: - - page: BNB Smart Chain Quickstart - path: api-reference/bnb-smart-chain/bnb-smart-chain-api-quickstart.mdx - - page: BNB Smart Chain FAQ - path: api-reference/bnb-smart-chain/bnb-smart-chain-faq.mdx - page: BNB Smart Chain API Overview path: api-reference/bnb-smart-chain/bnb-smart-chain-api-overview.mdx - api: BNB Smart Chain API Endpoints api-name: bnb + - page: BNB Smart Chain Quickstart + path: api-reference/bnb-smart-chain/bnb-smart-chain-api-quickstart.mdx + - page: BNB Smart Chain FAQ + path: api-reference/bnb-smart-chain/bnb-smart-chain-faq.mdx slug: bnb-smart-chain - section: BOB contents: - page: Quickstart path: api-reference/bob/bob-api-quickstart.mdx - - page: FAQ - path: api-reference/bob/bob-api-faq.mdx - page: BOB API Overview path: api-reference/bob/bob-api-overview.mdx - api: BOB API Endpoints api-name: bob + - page: FAQ + path: api-reference/bob/bob-api-faq.mdx slug: bob - section: Botanix contents: - page: Quickstart path: api-reference/botanix/botanix-api-quickstart.mdx - - page: FAQ - path: api-reference/botanix/botanix-api-faq.mdx - page: Botanix API Overview path: api-reference/botanix/botanix-api-overview.mdx - api: Botanix API Endpoints api-name: botanix + - page: FAQ + path: api-reference/botanix/botanix-api-faq.mdx slug: botanix - section: Celo contents: - page: Quickstart path: api-reference/celo/celo-chain-api-quickstart.mdx - - page: FAQ - path: api-reference/celo/celo-chain-api-faq.mdx - page: Celo API Overview path: api-reference/celo/celo-api-overview.mdx - api: Celo API Endpoints api-name: celo + - page: FAQ + path: api-reference/celo/celo-chain-api-faq.mdx slug: celo - section: Citrea contents: + - page: Quickstart path: api-reference/citrea/citrea-api-quickstart.mdx - - page: FAQ - path: api-reference/citrea/citrea-api-faq.mdx - page: Citrea API Overview path: api-reference/citrea/citrea-api-overview.mdx - api: Citrea API Endpoints api-name: citrea + - page: FAQ + path: api-reference/citrea/citrea-api-faq.mdx slug: citrea - - section: Clankermon contents: + - page: Quickstart path: api-reference/clankermon/clankermon-api-quickstart.mdx - - page: FAQ - path: api-reference/clankermon/clankermon-api-faq.mdx - page: Clankermon API Overview path: api-reference/clankermon/clankermon-api-overview.mdx - api: Clankermon API Endpoints api-name: clankermon + - page: FAQ + path: api-reference/clankermon/clankermon-api-faq.mdx slug: clankermon - - section: CrossFi contents: - page: Quickstart path: api-reference/crossfi/crossfi-api-quickstart.mdx - - page: FAQ - path: api-reference/crossfi/crossfi-api-faq.mdx - page: CrossFi API Overview path: api-reference/crossfi/crossfi-api-overview.mdx - api: CrossFi API Endpoints api-name: crossfi + - page: FAQ + path: api-reference/crossfi/crossfi-api-faq.mdx slug: crossfi - section: Degen contents: + - page: Quickstart path: api-reference/degen/degen-api-quickstart.mdx - - page: FAQ - path: api-reference/degen/degen-api-faq.mdx - page: Degen API Overview path: api-reference/degen/degen-api-overview.mdx - api: Degen API Endpoints api-name: degen + - page: FAQ + path: api-reference/degen/degen-api-faq.mdx slug: degen - - section: Dogecoin contents: + - page: Quickstart path: api-reference/dogecoin/dogecoin-api-quickstart.mdx - - page: FAQ - path: api-reference/dogecoin/dogecoin-api-faq.mdx - page: Dogecoin API Overview path: api-reference/dogecoin/dogecoin-api-overview.mdx - api: Dogecoin API Endpoints @@ -562,35 +561,36 @@ navigation: flattened: true - page: UTXO WebSockets path: api-reference/dogecoin/utxo-websockets.mdx + - page: FAQ + path: api-reference/dogecoin/dogecoin-api-faq.mdx slug: dogecoin - - section: Fantom contents: + - page: Fantom Deprecation Notice path: api-reference/fantom/fantom-deprecation-notice.mdx slug: fantom - - section: Flow contents: - page: Quickstart path: api-reference/flow/flow-api-quickstart.mdx - - page: FAQ - path: api-reference/flow/flow-api-faq.mdx - api: Flow EVM API Endpoints api-name: flow + - page: FAQ + path: api-reference/flow/flow-api-faq.mdx slug: flow-evm - section: Frax contents: + - page: Quickstart path: api-reference/frax/frax-api-quickstart.mdx - - page: FAQ - path: api-reference/frax/frax-api-faq.mdx - page: Frax API Overview path: api-reference/frax/frax-api-overview.mdx - api: Frax API Endpoints api-name: frax + - page: FAQ + path: api-reference/frax/frax-api-faq.mdx slug: frax - - section: Geist contents: - page: Geist Deprecation Notice @@ -598,113 +598,111 @@ navigation: slug: geist - section: Gensyn contents: + - page: Quickstart path: api-reference/gensyn/gensyn-api-quickstart.mdx - - page: FAQ - path: api-reference/gensyn/gensyn-api-faq.mdx - page: Gensyn API Overview path: api-reference/gensyn/gensyn-api-overview.mdx - api: Gensyn API Endpoints api-name: gensyn + - page: FAQ + path: api-reference/gensyn/gensyn-api-faq.mdx slug: gensyn - - section: Gnosis contents: - page: Quickstart path: api-reference/gnosis/gnosis-chain-api-quickstart.mdx - - page: FAQ - path: api-reference/gnosis/gnosis-chain-faq.mdx - page: Gnosis API Overview path: api-reference/gnosis/gnosis-api-overview.mdx - api: Gnosis API Endpoints api-name: gnosis + - page: FAQ + path: api-reference/gnosis/gnosis-chain-faq.mdx slug: gnosis - section: Humanity contents: + - page: Quickstart path: api-reference/humanity/humanity-api-quickstart.mdx - - page: FAQ - path: api-reference/humanity/humanity-api-faq.mdx - page: Humanity API Overview path: api-reference/humanity/humanity-api-overview.mdx - api: Humanity API Endpoints api-name: humanity + - page: FAQ + path: api-reference/humanity/humanity-api-faq.mdx slug: humanity - - section: Hyperliquid contents: - page: Quickstart path: api-reference/hyperliquid/hyperliquid-api-quickstart.mdx - - page: FAQ - path: api-reference/hyperliquid/hyperliquid-api-faq.mdx - page: Hyperliquid API Overview path: api-reference/hyperliquid/hyperliquid-api-overview.mdx - api: Hyperliquid API Endpoints api-name: hyperliquid - page: Hyperliquid Info Endpoint path: api-reference/hyperliquid/hyperliquid-info-endpoint.mdx + - page: FAQ + path: api-reference/hyperliquid/hyperliquid-api-faq.mdx slug: hyperliquid - section: Injective contents: - page: Quickstart path: api-reference/injective/injective-api-quickstart.mdx - - page: FAQ - path: api-reference/injective/injective-api-faq.mdx - page: Injective API Overview path: api-reference/injective/injective-api-overview.mdx - api: Injective API Endpoints api-name: injective + - page: FAQ + path: api-reference/injective/injective-api-faq.mdx slug: injective - section: Ink contents: - page: Quickstart path: api-reference/ink/ink-api-quickstart.mdx - - page: FAQ - path: api-reference/ink/ink-api-faq.mdx - page: Ink API Overview path: api-reference/ink/ink-api-overview.mdx - api: Ink API Endpoints api-name: ink + - page: FAQ + path: api-reference/ink/ink-api-faq.mdx slug: ink - section: Jovay contents: - page: Quickstart path: api-reference/jovay/jovay-api-quickstart.mdx - - page: FAQ - path: api-reference/jovay/jovay-api-faq.mdx - page: Jovay API Overview path: api-reference/jovay/jovay-api-overview.mdx - api: Jovay API Endpoints api-name: jovay + - page: FAQ + path: api-reference/jovay/jovay-api-faq.mdx slug: jovay - section: Lens contents: - page: Quickstart path: api-reference/lens/lens-api-quickstart.mdx - - page: FAQ - path: api-reference/lens/lens-api-faq.mdx - page: Lens API Overview path: api-reference/lens/lens-api-overview.mdx - api: Lens API Endpoints api-name: lens + - page: FAQ + path: api-reference/lens/lens-api-faq.mdx slug: lens - section: Linea contents: - page: Quickstart path: api-reference/linea/linea-chain-api-quickstart.mdx - - page: FAQ - path: api-reference/linea/linea-chain-api-faq.mdx - page: Linea API Overview path: api-reference/linea/linea-api-overview.mdx - api: Linea API Endpoints api-name: linea + - page: FAQ + path: api-reference/linea/linea-chain-api-faq.mdx slug: linea - section: Litecoin contents: - page: Quickstart path: api-reference/litecoin/litecoin-api-quickstart.mdx - - page: FAQ - path: api-reference/litecoin/litecoin-api-faq.mdx - page: Litecoin API Overview path: api-reference/litecoin/litecoin-api-overview.mdx - api: Litecoin API Endpoints @@ -721,6 +719,8 @@ navigation: flattened: true - page: UTXO WebSockets path: api-reference/litecoin/utxo-websockets.mdx + - page: FAQ + path: api-reference/litecoin/litecoin-api-faq.mdx slug: litecoin - section: Lumia contents: @@ -731,84 +731,90 @@ navigation: contents: - page: Quickstart path: api-reference/mantle/mantle-chain-api-quickstart.mdx - - page: FAQ - path: api-reference/mantle/mantle-chain-api-faq.mdx - page: Mantle API Overview path: api-reference/mantle/mantle-api-overview.mdx - api: Mantle API Endpoints api-name: mantle + - page: FAQ + path: api-reference/mantle/mantle-chain-api-faq.mdx slug: mantle - section: MegaETH contents: - page: Quickstart path: api-reference/megaeth/megaeth-api-quickstart.mdx - - page: FAQ - path: api-reference/megaeth/megaeth-api-faq.mdx - page: MegaETH API Overview path: api-reference/megaeth/megaeth-api-overview.mdx - api: MegaETH API Endpoints api-name: megaeth + - page: FAQ + path: api-reference/megaeth/megaeth-api-faq.mdx slug: megaeth - section: Metis contents: - page: Quickstart path: api-reference/metis/metis-chain-api-quickstart.mdx - - page: FAQ - path: api-reference/metis/metis-chain-api-faq.mdx - page: Metis API Overview path: api-reference/metis/metis-api-overview.mdx - api: Metis API Endpoints api-name: metis + - page: FAQ + path: api-reference/metis/metis-chain-api-faq.mdx slug: metis - section: Mode contents: - page: Quickstart path: api-reference/mode/mode-api-quickstart.mdx - - page: FAQ - path: api-reference/mode/mode-api-faq.mdx - page: Mode API Overview path: api-reference/mode/mode-api-overview.mdx - api: Mode API Endpoints api-name: mode + - page: FAQ + path: api-reference/mode/mode-api-faq.mdx slug: mode - section: Monad contents: - page: Quickstart path: api-reference/monad/monad-api-quickstart.mdx - - page: FAQ - path: api-reference/monad/monad-api-faq.mdx - page: Monad API Overview path: api-reference/monad/monad-api-overview.mdx - api: Monad API Endpoints api-name: monad + - page: FAQ + path: api-reference/monad/monad-api-faq.mdx slug: monad - section: Moonbeam contents: - page: Quickstart path: api-reference/moonbeam/moonbeam-api-quickstart.mdx - - page: FAQ - path: api-reference/moonbeam/moonbeam-api-faq.mdx - page: Moonbeam API Overview path: api-reference/moonbeam/moonbeam-api-overview.mdx - api: Moonbeam API Endpoints api-name: moonbeam + - page: FAQ + path: api-reference/moonbeam/moonbeam-api-faq.mdx slug: moonbeam - section: Mythos contents: + - page: Quickstart path: api-reference/mythos/mythos-api-quickstart.mdx - - page: FAQ - path: api-reference/mythos/mythos-api-faq.mdx - page: Mythos API Overview path: api-reference/mythos/mythos-api-overview.mdx - api: Mythos API Endpoints api-name: mythos + - page: FAQ + path: api-reference/mythos/mythos-api-faq.mdx slug: mythos - - section: OP Mainnet contents: - page: Quickstart path: api-reference/op-mainnet/op-mainnet-api-quickstart.mdx + - page: OP Mainnet API Overview + path: api-reference/op-mainnet/op-mainnet-api-overview.mdx + - api: OP Mainnet API Endpoints + api-name: opt + - page: Flashblocks API Quickstart + path: api-reference/op-mainnet/op-mainnet-flashblocks-api-quickstart.mdx - section: FAQ path: api-reference/op-mainnet/op-mainnet-api-faq/op-mainnet-api-faq.mdx contents: @@ -816,61 +822,65 @@ navigation: path: api-reference/op-mainnet/op-mainnet-api-faq/op-mainnet-error-codes.mdx slug: op-mainnet-api-faq - - page: OP Mainnet API Overview - path: api-reference/op-mainnet/op-mainnet-api-overview.mdx - - api: OP Mainnet API Endpoints - api-name: opt - - page: Flashblocks API Quickstart - path: api-reference/op-mainnet/op-mainnet-flashblocks-api-quickstart.mdx slug: op-mainnet - section: opBNB contents: - page: Quickstart path: api-reference/opbnb-paid-tier/opbnb-chain-api-quickstart.mdx - - page: FAQ - path: api-reference/opbnb-paid-tier/opbnb-chain-api-faq.mdx - api: OpBNB API Endpoints api-name: opbnb + - page: FAQ + path: api-reference/opbnb-paid-tier/opbnb-chain-api-faq.mdx slug: opbnb - section: Pharos contents: + - page: Quickstart path: api-reference/pharos/pharos-api-quickstart.mdx - - page: FAQ - path: api-reference/pharos/pharos-api-faq.mdx - page: Pharos API Overview path: api-reference/pharos/pharos-api-overview.mdx - api: Pharos API Endpoints api-name: pharos + - page: FAQ + path: api-reference/pharos/pharos-api-faq.mdx slug: pharos - - section: Plasma contents: + - page: Quickstart path: api-reference/plasma/plasma-api-quickstart.mdx - - page: FAQ - path: api-reference/plasma/plasma-api-faq.mdx - page: Plasma API Overview path: api-reference/plasma/plasma-api-overview.mdx - api: Plasma API Endpoints api-name: plasma + - page: FAQ + path: api-reference/plasma/plasma-api-faq.mdx slug: plasma - - section: Polygon PoS contents: - page: Quickstart path: api-reference/polygon-pos/polygon-api-quickstart.mdx - - page: FAQ - path: api-reference/polygon-pos/polygon-api-faq.mdx - page: Polygon PoS API Overview path: api-reference/polygon-pos/polygon-pos-api-overview.mdx - api: Polygon PoS API Endpoints api-name: matic + - page: FAQ + path: api-reference/polygon-pos/polygon-api-faq.mdx slug: polygon-pos - section: Polygon zkEVM contents: - page: Quickstart path: api-reference/polygon-zkevm/polygon-zkevm-api-quickstart.mdx + - page: Polygon zkEVM Deprecation Notice + path: api-reference/polygon-zkevm/polygon-zkevm-deprecation-notice.mdx + - page: Polygon zkEVM API Overview + path: api-reference/polygon-zkevm/polygon-zkevm-api-overview.mdx + - api: Polygon zkEVM API Endpoints + api-name: polygon-zkevm + # Pin the slug: the auto-generated kebab-case of "Polygon zkEVM API + # Endpoints" splits zkEVM into "zk-evm", which diverges from the + # overview/FAQ link convention. Pin it so endpoint URLs stay stable. + slug: polygon-zkevm-api-endpoints - section: FAQ path: >- api-reference/polygon-zkevm/polygon-zkevm-api-faq/polygon-zkevm-api-faq.mdx @@ -882,187 +892,175 @@ navigation: path: >- api-reference/polygon-zkevm/polygon-zkevm-api-faq/what-is-the-difference-between-polygon-zkevm-and-polygon.mdx slug: polygon-zkevm-api-faq - - page: Polygon zkEVM API Overview - path: api-reference/polygon-zkevm/polygon-zkevm-api-overview.mdx - - page: Polygon zkEVM Deprecation Notice - path: api-reference/polygon-zkevm/polygon-zkevm-deprecation-notice.mdx - - api: Polygon zkEVM API Endpoints - api-name: polygon-zkevm - # Pin the slug: the auto-generated kebab-case of "Polygon zkEVM API - # Endpoints" splits zkEVM into "zk-evm", which diverges from the - # overview/FAQ link convention. Pin it so endpoint URLs stay stable. - slug: polygon-zkevm-api-endpoints slug: polygon-zkevm - section: Rise contents: + - page: Quickstart path: api-reference/rise/rise-api-quickstart.mdx - - page: FAQ - path: api-reference/rise/rise-api-faq.mdx - page: Rise API Overview path: api-reference/rise/rise-api-overview.mdx - api: Rise API Endpoints api-name: rise + - page: FAQ + path: api-reference/rise/rise-api-faq.mdx slug: rise - - section: Robinhood Chain contents: + - page: Quickstart path: api-reference/robinhood-chain/robinhood-chain-api-quickstart.mdx - - page: FAQ - path: api-reference/robinhood-chain/robinhood-chain-api-faq.mdx - page: Robinhood Chain API Overview path: api-reference/robinhood-chain/robinhood-chain-api-overview.mdx - api: Robinhood Chain API Endpoints api-name: robinhood + - page: FAQ + path: api-reference/robinhood-chain/robinhood-chain-api-faq.mdx slug: robinhood-chain - - section: Ronin contents: + - page: Quickstart path: api-reference/ronin/ronin-api-quickstart.mdx - - page: FAQ - path: api-reference/ronin/ronin-api-faq.mdx - page: Ronin API Overview path: api-reference/ronin/ronin-api-overview.mdx - api: Ronin API Endpoints api-name: ronin + - page: FAQ + path: api-reference/ronin/ronin-api-faq.mdx slug: ronin - - section: Rootstock contents: - page: Quickstart path: api-reference/rootstock/rootstock-api-quickstart.mdx - - page: FAQ - path: api-reference/rootstock/rootstock-api-faq.mdx - page: Rootstock API Overview path: api-reference/rootstock/rootstock-api-overview.mdx - api: Rootstock API Endpoints api-name: rootstock + - page: FAQ + path: api-reference/rootstock/rootstock-api-faq.mdx slug: rootstock - section: Scroll contents: - page: Quickstart path: api-reference/scroll/scroll-chain-api-quickstart.mdx - - page: FAQ - path: api-reference/scroll/scroll-chain-api-faq.mdx - page: Scroll API Overview path: api-reference/scroll/scroll-api-overview.mdx - api: Scroll API Endpoints api-name: scroll + - page: FAQ + path: api-reference/scroll/scroll-chain-api-faq.mdx slug: scroll - section: Sei contents: - page: Quickstart path: api-reference/sei/sei-api-quickstart.mdx - - page: FAQ - path: api-reference/sei/sei-api-faq.mdx - page: Sei API Overview path: api-reference/sei/sei-api-overview.mdx - api: Sei API Endpoints api-name: sei + - page: FAQ + path: api-reference/sei/sei-api-faq.mdx slug: sei - section: Settlus contents: + - page: Quickstart path: api-reference/settlus/settlus-api-quickstart.mdx - - page: FAQ - path: api-reference/settlus/settlus-api-faq.mdx - page: Settlus API Overview path: api-reference/settlus/settlus-api-overview.mdx - api: Settlus API Endpoints api-name: settlus + - page: FAQ + path: api-reference/settlus/settlus-api-faq.mdx slug: settlus - - section: Shape contents: - page: Quickstart path: api-reference/shape/shape-api-quickstart.mdx - - page: FAQ - path: api-reference/shape/shape-api-faq.mdx - page: Shape API Overview path: api-reference/shape/shape-api-overview.mdx - api: Shape API Endpoints api-name: shape + - page: FAQ + path: api-reference/shape/shape-api-faq.mdx slug: shape - section: Soneium contents: - page: Quickstart path: api-reference/soneium/soneium-api-quickstart.mdx - - page: FAQ - path: api-reference/soneium/soneium-api-faq.mdx - page: Soneium API Overview path: api-reference/soneium/soneium-api-overview.mdx - api: Soneium API Endpoints api-name: soneium + - page: FAQ + path: api-reference/soneium/soneium-api-faq.mdx slug: soneium - section: Sonic contents: - page: Quickstart path: api-reference/sonic/sonic-api-quickstart.mdx - - page: FAQ - path: api-reference/sonic/sonic-api-faq.mdx - - page: Sonic API Overview - path: api-reference/sonic/sonic-api-overview.mdx - page: Sonic Blaze Deprecation Notice path: api-reference/sonic/sonic-blaze-deprecation-notice.mdx + - page: Sonic API Overview + path: api-reference/sonic/sonic-api-overview.mdx - api: Sonic API Endpoints api-name: sonic + - page: FAQ + path: api-reference/sonic/sonic-api-faq.mdx slug: sonic - section: Stable contents: - page: Quickstart path: api-reference/stable/stable-api-quickstart.mdx - - page: FAQ - path: api-reference/stable/stable-api-faq.mdx - page: Stable API Overview path: api-reference/stable/stable-api-overview.mdx - api: Stable API Endpoints api-name: stable + - page: FAQ + path: api-reference/stable/stable-api-faq.mdx slug: stable - section: Starknet contents: - page: Quickstart path: api-reference/starknet/starknet-api-quickstart.mdx - - page: FAQ - path: api-reference/starknet/starknet-api-faq.mdx - page: Starknet API Overview path: api-reference/starknet/starknet-api-overview.mdx - api: Starknet API Endpoints api-name: starknet + - page: FAQ + path: api-reference/starknet/starknet-api-faq.mdx slug: starknet - section: Stellar contents: + - page: Quickstart path: api-reference/stellar/stellar-api-quickstart.mdx - - page: FAQ - path: api-reference/stellar/stellar-api-faq.mdx - page: Stellar API Overview path: api-reference/stellar/stellar-api-overview.mdx - api: Stellar API Endpoints api-name: stellar - link: Stellar Data API href: /docs/reference/stellar-data-api-overview + - page: FAQ + path: api-reference/stellar/stellar-api-faq.mdx slug: stellar - - section: DATA Network contents: - page: Quickstart path: api-reference/data-network/data-network-api-quickstart.mdx - - page: FAQ - path: api-reference/data-network/data-network-api-faq.mdx - page: DATA Network API Overview path: api-reference/data-network/data-network-api-overview.mdx - api: DATA Network API Endpoints api-name: story slug: data-network-api-endpoints + - page: FAQ + path: api-reference/data-network/data-network-api-faq.mdx slug: data-network - section: Sui contents: - page: Quickstart path: api-reference/sui/sui-api-quickstart.mdx - - page: FAQ - path: api-reference/sui/sui-api-faq.mdx - api: Sui API Endpoints api-name: sui - section: Sui gRPC @@ -1092,42 +1090,43 @@ navigation: path: api-reference/sui-grpc/signature-verification.mdx slug: api-reference slug: sui-grpc + - page: FAQ + path: api-reference/sui/sui-api-faq.mdx slug: sui - section: Superseed contents: - page: Quickstart path: api-reference/superseed/superseed-api-quickstart.mdx - - page: FAQ - path: api-reference/superseed/superseed-api-faq.mdx - page: Superseed API Overview path: api-reference/superseed/superseed-api-overview.mdx - api: Superseed API Endpoints api-name: superseed + - page: FAQ + path: api-reference/superseed/superseed-api-faq.mdx slug: superseed - section: Tea contents: + - page: Tea Deprecation Notice path: api-reference/tea/tea-deprecation-notice.mdx slug: tea - - section: Tempo contents: + - page: Quickstart path: api-reference/tempo/tempo-api-quickstart.mdx - - page: FAQ - path: api-reference/tempo/tempo-api-faq.mdx - page: Tempo API Overview path: api-reference/tempo/tempo-api-overview.mdx - api: Tempo API Endpoints api-name: tempo + - page: FAQ + path: api-reference/tempo/tempo-api-faq.mdx slug: tempo - - section: Tron contents: + - page: Quickstart path: api-reference/tron/tron-api-quickstart.mdx - - page: FAQ - path: api-reference/tron/tron-api-faq.mdx - page: Tron API Overview path: api-reference/tron/tron-api-overview.mdx - api: Tron API Endpoints @@ -1138,125 +1137,126 @@ navigation: - api: Tron Solidity HTTP API Endpoints api-name: tron-solidity-http flattened: true + - page: FAQ + path: api-reference/tron/tron-api-faq.mdx slug: tron - - section: Unichain contents: - page: Quickstart path: api-reference/unichain/unichain-api-quickstart.mdx - - page: FAQ - path: api-reference/unichain/unichain-api-faq.mdx - page: Unichain API Overview path: api-reference/unichain/unichain-api-overview.mdx - api: Unichain API Endpoints api-name: unichain - page: Flashblocks API Quickstart path: api-reference/unichain/unichain-flashblocks-api-quickstart.mdx + - page: FAQ + path: api-reference/unichain/unichain-api-faq.mdx slug: unichain - section: World Chain contents: - page: Quickstart path: api-reference/world-chain/world-chain-api-quickstart.mdx - - page: FAQ - path: api-reference/world-chain/world-chain-api-faq.mdx - page: World Chain API Overview path: api-reference/world-chain/world-chain-api-overview.mdx - api: World Chain API Endpoints api-name: worldchain + - page: FAQ + path: api-reference/world-chain/world-chain-api-faq.mdx slug: world-chain - section: World Mobile Chain contents: + - page: Quickstart path: api-reference/world-mobile-chain/world-mobile-chain-api-quickstart.mdx - - page: FAQ - path: api-reference/world-mobile-chain/world-mobile-chain-api-faq.mdx - page: World Mobile Chain API Overview path: api-reference/world-mobile-chain/world-mobile-chain-api-overview.mdx - api: World Mobile Chain API Endpoints api-name: worldmobilechain + - page: FAQ + path: api-reference/world-mobile-chain/world-mobile-chain-api-faq.mdx slug: world-mobile-chain - - section: X Layer contents: - page: Quickstart path: api-reference/x-layer/x-layer-api-quickstart.mdx - - page: FAQ - path: api-reference/x-layer/x-layer-api-faq.mdx - page: X Layer API Overview path: api-reference/x-layer/x-layer-api-overview.mdx - api: X Layer API Endpoints api-name: x-layer + - page: FAQ + path: api-reference/x-layer/x-layer-api-faq.mdx slug: x-layer - section: XMTP contents: + - page: Quickstart path: api-reference/xmtp/xmtp-api-quickstart.mdx - - page: FAQ - path: api-reference/xmtp/xmtp-api-faq.mdx - page: XMTP API Overview path: api-reference/xmtp/xmtp-api-overview.mdx - api: XMTP API Endpoints api-name: xmtp + - page: FAQ + path: api-reference/xmtp/xmtp-api-faq.mdx slug: xmtp - - section: ZetaChain contents: - page: Quickstart path: api-reference/zetachain/zetachain-api-quickstart.mdx - - page: FAQ - path: api-reference/zetachain/zetachain-api-faq.mdx - page: ZetaChain API Overview path: api-reference/zetachain/zetachain-api-overview.mdx - api: ZetaChain API Endpoints api-name: zetachain + - page: FAQ + path: api-reference/zetachain/zetachain-api-faq.mdx slug: zetachain - section: zksync contents: - - page: zkSync API Overview - path: api-reference/zksync/zksync-api-overview.mdx - page: Quickstart path: api-reference/zksync/zksync-api-quickstart.mdx - - page: FAQ - path: api-reference/zksync/zksync-api-faq.mdx + - page: zkSync API Overview + path: api-reference/zksync/zksync-api-overview.mdx - api: zkSync API Endpoints api-name: zksync + - page: FAQ + path: api-reference/zksync/zksync-api-faq.mdx slug: zksync - section: Zora contents: + - page: Quickstart path: api-reference/zora/zora-api-quickstart.mdx - - page: FAQ - path: api-reference/zora/zora-api-faq.mdx - page: Zora API Overview path: api-reference/zora/zora-api-overview.mdx - api: Zora API Endpoints api-name: zora + - page: FAQ + path: api-reference/zora/zora-api-faq.mdx slug: zora - - section: Katana contents: + - page: Quickstart path: api-reference/katana/katana-api-quickstart.mdx - - page: FAQ - path: api-reference/katana/katana-api-faq.mdx - page: Katana API Overview path: api-reference/katana/katana-api-overview.mdx - api: Katana API Endpoints api-name: katana + - page: FAQ + path: api-reference/katana/katana-api-faq.mdx slug: katana - - section: Kaia contents: + - page: Quickstart path: api-reference/kaia/kaia-api-quickstart.mdx - - page: FAQ - path: api-reference/kaia/kaia-api-faq.mdx - page: Kaia API Overview path: api-reference/kaia/kaia-api-overview.mdx - api: Kaia API Endpoints api-name: kaia + - page: FAQ + path: api-reference/kaia/kaia-api-faq.mdx slug: kaia - - tab: data layout: - section: Introduction From d5accf7c8f019b41a6f1ba30a357f213efca47f7 Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Tue, 7 Jul 2026 19:33:57 -0400 Subject: [PATCH 32/42] docs: list mainnets before testnets within each chain Regenerated output of the ordering fix on OMGWINNING/dashboard#8095: per-chain network listings in the widget now read mainnet-first consistently instead of following raw id order. Co-Authored-By: Claude Fable 5 --- content/feature-support.json | 222 +++++++++++++++++------------------ 1 file changed, 111 insertions(+), 111 deletions(-) diff --git a/content/feature-support.json b/content/feature-support.json index c7214a58b..020f94340 100644 --- a/content/feature-support.json +++ b/content/feature-support.json @@ -87,20 +87,20 @@ {"id":"ADI_TESTNET","label":"ADI Testnet AB","kebab":"adi-testnet","chain":1,"mainnet":false}, {"id":"ANIME_MAINNET","label":"Anime Mainnet","kebab":"anime-mainnet","chain":2,"mainnet":true}, {"id":"ANIME_SEPOLIA","label":"Anime Sepolia","kebab":"anime-sepolia","chain":2,"mainnet":false}, - {"id":"APECHAIN_CURTIS","label":"ApeChain Curtis","kebab":"apechain-curtis","chain":3,"mainnet":false}, {"id":"APECHAIN_MAINNET","label":"ApeChain Mainnet","kebab":"apechain-mainnet","chain":3,"mainnet":true}, + {"id":"APECHAIN_CURTIS","label":"ApeChain Curtis","kebab":"apechain-curtis","chain":3,"mainnet":false}, {"id":"APTOS_MAINNET","label":"Aptos Mainnet","kebab":"aptos-mainnet","chain":4,"mainnet":true}, {"id":"APTOS_TESTNET","label":"Aptos Testnet","kebab":"aptos-testnet","chain":4,"mainnet":false}, {"id":"ARB_MAINNET","label":"Arbitrum Mainnet","kebab":"arb-mainnet","chain":5,"mainnet":true}, {"id":"ARB_SEPOLIA","label":"Arbitrum Sepolia","kebab":"arb-sepolia","chain":5,"mainnet":false}, {"id":"ARC_TESTNET","label":"Arc Testnet","kebab":"arc-testnet","chain":6,"mainnet":false}, {"id":"ASTAR_MAINNET","label":"Astar Mainnet","kebab":"astar-mainnet","chain":7,"mainnet":true}, - {"id":"AVAX_FUJI","label":"Avalanche Fuji","kebab":"avax-fuji","chain":8,"mainnet":false}, {"id":"AVAX_MAINNET","label":"Avalanche Mainnet","kebab":"avax-mainnet","chain":8,"mainnet":true}, + {"id":"AVAX_FUJI","label":"Avalanche Fuji","kebab":"avax-fuji","chain":8,"mainnet":false}, {"id":"BASE_MAINNET","label":"Base Mainnet","kebab":"base-mainnet","chain":9,"mainnet":true}, {"id":"BASE_SEPOLIA","label":"Base Sepolia","kebab":"base-sepolia","chain":9,"mainnet":false}, - {"id":"BERACHAIN_BEPOLIA","label":"Berachain Bepolia","kebab":"berachain-bepolia","chain":10,"mainnet":false}, {"id":"BERACHAIN_MAINNET","label":"Berachain Mainnet","kebab":"berachain-mainnet","chain":10,"mainnet":true}, + {"id":"BERACHAIN_BEPOLIA","label":"Berachain Bepolia","kebab":"berachain-bepolia","chain":10,"mainnet":false}, {"id":"BITCOIN_MAINNET","label":"Bitcoin Mainnet","kebab":"bitcoin-mainnet","chain":11,"mainnet":true}, {"id":"BITCOIN_SIGNET","label":"Bitcoin Signet","kebab":"bitcoin-signet","chain":11,"mainnet":false}, {"id":"BITCOIN_TESTNET","label":"Bitcoin Testnet","kebab":"bitcoin-testnet","chain":11,"mainnet":false}, @@ -124,14 +124,14 @@ {"id":"CLANKERMON_MAINNET","label":"Clankermon Mainnet","kebab":"clankermon-mainnet","chain":20,"mainnet":true}, {"id":"CROSSFI_MAINNET","label":"CrossFi Mainnet","kebab":"crossfi-mainnet","chain":21,"mainnet":true}, {"id":"CROSSFI_TESTNET","label":"CrossFi Testnet","kebab":"crossfi-testnet","chain":21,"mainnet":false}, - {"id":"STORY_AENEID","label":"DATA Network Aeneid","kebab":"story-aeneid","chain":22,"mainnet":false}, {"id":"STORY_MAINNET","label":"DATA Network Mainnet","kebab":"story-mainnet","chain":22,"mainnet":true}, + {"id":"STORY_AENEID","label":"DATA Network Aeneid","kebab":"story-aeneid","chain":22,"mainnet":false}, {"id":"DEGEN_MAINNET","label":"Degen Mainnet","kebab":"degen-mainnet","chain":23,"mainnet":true}, {"id":"DOGECOIN_MAINNET","label":"Dogecoin Mainnet","kebab":"dogecoin-mainnet","chain":24,"mainnet":true}, - {"id":"ETH_HOODI","label":"Ethereum Hoodi","kebab":"eth-hoodi","chain":25,"mainnet":false}, - {"id":"ETH_HOODIBEACON","label":"Ethereum Hoodi Beacon","kebab":"eth-hoodibeacon","chain":25,"mainnet":false}, {"id":"ETH_MAINNET","label":"Ethereum Mainnet","kebab":"eth-mainnet","chain":25,"mainnet":true}, {"id":"ETH_MAINNETBEACON","label":"Ethereum Mainnet Beacon","kebab":"eth-mainnetbeacon","chain":25,"mainnet":true}, + {"id":"ETH_HOODI","label":"Ethereum Hoodi","kebab":"eth-hoodi","chain":25,"mainnet":false}, + {"id":"ETH_HOODIBEACON","label":"Ethereum Hoodi Beacon","kebab":"eth-hoodibeacon","chain":25,"mainnet":false}, {"id":"ETH_SEPOLIA","label":"Ethereum Sepolia","kebab":"eth-sepolia","chain":25,"mainnet":false}, {"id":"ETH_SEPOLIABEACON","label":"Ethereum Sepolia Beacon","kebab":"eth-sepoliabeacon","chain":25,"mainnet":false}, {"id":"FLOW_MAINNET","label":"Flow EVM Mainnet","kebab":"flow-mainnet","chain":26,"mainnet":true}, @@ -140,8 +140,8 @@ {"id":"FRAX_SEPOLIA","label":"Frax Sepolia","kebab":"frax-sepolia","chain":27,"mainnet":false}, {"id":"GENSYN_MAINNET","label":"Gensyn Mainnet","kebab":"gensyn-mainnet","chain":28,"mainnet":true}, {"id":"GENSYN_TESTNET","label":"Gensyn Testnet","kebab":"gensyn-testnet","chain":28,"mainnet":false}, - {"id":"GNOSIS_CHIADO","label":"Gnosis Chiado","kebab":"gnosis-chiado","chain":29,"mainnet":false}, {"id":"GNOSIS_MAINNET","label":"Gnosis Mainnet","kebab":"gnosis-mainnet","chain":29,"mainnet":true}, + {"id":"GNOSIS_CHIADO","label":"Gnosis Chiado","kebab":"gnosis-chiado","chain":29,"mainnet":false}, {"id":"HUMANITY_MAINNET","label":"Humanity Mainnet","kebab":"humanity-mainnet","chain":30,"mainnet":true}, {"id":"HYPERLIQUID_MAINNET","label":"Hyperliquid Mainnet","kebab":"hyperliquid-mainnet","chain":31,"mainnet":true}, {"id":"HYPERLIQUID_TESTNET","label":"Hyperliquid Testnet","kebab":"hyperliquid-testnet","chain":31,"mainnet":false}, @@ -153,8 +153,8 @@ {"id":"JOVAY_TESTNET","label":"Jovay Testnet","kebab":"jovay-testnet","chain":34,"mainnet":false}, {"id":"KAIA_MAINNET","label":"Kaia Mainnet","kebab":"kaia-mainnet","chain":35,"mainnet":true}, {"id":"KAIA_TESTNET","label":"Kaia Testnet","kebab":"kaia-testnet","chain":35,"mainnet":false}, - {"id":"KATANA_BOKUTO","label":"Katana Bokuto","kebab":"katana-bokuto","chain":36,"mainnet":false}, {"id":"KATANA_MAINNET","label":"Katana Mainnet","kebab":"katana-mainnet","chain":36,"mainnet":true}, + {"id":"KATANA_BOKUTO","label":"Katana Bokuto","kebab":"katana-bokuto","chain":36,"mainnet":false}, {"id":"LENS_MAINNET","label":"Lens Mainnet","kebab":"lens-mainnet","chain":37,"mainnet":true}, {"id":"LENS_SEPOLIA","label":"Lens Sepolia","kebab":"lens-sepolia","chain":37,"mainnet":false}, {"id":"LINEA_MAINNET","label":"Linea Mainnet","kebab":"linea-mainnet","chain":38,"mainnet":true}, @@ -176,14 +176,14 @@ {"id":"OPT_SEPOLIA","label":"OP Mainnet Sepolia","kebab":"opt-sepolia","chain":47,"mainnet":false}, {"id":"OPBNB_MAINNET","label":"opBNB Mainnet","kebab":"opbnb-mainnet","chain":48,"mainnet":true}, {"id":"OPBNB_TESTNET","label":"opBNB Testnet","kebab":"opbnb-testnet","chain":48,"mainnet":false}, - {"id":"PHAROS_ATLANTIC","label":"Pharos Atlantic","kebab":"pharos-atlantic","chain":49,"mainnet":false}, {"id":"PHAROS_MAINNET","label":"Pharos Mainnet","kebab":"pharos-mainnet","chain":49,"mainnet":true}, + {"id":"PHAROS_ATLANTIC","label":"Pharos Atlantic","kebab":"pharos-atlantic","chain":49,"mainnet":false}, {"id":"PLASMA_MAINNET","label":"Plasma Mainnet","kebab":"plasma-mainnet","chain":50,"mainnet":true}, {"id":"PLASMA_TESTNET","label":"Plasma Testnet","kebab":"plasma-testnet","chain":50,"mainnet":false}, - {"id":"MATIC_AMOY","label":"Polygon Amoy","kebab":"polygon-amoy","chain":51,"mainnet":false}, {"id":"MATIC_MAINNET","label":"Polygon Mainnet","kebab":"polygon-mainnet","chain":51,"mainnet":true}, - {"id":"POLYGONZKEVM_CARDONA","label":"Polygon zkEVM Cardona","kebab":"polygonzkevm-cardona","chain":52,"mainnet":false}, + {"id":"MATIC_AMOY","label":"Polygon Amoy","kebab":"polygon-amoy","chain":51,"mainnet":false}, {"id":"POLYGONZKEVM_MAINNET","label":"Polygon zkEVM Mainnet","kebab":"polygonzkevm-mainnet","chain":52,"mainnet":true}, + {"id":"POLYGONZKEVM_CARDONA","label":"Polygon zkEVM Cardona","kebab":"polygonzkevm-cardona","chain":52,"mainnet":false}, {"id":"RISE_MAINNET","label":"Rise Mainnet","kebab":"rise-mainnet","chain":53,"mainnet":true}, {"id":"RISE_TESTNET","label":"Rise Testnet","kebab":"rise-testnet","chain":53,"mainnet":false}, {"id":"ROBINHOOD_MAINNET","label":"Robinhood Chain Mainnet","kebab":"robinhood-mainnet","chain":54,"mainnet":true}, @@ -200,8 +200,8 @@ {"id":"SETTLUS_SEPTESTNET","label":"Settlus Sepolia","kebab":"settlus-septestnet","chain":59,"mainnet":false}, {"id":"SHAPE_MAINNET","label":"Shape Mainnet","kebab":"shape-mainnet","chain":60,"mainnet":true}, {"id":"SHAPE_SEPOLIA","label":"Shape Sepolia","kebab":"shape-sepolia","chain":60,"mainnet":false}, - {"id":"SOLANA_DEVNET","label":"Solana Devnet","kebab":"solana-devnet","chain":61,"mainnet":false}, {"id":"SOLANA_MAINNET","label":"Solana Mainnet","kebab":"solana-mainnet","chain":61,"mainnet":true}, + {"id":"SOLANA_DEVNET","label":"Solana Devnet","kebab":"solana-devnet","chain":61,"mainnet":false}, {"id":"SONEIUM_MAINNET","label":"Soneium Mainnet","kebab":"soneium-mainnet","chain":62,"mainnet":true}, {"id":"SONEIUM_MINATO","label":"Soneium Minato","kebab":"soneium-minato","chain":62,"mainnet":false}, {"id":"SONIC_MAINNET","label":"Sonic Mainnet","kebab":"sonic-mainnet","chain":63,"mainnet":true}, @@ -246,11 +246,11 @@ {"tag":"debug","label":"Debug API","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"tag":"eth-beacon","label":"Ethereum Beacon: Standard HTTP API Methods","networks":[48,50,52]}, {"tag":"evm","label":"EVM: Standard JSON-RPC Methods","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"tag":"gas-manager-bundler","label":"Gas Manager & Bundler APIs","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"tag":"gas-manager-bundler","label":"Gas Manager & Bundler APIs","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, {"tag":"hyperevm","label":"HyperEVM: Specific Methods","networks":[62,63]}, {"tag":"linea","label":"Linea: Specific Methods","networks":[76,77]}, {"tag":"megaeth","label":"MegaETH: Specific Methods","networks":[82,83]}, - {"tag":"nft","label":"NFT API","networks":[0,1,4,5,6,7,10,11,14,15,16,17,19,26,27,28,36,37,43,44,49,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, + {"tag":"nft","label":"NFT API","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,26,27,28,36,37,43,44,47,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, {"tag":"optimism","label":"Optimism: Specific Methods","networks":[141,142]}, {"tag":"pchain","label":"Avalanche P-Chain: Standard Methods","networks":[14,15]}, {"tag":"polygon-pos","label":"Polygon PoS: Specific Methods","networks":[99,100]}, @@ -265,14 +265,14 @@ {"tag":"sui","label":"Sui: Standard Methods","networks":[131,132]}, {"tag":"sui-grpc","label":"Sui: gRPC Methods","networks":[131,132]}, {"tag":"token","label":"Token API","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,36,37,43,44,47,49,51,57,58,59,60,62,63,66,67,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, - {"tag":"trace","label":"Trace API","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, + {"tag":"trace","label":"Trace API","networks":[0,1,12,14,15,16,17,18,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, {"tag":"transact","label":"Transact","networks":[10,11,16,17,47,49,51,91,92,99,100]}, {"tag":"transfers","label":"Transfers API","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,36,37,43,44,47,49,51,57,58,59,60,62,63,66,67,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, {"tag":"tron","label":"Tron: Standard HTTP Methods","networks":[137,138]}, {"tag":"tron-solidity","label":"Tron: Solidity HTTP Methods","networks":[137,138]}, - {"tag":"utility","label":"Utility API","networks":[10,11,16,17,49,51,87,91,92,99,100,101,102,105,149,150]}, + {"tag":"utility","label":"Utility API","networks":[10,11,16,17,47,51,87,91,92,99,100,101,102,105,149,150]}, {"tag":"utxo","label":"UTXO REST API Methods","networks":[20,23,24,25,46,78,79]}, - {"tag":"wallet","label":"Wallet APIs","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"tag":"wallet","label":"Wallet APIs","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, {"tag":"yellowstone-grpc","label":"Solana: Yellowstone gRPC Unary Methods","networks":[119,120]}, {"tag":"zksync","label":"zkSync Era: Specific Methods","networks":[0,1,74,75,149,150]} ], @@ -570,16 +570,16 @@ {"name":"alchemy_getTokenAllowance","product":"token","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,36,37,43,44,47,49,51,57,58,59,60,62,63,66,67,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, {"name":"alchemy_getTokenBalances","product":"token","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,36,37,43,44,47,49,51,57,58,59,60,62,63,66,67,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, {"name":"alchemy_getTokenMetadata","product":"token","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,36,37,43,44,47,49,51,57,58,59,60,62,63,66,67,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, - {"name":"alchemy_getTransactionReceipts","product":"utility","networks":[10,11,16,17,49,51,87,91,92,99,100,101,102,105,149,150]}, + {"name":"alchemy_getTransactionReceipts","product":"utility","networks":[10,11,16,17,47,51,87,91,92,99,100,101,102,105,149,150]}, {"name":"alchemy_requestFeePayer","product":"gas-manager-bundler","networks":[119,120]}, - {"name":"alchemy_requestGasAndPaymasterAndData","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"alchemy_requestPaymasterAndData","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"alchemy_requestPaymasterTokenQuote","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"alchemy_requestGasAndPaymasterAndData","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"alchemy_requestPaymasterAndData","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"alchemy_requestPaymasterTokenQuote","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, {"name":"alchemy_simulateAssetChanges","product":"transact","networks":[10,11,16,17,47,49,51,91,92,99,100]}, {"name":"alchemy_simulateAssetChangesBundle","product":"transact","networks":[10,11,16,17,47,49,51,91,92,99,100]}, {"name":"alchemy_simulateExecution","product":"transact","networks":[10,11,16,17,47,49,51,91,92,99,100]}, {"name":"alchemy_simulateExecutionBundle","product":"transact","networks":[10,11,16,17,47,49,51,91,92,99,100]}, - {"name":"alchemy_simulateUserOperationAssetChanges","product":"gas-manager-bundler","networks":[10,11,16,17,49,51,91,92,99,100]}, + {"name":"alchemy_simulateUserOperationAssetChanges","product":"gas-manager-bundler","networks":[10,11,16,17,47,51,91,92,99,100]}, {"name":"arbtrace_block","product":"arbtrace","networks":[10]}, {"name":"arbtrace_call","product":"arbtrace","networks":[10]}, {"name":"arbtrace_callMany","product":"arbtrace","networks":[10]}, @@ -611,19 +611,19 @@ {"name":"citrea_getLastProvenL2Height","product":"citrea","networks":[38,39]}, {"name":"citrea_sendRawDepositTransaction","product":"citrea","networks":[38,39]}, {"name":"citrea_syncStatus","product":"citrea","networks":[38,39]}, - {"name":"computeRarity","product":"nft","networks":[49,100]}, + {"name":"computeRarity","product":"nft","networks":[47,99]}, {"name":"createrawtransaction","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, {"name":"da.Get","product":"celestia","networks":[34,35]}, {"name":"da.Submit","product":"celestia","networks":[34,35]}, - {"name":"debug_bundler_clearMempool","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"debug_bundler_clearState","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"debug_bundler_dumpMempool","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"debug_bundler_dumpPaymasterBalances","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"debug_bundler_dumpReputation","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"debug_bundler_getStakeStatus","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"debug_bundler_sendBundleNow","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"debug_bundler_setBundlingMode","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"debug_bundler_setReputation","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"debug_bundler_clearMempool","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"debug_bundler_clearState","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"debug_bundler_dumpMempool","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"debug_bundler_dumpPaymasterBalances","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"debug_bundler_dumpReputation","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"debug_bundler_getStakeStatus","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"debug_bundler_sendBundleNow","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"debug_bundler_setBundlingMode","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"debug_bundler_setReputation","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, {"name":"debug_dbAncient","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"debug_dbAncients","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"debug_dbGet","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, @@ -642,36 +642,36 @@ {"name":"debug_traceTransaction","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"decoderawtransaction","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, {"name":"decodescript","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"erigon_forks","product":"evm","networks":[49,51]}, - {"name":"erigon_getHeaderByHash","product":"evm","networks":[49,51]}, - {"name":"erigon_getHeaderByNumber","product":"evm","networks":[31,49,51,107,108]}, - {"name":"erigon_getLogsByHash","product":"evm","networks":[49,51]}, - {"name":"erigon_issuance","product":"evm","networks":[49,51]}, + {"name":"erigon_forks","product":"evm","networks":[47,51]}, + {"name":"erigon_getHeaderByHash","product":"evm","networks":[47,51]}, + {"name":"erigon_getHeaderByNumber","product":"evm","networks":[31,47,51,107,108]}, + {"name":"erigon_getLogsByHash","product":"evm","networks":[47,51]}, + {"name":"erigon_issuance","product":"evm","networks":[47,51]}, {"name":"estimatesmartfee","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"eth_accounts","product":"evm","networks":[0,1,2,3,4,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,31,36,37,40,45,47,49,51,57,58,59,60,61,62,63,66,67,68,69,70,71,74,76,80,81,84,88,89,90,91,92,93,94,95,96,97,98,99,100,102,105,106,107,108,109,111,113,114,117,118,121,123,124,125,126,133,135,136,137,138,139,141,142,144,145,147,148,149,150,151]}, + {"name":"eth_accounts","product":"evm","networks":[0,1,2,3,4,6,10,11,12,13,14,15,16,17,18,19,26,27,28,29,31,36,37,40,45,47,49,51,57,58,59,60,61,62,63,66,67,68,69,70,71,74,76,80,81,84,88,89,90,91,92,93,94,95,96,97,98,99,100,101,105,106,107,108,109,111,113,114,117,118,121,123,124,125,126,133,135,136,137,138,139,141,142,144,145,147,148,149,150,151]}, {"name":"eth_baseFee","product":"evm","networks":[14,15,31,107]}, {"name":"eth_bigBlockGasPrice","product":"hyperevm","networks":[62,63]}, - {"name":"eth_blobBaseFee","product":"evm","networks":[4,5,6,12,16,17,18,28,29,30,31,32,33,36,37,40,43,44,49,51,57,58,59,61,63,66,67,70,71,77,80,81,85,86,87,90,97,98,104,105,106,107,108,115,116,117,118,121,122,123,124,126,133,134,135,136,139,140,141,142,143,144,145,151,152]}, + {"name":"eth_blobBaseFee","product":"evm","networks":[4,5,7,12,16,17,19,28,29,30,31,32,33,36,37,40,43,44,47,51,57,58,60,61,63,66,67,70,71,77,80,81,85,86,87,90,97,98,104,105,106,107,108,115,116,117,118,121,122,123,124,126,133,134,135,136,139,140,141,142,143,144,145,151,152]}, {"name":"eth_blockNumber","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_call","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_callBundle","product":"evm","networks":[12,16,17,31,47,49,51,107,108,135,136,141]}, - {"name":"eth_callMany","product":"evm","networks":[12,15,16,17,18,19,28,29,31,36,47,49,51,62,66,80,82,87,91,92,99,100,107,108,123,135,136,139,140,141,142]}, + {"name":"eth_callMany","product":"evm","networks":[12,14,16,17,18,19,28,29,31,36,47,49,51,62,66,80,82,87,91,92,99,100,107,108,123,135,136,139,140,141,142]}, {"name":"eth_chainId","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_createAccessList","product":"evm","networks":[10,11,12,14,15,16,17,18,19,26,27,28,29,31,32,33,36,37,39,49,51,57,59,60,62,63,66,67,70,71,76,77,80,81,84,87,88,90,91,92,93,94,95,96,97,98,99,100,104,105,106,107,108,111,112,113,114,117,118,121,123,124,125,126,135,136,139,140,144,145]}, + {"name":"eth_createAccessList","product":"evm","networks":[10,11,12,14,15,16,17,18,19,26,27,28,29,31,32,33,36,37,39,47,51,57,59,60,62,63,66,67,70,71,76,77,80,81,84,87,88,90,91,92,93,94,95,96,97,98,99,100,104,105,106,107,108,111,112,113,114,117,118,121,123,124,125,126,135,136,139,140,144,145]}, {"name":"eth_estimateDiffSize","product":"citrea","networks":[38,39]}, {"name":"eth_estimateGas","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_estimateUserOperationGas","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"eth_estimateUserOperationGas","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, {"name":"eth_feeHistory","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,103,104,105,106,107,108,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_fillTransaction","product":"evm","networks":[1,6,7,10,11,14,15,16,17,19,26,27,28,29,31,36,37,38,43,44,45,49,51,53,57,58,61,64,65,66,67,70,71,74,76,77,80,81,87,88,89,91,92,93,99,100,104,105,106,107,108,111,112,113,114,117,118,121,122,123,125,126,135,136,139,140,144,145,146,147,148,151,152]}, + {"name":"eth_fillTransaction","product":"evm","networks":[1,6,7,10,11,14,15,16,17,18,26,27,28,29,31,36,37,38,43,44,45,47,51,53,57,58,61,64,65,66,67,70,71,74,76,77,80,81,87,88,89,91,92,93,99,100,104,105,106,107,108,111,112,113,114,117,118,121,122,123,125,126,135,136,139,140,144,145,146,147,148,151,152]}, {"name":"eth_gasPrice","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_getAccount","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_getAccountInfo","product":"evm","networks":[0,6,12,16,17,18,19,27,28,29,31,32,37,43,47,49,51,53,57,58,60,62,66,67,73,74,82,83,85,88,89,91,92,97,98,103,104,107,108,114,117,118,121,135,136,139,140,141,142,151]}, + {"name":"eth_getAccountInfo","product":"evm","networks":[0,7,12,16,17,18,19,27,28,29,31,32,37,44,47,49,51,53,57,58,59,62,66,67,72,74,82,83,85,88,89,91,92,97,98,103,104,107,108,114,117,118,121,135,136,139,140,141,142,151]}, {"name":"eth_getAssetBalance","product":"evm","networks":[14,15]}, {"name":"eth_getBalance","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_getBlobSidecars","product":"evm","networks":[28,29,70,71]}, {"name":"eth_getBlockByHash","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_getBlockByNumber","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_getBlockReceipts","product":"evm","networks":[0,1,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,43,44,45,47,49,51,53,54,57,58,59,60,61,62,63,64,65,66,67,70,71,73,74,75,76,77,80,81,82,83,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,148,149,150,151,152]}, + {"name":"eth_getBlockReceipts","product":"evm","networks":[0,1,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,43,44,45,47,49,51,53,54,57,58,59,60,61,62,63,64,65,66,67,70,71,72,74,75,76,77,80,81,82,83,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,148,149,150,151,152]}, {"name":"eth_getBlockReceiptsWithSystemTx","product":"hyperevm","networks":[62,63]}, {"name":"eth_getBlockTransactionCountByHash","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_getBlockTransactionCountByNumber","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, @@ -682,7 +682,7 @@ {"name":"eth_getFilterLogs","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_getFinalizedHeader","product":"evm","networks":[28,29]}, {"name":"eth_getLogs","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_getProof","product":"evm","networks":[4,5,6,7,10,11,12,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,42,43,44,45,49,51,57,58,59,60,61,64,65,66,67,70,71,76,77,80,81,84,85,86,90,91,92,93,94,95,96,97,98,99,100,104,105,106,107,108,111,112,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,147,148,151,152]}, + {"name":"eth_getProof","product":"evm","networks":[4,5,6,7,10,11,12,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,42,43,44,45,47,51,57,58,59,60,61,64,65,66,67,70,71,76,77,80,81,84,85,86,90,91,92,93,94,95,96,97,98,99,100,104,105,106,107,108,111,112,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,147,148,151,152]}, {"name":"eth_getRawTransactionByHash","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_getRootHash","product":"evm","networks":[99,100]}, {"name":"eth_getStorageAt","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, @@ -695,26 +695,26 @@ {"name":"eth_getTransactionCount","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_getTransactionReceipt","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_getTransactionReceiptsByBlock","product":"evm","networks":[99,100]}, - {"name":"eth_getUncleByBlockHashAndIndex","product":"evm","networks":[10,11,12,14,15,16,17,26,27,28,29,30,31,37,39,49,51,57,60,63,64,65,67,68,69,70,71,72,76,77,80,81,84,87,90,91,92,93,94,95,96,97,98,99,100,101,102,105,106,107,108,109,111,112,117,118,124,125,126,135,136,139,141,142,144,145,147,148]}, - {"name":"eth_getUncleByBlockNumberAndIndex","product":"evm","networks":[10,11,12,14,15,16,17,18,26,27,28,29,30,31,37,49,51,57,63,64,65,67,68,69,70,71,72,76,77,80,81,84,87,90,91,92,93,94,95,96,97,98,99,100,101,102,105,106,107,108,111,112,117,118,124,125,126,135,136,139,141,142,144,145,147,148]}, - {"name":"eth_getUncleCountByBlockHash","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,14,15,16,17,18,19,26,27,28,29,30,31,32,36,37,40,41,42,44,45,49,51,53,54,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,74,75,76,77,80,81,84,86,87,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,105,106,107,108,111,112,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_getUncleCountByBlockNumber","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,14,15,16,17,18,19,26,27,28,29,30,31,32,36,37,40,41,42,44,45,49,51,53,54,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,74,75,76,77,80,81,84,86,87,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,105,106,107,108,111,112,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_getUserOperationByHash","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"eth_getUserOperationReceipt","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"eth_getUncleByBlockHashAndIndex","product":"evm","networks":[10,11,12,14,15,16,17,26,27,28,29,30,31,37,39,47,51,57,59,63,64,65,67,68,69,70,71,73,76,77,80,81,84,87,90,91,92,93,94,95,96,97,98,99,100,101,102,105,106,107,108,109,111,112,117,118,124,125,126,135,136,139,141,142,144,145,147,148]}, + {"name":"eth_getUncleByBlockNumberAndIndex","product":"evm","networks":[10,11,12,14,15,16,17,19,26,27,28,29,30,31,37,47,51,57,63,64,65,67,68,69,70,71,73,76,77,80,81,84,87,90,91,92,93,94,95,96,97,98,99,100,101,102,105,106,107,108,111,112,117,118,124,125,126,135,136,139,141,142,144,145,147,148]}, + {"name":"eth_getUncleCountByBlockHash","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,14,15,16,17,18,19,26,27,28,29,30,31,32,36,37,40,41,42,43,45,47,51,53,54,57,58,59,60,61,63,64,65,66,67,68,69,70,71,73,74,75,76,77,80,81,84,86,87,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,105,106,107,108,111,112,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getUncleCountByBlockNumber","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,14,15,16,17,18,19,26,27,28,29,30,31,32,36,37,40,41,42,43,45,47,51,53,54,57,58,59,60,61,63,64,65,66,67,68,69,70,71,73,74,75,76,77,80,81,84,86,87,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,105,106,107,108,111,112,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, + {"name":"eth_getUserOperationByHash","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"eth_getUserOperationReceipt","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, {"name":"eth_getWithdrawalProof","product":"megaeth","networks":[82,83]}, {"name":"eth_maxPriorityFeePerGas","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,103,104,105,106,107,108,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,151,152]}, {"name":"eth_newBlockFilter","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_newFilter","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_newPendingTransactionFilter","product":"evm","networks":[0,2,3,10,11,12,15,16,17,19,26,27,28,29,30,31,37,49,51,57,58,60,63,64,65,70,71,74,76,80,81,87,90,94,97,98,99,100,101,102,105,106,107,108,111,117,118,124,125,126,135,136,139,141,142,144,145,147,148]}, - {"name":"eth_protocolVersion","product":"evm","networks":[0,1,12,18,26,28,29,31,32,33,42,49,51,53,59,60,64,65,67,68,69,74,75,76,77,80,84,87,89,91,92,95,96,101,102,104,107,108,109,110,111,117,118,125,126,135,136,137,138,139,140,141,142,147,148,151]}, + {"name":"eth_newPendingTransactionFilter","product":"evm","networks":[0,2,3,10,11,12,14,16,17,18,26,27,28,29,30,31,37,47,51,57,58,59,63,64,65,70,71,74,76,80,81,87,90,94,97,98,99,100,101,102,105,106,107,108,111,117,118,124,125,126,135,136,139,141,142,144,145,147,148]}, + {"name":"eth_protocolVersion","product":"evm","networks":[0,1,12,19,26,28,29,31,32,33,42,47,51,53,59,60,64,65,67,68,69,74,75,76,77,80,84,87,89,91,92,95,96,101,102,104,107,108,109,110,111,117,118,125,126,135,136,137,138,139,140,141,142,147,148,151]}, {"name":"eth_sendRawTransaction","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_sendRawTransactionSync","product":"evm","networks":[7,10,11,12,14,15,16,17,26,27,28,29,31,36,60,87,88,91,92,99,100,104,105,106,107,108,121,122,123,135,136,139,140,141,142,149,150,151,152]}, - {"name":"eth_sendUserOperation","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"eth_simulateV1","product":"evm","networks":[10,11,12,16,17,18,19,28,29,30,31,36,37,45,47,49,51,57,59,60,62,63,66,67,73,76,80,82,83,85,86,90,91,92,97,98,99,100,105,106,107,108,117,121,122,126,135,136,139,140,141,142,144,145,151]}, + {"name":"eth_sendRawTransactionSync","product":"evm","networks":[6,10,11,12,14,15,16,17,26,27,28,29,31,36,59,87,88,91,92,99,100,104,105,106,107,108,121,122,123,135,136,139,140,141,142,149,150,151,152]}, + {"name":"eth_sendUserOperation","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"eth_simulateV1","product":"evm","networks":[10,11,12,16,17,18,19,28,29,30,31,36,37,45,47,49,51,57,59,60,62,63,66,67,72,76,80,82,83,85,86,90,91,92,97,98,99,100,105,106,107,108,117,121,122,126,135,136,139,140,141,142,144,145,151]}, {"name":"eth_submitWork","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_subscribe","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_supportedEntryPoints","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"eth_syncing","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,42,43,44,45,49,51,53,54,57,58,59,60,61,62,63,64,65,66,67,70,73,74,75,76,77,80,81,84,85,86,87,88,89,91,92,93,94,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,137,138,139,140,141,142,143,146,147,148,149,150,151,152]}, + {"name":"eth_supportedEntryPoints","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"eth_syncing","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,42,43,44,45,47,51,53,54,57,58,59,60,61,62,63,64,65,66,67,70,72,74,75,76,77,80,81,84,85,86,87,88,89,91,92,93,94,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,137,138,139,140,141,142,143,146,147,148,149,150,151,152]}, {"name":"eth_uninstallFilter","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_unsubscribe","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"eth_usingBigBlocks","product":"hyperevm","networks":[62,63]}, @@ -749,8 +749,8 @@ {"name":"getchaintips","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, {"name":"getchaintxstats","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, {"name":"getClusterNodes","product":"solana","networks":[119,120]}, - {"name":"getCollectionMetadata","product":"nft","networks":[49]}, - {"name":"getCollectionsForOwner","product":"nft","networks":[49]}, + {"name":"getCollectionMetadata","product":"nft","networks":[47]}, + {"name":"getCollectionsForOwner","product":"nft","networks":[47]}, {"name":"getCompressedAccount","product":"solana-photon","networks":[119,120]}, {"name":"getCompressedAccountProof","product":"solana-photon","networks":[119,120]}, {"name":"getCompressedAccountsByOwner","product":"solana-photon","networks":[119,120]}, @@ -767,9 +767,9 @@ {"name":"getCompressionSignaturesForOwner","product":"solana-photon","networks":[119,120]}, {"name":"getCompressionSignaturesForTokenOwner","product":"solana-photon","networks":[119,120]}, {"name":"getconnectioncount","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"getContractMetadata","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,19,26,27,28,36,37,43,44,49,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, - {"name":"getContractMetadataBatch","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,19,26,27,28,36,37,43,44,49,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, - {"name":"getContractsForOwner","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,19,26,27,28,36,37,43,44,49,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, + {"name":"getContractMetadata","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,26,27,28,36,37,43,44,47,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, + {"name":"getContractMetadataBatch","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,26,27,28,36,37,43,44,47,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, + {"name":"getContractsForOwner","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,26,27,28,36,37,43,44,47,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, {"name":"getdifficulty","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, {"name":"getEpochInfo","product":"solana","networks":[119,120]}, {"name":"getEpochSchedule","product":"solana","networks":[119,120]}, @@ -777,7 +777,7 @@ {"name":"getFeeForMessage","product":"solana","networks":[119,120]}, {"name":"getFeeStats","product":"stellar","networks":[129,130]}, {"name":"getFirstAvailableBlock","product":"solana","networks":[119,120]}, - {"name":"getFloorPrice","product":"nft","networks":[10,16,49]}, + {"name":"getFloorPrice","product":"nft","networks":[10,16,47]}, {"name":"getGenesisHash","product":"solana","networks":[119,120]}, {"name":"getHealth","product":"solana","networks":[119,120]}, {"name":"getHealth","product":"stellar","networks":[129,130]}, @@ -813,13 +813,13 @@ {"name":"getnetworkhashps","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, {"name":"getnetworkinfo","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, {"name":"getNftEditions","product":"solana-das","networks":[119,120]}, - {"name":"getNFTMetadata","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,19,26,27,28,36,37,43,44,49,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, - {"name":"getNFTMetadataBatch","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,19,26,27,28,36,37,43,44,49,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, - {"name":"getNFTSales","product":"nft","networks":[49,91,100]}, - {"name":"getNFTsForContract","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,19,26,27,28,36,37,43,44,49,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, - {"name":"getNFTsForOwner","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,19,26,27,28,36,37,43,44,49,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, - {"name":"getOwnersForContract","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,19,26,27,28,36,37,43,44,49,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, - {"name":"getOwnersForNFT","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,19,26,27,28,36,37,43,44,49,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, + {"name":"getNFTMetadata","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,26,27,28,36,37,43,44,47,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, + {"name":"getNFTMetadataBatch","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,26,27,28,36,37,43,44,47,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, + {"name":"getNFTSales","product":"nft","networks":[47,91,99]}, + {"name":"getNFTsForContract","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,26,27,28,36,37,43,44,47,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, + {"name":"getNFTsForOwner","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,26,27,28,36,37,43,44,47,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, + {"name":"getOwnersForContract","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,26,27,28,36,37,43,44,47,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, + {"name":"getOwnersForNFT","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,26,27,28,36,37,43,44,47,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, {"name":"getPriorityFeeEstimate","product":"solana","networks":[119,120]}, {"name":"getProgramAccounts","product":"solana","networks":[119,120]}, {"name":"getrawmempool","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, @@ -831,7 +831,7 @@ {"name":"getSlot","product":"solana","networks":[119,120]}, {"name":"getSlotLeader","product":"solana","networks":[119,120]}, {"name":"getSlotLeaders","product":"solana","networks":[119,120]}, - {"name":"getSpamContracts","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,19,26,27,28,36,37,43,44,49,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, + {"name":"getSpamContracts","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,26,27,28,36,37,43,44,47,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, {"name":"getStakeActivation","product":"solana","networks":[119,120]}, {"name":"getSupply","product":"solana","networks":[119,120]}, {"name":"getTokenAccountBalance","product":"solana","networks":[119,120]}, @@ -869,11 +869,11 @@ {"name":"header.SyncState","product":"celestia","networks":[34,35]}, {"name":"header.SyncWait","product":"celestia","networks":[34,35]}, {"name":"header.WaitForHeight","product":"celestia","networks":[34,35]}, - {"name":"invalidateContract","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,19,26,27,28,36,37,43,44,49,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, - {"name":"isAirdropNFT","product":"nft","networks":[49,100]}, + {"name":"invalidateContract","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,26,27,28,36,37,43,44,47,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, + {"name":"isAirdropNFT","product":"nft","networks":[47,99]}, {"name":"isBlockhashValid","product":"solana","networks":[119,120]}, - {"name":"isHolderOfContract","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,19,26,27,28,36,37,43,44,49,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, - {"name":"isSpamContract","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,19,26,27,28,36,37,43,44,49,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, + {"name":"isHolderOfContract","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,26,27,28,36,37,43,44,47,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, + {"name":"isSpamContract","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,26,27,28,36,37,43,44,47,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, {"name":"ledger_getHeadL2Block","product":"citrea","networks":[38,39]}, {"name":"ledger_getHeadL2BlockHeight","product":"citrea","networks":[38,39]}, {"name":"ledger_getL2BlockByHash","product":"citrea","networks":[38,39]}, @@ -890,8 +890,8 @@ {"name":"linea_getProof","product":"linea","networks":[76,77]}, {"name":"linea_getTransactionExclusionStatusV1","product":"linea","networks":[76,77]}, {"name":"minimumLedgerSlot","product":"solana","networks":[119,120]}, - {"name":"net_listening","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,42,43,44,45,49,51,53,54,57,58,59,60,61,63,64,65,66,67,70,74,75,76,77,80,81,84,85,86,87,88,89,91,92,93,94,97,98,99,100,104,105,106,107,108,109,110,111,112,113,114,116,117,118,121,122,123,124,125,126,133,134,137,138,139,140,141,142,143,147,148,149,150,151,152]}, - {"name":"net_peerCount","product":"evm","networks":[0,15,18,19,26,27,28,29,30,31,36,37,44,57,58,64,65,66,67,68,69,70,71,74,76,77,80,81,94,95,96,107,108,111,117,118,123,125,126,135,136,137,138,139,140,144,145,147,148,151]}, + {"name":"net_listening","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,42,43,44,45,47,51,53,54,57,58,59,60,61,63,64,65,66,67,70,74,75,76,77,80,81,84,85,86,87,88,89,91,92,93,94,97,98,99,100,104,105,106,107,108,109,110,111,112,113,114,116,117,118,121,122,123,124,125,126,133,134,137,138,139,140,141,142,143,147,148,149,150,151,152]}, + {"name":"net_peerCount","product":"evm","networks":[0,14,18,19,26,27,28,29,30,31,36,37,43,57,58,64,65,66,67,68,69,70,71,74,76,77,80,81,94,95,96,107,108,111,117,118,123,125,126,135,136,137,138,139,140,144,145,147,148,151]}, {"name":"net_version","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"optimism_outputAtBlock","product":"optimism","networks":[141,142]}, {"name":"optimism_rollupConfig","product":"optimism","networks":[141,142]}, @@ -926,18 +926,18 @@ {"name":"platform.sampleValidators","product":"pchain","networks":[14,15]}, {"name":"platform.validatedBy","product":"pchain","networks":[14,15]}, {"name":"platform.validates","product":"pchain","networks":[14,15]}, - {"name":"pm_getPaymasterData","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"pm_getPaymasterStubData","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"pm_getPaymasterData","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"pm_getPaymasterStubData","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, {"name":"realtime_sendRawTransaction","product":"evm","networks":[82,83]}, - {"name":"refreshNftMetadata","product":"nft","networks":[10,16,49,51,91,99,100,117]}, - {"name":"reportSpam","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,19,26,27,28,36,37,43,44,49,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, + {"name":"refreshNftMetadata","product":"nft","networks":[10,16,47,51,91,99,100,117]}, + {"name":"reportSpam","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,26,27,28,36,37,43,44,47,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, {"name":"requestAirdrop","product":"solana","networks":[119,120]}, - {"name":"rundler_dropLocalUserOperation","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"rundler_getUserOperationGasPrice","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"rundler_getUserOperationStatus","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"rundler_maxPriorityFeePerGas","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"rundler_dropLocalUserOperation","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"rundler_getUserOperationGasPrice","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"rundler_getUserOperationStatus","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"rundler_maxPriorityFeePerGas","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, {"name":"searchAssets","product":"solana-das","networks":[119,120]}, - {"name":"searchContractMetadata","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,19,26,27,28,36,37,43,44,49,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, + {"name":"searchContractMetadata","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,26,27,28,36,37,43,44,47,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, {"name":"sendrawtransaction","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, {"name":"sendStakedTransaction","product":"solana","networks":[119,120]}, {"name":"sendTransaction","product":"solana","networks":[119,120]}, @@ -1056,21 +1056,21 @@ {"name":"suix_queryEvents","product":"sui","networks":[131,132]}, {"name":"suix_queryTransactionBlocks","product":"sui","networks":[131,132]}, {"name":"suix_resolveNameServiceAddress","product":"sui","networks":[131,132]}, - {"name":"summarizeNFTAttributes","product":"nft","networks":[49,100]}, + {"name":"summarizeNFTAttributes","product":"nft","networks":[47,99]}, {"name":"testmempoolaccept","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, {"name":"tokens/balances/by-address","product":"portfolio","networks":[],"networkAgnostic":true}, {"name":"tokens/by-address","product":"prices","networks":[],"networkAgnostic":true}, {"name":"tokens/by-symbol","product":"prices","networks":[],"networkAgnostic":true}, {"name":"tokens/historical","product":"prices","networks":[],"networkAgnostic":true}, - {"name":"trace_block","product":"trace","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, - {"name":"trace_call","product":"trace","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, - {"name":"trace_callMany","product":"trace","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, - {"name":"trace_filter","product":"trace","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, - {"name":"trace_get","product":"trace","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, - {"name":"trace_rawTransaction","product":"trace","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, - {"name":"trace_replayBlockTransactions","product":"trace","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, - {"name":"trace_replayTransaction","product":"trace","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, - {"name":"trace_transaction","product":"trace","networks":[0,1,12,14,15,16,17,19,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, + {"name":"trace_block","product":"trace","networks":[0,1,12,14,15,16,17,18,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, + {"name":"trace_call","product":"trace","networks":[0,1,12,14,15,16,17,18,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, + {"name":"trace_callMany","product":"trace","networks":[0,1,12,14,15,16,17,18,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, + {"name":"trace_filter","product":"trace","networks":[0,1,12,14,15,16,17,18,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, + {"name":"trace_get","product":"trace","networks":[0,1,12,14,15,16,17,18,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, + {"name":"trace_rawTransaction","product":"trace","networks":[0,1,12,14,15,16,17,18,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, + {"name":"trace_replayBlockTransactions","product":"trace","networks":[0,1,12,14,15,16,17,18,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, + {"name":"trace_replayTransaction","product":"trace","networks":[0,1,12,14,15,16,17,18,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, + {"name":"trace_transaction","product":"trace","networks":[0,1,12,14,15,16,17,18,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, {"name":"transactions/history/by-address","product":"portfolio","networks":[],"networkAgnostic":true}, {"name":"txpool_content","product":"evm","networks":[14,15,18,19,28,29,30,31,32,36,45,53,57,58,68,69,76,87,88,94,105,106,107,108,109,111,113,114,117,118,121,122,125,126,135,136,139,141,142,144,145,147,148,151]}, {"name":"unsafe_batchTransaction","product":"sui","networks":[131,132]}, @@ -1089,19 +1089,19 @@ {"name":"utility/blocks/by-timestamp","product":"portfolio","networks":[],"networkAgnostic":true}, {"name":"validateaddress","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, {"name":"verifymessage","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"wallet_createAccount","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"wallet_createSession","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"wallet_formatSign","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"wallet_getAssets","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"wallet_getCallsStatus","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"wallet_getCapabilities","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"wallet_getCrossChainStatus_v0","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"wallet_listAccounts","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"wallet_prepareCalls","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"wallet_prepareSign","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"wallet_requestAccount","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"wallet_requestQuote_v0","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"wallet_sendPreparedCalls","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,19,28,29,36,37,43,44,49,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"wallet_createAccount","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"wallet_createSession","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"wallet_formatSign","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"wallet_getAssets","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"wallet_getCallsStatus","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"wallet_getCapabilities","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"wallet_getCrossChainStatus_v0","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"wallet_listAccounts","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"wallet_prepareCalls","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"wallet_prepareSign","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"wallet_requestAccount","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"wallet_requestQuote_v0","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, + {"name":"wallet_sendPreparedCalls","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, {"name":"web3_clientVersion","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"web3_sha3","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, {"name":"zkevm_batchNumber","product":"polygon-zkevm","networks":[101,102]}, From a849d80c1daf6f3fee763b797e0eb265d7acc7f6 Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Tue, 7 Jul 2026 19:44:45 -0400 Subject: [PATCH 33/42] docs: drop the deprecated transaction simulation product from the matrix The four alchemy_simulate* Transact methods are deprecated; regenerated output of the tag drop on OMGWINNING/dashboard#8095. The durable fix is marking them METHOD_DEPRECATED in topconfig. Co-Authored-By: Claude Fable 5 --- .../pricing-resources/resources/feature-support-by-chain.mdx | 1 - content/feature-support.json | 5 ----- 2 files changed, 6 deletions(-) diff --git a/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx b/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx index 76893dd43..492abf614 100644 --- a/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx +++ b/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx @@ -67,7 +67,6 @@ Every Alchemy product and the chains it supports, at a glance. A product counts | Sui: gRPC Methods | Sui | | Token API | Abstract, Anime, ApeChain, Arbitrum, Avalanche, Base, Berachain, Blast, BNB Smart Chain, Celo, DATA Network, Ethereum, Gensyn, Gnosis, Hyperliquid, Ink, Lens, Linea, Monad, Mythos, OP Mainnet, Polygon PoS, Robinhood Chain, Ronin, Rootstock, Scroll, Settlus, Shape, Soneium, Unichain, World Chain, ZetaChain, ZKsync, Zora | | Trace API | Abstract, Arc, Avalanche, Base, Berachain, Blast, BNB Smart Chain, BOB, Botanix, Celo, Citrea, Degen, Ethereum, Flow EVM, Gnosis, Ink, Linea, Mantle, MegaETH, Metis, Mode, Monad, Moonbeam, OP Mainnet, opBNB, Plasma, Polygon PoS, Rise, Ronin, Rootstock, Scroll, Sei, Shape, Soneium, Sonic, Superseed, Tempo, Unichain, World Chain, ZetaChain, Zora | -| Transact | Arbitrum, Base, Ethereum, OP Mainnet, Polygon PoS | | Transfers API | Abstract, Anime, ApeChain, Arbitrum, Avalanche, Base, Berachain, Blast, BNB Smart Chain, Celo, DATA Network, Ethereum, Gensyn, Gnosis, Hyperliquid, Ink, Lens, Linea, Monad, Mythos, OP Mainnet, Polygon PoS, Robinhood Chain, Ronin, Rootstock, Scroll, Settlus, Shape, Soneium, Unichain, World Chain, ZetaChain, ZKsync, Zora | | Tron: Standard HTTP Methods | Tron | | Tron: Solidity HTTP Methods | Tron | diff --git a/content/feature-support.json b/content/feature-support.json index 020f94340..152624795 100644 --- a/content/feature-support.json +++ b/content/feature-support.json @@ -266,7 +266,6 @@ {"tag":"sui-grpc","label":"Sui: gRPC Methods","networks":[131,132]}, {"tag":"token","label":"Token API","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,36,37,43,44,47,49,51,57,58,59,60,62,63,66,67,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, {"tag":"trace","label":"Trace API","networks":[0,1,12,14,15,16,17,18,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, - {"tag":"transact","label":"Transact","networks":[10,11,16,17,47,49,51,91,92,99,100]}, {"tag":"transfers","label":"Transfers API","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,36,37,43,44,47,49,51,57,58,59,60,62,63,66,67,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, {"tag":"tron","label":"Tron: Standard HTTP Methods","networks":[137,138]}, {"tag":"tron-solidity","label":"Tron: Solidity HTTP Methods","networks":[137,138]}, @@ -575,10 +574,6 @@ {"name":"alchemy_requestGasAndPaymasterAndData","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, {"name":"alchemy_requestPaymasterAndData","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, {"name":"alchemy_requestPaymasterTokenQuote","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"alchemy_simulateAssetChanges","product":"transact","networks":[10,11,16,17,47,49,51,91,92,99,100]}, - {"name":"alchemy_simulateAssetChangesBundle","product":"transact","networks":[10,11,16,17,47,49,51,91,92,99,100]}, - {"name":"alchemy_simulateExecution","product":"transact","networks":[10,11,16,17,47,49,51,91,92,99,100]}, - {"name":"alchemy_simulateExecutionBundle","product":"transact","networks":[10,11,16,17,47,49,51,91,92,99,100]}, {"name":"alchemy_simulateUserOperationAssetChanges","product":"gas-manager-bundler","networks":[10,11,16,17,47,51,91,92,99,100]}, {"name":"arbtrace_block","product":"arbtrace","networks":[10]}, {"name":"arbtrace_call","product":"arbtrace","networks":[10]}, From 1b13b61addec4ca7c2d339e80043cc782b7373a4 Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Tue, 7 Jul 2026 21:04:45 -0400 Subject: [PATCH 34/42] docs: ground Portfolio and Prices on their served networks The dashboard supported_products config carries the per-network truth for these chain-agnostic products, so the 10 Portfolio and 3 Prices method rows now list their real networks (tokens on 59, NFTs on 49, transfers on 61, prices on 22, Stellar rows on Stellar) instead of rendering as available on every network. Regenerated output of the generator change on OMGWINNING/dashboard#8095. Co-Authored-By: Claude Fable 5 --- .../resources/feature-support-by-chain.mdx | 4 +-- content/feature-support.json | 30 +++++++++---------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx b/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx index 492abf614..a50c7d0f5 100644 --- a/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx +++ b/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx @@ -56,8 +56,8 @@ Every Alchemy product and the chains it supports, at a glance. A product counts | Avalanche P-Chain: Standard Methods | Avalanche | | Polygon PoS: Specific Methods | Polygon PoS | | Polygon zkEVM: Specific Methods | Polygon zkEVM | -| Portfolio API | All networks | -| Prices API | All networks | +| Portfolio API | Abstract, Anime, ApeChain, Arbitrum, Avalanche, Base, Berachain, Blast, BNB Smart Chain, Celo, DATA Network, Ethereum, Gensyn, Gnosis, Hyperliquid, Ink, Lens, Linea, Monad, Mythos, OP Mainnet, Polygon PoS, Robinhood Chain, Ronin, Rootstock, Scroll, Settlus, Shape, Soneium, Stellar, Unichain, World Chain, ZKsync, Zora | +| Prices API | ApeChain, Arbitrum, Avalanche, Base, Blast, BNB Smart Chain, Ethereum, Gnosis, Linea, Metis, Monad, OP Mainnet, opBNB, Polygon PoS, Polygon zkEVM, Robinhood Chain, Scroll, Solana, World Chain, ZetaChain, ZKsync | | Solana: Standard JSON-RPC Methods | Solana | | Solana: DAS APIs (NFT/Token) | Solana | | Solana: Photon APIs (ZK Compression) | Solana | diff --git a/content/feature-support.json b/content/feature-support.json index 152624795..6be05b3ae 100644 --- a/content/feature-support.json +++ b/content/feature-support.json @@ -255,8 +255,8 @@ {"tag":"pchain","label":"Avalanche P-Chain: Standard Methods","networks":[14,15]}, {"tag":"polygon-pos","label":"Polygon PoS: Specific Methods","networks":[99,100]}, {"tag":"polygon-zkevm","label":"Polygon zkEVM: Specific Methods","networks":[101,102]}, - {"tag":"portfolio","label":"Portfolio API","networks":[],"networkAgnostic":true}, - {"tag":"prices","label":"Prices API","networks":[],"networkAgnostic":true}, + {"tag":"portfolio","label":"Portfolio API","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,26,27,28,29,36,37,43,44,47,51,58,59,60,62,66,67,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,129,139,140,141,142,149,150,151,152]}, + {"tag":"prices","label":"Prices API","networks":[6,10,14,16,26,28,47,59,76,84,87,91,93,99,101,105,106,111,119,141,147,149]}, {"tag":"solana","label":"Solana: Standard JSON-RPC Methods","networks":[119,120]}, {"tag":"solana-das","label":"Solana: DAS APIs (NFT/Token)","networks":[119,120]}, {"tag":"solana-photon","label":"Solana: Photon APIs (ZK Compression)","networks":[119,120]}, @@ -583,10 +583,10 @@ {"name":"arbtrace_replayBlockTransactions","product":"arbtrace","networks":[10]}, {"name":"arbtrace_replayTransaction","product":"arbtrace","networks":[10]}, {"name":"arbtrace_transaction","product":"arbtrace","networks":[10]}, - {"name":"assets/nfts/by-address","product":"portfolio","networks":[],"networkAgnostic":true}, - {"name":"assets/nfts/contracts/by-address","product":"portfolio","networks":[],"networkAgnostic":true}, - {"name":"assets/tokens/balances/by-address","product":"portfolio","networks":[],"networkAgnostic":true}, - {"name":"assets/tokens/by-address","product":"portfolio","networks":[],"networkAgnostic":true}, + {"name":"assets/nfts/by-address","product":"portfolio","networks":[0,1,4,6,7,10,11,14,15,16,17,18,26,27,36,43,44,47,51,75,76,77,87,90,91,92,99,100,105,106,109,110,111,112,115,116,117,118,121,122,129,139,140,141,142,149,150,151,152]}, + {"name":"assets/nfts/contracts/by-address","product":"portfolio","networks":[0,1,4,6,7,10,11,14,15,16,17,18,26,27,36,43,44,47,51,75,76,77,87,90,91,92,99,100,105,106,109,110,111,112,115,116,117,118,121,122,129,139,140,141,142,149,150,151,152]}, + {"name":"assets/tokens/balances/by-address","product":"portfolio","networks":[0,1,5,6,7,10,11,14,15,16,17,18,26,27,28,29,36,37,43,47,51,58,59,60,62,66,67,75,76,77,87,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,129,139,140,141,142,149,150,151,152]}, + {"name":"assets/tokens/by-address","product":"portfolio","networks":[0,1,5,6,7,10,11,14,15,16,17,18,26,27,28,29,36,37,43,47,51,58,59,60,62,66,67,75,76,77,87,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,129,139,140,141,142,149,150,151,152]}, {"name":"blob.Get","product":"celestia","networks":[34,35]}, {"name":"blob.GetAll","product":"celestia","networks":[34,35]}, {"name":"blob.GetCommitmentProof","product":"celestia","networks":[34,35]}, @@ -985,9 +985,9 @@ {"name":"state.BalanceForAddress","product":"celestia","networks":[34,35]}, {"name":"state.SubmitPayForBlob","product":"celestia","networks":[34,35]}, {"name":"state.Transfer","product":"celestia","networks":[34,35]}, - {"name":"stellar/balances","product":"portfolio","networks":[],"networkAgnostic":true}, - {"name":"stellar/nfts","product":"portfolio","networks":[],"networkAgnostic":true}, - {"name":"stellar/transfers","product":"portfolio","networks":[],"networkAgnostic":true}, + {"name":"stellar/balances","product":"portfolio","networks":[129]}, + {"name":"stellar/nfts","product":"portfolio","networks":[129]}, + {"name":"stellar/transfers","product":"portfolio","networks":[129]}, {"name":"submitblock","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, {"name":"submitheader","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, {"name":"submitpackage","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, @@ -1053,10 +1053,10 @@ {"name":"suix_resolveNameServiceAddress","product":"sui","networks":[131,132]}, {"name":"summarizeNFTAttributes","product":"nft","networks":[47,99]}, {"name":"testmempoolaccept","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"tokens/balances/by-address","product":"portfolio","networks":[],"networkAgnostic":true}, - {"name":"tokens/by-address","product":"prices","networks":[],"networkAgnostic":true}, - {"name":"tokens/by-symbol","product":"prices","networks":[],"networkAgnostic":true}, - {"name":"tokens/historical","product":"prices","networks":[],"networkAgnostic":true}, + {"name":"tokens/balances/by-address","product":"portfolio","networks":[0,1,5,6,7,10,11,14,15,16,17,18,26,27,28,29,36,37,43,47,51,58,59,60,62,66,67,75,76,77,87,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,129,139,140,141,142,149,150,151,152]}, + {"name":"tokens/by-address","product":"prices","networks":[6,10,14,16,26,28,47,59,76,84,87,91,93,99,101,105,106,111,119,141,147,149]}, + {"name":"tokens/by-symbol","product":"prices","networks":[6,10,14,16,26,28,47,59,76,84,87,91,93,99,101,105,106,111,119,141,147,149]}, + {"name":"tokens/historical","product":"prices","networks":[6,10,14,16,26,28,47,59,76,84,87,91,93,99,101,105,106,111,119,141,147,149]}, {"name":"trace_block","product":"trace","networks":[0,1,12,14,15,16,17,18,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, {"name":"trace_call","product":"trace","networks":[0,1,12,14,15,16,17,18,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, {"name":"trace_callMany","product":"trace","networks":[0,1,12,14,15,16,17,18,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, @@ -1066,7 +1066,7 @@ {"name":"trace_replayBlockTransactions","product":"trace","networks":[0,1,12,14,15,16,17,18,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, {"name":"trace_replayTransaction","product":"trace","networks":[0,1,12,14,15,16,17,18,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, {"name":"trace_transaction","product":"trace","networks":[0,1,12,14,15,16,17,18,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, - {"name":"transactions/history/by-address","product":"portfolio","networks":[],"networkAgnostic":true}, + {"name":"transactions/history/by-address","product":"portfolio","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,26,27,28,29,36,37,43,44,47,51,58,59,60,62,66,67,75,76,77,87,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,129,139,140,141,142,149,150,151,152]}, {"name":"txpool_content","product":"evm","networks":[14,15,18,19,28,29,30,31,32,36,45,53,57,58,68,69,76,87,88,94,105,106,107,108,109,111,113,114,117,118,121,122,125,126,135,136,139,141,142,144,145,147,148,151]}, {"name":"unsafe_batchTransaction","product":"sui","networks":[131,132]}, {"name":"unsafe_mergeCoins","product":"sui","networks":[131,132]}, @@ -1081,7 +1081,7 @@ {"name":"unsafe_splitCoinEqual","product":"sui","networks":[131,132]}, {"name":"unsafe_transferObject","product":"sui","networks":[131,132]}, {"name":"unsafe_transferSui","product":"sui","networks":[131,132]}, - {"name":"utility/blocks/by-timestamp","product":"portfolio","networks":[],"networkAgnostic":true}, + {"name":"utility/blocks/by-timestamp","product":"portfolio","networks":[10,14,16,26,28,36,47,51,88,91,99,121,141,149,151]}, {"name":"validateaddress","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, {"name":"verifymessage","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, {"name":"wallet_createAccount","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, From c83289c34ddaa84ef4e1e371e0c673a484ad97ae Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Tue, 7 Jul 2026 23:11:54 -0400 Subject: [PATCH 35/42] Retitle supported-chains page from Node API to Chain API The Node tab is merged into Chains; the page keeps its pinned URL. Co-Authored-By: Claude Fable 5 --- content/api-reference/node-api/node-supported-chains.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/api-reference/node-api/node-supported-chains.mdx b/content/api-reference/node-api/node-supported-chains.mdx index 77013b97d..8518c6b42 100644 --- a/content/api-reference/node-api/node-supported-chains.mdx +++ b/content/api-reference/node-api/node-supported-chains.mdx @@ -1,7 +1,7 @@ --- -title: Node API supported chains -description: Use the Node API for low-level access to Alchemy-supported blockchains -subtitle: Use the Node API for low-level access to Alchemy-supported blockchains +title: Chain API supported chains +description: Use the Chain APIs for low-level access to Alchemy-supported blockchains +subtitle: Use the Chain APIs for low-level access to Alchemy-supported blockchains slug: docs/reference/node-supported-chains --- From 105139a8d66d0035f3dc0edc8136bd103fefcd96 Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Wed, 8 Jul 2026 14:38:53 -0400 Subject: [PATCH 36/42] Move Key capabilities below Companion APIs on the API Overview page Co-Authored-By: Claude Fable 5 --- .../node-api/chain-apis-overview.mdx | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/content/api-reference/node-api/chain-apis-overview.mdx b/content/api-reference/node-api/chain-apis-overview.mdx index c77afe136..dc7a0a78d 100644 --- a/content/api-reference/node-api/chain-apis-overview.mdx +++ b/content/api-reference/node-api/chain-apis-overview.mdx @@ -15,16 +15,6 @@ Alchemy's Chain APIs are our implementation of the standard JSON-RPC interface ( > For indexed, enriched queries use the **[Data APIs](/docs/reference/data-overview)**. > For account-abstraction and smart-wallet flows use the **[Wallet APIs](/docs/wallets)**. -## Key capabilities - -* **Read Operations**: Query account balances, smart contract state, transaction history, block data, and more -* **Write Operations**: Submit transactions to the network and track their status -* **Event Monitoring**: Subscribe to real-time blockchain events via WebSockets -* **Gas Management**: Estimate transaction costs and optimize gas usage -* **Network Information**: Access chain-specific data like network version, block numbers, and protocol details - -Most chains use the **same EVM JSON-RPC methods** (e.g., `eth_call`, `eth_getLogs`, `eth_sendRawTransaction`); non-EVM chains provide compatible JSON-RPC or equivalent endpoints, plus **chain-specific methods** where the protocol differs. Each chain's section in the sidebar covers its full method list, endpoint URLs, and chain-specific behavior and limits. - ## Companion APIs Use these alongside the standard JSON-RPC methods for streaming, performance, and deeper inspection. Chain coverage varies: check each page for supported networks. @@ -47,6 +37,16 @@ Use these alongside the standard JSON-RPC methods for streaming, performance, an +## Key capabilities + +* **Read Operations**: Query account balances, smart contract state, transaction history, block data, and more +* **Write Operations**: Submit transactions to the network and track their status +* **Event Monitoring**: Subscribe to real-time blockchain events via WebSockets +* **Gas Management**: Estimate transaction costs and optimize gas usage +* **Network Information**: Access chain-specific data like network version, block numbers, and protocol details + +Most chains use the **same EVM JSON-RPC methods** (e.g., `eth_call`, `eth_getLogs`, `eth_sendRawTransaction`); non-EVM chains provide compatible JSON-RPC or equivalent endpoints, plus **chain-specific methods** where the protocol differs. Each chain's section in the sidebar covers its full method list, endpoint URLs, and chain-specific behavior and limits. + ## Supported blockchains ### Ethereum & EVM layer 1s From ae3a83564c6362a239c104189c76ab4a79aebc9d Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Wed, 8 Jul 2026 15:01:03 -0400 Subject: [PATCH 37/42] Sync metadata copy with docs-site: Chain APIs and AI tools, not Node/Rollups Co-Authored-By: Claude Fable 5 --- src/content-indexer/constants/metadata.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content-indexer/constants/metadata.ts b/src/content-indexer/constants/metadata.ts index 040916f2b..93c9c70fd 100644 --- a/src/content-indexer/constants/metadata.ts +++ b/src/content-indexer/constants/metadata.ts @@ -20,7 +20,7 @@ export const DEFAULT_OG_IMAGE = { export const DEFAULT_OPEN_GRAPH: Metadata["openGraph"] = { title: "Alchemy Documentation - Build anything onchain", description: - "Learn how to use Node APIs, Data APIs, Webhooks, Smart Wallets and Rollups to create powerful onchain experiences.", + "Learn how to use Chain APIs, Data APIs, Webhooks, Smart Wallets and AI developer tools to create powerful onchain experiences.", siteName: "Alchemy Documentation", url: DOCS_BASE_URL, locale: "en_US", @@ -32,7 +32,7 @@ const DEFAULT_TWITTER: Metadata["twitter"] = { card: "summary_large_image", title: "Alchemy Documentation - Build anything onchain", description: - "Learn how to use Node APIs, Data APIs, Webhooks, Smart Wallets and Rollups to create powerful onchain experiences.", + "Learn how to use Chain APIs, Data APIs, Webhooks, Smart Wallets and AI developer tools to create powerful onchain experiences.", site: "@alchemy", images: [DEFAULT_OG_IMAGE.url], }; @@ -43,7 +43,7 @@ export const DEFAULT_METADATA: Metadata = { default: "Alchemy Documentation - Build anything onchain", }, description: - "Learn how to use Node APIs, Data APIs, Webhooks, Smart Wallets and Rollups to create powerful onchain experiences.", + "Learn how to use Chain APIs, Data APIs, Webhooks, Smart Wallets and AI developer tools to create powerful onchain experiences.", robots: { index: true, follow: true, From ea277d1f914bf724d3524f00e59e1babdcd719d5 Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Wed, 8 Jul 2026 17:21:37 -0400 Subject: [PATCH 38/42] Add a node-to-chains catch-all redirect for legacy per-chain endpoint URLs ~290 legacy redirect destinations still point at /docs/node//... from the era when chains lived under the node tab; with the node tab gone they now resolve via /docs/chains. Verified against the branch routing table: 291 destinations recover, zero redirect loops. Co-Authored-By: Claude Fable 5 --- content/redirects.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/redirects.yml b/content/redirects.yml index 5b3cff27c..eef461be3 100644 --- a/content/redirects.yml +++ b/content/redirects.yml @@ -2580,6 +2580,13 @@ redirects: - source: /docs/node/debug-api/:path* destination: /docs/chains/debug-api/:path* permanent: true + # Catch-all for everything else that ever lived under the node tab, most + # importantly the per-chain endpoint URLs from the era when chains were + # under /docs/node// — ~290 legacy redirect destinations still + # point there. + - source: /docs/node/:path* + destination: /docs/chains/:path* + permanent: true # ========================================= Build with AI Top-Level Tab ========================================= - source: /docs/build-with-ai-overview From eddc221e40f0005904608f6e21ee9434e9e9fffb Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Thu, 9 Jul 2026 13:29:05 -0400 Subject: [PATCH 39/42] Revert "Merge branch 'sahilaujla/ax-545-feature-support-data' of github.com:alchemyplatform/docs into nav-restructure-mockup" This reverts commit 06a30530c3ddeaf525d8ef57268d859b372a951f, reversing changes made to c83289c34ddaa84ef4e1e371e0c673a484ad97ae. --- .prettierignore | 5 - .../address-activity-webhook.mdx | 2 +- .../api-reference/kaia/kaia-api-overview.mdx | 5 +- .../pricing/compute-unit-costs.mdx | 1578 +++++++---------- .../resources/feature-support-by-chain.mdx | 76 +- .../ronin/ronin-api-overview.mdx | 13 +- .../api-reference/sei/sei-api-overview.mdx | 23 +- .../stable/stable-api-overview.mdx | 42 +- .../api-reference/tron/tron-api-overview.mdx | 33 +- .../zetachain/zetachain-api-overview.mdx | 42 +- content/changelog/2026-07-02.md | 24 +- content/feature-support.json | 1139 ------------ .../tutorials/build-with-ai/alchemy-cli.mdx | 10 - src/openapi/tron-http/tron-http.yaml | 17 +- .../utxo-bitcoincash/utxo-bitcoincash.yaml | 39 +- src/openapi/utxo-dogecoin/utxo-dogecoin.yaml | 39 +- src/openapi/utxo-litecoin/utxo-litecoin.yaml | 39 +- src/openapi/utxo/utxo.yaml | 39 +- .../chains/hyperliquid/hyperliquid.yaml | 3 + src/openrpc/chains/kaia/kaia.yaml | 14 +- src/openrpc/chains/ronin/ronin.yaml | 21 +- src/openrpc/chains/sei/sei.yaml | 4 - src/openrpc/chains/stable/stable.yaml | 15 +- src/openrpc/chains/tron/tron.yaml | 5 - src/openrpc/chains/zetachain/zetachain.yaml | 10 +- 25 files changed, 798 insertions(+), 2439 deletions(-) delete mode 100644 content/feature-support.json diff --git a/.prettierignore b/.prettierignore index 304c757ee..32acf1b2e 100644 --- a/.prettierignore +++ b/.prettierignore @@ -4,8 +4,3 @@ **/*.md content/api-specs/ pnpm-lock.yaml - -# Generated by UpdateFeatureSupportFromDaikonWorkflow; the generator owns its -# one-entity-per-line format (prettier reflowing it would make every daily bot -# write a diff) -content/feature-support.json diff --git a/content/api-reference/data/webhooks/webhook-types/address-activity-webhook.mdx b/content/api-reference/data/webhooks/webhook-types/address-activity-webhook.mdx index f31678536..206aa3e6a 100644 --- a/content/api-reference/data/webhooks/webhook-types/address-activity-webhook.mdx +++ b/content/api-reference/data/webhooks/webhook-types/address-activity-webhook.mdx @@ -32,7 +32,7 @@ There are three main types of transfers that are captured when receiving a `from **Note on Internal Transfers** -1. Internal transfers are currently only supported on Ethereum, Polygon, Arbitrum, Optimism, Base, BNB Chain, and Avalanche. Support for other networks is a WIP! +1. Internal transfers are currently only supported on Ethereum, Polygon, Arbitrum, Optimism and Base. Support for other networks is a WIP! 2. Internal Transfers with the call type `delegatecall` are not supported on Alchemy. Although they have a value associated with them, they don't transfer a value. For details read the [Ethereum Yellow Paper](https://ethereum.github.io/yellowpaper/paper.pdf). Internal transfer miner rewards are also unsupported on Alchemy. diff --git a/content/api-reference/kaia/kaia-api-overview.mdx b/content/api-reference/kaia/kaia-api-overview.mdx index 83186b859..8c0d03efb 100644 --- a/content/api-reference/kaia/kaia-api-overview.mdx +++ b/content/api-reference/kaia/kaia-api-overview.mdx @@ -31,9 +31,8 @@ slug: docs/kaia/kaia-api-overview | [`eth_maxPriorityFeePerGas`](/docs/chains/kaia/kaia-api-endpoints/eth-max-priority-fee-per-gas) | [`eth_newBlockFilter`](/docs/chains/kaia/kaia-api-endpoints/eth-new-block-filter) | | [`eth_newFilter`](/docs/chains/kaia/kaia-api-endpoints/eth-new-filter) | [`eth_newPendingTransactionFilter`](/docs/chains/kaia/kaia-api-endpoints/eth-new-pending-transaction-filter) | | [`eth_sendRawTransaction`](/docs/chains/kaia/kaia-api-endpoints/eth-send-raw-transaction) | [`eth_submitWork`](/docs/chains/kaia/kaia-api-endpoints/eth-submit-work) | -| [`eth_subscribe`](/docs/chains/kaia/kaia-api-endpoints/eth-subscribe) | [`eth_syncing`](/docs/chains/kaia/kaia-api-endpoints/eth-syncing) | -| [`eth_uninstallFilter`](/docs/chains/kaia/kaia-api-endpoints/eth-uninstall-filter) | [`eth_unsubscribe`](/docs/chains/kaia/kaia-api-endpoints/eth-unsubscribe) | -| [`net_listening`](/docs/chains/kaia/kaia-api-endpoints/net-listening) | [`net_peerCount`](/docs/chains/kaia/kaia-api-endpoints/net-peer-count) | +| [`eth_subscribe`](/docs/chains/kaia/kaia-api-endpoints/eth-subscribe) | [`eth_uninstallFilter`](/docs/chains/kaia/kaia-api-endpoints/eth-uninstall-filter) | +| [`eth_unsubscribe`](/docs/chains/kaia/kaia-api-endpoints/eth-unsubscribe) | [`net_peerCount`](/docs/chains/kaia/kaia-api-endpoints/net-peer-count) | | [`net_version`](/docs/chains/kaia/kaia-api-endpoints/net-version) | [`web3_clientVersion`](/docs/chains/kaia/kaia-api-endpoints/web-3-client-version) | | [`web3_sha3`](/docs/chains/kaia/kaia-api-endpoints/web-3-sha-3) | | diff --git a/content/api-reference/pricing-resources/pricing/compute-unit-costs.mdx b/content/api-reference/pricing-resources/pricing/compute-unit-costs.mdx index 4354df0ea..ff508f0b8 100644 --- a/content/api-reference/pricing-resources/pricing/compute-unit-costs.mdx +++ b/content/api-reference/pricing-resources/pricing/compute-unit-costs.mdx @@ -14,172 +14,155 @@ For more details, check out the [Compute Units](/docs/reference/compute-units#wh # EVM: Standard JSON-RPC Methods -{/* cu:auto product="evm" */} | Method | CU | Throughput CU | | ---------------------------------------- | --------------------------- | ------------- | -| eth\_chainId | 0 | 5 | -| eth\_protocolVersion | 0 | 5 | -| eth\_syncing | 0 | 5 | -| net\_listening | 0 | 5 | -| net\_peerCount | 0 | 5 | -| net\_version | 0 | 5 | +| net\_version | 0 | | +| eth\_chainId | 0 | | +| eth\_syncing | 0 | | +| eth\_protocolVersion | 0 | | +| net\_listening | 0 | | +| eth\_uninstallFilter | 10 | | | eth\_accounts | 10 | | -| eth\_baseFee | 10 | | -| eth\_blobBaseFee | 10 | | | eth\_blockNumber | 10 | | -| eth\_createAccessList | 10 | | -| eth\_feeHistory | 10 | | -| eth\_getAssetBalance | 10 | | -| eth\_getChainConfig | 10 | | -| eth\_maxPriorityFeePerGas | 10 | | | eth\_subscribe | 10 | | -| eth\_uninstallFilter | 10 | | | eth\_unsubscribe | 10 | | -| erigon\_forks | 20 | | -| erigon\_getHeaderByHash | 20 | | -| erigon\_getHeaderByNumber | 20 | | -| erigon\_getLogsByHash | 20 | | -| erigon\_issuance | 20 | | -| eth\_callMany | 20 | | -| eth\_estimateGas | 20 | | -| eth\_fillTransaction | 20 | | -| eth\_gasPrice | 20 | | -| eth\_getAccount | 20 | | -| eth\_getBalance | 20 | | -| eth\_getBlobSidecars | 20 | | -| eth\_getBlockByHash | 20 | | -| eth\_getBlockByNumber | 20 | | -| eth\_getBlockReceipts | 20 | 500 | -| eth\_getBlockTransactionCountByHash | 20 | | -| eth\_getBlockTransactionCountByNumber | 20 | | -| eth\_getCode | 20 | | -| eth\_getFilterChanges | 20 | | -| eth\_getFinalizedHeader | 20 | | -| eth\_getProof | 20 | | -| eth\_getRawTransactionByHash | 20 | | -| eth\_getRootHash | 20 | | -| eth\_getStorageAt | 20 | | -| eth\_getTdByNumber | 20 | | -| eth\_getTransactionByBlockHashAndIndex | 20 | | -| eth\_getTransactionByBlockNumberAndIndex | 20 | | -| eth\_getTransactionByHash | 20 | | -| eth\_getTransactionCount | 20 | | +| eth\_feeHistory | 10 | | +| eth\_baseFee | 10 | | +| eth\_maxPriorityFeePerGas | 10 | | +| eth\_blobBaseFee | 10 | | +| eth\_createAccessList | 10 | | | eth\_getTransactionReceipt | 20 | | -| eth\_getTransactionReceiptsByBlock | 20 | 1500 | | eth\_getUncleByBlockHashAndIndex | 20 | | | eth\_getUncleByBlockNumberAndIndex | 20 | | +| eth\_getTransactionByBlockHashAndIndex | 20 | | +| eth\_getTransactionByBlockNumberAndIndex | 20 | | | eth\_getUncleCountByBlockHash | 20 | | | eth\_getUncleCountByBlockNumber | 20 | | +| web3\_clientVersion | 20 | | +| web3\_sha3 | 20 | | +| eth\_getBlockByNumber | 20 | | +| eth\_getStorageAt | 20 | | +| eth\_getTransactionByHash | 20 | | +| eth\_getRawTransactionByHash | 20 | | +| eth\_gasPrice | 20 | | +| eth\_getBalance | 20 | | +| eth\_getCode | 20 | | +| eth\_getBlobSidecars | 20 | | +| eth\_getFinalizedHeader | 20 | | +| eth\_getFilterChanges | 20 | | | eth\_newBlockFilter | 20 | | | eth\_newFilter | 20 | | +| eth\_simulateV1 | 40 | | | eth\_newPendingTransactionFilter | 20 | | -| eth\_submitWork | 20 | | -| parlia\_getSnapshot | 20 | | -| web3\_clientVersion | 20 | | -| web3\_sha3 | 20 | | +| eth\_getBlockTransactionCountByHash | 20 | | +| eth\_getBlockTransactionCountByNumber | 20 | | +| eth\_getProof | 20 | | +| eth\_getBlockByHash | 20 | | +| eth\_getAccount | 20 | | +| eth\_getRootHash | 20 | | +| eth\_fillTransaction | 20 | | +| erigon\_forks | 20 | | +| erigon\_getHeaderByHash | 20 | | +| erigon\_getHeaderByNumber | 20 | | +| erigon\_getLogsByHash | 20 | | +| erigon\_issuance | 20 | | +| eth\_getTransactionCount | 20 | | +| eth\_getTdByNumber | 20 | | | eth\_call | 26 | | | eth\_callBundle | 40 | | -| eth\_sendRawTransaction | 40 | 50 | -| eth\_sendRawTransactionSync | 40 | 125 | -| eth\_simulateV1 | 40 | | -| realtime\_sendRawTransaction | 40 | | +| eth\_callMany | 20 | | | eth\_getAccountInfo | 60 | | | eth\_getFilterLogs | 60 | | | eth\_getLogs | 60 | | -| txpool\_content | 500 | | +| eth\_estimateGas | 20 | | +| eth\_sendRawTransaction | 40 | 250 | +| eth\_sendRawTransactionSync | 40 | 250 | +| eth\_getBlockReceipts | 20 | 500 | +| eth\_submitWork | 20 | | | batch | CU of method # times called | | -{/* cu:auto end */} * To view the batch request breakdown in the Alchemy Dashboard, click on "raw request" # Solana: Standard JSON-RPC Methods -{/* cu:auto product="solana" */} | Method | CU | Throughput CU | | --------------------------------- | --------------------------- | ------------- | -| getAccountInfo | 10 | | -| getBalance | 10 | | -| getBlockProduction | 10 | | -| getBlocks | 10 | | -| getGenesisHash | 10 | | -| getMinimumBalanceForRentExemption | 10 | | -| getPriorityFeeEstimate | 10 | 20 | -| getRecentPrioritizationFees | 10 | | -| getTokenAccountsByDelegate | 10 | | -| getTokenAccountsByOwner | 10 | | +| getLeaderSchedule | 20 | | +| requestAirdrop | 20 | | +| getVoteAccounts | 20 | | | getBlockCommitment | 20 | | -| getBlockHeight | 20 | | | getBlocksWithLimit | 20 | | -| getBlockTime | 20 | | -| getClusterNodes | 20 | | -| getEpochInfo | 20 | | -| getEpochSchedule | 20 | | -| getFeeForMessage | 20 | | | getHealth | 20 | | -| getHighestSnapshotSlot | 20 | | | getIdentity | 20 | | -| getInflationGovernor | 20 | | -| getInflationRate | 20 | | | getLatestBlockhash | 20 | | -| getLeaderSchedule | 20 | | +| getSlot | 20 | | +| getInflationRate | 20 | | | getMaxRetransmitSlot | 20 | | -| getMaxShredInsertSlot | 20 | | -| getMultipleAccounts | 20 | | -| getProgramAccounts | 20 | 117 | | getRecentPerformanceSamples | 20 | | -| getSignatureStatuses | 20 | | -| getSlot | 20 | | -| getSlotLeader | 20 | | -| getSlotLeaders | 20 | | -| getStakeActivation | 20 | | +| getRecentPrioritizationFees | 10 | | +| getEpochInfo | 20 | | | getTokenAccountBalance | 20 | | -| getTokenLargestAccounts | 20 | | -| getTokenSupply | 20 | | -| getTransactionCount | 20 | | +| getBlockTime | 20 | | +| getHighestSnapshotSlot | 20 | | +| sendTransaction | 20 | | +| getEpochSchedule | 20 | | +| getStakeActivation | 20 | | +| getMaxShredInsertSlot | 20 | | | getVersion | 20 | | -| getVoteAccounts | 20 | | | isBlockhashValid | 20 | | +| getAccountInfo | 10 | | +| getFeeForMessage | 20 | | +| getTokenLargestAccounts | 20 | | +| getInflationGovernor | 20 | | +| getSlotLeader | 20 | | +| getMultipleAccounts | 20 | | | minimumLedgerSlot | 20 | | -| requestAirdrop | 20 | | -| sendStakedTransaction | 20 | | -| sendTransaction | 20 | | -| simulateBundle | 20 | | +| getBlockHeight | 20 | | | simulateTransaction | 20 | | -| getBlock | 40 | | -| getFirstAvailableBlock | 40 | | -| getInflationReward | 40 | 300 | +| simulateBundle | 20 | | +| getSignatureStatuses | 20 | | +| getBlocks | 10 | | +| getTokenAccountsByOwner | 10 | | +| getMinimumBalanceForRentExemption | 10 | | +| getBalance | 10 | | +| getGenesisHash | 10 | | +| getBlockProduction | 10 | | +| getTokenSupply | 20 | | +| getTransactionCount | 20 | | +| getSlotLeaders | 20 | | +| getClusterNodes | 20 | | | getSignaturesForAddress | 40 | | +| getFirstAvailableBlock | 40 | | | getTransaction | 40 | | -| getTransactionsForAddress | 100 | | -| getSupply | 160 | 800 | +| getBlock | 40 | | +| getProgramAccounts | 20 | | +| getInflationReward | 40 | | +| getPriorityFeeEstimate | 10 | 20 | +| getSupply | 160 | | | getLargestAccounts | 3000 | | | batch\* | CU of method # times called | | -{/* cu:auto end */} * To view the batch request breakdown in the Alchemy Dashboard, click on "raw request" # Solana: DAS APIs (NFT/Token) -{/* cu:auto product="solana-das" */} | Method | CU | Throughput CU | | -------------------- | --- | ------------- | | getAsset | 80 | 200 | +| getAssets | 480 | 200 | | getAssetProof | 160 | 200 | -| getAssetSignatures | 160 | 200 | -| getNftEditions | 160 | 200 | -| getTokenAccounts | 160 | 200 | | getAssetProofs | 480 | 200 | -| getAssets | 480 | 200 | | getAssetsByAuthority | 480 | 200 | -| getAssetsByCreator | 480 | 200 | -| getAssetsByGroup | 480 | 200 | | getAssetsByOwner | 480 | 200 | +| getAssetsByGroup | 480 | 200 | +| getAssetsByCreator | 480 | 200 | | searchAssets | 480 | 200 | -{/* cu:auto end */} +| getAssetSignatures | 160 | 200 | +| getNftEditions | 160 | 200 | +| getTokenAccounts | 160 | 200 | # Solana: Photon APIs (ZK Compression) -{/* cu:auto product="solana-photon" */} | Method | CU | Throughput CU | | ------------------------------------- | ---- | ------------- | | getCompressedAccount | 120 | 100 | @@ -208,7 +191,6 @@ For more details, check out the [Compute Units](/docs/reference/compute-units#wh | getTransactionWithCompressionInfo | 120 | 100 | | getValidityProof | 1200 | 500 | | getValidityProofV2 | 1200 | 500 | -{/* cu:auto end */} # Solana: Yellowstone gRPC @@ -230,103 +212,45 @@ For more details, check out the [Compute Units](/docs/reference/compute-units#wh # Debug API -{/* cu:auto product="debug" */} -| Method | CU | Throughput CU | -| ----------------------------- | -- | ------------- | -| debug\_dbAncient | 40 | 1000 | -| debug\_dbAncients | 40 | 1000 | -| debug\_dbGet | 40 | 1000 | -| debug\_executionWitness | 40 | 1000 | -| debug\_executionWitnessByHash | 40 | 1000 | -| debug\_getBadBlocks | 40 | 1000 | -| debug\_getRawBlock | 40 | 1000 | -| debug\_getRawHeader | 40 | 1000 | -| debug\_getRawReceipts | 40 | 1000 | -| debug\_getTrieFlushInterval | 40 | 1000 | -| debug\_storageRangeAt | 40 | 1000 | -| debug\_traceBlockByHash | 40 | 1000 | -| debug\_traceBlockByNumber | 40 | 1000 | -| debug\_traceCall | 40 | 1000 | -| debug\_traceCallMany | 40 | 1000 | -| debug\_traceTransaction | 40 | 1000 | -{/* cu:auto end */} +| Method | CU | Throughput CU | +| ------------------------- | -- | ------------- | +| debug\_traceTransaction | 40 | 1000 | +| debug\_traceCall | 40 | 1000 | +| debug\_traceCallMany | 40 | 1000 | +| debug\_traceBlockByHash | 40 | 1000 | +| debug\_traceBlockByNumber | 40 | 1000 | +| debug\_getBadBlocks | 40 | 1000 | +| debug\_getRawHeader | 40 | 1000 | +| debug\_getRawReceipts | 40 | 1000 | +| debug\_storageRangeAt | 40 | 1000 | # Embedded Account APIs Similar to the [NFT API](/docs/reference/compute-unit-costs#nft-api), the Embedded Account APIs implement "Throughput CU" to count separately toward your applications' throughput! -{/* cu:auto product="signer" */} -| Method | CU | Throughput CU | -| -------------------------------------- | ---- | ------------- | -| /signer/auth-get-multi-factor | 10 | 50 | -| /signer/auth-list-multi-factors | 10 | 50 | -| /signer/auth-validate-multi-factors | 10 | 50 | -| /signer/multi-owner-prepare-add | 10 | | -| /signer/multi-owner-prepare-delete | 10 | | -| /signer/multi-owner-sign-raw-payload | 10 | | -| /signer/multi-owner-update-root-quorum | 10 | | -| /signer/multi-sig-prepare-add | 10 | | -| /signer/prepare-oauth | 10 | 50 | -| /signer/signer-config | 10 | | -| /signer/track-key-export | 10 | 50 | -| /signer/auth-delete-multi-factors | 20 | 50 | -| /signer/auth-request-multi-factor | 20 | 50 | -| /signer/auth-verify-multi-factor | 20 | 50 | -| /signer/lookup | 20 | 50 | -| /signer/add-oauth-provider | 100 | 50 | -| /signer/auth | 100 | 50 | -| /signer/init-otp | 100 | 50 | -| /signer/list-auth-methods | 100 | 50 | -| /signer/otp | 100 | 50 | -| /signer/remove-oauth-provider | 100 | 50 | -| /signer/update-email-auth | 100 | 50 | -| /signer/update-phone-auth | 100 | 50 | -| /signer/verify-otp | 100 | 50 | -| /signer/whoami | 100 | 20 | -| /signer/multi-owner-add | 250 | 50 | -| /signer/multi-owner-delete | 250 | 50 | -| /signer/multi-sig-add | 250 | 50 | -| /signer/auth-jwt | 400 | 300 | -| /signer/oauth | 400 | 300 | -| /signer/multi-owner-create | 1000 | 300 | -| /signer/multi-sig-create | 1000 | 300 | -| /signer/signup | 1000 | 300 | -| /signer/sign-payload | 6000 | 300 | -{/* cu:auto end */} +| Method | CU | Throughput CU | +| -------------------- | ---- | ------------- | +| /signer/auth | 100 | 50 | +| /signer/lookup | 20 | 50 | +| /signer/sign-payload | 6000 | 300 | +| /signer/whoami | 100 | 20 | # Gas Manager & Bundler APIs Similar to the [NFT API](/docs/reference/compute-unit-costs#nft-api), the Gas Manager & Bundler APIs implement "Throughput CU" to count separately toward your applications' throughput! -{/* cu:auto product="gas-manager-bundler" */} | Method | CU | Throughput CU | | ------------------------------------------ | ---- | ------------- | -| debug\_bundler\_clearMempool | 10 | | -| debug\_bundler\_clearState | 10 | | -| debug\_bundler\_dumpMempool | 10 | | -| debug\_bundler\_dumpPaymasterBalances | 10 | | -| debug\_bundler\_dumpReputation | 10 | | -| debug\_bundler\_getStakeStatus | 10 | | -| debug\_bundler\_sendBundleNow | 10 | | -| debug\_bundler\_setBundlingMode | 10 | | -| debug\_bundler\_setReputation | 10 | | -| eth\_supportedEntryPoints | 10 | | -| rundler\_getUserOperationGasPrice | 10 | | -| rundler\_maxPriorityFeePerGas | 10 | | -| eth\_getUserOperationByHash | 20 | | -| eth\_getUserOperationReceipt | 20 | | -| rundler\_getUserOperationStatus | 50 | | -| pm\_getPaymasterStubData | 250 | 100 | +| eth\_sendUserOperation | 1000 | 100 | | eth\_estimateUserOperationGas | 500 | 50 | -| alchemy\_requestFeePayer | 1000 | 100 | +| eth\_getUserOperationByHash | 20 | 17 | +| eth\_getUserOperationReceipt | 20 | 15 | +| eth\_supportedEntryPoints | 10 | 5 | +| rundler\_maxPriorityFeePerGas | 10 | 10 | +| alchemy\_simulateUserOperationAssetChanges | 2500 | 2500 | | alchemy\_requestPaymasterAndData | 1000 | 100 | -| alchemy\_requestPaymasterTokenQuote | 1000 | 100 | -| eth\_sendUserOperation | 1000 | 100 | -| pm\_getPaymasterData | 1000 | 100 | -| rundler\_dropLocalUserOperation | 1000 | | | alchemy\_requestGasAndPaymasterAndData | 1250 | 125 | -| alchemy\_simulateUserOperationAssetChanges | 2500 | | -{/* cu:auto end */} +| alchemy\_requestFeePayer | 1000 | 100 | * When `eth_sendUserOperation` is called with a valid bundler sponsorship header (`x-alchemy-policy-id`), the CU cost is 3000 instead of the standard 1000. * When `alchemy_requestFeePayer` is called with `prefundRent = true`, the CU cost is 1250 instead of the standard 1000. @@ -335,150 +259,123 @@ Similar to the [NFT API](/docs/reference/compute-unit-costs#nft-api), the Gas Ma We want builders to be able to use as much of the NFT API as they need without worrying about throughput. Because of that, we have discounted how NFT API requests count towards your applications’ guaranteed throughput by 6-10x. This means you can make more concurrent NFT API requests, and use the “Throughput CU” below to calculate how much you can use! -{/* cu:auto product="nft" */} -| Method | CU | Throughput CU | -| ------------------------ | --- | ------------- | -| reportSpam | 0 | 10 | -| refreshNftMetadata | 40 | 10 | -| computeRarity | 80 | 10 | -| getFloorPrice | 80 | 10 | -| getNFTMetadata | 80 | 10 | -| getOwnersForNFT | 80 | 10 | -| invalidateContract | 80 | | -| isAirdropNFT | 80 | 10 | -| isHolderOfContract | 80 | 10 | -| isSpamContract | 80 | 10 | -| summarizeNFTAttributes | 80 | 10 | -| getContractMetadata | 160 | 10 | -| getNFTSales | 160 | 10 | -| getCollectionMetadata | 240 | 10 | -| getContractsForOwner | 320 | 100 | -| getCollectionsForOwner | 360 | 100 | -| getContractMetadataBatch | 480 | 100 | -| getNFTMetadataBatch | 480 | 100 | -| getNFTsForOwner | 480 | 100 | -| getOwnersForContract | 480 | 20 | -| getSpamContracts | 480 | 10 | -| searchContractMetadata | 480 | 50 | -| getNFTsForContract | 600 | 100 | -{/* cu:auto end */} +| Method | CU | Throughput CU | +| ------------------------ | ---- | ------------- | +| getNFTMetadata | 80 | 10 | +| getContractMetadata | 160 | 10 | +| getCollectionMetadata | 240 | 10 | +| getNFTsForOwner | 480 | 100 | +| getContractsForOwner | 320 | 100 | +| getCollectionsForOwner | 360 | 100 | +| getNFTsForContract | 600 | 50 | +| getOwnersForNFT | 80 | 10 | +| getOwnersForContract | 480 | 20 | +| getFloorPrice | 80 | 10 | +| getNFTSales | 160 | 10 | +| computeRarity | 80 | 10 | +| summarizeNFTAttributes | 80 | 10 | +| isHolderOfContract | 80 | 10 | +| searchContractMetadata | 480 | 50 | +| getNFTMetadataBatch | 480 | 100 | +| getContractMetadataBatch | 480 | 100 | +| getSpamContracts | 480 | 10 | +| isSpamContract | 80 | 10 | +| isAirdropNFT | 80 | 10 | +| invalidateContract | 80 | 80 | +| refreshNftMetadata | 40 | 10 | +| reportSpam | 0 | 10 | # Portfolio API -{/* cu:auto product="portfolio" */} -| Method | CU | Throughput CU | -| --------------------------------- | ---- | ------------- | -| utility/blocks/by-timestamp | 10 | 1 | -| stellar/balances | 40 | | -| stellar/nfts | 40 | | -| stellar/transfers | 40 | | -| assets/tokens/balances/by-address | 200 | 1 | -| tokens/balances/by-address | 200 | 1 | -| assets/tokens/by-address | 360 | 1 | -| assets/nfts/contracts/by-address | 600 | 1 | -| assets/nfts/by-address | 1000 | 1 | -| transactions/history/by-address | 1000 | 100 | -{/* cu:auto end */} +| Method | CU | +| --------------------------------- | ---- | +| assets/nfts/by-address | 1000 | +| assets/nfts/contracts/by-address | 600 | +| assets/tokens/by-address | 360 | +| assets/tokens/balances/by-address | 200 | +| /transactions/history/by-address | 1000 | # Prices API -{/* cu:auto product="prices" */} -| Method | CU | Throughput CU | -| ----------------- | -- | ------------- | -| tokens/by-address | 40 | 20 | -| tokens/by-symbol | 40 | 20 | -| tokens/historical | 40 | 20 | -{/* cu:auto end */} +| Method | CU | +| ----------------- | -- | +| tokens/by-symbol | 40 | +| tokens/by-address | 40 | +| tokens/historical | 40 | # Token API -{/* cu:auto product="token" */} -| Method | CU | -| -------------------------- | -- | -| alchemy\_getTokenMetadata | 10 | -| alchemy\_getTokenAllowance | 20 | -| alchemy\_getTokenBalances | 20 | -{/* cu:auto end */} +| Method | CU | +| -------------------------- | --- | +| alchemy\_getTokenBalances | 20 | +| alchemy\_getTokenMetadata | 10 | +| alchemy\_getTokenAllowance | 20 | # Trace API -{/* cu:auto product="trace" */} | Method | CU | Throughput CU | | ------------------------------ | -- | ------------- | -| trace\_block | 20 | | -| trace\_get | 20 | | -| trace\_call | 40 | | -| trace\_filter | 40 | | -| trace\_rawTransaction | 40 | | -| trace\_transaction | 40 | | +| trace\_get | 20 | 20 | +| trace\_block | 20 | 20 | +| trace\_transaction | 40 | 40 | +| trace\_call | 40 | 40 | | trace\_callMany | 80 | 3000 | -| trace\_replayBlockTransactions | 80 | 3000 | +| trace\_rawTransaction | 40 | 40 | +| trace\_filter | 40 | 40 | | trace\_replayTransaction | 80 | 3000 | -{/* cu:auto end */} +| trace\_replayBlockTransactions | 80 | 3000 | # Arbitrum Trace API -{/* cu:auto product="arbtrace" */} | Method | CU | Throughput CU | | --------------------------------- | -- | ------------- | -| arbtrace\_block | 20 | 1000 | -| arbtrace\_get | 20 | 1000 | -| arbtrace\_call | 40 | 1000 | -| arbtrace\_filter | 40 | 1000 | -| arbtrace\_transaction | 40 | | -| arbtrace\_callMany | 80 | 1000 | -| arbtrace\_replayBlockTransactions | 80 | 3000 | +| arbtrace\_get | 20 | 20 | +| arbtrace\_block | 20 | 20 | +| arbtrace\_transaction | 40 | 40 | +| arbtrace\_call | 40 | 40 | +| arbtrace\_callMany | 80 | 80 | +| arbtrace\_filter | 40 | 40 | | arbtrace\_replayTransaction | 80 | 3000 | -{/* cu:auto end */} +| arbtrace\_replayBlockTransactions | 80 | 3000 | # Transact -{/* cu:auto product="transact" */} -| Method | CU | -| ----------------------------------- | ---- | -| alchemy\_simulateAssetChanges | 2500 | -| alchemy\_simulateExecution | 2500 | -| alchemy\_simulateAssetChangesBundle | 4500 | -| alchemy\_simulateExecutionBundle | 4500 | -{/* cu:auto end */} +| Method | CU | +| ----------------------------------------- | ---- | +| alchemy\_simulateAssetChanges | 2500 | +| alchemy\_simulateExecution | 2500 | # Transfers API -{/* cu:auto product="transfers" */} | Method | CU | | -------------------------- | --- | | alchemy\_getAssetTransfers | 120 | -{/* cu:auto end */} # Utility API -{/* cu:auto product="utility" */} | Method | CU | | ------------------------------- | --- | | alchemy\_getTransactionReceipts | 250 | -{/* cu:auto end */} # Wallet APIs Similar to the [NFT API](/docs/reference/compute-unit-costs#nft-api), the Wallet APIs implement "Throughput CU" to count separately toward your applications' throughput! -{/* cu:auto product="wallet" */} -| Method | CU | Throughput CU | -| ------------------------------- | ---- | ------------- | -| wallet\_getCapabilities | 10 | | -| wallet\_listAccounts | 10 | | -| wallet\_formatSign | 15 | | -| wallet\_prepareSign | 15 | | -| wallet\_getCallsStatus | 20 | | -| wallet\_getCrossChainStatus\_v0 | 40 | | -| wallet\_createAccount | 50 | | -| wallet\_createSession | 50 | | -| wallet\_requestAccount | 50 | | -| wallet\_getAssets | 200 | | -| wallet\_requestQuote\_v0 | 800 | 50 | -| wallet\_prepareCalls | 1750 | 50 | -| wallet\_sendPreparedCalls | 3000 | 100 | -{/* cu:auto end */} +| Method | CU | Throughput CU | +| ------------------------------------------ | ---- | ------------- | +| wallet_requestAccount | 50 | - | +| wallet_prepareCalls | 1750 | 50 | +| wallet_sendPreparedCalls | 3000 | 100 | +| wallet_createAccount | 50 | - | +| wallet_createSession | 50 | - | +| wallet_getCallsStatus | 20 | - | +| wallet_listAccounts | 10 | - | +| wallet_formatSign | 15 | - | +| wallet_getAssets | 200 | - | +| wallet_getCapabilities | 10 | - | +| wallet_getCrossChainStatus_v0 | 40 | - | +| wallet_prepareSign | 15 | - | +| wallet_requestQuote_v0 | 800 | - | # Webhooks and Subscription APIs @@ -494,7 +391,6 @@ On average, a typical byte-priced webhook or WebSocket subscription event is abo # Polygon PoS: Specific Methods -{/* cu:auto product="polygon-pos" */} | Method | CU | | ------------------------- | -- | | bor\_getAuthor | 10 | @@ -502,14 +398,11 @@ On average, a typical byte-priced webhook or WebSocket subscription event is abo | bor\_getCurrentValidators | 10 | | bor\_getRootHash | 10 | | bor\_getSignersAtHash | 10 | -{/* cu:auto end */} # Polygon zkEVM: Specific Methods -{/* cu:auto product="polygon-zkevm" */} | Method | CU | | ------------------------------- | -- | -| eth\_getCompilers | 10 | | zkevm\_batchNumber | 10 | | zkevm\_batchNumberByBlockNumber | 10 | | zkevm\_consolidatedBlockNumber | 10 | @@ -521,720 +414,471 @@ On average, a typical byte-priced webhook or WebSocket subscription event is abo | zkevm\_virtualBatchNumber | 10 | | zkevm\_estimateFee | 40 | | zkevm\_estimateGasPrice | 40 | -{/* cu:auto end */} # Starknet: Standard JSON-RPC Methods -{/* cu:auto product="starknet" */} -| Method | CU | Throughput CU | -| -------------------------------------------- | --- | ------------- | -| starknet\_chainId | 0 | 5 | -| starknet\_syncing | 0 | 5 | -| starknet\_blockHashAndNumber | 10 | | -| starknet\_blockNumber | 10 | | -| starknet\_specVersion | 10 | | -| pathfinder\_getTransactionStatus | 20 | | -| pathfinder\_lastL1AcceptedBlockHashAndNumber | 20 | | -| starknet\_call | 20 | | -| starknet\_estimateFee | 20 | | -| starknet\_estimateMessageFee | 20 | | -| starknet\_getBlockTransactionCount | 20 | | -| starknet\_getBlockWithReceipts | 20 | 500 | -| starknet\_getBlockWithTxHashes | 20 | | -| starknet\_getBlockWithTxs | 20 | | -| starknet\_getClass | 20 | | -| starknet\_getClassAt | 20 | | -| starknet\_getClassHashAt | 20 | | -| starknet\_getCompiledCasm | 20 | | -| starknet\_getEvents | 20 | | -| starknet\_getMessagesStatus | 20 | | -| starknet\_getNonce | 20 | | -| starknet\_getStateUpdate | 20 | | -| starknet\_getStorageAt | 20 | | -| starknet\_getStorageProof | 20 | | -| starknet\_getTransactionByBlockIdAndIndex | 20 | | -| starknet\_getTransactionByHash | 20 | | -| starknet\_getTransactionReceipt | 20 | | -| starknet\_getTransactionStatus | 20 | | -| starknet\_pendingTransactions | 20 | | -| starknet\_simulateTransactions | 20 | | -| starknet\_traceTransaction | 20 | | -| starknet\_traceBlockTransactions | 80 | 3000 | -| starknet\_addDeclareTransaction | 160 | | -| starknet\_addDeployAccountTransaction | 160 | | -| starknet\_addInvokeTransaction | 160 | | -{/* cu:auto end */} +| Method | CU | +| ----------------------------------------- | ---- | +| starknet\_getBlockWithTxHashes | 20 | +| starknet\_getBlockWithTxs | 20 | +| starknet\_getStateUpdate | 20 | +| starknet\_getStorageAt | 20 | +| starknet\_getTransactionByHash | 20 | +| starknet\_getTransactionByBlockIdAndIndex | 20 | +| starknet\_getTransactionReceipt | 20 | +| starknet\_getClass | 20 | +| starknet\_getClassHashAt | 20 | +| starknet\_getClassAt | 20 | +| starknet\_getBlockTransactionCount | 20 | +| starknet\_call | 20 | +| starknet\_blockNumber | 20 | +| starknet\_blockHashAndNumber | 20 | +| starknet\_chainId | 0 | +| starknet\_pendingTransactions | 20 | +| starknet\_syncing | 0 | +| starknet\_getNonce | 20 | +| starknet\_getEvents | 20 | +| starknet\_estimateFee | 20 | +| starknet\_addInvokeTransaction | 160 | +| starknet\_addDeclareTransaction | 160 | +| starknet\_addDeployAccountTransaction | 160 | +| starknet\_estimateMessageFee | 20 | +| starknet\_getBlockWithReceipts | 20 | +| starknet\_traceBlockTransactions | 80 | +| starknet\_specVersion | 10 | +| starknet\_getTransactionStatus | 20 | +| starknet\_simulateTransactions | 20 | +| starknet\_getCompiledCasm | 20 | +| starknet\_getMessagesStatus | 20 | +| starknet\_getStorageProof | 20 | +| starknet\_traceTransaction | 20 | # zkSync Era: Specific Methods -{/* cu:auto product="zksync" */} -| Method | CU | -| ----------------------------------------- | -- | -| zks\_estimateFee | 10 | -| zks\_estimateGasL1ToL2 | 10 | -| zks\_gasPerPubdata | 10 | -| zks\_getAllAccountBalances | 10 | -| zks\_getBaseTokenL1Address | 10 | -| zks\_getBlockDetails | 10 | -| zks\_getBridgeContracts | 10 | -| zks\_getBridgehubContract | 10 | -| zks\_getBytecodeByHash | 10 | -| zks\_getConfirmedTokens | 10 | -| zks\_getFeeParams | 10 | -| zks\_getL1BatchBlockRange | 10 | -| zks\_getL1BatchDetails | 10 | -| zks\_getL1GasPrice | 10 | -| zks\_getL2ToL1LogProof | 10 | -| zks\_getL2ToL1MsgProof | 10 | -| zks\_getMainContract | 10 | -| zks\_getProof | 10 | -| zks\_getProtocolVersion | 10 | -| zks\_getRawBlockTransactions | 10 | -| zks\_getTestnetPaymaster | 10 | -| zks\_getTransactionDetails | 10 | -| zks\_L1BatchNumber | 10 | -| zks\_L1ChainId | 10 | -| zks\_sendRawTransactionWithDetailedOutput | 20 | -{/* cu:auto end */} +| Method | CU | +| ----------------------------------------------- | -- | +| zks\_estimateFee | 10 | +| zks\_estimateGasL1ToL2 | 10 | +| zks\_gasPerPubdata | 10 | +| zks\_getAllAccountBalances | 10 | +| zks\_getBaseTokenL1Address | 10 | +| zks\_getBlockDetails | 10 | +| zks\_getBridgeContracts | 10 | +| zks\_getBridgehubContract | 10 | +| zks\_getBytecodeByHash | 10 | +| zks\_getConfirmedTokens | 10 | +| zks\_getFeeParams | 10 | +| zks\_getL1BatchBlockRange | 10 | +| zks\_getL1BatchDetails | 10 | +| zks\_getL1GasPrice | 10 | +| zks\_getL2ToL1LogProof | 10 | +| zks\_getL2ToL1MsgProof | 10 | +| zks\_getMainContract | 10 | +| zks\_getProtocolVersion | 10 | +| zks\_getRawBlockTransactions | 10 | +| zks\_getTestnetPaymaster | 10 | +| zks\_getTransactionDetails | 10 | +| zks\_L1BatchNumber | 10 | +| zks\_L1ChainId | 10 | +| zks\_sendRawTransactionWithDetailedOutput | 20 | # Ethereum Beacon: Standard HTTP API Methods -{/* cu:auto product="eth-beacon" */} -| Method | CU | -| ---------------------------------------------------------------- | -- | -| /eth/v1/beacon/blinded\_blocks/\{block\_id} | 20 | -| /eth/v1/beacon/blinded\_blocks/\{slot} | 20 | -| /eth/v1/beacon/blob\_sidecars/\{block\_id} | 20 | -| /eth/v1/beacon/blobs/\{block\_id} | 20 | -| /eth/v1/beacon/blocks/\{block\_id}/root | 20 | -| /eth/v1/beacon/genesis | 20 | -| /eth/v1/beacon/headers | 20 | -| /eth/v1/beacon/headers/\{block\_id} | 20 | -| /eth/v1/beacon/pool/voluntary\_exits | 20 | -| /eth/v1/beacon/rewards/attestations/\{epoch} | 20 | -| /eth/v1/beacon/rewards/blocks/\{block\_id} | 20 | -| /eth/v1/beacon/rewards/sync\_committee/\{block\_id} | 20 | -| /eth/v1/beacon/states/\{state\_id}/committees | 20 | -| /eth/v1/beacon/states/\{state\_id}/finality\_checkpoints | 20 | -| /eth/v1/beacon/states/\{state\_id}/fork | 20 | -| /eth/v1/beacon/states/\{state\_id}/pending\_consolidations | 20 | -| /eth/v1/beacon/states/\{state\_id}/pending\_deposits | 20 | -| /eth/v1/beacon/states/\{state\_id}/pending\_partial\_withdrawals | 20 | -| /eth/v1/beacon/states/\{state\_id}/proposer\_lookahead | 20 | -| /eth/v1/beacon/states/\{state\_id}/randao | 20 | -| /eth/v1/beacon/states/\{state\_id}/root | 20 | -| /eth/v1/beacon/states/\{state\_id}/sync\_committees | 20 | -| /eth/v1/beacon/states/\{state\_id}/validator\_balances | 20 | -| /eth/v1/beacon/states/\{state\_id}/validator\_identities | 20 | -| /eth/v1/beacon/states/\{state\_id}/validators | 20 | -| /eth/v1/beacon/states/\{state\_id}/validators/\{validator\_id} | 20 | -| /eth/v1/config/deposit\_contract | 20 | -| /eth/v1/config/fork\_schedule | 20 | -| /eth/v1/config/spec | 20 | -| /eth/v1/debug/beacon/data\_column\_sidecars/\{block\_id} | 20 | -| /eth/v1/debug/fork\_choice | 20 | -| /eth/v1/node/identity | 20 | -| /eth/v1/node/peer\_count | 20 | -| /eth/v1/node/peers | 20 | -| /eth/v1/node/syncing | 20 | -| /eth/v1/node/version | 20 | -| /eth/v1/validator/attestation\_data | 20 | -| /eth/v1/validator/contribution\_and\_proofs | 20 | -| /eth/v1/validator/duties/attester/\{epoch} | 20 | -| /eth/v1/validator/duties/proposer/\{epoch} | 20 | -| /eth/v1/validator/duties/sync/\{epoch} | 20 | -| /eth/v1/validator/sync\_committee\_contribution | 20 | -| /eth/v2/beacon/blocks/\{block\_id} | 20 | -| /eth/v2/beacon/blocks/\{block\_id}/attestations | 20 | -| /eth/v2/beacon/pool/attestations | 20 | -| /eth/v2/debug/beacon/states/\{state\_id} | 20 | -| /eth/v2/validator/aggregate\_attestation | 20 | -| /eth/v3/validator/blocks/\{slot} | 20 | -{/* cu:auto end */} +| Method | CU | +| -------------------------------------------------------------- | --- | +| /eth/v2/beacon/blocks/\{block\_id}/attestations | 20 | +| /eth/v1/beacon/blocks/\{block\_id}/root | 20 | +| /eth/v1/beacon/blinded\_blocks/\{slot} | 20 | +| /eth/v1/beacon/blob\_sidecars/\{block\_id} | 20 | +| /eth/v1/beacon/genesis | 20 | +| /eth/v1/beacon/headers | 20 | +| /eth/v1/beacon/headers/\{block\_id} | 20 | +| /eth/v1/beacon/pool/voluntary\_exits | 20 | +| /eth/v1/beacon/states/\{state\_id}/committees | 20 | +| /eth/v1/beacon/states/\{state\_id}/finality\_checkpoints | 20 | +| /eth/v1/beacon/states/\{state\_id}/fork | 20 | +| /eth/v1/beacon/states/\{state\_id}/pending\_consolidations | 20 | +| /eth/v1/beacon/states/\{state\_id}/pending\_partial\_withdrawals | 20 | +| /eth/v1/beacon/states/\{state\_id}/root | 20 | +| /eth/v1/beacon/states/\{state\_id}/sync\_committees | 20 | +| /eth/v1/beacon/states/\{state\_id}/validator\_balances | 20 | +| /eth/v1/beacon/states/\{state\_id}/validators | 20 | +| /eth/v1/beacon/states/\{state\_id}/validators/\{validator\_id} | 20 | +| /eth/v1/beacon/rewards/sync\_committee/\{block\_id} | 20 | +| /eth/v1/beacon/rewards/blocks/\{block\_id} | 20 | +| /eth/v1/beacon/rewards/attestations/\{epoch} | 20 | +| /eth/v1/config/deposit\_contract | 20 | +| /eth/v1/config/fork\_schedule | 20 | +| /eth/v1/config/spec | 20 | +| /eth/v1/node/peer\_count | 20 | +| /eth/v1/node/peers | 20 | +| /eth/v1/node/syncing | 20 | +| /eth/v1/node/version | 20 | +| /eth/v2/validator/aggregate\_attestation | 20 | +| /eth/v1/validator/duties/attester/\{epoch} | 20 | +| /eth/v1/validator/duties/proposer/\{epoch} | 20 | +| /eth/v1/validator/duties/sync/\{epoch} | 20 | +| /eth/v1/validator/sync\_committee\_contribution | 20 | +| /eth/v2/beacon/blocks/\{block\_id} | 20 | +| /eth/v1/beacon/blinded\_blocks/\{block\_id} | 20 | +| /eth/v1/beacon/blobs/\{block\_id} | 20 | +| /eth/v1/beacon/states/\{state\_id}/pending\_deposits | 20 | +| /eth/v1/beacon/states/\{state\_id}/proposer\_lookahead | 20 | +| /eth/v1/beacon/states/\{state\_id}/randao | 20 | +| /eth/v1/beacon/states/\{state\_id}/validator\_identities | 20 | # Aptos: Standard REST API Methods -{/* cu:auto product="aptos" */} -| Method | CU | -| -------------------------------------------------------------- | -- | -| /v1 | 20 | -| /v1/ | 20 | -| /v1/-/healthy | 20 | -| /v1/accounts/\{address} | 20 | -| /v1/accounts/\{address}/balance/\{asset\_type} | 20 | -| /v1/accounts/\{address}/events/\{creation\_number} | 20 | -| /v1/accounts/\{address}/events/\{event\_handle}/\{field\_name} | 20 | -| /v1/accounts/\{address}/module/\{module\_name} | 20 | -| /v1/accounts/\{address}/modules | 20 | -| /v1/accounts/\{address}/resource/\{resource\_type} | 20 | -| /v1/accounts/\{address}/resources | 20 | -| /v1/accounts/\{address}/transaction\_summaries | 20 | -| /v1/accounts/\{address}/transactions | 20 | -| /v1/blocks/by\_height/\{block\_height} | 20 | -| /v1/blocks/by\_version/\{version} | 20 | -| /v1/estimate\_gas\_price | 20 | -| /v1/spec | 20 | -| /v1/tables/\{table\_handle}/item | 20 | -| /v1/tables/\{table\_handle}/raw\_item | 20 | -| /v1/transactions | 20 | -| /v1/transactions/auxiliary\_info | 20 | -| /v1/transactions/batch | 20 | -| /v1/transactions/by\_hash/\{txn\_hash} | 20 | -| /v1/transactions/by\_version/\{txn\_version} | 20 | -| /v1/transactions/encode\_submission | 20 | -| /v1/transactions/simulate | 20 | -| /v1/transactions/wait\_by\_hash/\{txn\_hash} | 20 | -| /v1/view | 20 | -{/* cu:auto end */} +| Method | CU | +| -------------------------------------------------------------- | --- | +| /v1/ | 20 | +| /v1/accounts/\{address} | 20 | +| /v1/accounts/\{address}/balance/\{asset\_type} | 20 | +| /v1/accounts/\{address}/events/\{creation\_number} | 20 | +| /v1/accounts/\{address}/events/\{event\_handle}/\{field\_name} | 20 | +| /v1/accounts/\{address}/module/\{module\_name} | 20 | +| /v1/accounts/\{address}/modules | 20 | +| /v1/accounts/\{address}/resource/\{resource\_type} | 20 | +| /v1/accounts/\{address}/resources | 20 | +| /v1/accounts/\{address}/transactions | 20 | +| /v1/blocks/by\_height/\{block\_height} | 20 | +| /v1/blocks/by\_version/\{version} | 20 | +| /v1/estimate\_gas\_price | 20 | +| /v1/-/healthy | 20 | +| /v1/spec | 20 | +| /v1/tables/\{table\_handle}/item | 20 | +| /v1/tables/\{table\_handle}/raw\_item | 20 | +| /v1/transactions | 20 | +| /v1/transactions/batch | 20 | +| /v1/transactions/by\_hash/\{txn\_hash} | 20 | +| /v1/transactions/by\_version/\{txn\_version} | 20 | +| /v1/transactions/encode\_submission | 20 | +| /v1/transactions/simulate | 20 | +| /v1/view | 20 | # Bitcoin: Standard JSON-RPC Methods -{/* cu:auto product="bitcoin" */} -| Method | CU | -| --------------------- | -- | -| createrawtransaction | 10 | -| decoderawtransaction | 10 | -| decodescript | 10 | -| estimatesmartfee | 10 | -| getbestblockhash | 10 | -| getblock | 10 | -| getblockchaininfo | 10 | -| getblockcount | 10 | -| getblockfilter | 10 | -| getblockhash | 10 | -| getblockheader | 10 | -| getblockstats | 10 | -| getblocktemplate | 10 | -| getchaintips | 10 | -| getchaintxstats | 10 | -| getconnectioncount | 10 | -| getdifficulty | 10 | -| getindexinfo | 10 | -| getmemoryinfo | 10 | -| getmempoolancestors | 10 | -| getmempooldescendants | 10 | -| getmempoolinfo | 10 | -| getnetworkhashps | 10 | -| getnetworkinfo | 10 | -| getrawmempool | 10 | -| getrawtransaction | 10 | -| gettxout | 10 | -| gettxoutproof | 10 | -| gettxoutsetinfo | 10 | -| sendrawtransaction | 10 | -| submitblock | 10 | -| submitheader | 10 | -| submitpackage | 10 | -| testmempoolaccept | 10 | -| validateaddress | 10 | -| verifymessage | 10 | -{/* cu:auto end */} +| Method | CU | +| --------------------------------------------------------- | --- | +| getbestblockhash | 10 | +| getblock | 10 | +| getblockchaininfo | 10 | +| getblockcount | 10 | +| getblockhash | 10 | +| getblockheader | 10 | +| getblockstats | 10 | +| getdifficulty | 10 | +| getmempoolancestors | 10 | +| getmempooldescendants | 10 | +| getmempoolinfo | 10 | +| getrawmempool | 10 | +| gettxout | 10 | +| gettxoutproof | 10 | +| getchaintips | 10 | +| getchaintxstats | 10 | +| getblocktemplate | 10 | +| submitblock | 10 | +| decoderawtransaction | 10 | +| decodescript | 10 | +| estimatesmartfee | 10 | +| getconnectioncount | 10 | +| getindexinfo | 10 | +| getmemoryinfo | 10 | +| validateaddress | 10 | +| verifymessage | 10 | +| gettxoutsetinfo | 10 | +| testmempoolaccept | 10 | +| sendrawtransaction | 10 | +| submitpackage | 10 | # UTXO REST API Methods -{/* cu:auto product="utxo" */} -| Method | CU | -| ------------------------------------ | -- | -| /api/v2/address/\{address} | 20 | -| /api/v2/balancehistory/\{address} | 20 | -| /api/v2/block-index/\{block\_height} | 20 | -| /api/v2/block/\{block} | 20 | -| /api/v2/sendtx | 20 | -| /api/v2/sendtx/\{hex} | 20 | -| /api/v2/tickers | 20 | -| /api/v2/tickers-list | 20 | -| /api/v2/tx-specific/\{txid} | 20 | -| /api/v2/tx/\{txid} | 20 | -| /api/v2/utxo/\{descriptor} | 20 | -| /api/v2/xpub/\{xpub} | 20 | -{/* cu:auto end */} +| Method | CU | +| --------------------------------------------------------- | --- | +| /api/v2/block-index/\{block\_height} | 20 | +| /api/v2/tx/\{txid} | 20 | +| /api/v2/tx-specific/\{txid} | 20 | +| /api/v2/address/\{address} | 20 | +| /api/v2/xpub/\{xpub} | 20 | +| /api/v2/utxo/\{descriptor} | 20 | +| /api/v2/block/\{block} | 20 | +| /api/v2/sendtx/\{hex} | 20 | +| /api/v2/sendtx | 20 | +| /api/v2/tickers-list | 20 | +| /api/v2/tickers | 20 | +| /api/v2/balancehistory/\{address} | 20 | # Celestia Bridge: Standard RPC Methods -{/* cu:auto product="celestia" */} -| Method | CU | -| ----------------------------------------- | -- | -| blob.Get | 20 | -| blob.GetAll | 20 | -| blob.GetCommitmentProof | 20 | -| blob.GetProof | 20 | -| blob.Included | 20 | -| blob.Submit | 20 | -| blobstream.GetDataRootTupleInclusionProof | 20 | -| da.Get | 20 | -| da.Submit | 20 | -| fraud.Get | 20 | -| header.GetByHash | 20 | -| header.GetByHeight | 20 | -| header.GetRangeByHeight | 20 | -| header.LocalHead | 20 | -| header.NetworkHead | 20 | -| header.SyncState | 20 | -| header.SyncWait | 20 | -| header.WaitForHeight | 20 | -| share.GetEDS | 20 | -| share.GetNamespaceData | 20 | -| share.GetRange | 20 | -| share.GetRow | 20 | -| share.GetSamples | 20 | -| share.GetShare | 20 | -| share.SharesAvailable | 20 | -| state.AccountAddress | 20 | -| state.Balance | 20 | -| state.BalanceForAddress | 20 | -| state.SubmitPayForBlob | 20 | -| state.Transfer | 20 | -{/* cu:auto end */} +| Method | CU | +| --------------------------------------------------------- | -- | +| blob.Get | 20 | +| blob.GetAll | 20 | +| blob.Submit | 20 | +| blob.GetCommitmentProof | 20 | +| blob.GetProof | 20 | +| blob.Included | 20 | +| state.AccountAddress | 20 | +| state.Balance | 20 | +| state.BalanceForAddress | 20 | +| state.SubmitPayForBlob | 20 | +| state.Transfer | 20 | +| header.GetByHash | 20 | +| header.GetByHeight | 20 | +| header.GetRangeByHeight | 20 | +| header.LocalHead | 20 | +| header.NetworkHead | 20 | +| header.SyncState | 20 | +| header.SyncWait | 20 | +| header.WaitForHeight | 20 | +| share.GetEDS | 20 | +| share.GetNamespaceData | 20 | +| share.GetRange | 20 | +| share.GetRow | 20 | +| share.GetSamples | 20 | +| share.SharesAvailable | 20 | +| blobstream.GetDataRootTupleInclusionProof | 20 | +| da.Submit | 20 | +| da.Get | 20 | +| fraud.Get | 20 | # Citrea: Specific Methods -{/* cu:auto product="citrea" */} -| Method | CU | -| --------------------------------------------- | -- | -| citrea\_getL2StatusHeightsByL1Height | 20 | -| citrea\_getLastCommittedL2Height | 20 | -| citrea\_getLastProvenL2Height | 20 | -| citrea\_sendRawDepositTransaction | 20 | -| citrea\_syncStatus | 20 | -| eth\_estimateDiffSize | 20 | -| ledger\_getHeadL2Block | 20 | -| ledger\_getHeadL2BlockHeight | 20 | -| ledger\_getL2BlockByHash | 20 | -| ledger\_getL2BlockByNumber | 20 | -| ledger\_getL2BlockRange | 20 | -| ledger\_getL2GenesisStateRoot | 20 | -| ledger\_getLastScannedL1Height | 20 | -| ledger\_getLastVerifiedBatchProof | 20 | -| ledger\_getSequencerCommitmentByIndex | 20 | -| ledger\_getSequencerCommitmentsOnSlotByHash | 20 | +| Method | CU | +| ------------------------------------------- | -- | +| citrea\_getL2StatusHeightsByL1Height | 20 | +| citrea\_getLastCommittedL2Height | 20 | +| citrea\_getLastProvenL2Height | 20 | +| citrea\_sendRawDepositTransaction | 20 | +| citrea\_syncStatus | 20 | +| ledger\_getHeadL2Block | 20 | +| ledger\_getHeadL2BlockHeight | 20 | +| ledger\_getL2BlockByHash | 20 | +| ledger\_getL2BlockByNumber | 20 | +| ledger\_getL2BlockRange | 20 | +| ledger\_getL2GenesisStateRoot | 20 | +| ledger\_getLastScannedL1Height | 20 | +| ledger\_getLastVerifiedBatchProof | 20 | +| ledger\_getSequencerCommitmentByIndex | 20 | +| ledger\_getSequencerCommitmentsOnSlotByHash | 20 | | ledger\_getSequencerCommitmentsOnSlotByNumber | 20 | -| ledger\_getVerifiedBatchProofsBySlotHeight | 20 | -{/* cu:auto end */} +| ledger\_getVerifiedBatchProofsBySlotHeight | 20 | # Linea: Specific Methods -{/* cu:auto product="linea" */} -| Method | CU | -| -------------------------------------- | -- | -| linea\_estimateGas | 20 | -| linea\_getProof | 20 | -| linea\_getTransactionExclusionStatusV1 | 20 | -{/* cu:auto end */} +| Method | CU | +| --------------------------------------------- | -- | +| linea\_estimateGas | 20 | +| linea\_getProof | 20 | +| linea\_getTransactionExclusionStatusV1 | 20 | # MegaETH: Specific Methods -{/* cu:auto product="megaeth" */} -| Method | CU | -| ----------------------- | -- | -| eth\_getWithdrawalProof | 20 | -{/* cu:auto end */} +| Method | CU | +| ------------------------- | -- | +| eth\_getWithdrawalProof | 20 | # Stellar: Standard Methods -{/* cu:auto product="stellar" */} -| Method | CU | -| ----------------------------------------------------------- | -- | -| /accounts | 20 | -| /accounts/\{account\_id} | 20 | -| /accounts/\{account\_id}/data/\{key} | 20 | -| /accounts/\{account\_id}/effects | 20 | -| /accounts/\{account\_id}/offers | 20 | -| /accounts/\{account\_id}/operations | 20 | -| /accounts/\{account\_id}/payments | 20 | -| /accounts/\{account\_id}/trades | 20 | -| /accounts/\{account\_id}/transactions | 20 | -| /assets | 20 | -| /claimable\_balances | 20 | -| /claimable\_balances/\{claimable\_balance\_id} | 20 | -| /claimable\_balances/\{claimable\_balance\_id}/operations | 20 | -| /claimable\_balances/\{claimable\_balance\_id}/transactions | 20 | -| /effects | 20 | -| /fee\_stats | 20 | -| /ledgers | 20 | -| /ledgers/\{sequence} | 20 | -| /ledgers/\{sequence}/effects | 20 | -| /ledgers/\{sequence}/operations | 20 | -| /ledgers/\{sequence}/payments | 20 | -| /ledgers/\{sequence}/transactions | 20 | -| /liquidity\_pools | 20 | -| /liquidity\_pools/\{liquidity\_pool\_id} | 20 | -| /liquidity\_pools/\{liquidity\_pool\_id}/effects | 20 | -| /liquidity\_pools/\{liquidity\_pool\_id}/operations | 20 | -| /liquidity\_pools/\{liquidity\_pool\_id}/trades | 20 | -| /liquidity\_pools/\{liquidity\_pool\_id}/transactions | 20 | -| /offers | 20 | -| /offers/\{offer\_id} | 20 | -| /offers/\{offer\_id}/trades | 20 | -| /operations | 20 | -| /operations/\{operation\_id} | 20 | -| /operations/\{operation\_id}/effects | 20 | -| /order\_book | 20 | -| /paths | 20 | -| /paths/strict-receive | 20 | -| /paths/strict-send | 20 | -| /payments | 20 | -| /trade\_aggregations | 20 | -| /trades | 20 | -| /transactions | 20 | -| /transactions\_async | 20 | -| /transactions/\{transaction\_id} | 20 | -| /transactions/\{transaction\_id}/effects | 20 | -| /transactions/\{transaction\_id}/operations | 20 | -| /transactions/\{transaction\_id}/payments | 20 | -| getEvents | 20 | -| getFeeStats | 20 | -| getHealth | 20 | -| getLatestLedger | 20 | -| getLedgerEntries | 20 | -| getNetwork | 20 | -| getVersionInfo | 20 | -| sendTransaction | 20 | -| simulateTransaction | 20 | -| getTransaction | 40 | -| getLedgers | 50 | -| getTransactions | 50 | -{/* cu:auto end */} +| Method | CU | +| -------------------- | -- | +| getEvents | 20 | +| getFeeStats | 20 | +| getHealth | 20 | +| getLatestLedger | 20 | +| getLedgerEntries | 20 | +| getLedgers | 50 | +| getNetwork | 20 | +| getTransaction | 40 | +| getTransactions | 50 | +| getVersionInfo | 20 | +| sendTransaction | 20 | +| simulateTransaction | 20 | # Sui: Standard Methods -{/* cu:auto product="sui" */} -| Method | CU | -| -------------------------------------- | -- | -| sui\_devInspectTransactionBlock | 20 | -| sui\_dryRunTransactionBlock | 20 | -| sui\_executeTransactionBlock | 20 | -| sui\_getChainIdentifier | 20 | -| sui\_getCheckpoint | 20 | -| sui\_getCheckpoints | 20 | -| sui\_getEvents | 20 | -| sui\_getLatestCheckpointSequenceNumber | 20 | -| sui\_getMoveFunctionArgTypes | 20 | -| sui\_getNormalizedMoveFunction | 20 | -| sui\_getNormalizedMoveModule | 20 | -| sui\_getNormalizedMoveModulesByPackage | 20 | -| sui\_getNormalizedMoveStruct | 20 | -| sui\_getObject | 20 | -| sui\_getProtocolConfig | 20 | -| sui\_getTotalTransactionBlocks | 20 | -| sui\_getTransactionBlock | 20 | -| sui\_multiGetObjects | 20 | -| sui\_multiGetTransactionBlocks | 20 | -| sui\_tryGetPastObject | 20 | -| sui\_tryMultiGetPastObjects | 20 | -| suix\_getAllBalances | 20 | -| suix\_getAllCoins | 20 | -| suix\_getBalance | 20 | -| suix\_getCoinMetadata | 20 | -| suix\_getCoins | 20 | -| suix\_getCommitteeInfo | 20 | -| suix\_getDynamicFieldObject | 20 | -| suix\_getDynamicFields | 20 | -| suix\_getLatestSuiSystemState | 20 | -| suix\_getOwnedObjects | 20 | -| suix\_getReferenceGasPrice | 20 | -| suix\_getStakes | 20 | -| suix\_getStakesByIds | 20 | -| suix\_getTotalSupply | 20 | -| suix\_queryEvents | 20 | -| suix\_queryTransactionBlocks | 20 | -| suix\_resolveNameServiceAddress | 20 | -| unsafe\_batchTransaction | 20 | -| unsafe\_mergeCoins | 20 | -| unsafe\_moveCall | 20 | -| unsafe\_pay | 20 | -| unsafe\_payAllSui | 20 | -| unsafe\_paySui | 20 | -| unsafe\_publish | 20 | -| unsafe\_requestAddStake | 20 | -| unsafe\_requestWithdrawStake | 20 | -| unsafe\_splitCoin | 20 | -| unsafe\_splitCoinEqual | 20 | -| unsafe\_transferObject | 20 | -| unsafe\_transferSui | 20 | -{/* cu:auto end */} +| Method | CU | +| ---------------------------------------- | -- | +| sui\_devInspectTransactionBlock | 20 | +| sui\_dryRunTransactionBlock | 20 | +| sui\_executeTransactionBlock | 20 | +| sui\_getChainIdentifier | 20 | +| sui\_getCheckpoint | 20 | +| sui\_getCheckpoints | 20 | +| sui\_getEvents | 20 | +| sui\_getLatestCheckpointSequenceNumber | 20 | +| sui\_getMoveFunctionArgTypes | 20 | +| sui\_getNormalizedMoveFunction | 20 | +| sui\_getNormalizedMoveModule | 20 | +| sui\_getNormalizedMoveModulesByPackage | 20 | +| sui\_getNormalizedMoveStruct | 20 | +| sui\_getObject | 20 | +| sui\_getProtocolConfig | 20 | +| sui\_getTotalTransactionBlocks | 20 | +| sui\_getTransactionBlock | 20 | +| sui\_multiGetObjects | 20 | +| sui\_multiGetTransactionBlocks | 20 | +| sui\_tryGetPastObject | 20 | +| sui\_tryMultiGetPastObjects | 20 | +| suix\_getAllBalances | 20 | +| suix\_getAllCoins | 20 | +| suix\_getBalance | 20 | +| suix\_getCoinMetadata | 20 | +| suix\_getCoins | 20 | +| suix\_getCommitteeInfo | 20 | +| suix\_getDynamicFieldObject | 20 | +| suix\_getDynamicFields | 20 | +| suix\_getLatestBridge | 20 | +| suix\_getLatestSuiSystemState | 20 | +| suix\_getOwnedObjects | 20 | +| suix\_getReferenceGasPrice | 20 | +| suix\_getStakes | 20 | +| suix\_getStakesByIds | 20 | +| suix\_getTotalSupply | 20 | +| suix\_queryEvents | 20 | +| suix\_queryTransactionBlocks | 20 | +| suix\_resolveNameServiceAddress | 20 | +| unsafe\_batchTransaction | 20 | +| unsafe\_mergeCoins | 20 | +| unsafe\_moveCall | 20 | +| unsafe\_pay | 20 | +| unsafe\_payAllSui | 20 | +| unsafe\_paySui | 20 | +| unsafe\_publish | 20 | +| unsafe\_requestAddStake | 20 | +| unsafe\_requestWithdrawStake | 20 | +| unsafe\_splitCoin | 20 | +| unsafe\_splitCoinEqual | 20 | +| unsafe\_transferObject | 20 | +| unsafe\_transferSui | 20 | # Tron: Standard HTTP Methods -{/* cu:auto product="tron" */} -| Method | CU | -| ----------------------------------------------- | -- | -| /wallet/accountpermissionupdate | 20 | -| /wallet/broadcasthex | 20 | -| /wallet/broadcasttransaction | 20 | -| /wallet/clearabi | 20 | -| /wallet/createaccount | 20 | -| /wallet/createassetissue | 20 | -| /wallet/createshieldedcontractparameters | 20 | -| /wallet/createspendauthsig | 20 | -| /wallet/createtransaction | 20 | -| /wallet/delegateresource | 20 | -| /wallet/deploycontract | 20 | -| /wallet/estimateenergy | 20 | -| /wallet/exchangecreate | 20 | -| /wallet/exchangeinject | 20 | -| /wallet/exchangetransaction | 20 | -| /wallet/exchangewithdraw | 20 | -| /wallet/freezebalance | 20 | -| /wallet/freezebalancev2 | 20 | -| /wallet/getaccount | 20 | -| /wallet/getaccountbalance | 20 | -| /wallet/getaccountnet | 20 | -| /wallet/getaccountresource | 20 | -| /wallet/getakfromask | 20 | -| /wallet/getassetissuebyaccount | 20 | -| /wallet/getassetissuebyid | 20 | -| /wallet/getassetissuebyname | 20 | -| /wallet/getassetissuelist | 20 | -| /wallet/getassetissuelistbyname | 20 | -| /wallet/getavailableunfreezecount | 20 | -| /wallet/getbandwidthprices | 20 | -| /wallet/getblock | 20 | -| /wallet/getblockbalance | 20 | -| /wallet/getblockbyid | 20 | -| /wallet/getblockbylatestnum | 20 | -| /wallet/getblockbylimitnext | 20 | -| /wallet/getblockbynum | 20 | -| /wallet/getburntrx | 20 | -| /wallet/getcandelegatedmaxsize | 20 | -| /wallet/getcanwithdrawunfreezeamount | 20 | -| /wallet/getchainparameters | 20 | -| /wallet/getcontract | 20 | -| /wallet/getcontractinfo | 20 | -| /wallet/getdelegatedresource | 20 | -| /wallet/getdelegatedresourceaccountindex | 20 | -| /wallet/getdelegatedresourceaccountindexv2 | 20 | -| /wallet/getdelegatedresourcev2 | 20 | -| /wallet/getdiversifier | 20 | -| /wallet/getenergyprices | 20 | -| /wallet/getexchangebyid | 20 | -| /wallet/getexpandedspendingkey | 20 | -| /wallet/getincomingviewingkey | 20 | -| /wallet/getnewshieldedaddress | 20 | -| /wallet/getnkfromnsk | 20 | -| /wallet/getnodeinfo | 20 | -| /wallet/getnowblock | 20 | -| /wallet/getpaginatedassetissuelist | 20 | -| /wallet/getpendingsize | 20 | -| /wallet/getproposalbyid | 20 | -| /wallet/getsignweight | 20 | -| /wallet/getspendingkey | 20 | -| /wallet/gettransactionbyid | 20 | -| /wallet/gettransactionfrompending | 20 | -| /wallet/gettransactioninfobyblocknum | 20 | -| /wallet/gettransactioninfobyid | 20 | -| /wallet/gettransactionlistfrompending | 20 | -| /wallet/gettriggerinputforshieldedtrc20contract | 20 | -| /wallet/getzenpaymentaddress | 20 | -| /wallet/isshieldedtrc20contractnotespent | 20 | -| /wallet/listexchanges | 20 | -| /wallet/listproposals | 20 | -| /wallet/participateassetissue | 20 | -| /wallet/proposalapprove | 20 | -| /wallet/proposaldelete | 20 | -| /wallet/scanshieldedtrc20notesbyivk | 20 | -| /wallet/scanshieldedtrc20notesbyovk | 20 | -| /wallet/transferasset | 20 | -| /wallet/triggerconstantcontract | 20 | -| /wallet/triggersmartcontract | 20 | -| /wallet/undelegateresource | 20 | -| /wallet/unfreezeasset | 20 | -| /wallet/unfreezebalance | 20 | -| /wallet/unfreezebalancev2 | 20 | -| /wallet/updateaccount | 20 | -| /wallet/updateasset | 20 | -| /wallet/updateenergylimit | 20 | -| /wallet/updatesetting | 20 | -| /wallet/validateaddress | 20 | -| /wallet/votewitnessaccount | 20 | -| /wallet/withdrawexpireunfreeze | 20 | -{/* cu:auto end */} +| Method | CU | +| --------------------------------------------------------- | --- | +| /wallet/accountpermissionupdate | 20 | +| /wallet/broadcasthex | 20 | +| /wallet/broadcasttransaction | 20 | +| /wallet/clearabi | 20 | +| /wallet/createaccount | 20 | +| /wallet/createassetissue | 20 | +| /wallet/createtransaction | 20 | +| /wallet/deploycontract | 20 | +| /wallet/estimateenergy | 20 | +| /wallet/freezebalance | 20 | +| /wallet/freezebalancev2 | 20 | +| /wallet/getaccount | 20 | +| /wallet/getaccountbalance | 20 | +| /wallet/getaccountnet | 20 | +| /wallet/getaccountresource | 20 | +| /wallet/getassetissuebyid | 20 | +| /wallet/getassetissuebyname | 20 | +| /wallet/getblock | 20 | +| /wallet/getblockbynum | 20 | +| /wallet/getblockbyid | 20 | +| /wallet/getblockbylatestnum | 20 | +| /wallet/getblockbylimitnext | 20 | +| /wallet/getburntrx | 20 | +| /wallet/getchainparameters | 20 | +| /wallet/getcontract | 20 | +| /wallet/getcontractinfo | 20 | +| /wallet/getdelegatedresource | 20 | +| /wallet/getdelegatedresourceaccountindex | 20 | +| /wallet/getdiversifier | 20 | +| /wallet/getenergyprices | 20 | +| /wallet/getexchangebyid | 20 | +| /wallet/getincomingviewingkey | 20 | +| /wallet/getnewshieldedaddress | 20 | +| /wallet/getnodeinfo | 20 | +| /wallet/getnowblock | 20 | +| /wallet/getpaginatedassetissuelist | 20 | +| /wallet/getproposalbyid | 20 | +| /wallet/gettransactionbyid | 20 | +| /wallet/gettransactioninfobyid | 20 | +| /wallet/gettransactionlistfrompending | 20 | +| /wallet/triggersmartcontract | 20 | +| /wallet/triggerconstantcontract | 20 | +| /wallet/transferasset | 20 | +| /wallet/unfreezebalance | 20 | +| /wallet/unfreezebalancev2 | 20 | +| /wallet/unfreezeasset | 20 | +| /wallet/updateaccount | 20 | +| /wallet/validateaddress | 20 | +| /wallet/createshieldedcontractparameters | 20 | +| /wallet/createspendauthsig | 20 | +| /wallet/delegateresource | 20 | +| /wallet/exchangecreate | 20 | +| /wallet/exchangeinject | 20 | +| /wallet/exchangetransaction | 20 | +| /wallet/exchangewithdraw | 20 | +| /wallet/getakfromask | 20 | +| /wallet/getassetissuebyaccount | 20 | +| /wallet/getassetissuelist | 20 | +| /wallet/getassetissuelistbyname | 20 | +| /wallet/getavailableunfreezecount | 20 | +| /wallet/getbandwidthprices | 20 | +| /wallet/getblockbalance | 20 | +| /wallet/getcandelegatedmaxsize | 20 | +| /wallet/getcanwithdrawunfreezeamount | 20 | +| /wallet/getdelegatedresourceaccountindexv2 | 20 | +| /wallet/getdelegatedresourcev2 | 20 | +| /wallet/getexpandedspendingkey | 20 | +| /wallet/getnkfromnsk | 20 | +| /wallet/getpendingsize | 20 | +| /wallet/getspendingkey | 20 | +| /wallet/gettransactionfrompending | 20 | +| /wallet/gettransactioninfobyblocknum | 20 | +| /wallet/gettriggerinputforshieldedtrc20contract | 20 | +| /wallet/getzenpaymentaddress | 20 | +| /wallet/isshieldedtrc20contractnotespent | 20 | +| /wallet/listexchanges | 20 | +| /wallet/listproposals | 20 | +| /wallet/participateassetissue | 20 | +| /wallet/proposalapprove | 20 | +| /wallet/proposaldelete | 20 | +| /wallet/scanshieldedtrc20notesbyivk | 20 | +| /wallet/scanshieldedtrc20notesbyovk | 20 | +| /wallet/undelegateresource | 20 | +| /wallet/updateasset | 20 | +| /wallet/updateenergylimit | 20 | +| /wallet/updatesetting | 20 | +| /wallet/votewitnessaccount | 20 | +| /wallet/withdrawexpireunfreeze | 20 | # Tron: Solidity HTTP Methods -{/* cu:auto product="tron-solidity" */} -| Method | CU | -| -------------------------------------------------- | -- | -| /walletsolidity/estimateenergy | 20 | -| /walletsolidity/getaccount | 20 | -| /walletsolidity/getassetissuebyid | 20 | -| /walletsolidity/getassetissuebyname | 20 | -| /walletsolidity/getassetissuelist | 20 | -| /walletsolidity/getassetissuelistbyname | 20 | -| /walletsolidity/getavailableunfreezecount | 20 | -| /walletsolidity/getblock | 20 | -| /walletsolidity/getblockbyid | 20 | -| /walletsolidity/getblockbylatestnum | 20 | -| /walletsolidity/getblockbylimitnext | 20 | -| /walletsolidity/getblockbynum | 20 | -| /walletsolidity/getburntrx | 20 | -| /walletsolidity/getcandelegatedmaxsize | 20 | -| /walletsolidity/getcanwithdrawunfreezeamount | 20 | -| /walletsolidity/getdelegatedresource | 20 | -| /walletsolidity/getdelegatedresourceaccountindex | 20 | -| /walletsolidity/getdelegatedresourceaccountindexv2 | 20 | -| /walletsolidity/getexchangebyid | 20 | -| /walletsolidity/getnowblock | 20 | -| /walletsolidity/getpaginatedassetissuelist | 20 | -| /walletsolidity/gettransactionbyid | 20 | -| /walletsolidity/gettransactioncountbyblocknum | 20 | -| /walletsolidity/gettransactioninfobyblocknum | 20 | -| /walletsolidity/gettransactioninfobyid | 20 | -| /walletsolidity/isshieldedtrc20contractnotespent | 20 | -| /walletsolidity/listexchanges | 20 | -| /walletsolidity/scanshieldedtrc20notesbyivk | 20 | -| /walletsolidity/scanshieldedtrc20notesbyovk | 20 | -| /walletsolidity/triggerconstantcontract | 20 | -{/* cu:auto end */} - -# Astar: Specific Methods - -{/* cu:auto product="astar" */} -| Method | CU | -| ----------------------- | -- | -| chain\_getFinalizedHead | 10 | -| chain\_getHeader | 10 | -{/* cu:auto end */} - -# Bitcoin: Indexer REST API Methods - -{/* cu:auto product="bitcoin-indexer" */} -| Method | CU | -| ------------------------------------------------- | -- | -| /address-prefix/\{prefix} | 20 | -| /address/\{address} | 20 | -| /address/\{address}/txs | 20 | -| /address/\{address}/txs/chain/\{last\_seen\_txid} | 20 | -| /address/\{address}/txs/mempool | 20 | -| /address/\{address}/utxo | 20 | -| /block-height/\{height} | 20 | -| /block/\{hash} | 20 | -| /block/\{hash}/header | 20 | -| /block/\{hash}/raw | 20 | -| /block/\{hash}/status | 20 | -| /block/\{hash}/txid/\{index} | 20 | -| /block/\{hash}/txids | 20 | -| /block/\{hash}/txs/\{start\_index} | 20 | -| /blocks/\{start\_height} | 20 | -| /blocks/tip/hash | 20 | -| /blocks/tip/height | 20 | -| /fee-estimates | 20 | -| /mempool | 20 | -| /mempool/recent | 20 | -| /mempool/txids | 20 | -| /scripthash/\{hash} | 20 | -| /scripthash/\{hash}/txs | 20 | -| /scripthash/\{hash}/txs/chain/\{last\_seen\_txid} | 20 | -| /scripthash/\{hash}/txs/mempool | 20 | -| /scripthash/\{hash}/utxo | 20 | -| /tx/\{txid} | 20 | -| /tx/\{txid}/hex | 20 | -| /tx/\{txid}/merkle-proof | 20 | -| /tx/\{txid}/merkleblock-proof | 20 | -| /tx/\{txid}/outspend/\{vout} | 20 | -| /tx/\{txid}/outspends | 20 | -| /tx/\{txid}/raw | 20 | -| /tx/\{txid}/status | 20 | -| /txs/package | 20 | -{/* cu:auto end */} - -# HyperEVM: Specific Methods - -{/* cu:auto product="hyperevm" */} -| Method | CU | -| --------------------------------- | -- | -| eth\_bigBlockGasPrice | 20 | -| eth\_getBlockReceiptsWithSystemTx | 20 | -| eth\_getSystemTxsByBlockHash | 20 | -| eth\_getSystemTxsByBlockNumber | 20 | -| eth\_usingBigBlocks | 20 | -{/* cu:auto end */} - -# Optimism: Specific Methods - -{/* cu:auto product="optimism" */} -| Method | CU | -| ----------------------- | -- | -| optimism\_outputAtBlock | 10 | -| optimism\_rollupConfig | 10 | -| optimism\_syncStatus | 10 | -| optimism\_version | 10 | -{/* cu:auto end */} - -# Avalanche P-Chain: Standard Methods - -{/* cu:auto product="pchain" */} -| Method | CU | -| ------------------------------ | -- | -| platform.getAllValidatorsAt | 20 | -| platform.getBalance | 20 | -| platform.getBlockchains | 20 | -| platform.getBlockchainStatus | 20 | -| platform.getCurrentSupply | 20 | -| platform.getCurrentValidators | 20 | -| platform.getFeeConfig | 20 | -| platform.getFeeState | 20 | -| platform.getHeight | 20 | -| platform.getMinStake | 20 | -| platform.getRewardUTXOs | 20 | -| platform.getStake | 20 | -| platform.getStakingAssetID | 20 | -| platform.getSubnets | 20 | -| platform.getTimestamp | 20 | -| platform.getTotalStake | 20 | -| platform.getTx | 20 | -| platform.getTxStatus | 20 | -| platform.getUTXOs | 20 | -| platform.getValidatorFeeConfig | 20 | -| platform.getValidatorFeeState | 20 | -| platform.getValidatorsAt | 20 | -| platform.issueTx | 20 | -| platform.sampleValidators | 20 | -| platform.validatedBy | 20 | -| platform.validates | 20 | -{/* cu:auto end */} - -# Sui: gRPC Methods - -{/* cu:auto product="sui-grpc" */} -| Method | CU | -| ---------------------------------------------------------- | -- | -| sui.rpc.v2.LedgerService/GetServiceInfo | 10 | -| sui.rpc.v2.SubscriptionService/SubscribeCheckpoints | 10 | -| sui.rpc.v2.LedgerService/BatchGetObjects | 20 | -| sui.rpc.v2.LedgerService/BatchGetTransactions | 20 | -| sui.rpc.v2.LedgerService/GetCheckpoint | 20 | -| sui.rpc.v2.LedgerService/GetEpoch | 20 | -| sui.rpc.v2.LedgerService/GetObject | 20 | -| sui.rpc.v2.LedgerService/GetTransaction | 20 | -| sui.rpc.v2.MovePackageService/GetDatatype | 20 | -| sui.rpc.v2.MovePackageService/GetFunction | 20 | -| sui.rpc.v2.MovePackageService/GetPackage | 20 | -| sui.rpc.v2.MovePackageService/ListPackageVersions | 20 | -| sui.rpc.v2.NameService/LookupName | 20 | -| sui.rpc.v2.NameService/ReverseLookupName | 20 | -| sui.rpc.v2.SignatureVerificationService/VerifySignature | 20 | -| sui.rpc.v2.StateService/GetBalance | 20 | -| sui.rpc.v2.StateService/GetCoinInfo | 20 | -| sui.rpc.v2.StateService/ListBalances | 20 | -| sui.rpc.v2.StateService/ListDynamicFields | 20 | -| sui.rpc.v2.StateService/ListOwnedObjects | 20 | -| sui.rpc.v2.TransactionExecutionService/ExecuteTransaction | 20 | -| sui.rpc.v2.TransactionExecutionService/SimulateTransaction | 20 | -{/* cu:auto end */} - -# Solana: Yellowstone gRPC Unary Methods - -{/* cu:auto product="yellowstone-grpc" */} -| Method | CU | -| --------------------------------- | -- | -| geyser.Geyser/GetBlockHeight | 10 | -| geyser.Geyser/GetLatestBlockhash | 10 | -| geyser.Geyser/GetSlot | 10 | -| geyser.Geyser/GetVersion | 10 | -| geyser.Geyser/IsBlockhashValid | 10 | -| geyser.Geyser/Ping | 10 | -| geyser.Geyser/SubscribeReplayInfo | 10 | -{/* cu:auto end */} +| Method | CU | +| --------------------------------------------------------- | --- | +| /walletsolidity/estimateenergy | 20 | +| /walletsolidity/getaccount | 20 | +| /walletsolidity/getassetissuebyid | 20 | +| /walletsolidity/getassetissuebyname | 20 | +| /walletsolidity/getassetissuelist | 20 | +| /walletsolidity/getassetissuelistbyname | 20 | +| /walletsolidity/getavailableunfreezecount | 20 | +| /walletsolidity/getblock | 20 | +| /walletsolidity/getblockbyid | 20 | +| /walletsolidity/getblockbylatestnum | 20 | +| /walletsolidity/getblockbylimitnext | 20 | +| /walletsolidity/getblockbynum | 20 | +| /walletsolidity/getburntrx | 20 | +| /walletsolidity/getcandelegatedmaxsize | 20 | +| /walletsolidity/getcanwithdrawunfreezeamount | 20 | +| /walletsolidity/getdelegatedresource | 20 | +| /walletsolidity/getdelegatedresourceaccountindex | 20 | +| /walletsolidity/getdelegatedresourceaccountindexv2 | 20 | +| /walletsolidity/getexchangebyid | 20 | +| /walletsolidity/getnowblock | 20 | +| /walletsolidity/getpaginatedassetissuelist | 20 | +| /walletsolidity/gettransactionbyid | 20 | +| /walletsolidity/gettransactioncountbyblocknum | 20 | +| /walletsolidity/gettransactioninfobyblocknum | 20 | +| /walletsolidity/gettransactioninfobyid | 20 | +| /walletsolidity/isshieldedtrc20contractnotespent | 20 | +| /walletsolidity/listexchanges | 20 | +| /walletsolidity/scanshieldedtrc20notesbyivk | 20 | +| /walletsolidity/scanshieldedtrc20notesbyovk | 20 | +| /walletsolidity/triggerconstantcontract | 20 | # Compute unit cost for error codes diff --git a/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx b/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx index a50c7d0f5..a761592c3 100644 --- a/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx +++ b/content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx @@ -5,76 +5,8 @@ subtitle: Alchemy's current feature availability for each of its supported chain slug: reference/feature-support-by-chain --- -Search any JSON-RPC method, REST endpoint, or Alchemy product to see exactly which chains and networks support it, or pick a chain and network to browse everything available on it. + + Check the [Chains](https://dashboard.alchemy.com/chains) page for details about product and chain support! -{/* - Data freshness: the widget does not read content/feature-support.json at - page build time. It calls the docs-site /api/feature-support route, which - fetches the file from GitHub on a one-hour cache TTL, so JSON-only daily - updates reach readers without this page (or any revalidation workflow) - being touched. Only edits to this MDX go through content revalidation. - - The summary table below cannot drift from the JSON: the daily workflow - regenerates both from the same resolved data and commits them together, - so any change that affects the table is itself an MDX edit and - revalidates. A JSON-only commit means the table's coarser - product-by-chain view genuinely did not change. - - The summary block is intentionally wrapped in a hidden div: it exists for - search engines, LLMs, and markdown consumers, while the interactive - widget above is the human-facing view. The h4 keeps it out of the page - table of contents. -*/} - - - - + ![](https://alchemyapi-res.cloudinary.com/image/upload/v1764179964/docs/api-reference/alchemy-transact/transaction-simulation/523fb8a9a9d899921ee1046d0ff1b389967a9976d1c6112ebbbe071ddd1ef374-image.png) + diff --git a/content/api-reference/ronin/ronin-api-overview.mdx b/content/api-reference/ronin/ronin-api-overview.mdx index 45144edaf..80d76547b 100644 --- a/content/api-reference/ronin/ronin-api-overview.mdx +++ b/content/api-reference/ronin/ronin-api-overview.mdx @@ -12,10 +12,8 @@ slug: docs/ronin/ronin-api-overview | | | | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | | [`debug_executionWitness`](/docs/chains/ronin/ronin-api-endpoints/debug-execution-witness) | [`debug_executionWitnessByHash`](/docs/chains/ronin/ronin-api-endpoints/debug-execution-witness-by-hash) | -| [`erigon_getHeaderByNumber`](/docs/chains/ronin/ronin-api-endpoints/erigon-get-header-by-number) | [`eth_accounts`](/docs/chains/ronin/ronin-api-endpoints/eth-accounts) | -| [`eth_baseFee`](/docs/chains/ronin/ronin-api-endpoints/eth-base-fee) | [`eth_blobBaseFee`](/docs/chains/ronin/ronin-api-endpoints/eth-blob-base-fee) | +| [`eth_accounts`](/docs/chains/ronin/ronin-api-endpoints/eth-accounts) | [`eth_blobBaseFee`](/docs/chains/ronin/ronin-api-endpoints/eth-blob-base-fee) | | [`eth_blockNumber`](/docs/chains/ronin/ronin-api-endpoints/eth-block-number) | [`eth_call`](/docs/chains/ronin/ronin-api-endpoints/eth-call) | -| [`eth_callBundle`](/docs/chains/ronin/ronin-api-endpoints/eth-call-bundle) | [`eth_callMany`](/docs/chains/ronin/ronin-api-endpoints/eth-call-many) | | [`eth_chainId`](/docs/chains/ronin/ronin-api-endpoints/eth-chain-id) | [`eth_createAccessList`](/docs/chains/ronin/ronin-api-endpoints/eth-create-access-list) | | [`eth_estimateGas`](/docs/chains/ronin/ronin-api-endpoints/eth-estimate-gas) | [`eth_feeHistory`](/docs/chains/ronin/ronin-api-endpoints/eth-fee-history) | | [`eth_fillTransaction`](/docs/chains/ronin/ronin-api-endpoints/eth-fill-transaction) | [`eth_gasPrice`](/docs/chains/ronin/ronin-api-endpoints/eth-gas-price) | @@ -29,17 +27,14 @@ slug: docs/ronin/ronin-api-overview | [`eth_getStorageAt`](/docs/chains/ronin/ronin-api-endpoints/eth-get-storage-at) | [`eth_getTransactionByBlockHashAndIndex`](/docs/chains/ronin/ronin-api-endpoints/eth-get-transaction-by-block-hash-and-index) | | [`eth_getTransactionByBlockNumberAndIndex`](/docs/chains/ronin/ronin-api-endpoints/eth-get-transaction-by-block-number-and-index) | [`eth_getTransactionByHash`](/docs/chains/ronin/ronin-api-endpoints/eth-get-transaction-by-hash) | | [`eth_getTransactionCount`](/docs/chains/ronin/ronin-api-endpoints/eth-get-transaction-count) | [`eth_getTransactionReceipt`](/docs/chains/ronin/ronin-api-endpoints/eth-get-transaction-receipt) | -| [`eth_getUncleByBlockHashAndIndex`](/docs/chains/ronin/ronin-api-endpoints/eth-get-uncle-by-block-hash-and-index) | [`eth_getUncleByBlockNumberAndIndex`](/docs/chains/ronin/ronin-api-endpoints/eth-get-uncle-by-block-number-and-index) | | [`eth_getUncleCountByBlockHash`](/docs/chains/ronin/ronin-api-endpoints/eth-get-uncle-count-by-block-hash) | [`eth_getUncleCountByBlockNumber`](/docs/chains/ronin/ronin-api-endpoints/eth-get-uncle-count-by-block-number) | | [`eth_maxPriorityFeePerGas`](/docs/chains/ronin/ronin-api-endpoints/eth-max-priority-fee-per-gas) | [`eth_newBlockFilter`](/docs/chains/ronin/ronin-api-endpoints/eth-new-block-filter) | -| [`eth_newFilter`](/docs/chains/ronin/ronin-api-endpoints/eth-new-filter) | [`eth_newPendingTransactionFilter`](/docs/chains/ronin/ronin-api-endpoints/eth-new-pending-transaction-filter) | -| [`eth_protocolVersion`](/docs/chains/ronin/ronin-api-endpoints/eth-protocol-version) | [`eth_sendRawTransaction`](/docs/chains/ronin/ronin-api-endpoints/eth-send-raw-transaction) | -| [`eth_sendRawTransactionSync`](/docs/chains/ronin/ronin-api-endpoints/eth-send-raw-transaction-sync) | [`eth_simulateV1`](/docs/chains/ronin/ronin-api-endpoints/eth-simulate-v-1) | +| [`eth_newFilter`](/docs/chains/ronin/ronin-api-endpoints/eth-new-filter) | [`eth_protocolVersion`](/docs/chains/ronin/ronin-api-endpoints/eth-protocol-version) | +| [`eth_sendRawTransaction`](/docs/chains/ronin/ronin-api-endpoints/eth-send-raw-transaction) | [`eth_simulateV1`](/docs/chains/ronin/ronin-api-endpoints/eth-simulate-v-1) | | [`eth_submitWork`](/docs/chains/ronin/ronin-api-endpoints/eth-submit-work) | [`eth_subscribe`](/docs/chains/ronin/ronin-api-endpoints/eth-subscribe) | | [`eth_syncing`](/docs/chains/ronin/ronin-api-endpoints/eth-syncing) | [`eth_uninstallFilter`](/docs/chains/ronin/ronin-api-endpoints/eth-uninstall-filter) | | [`eth_unsubscribe`](/docs/chains/ronin/ronin-api-endpoints/eth-unsubscribe) | [`net_listening`](/docs/chains/ronin/ronin-api-endpoints/net-listening) | -| [`net_peerCount`](/docs/chains/ronin/ronin-api-endpoints/net-peer-count) | [`net_version`](/docs/chains/ronin/ronin-api-endpoints/net-version) | -| [`txpool_content`](/docs/chains/ronin/ronin-api-endpoints/txpool-content) | [`web3_clientVersion`](/docs/chains/ronin/ronin-api-endpoints/web-3-client-version) | +| [`net_version`](/docs/chains/ronin/ronin-api-endpoints/net-version) | [`web3_clientVersion`](/docs/chains/ronin/ronin-api-endpoints/web-3-client-version) | | [`web3_sha3`](/docs/chains/ronin/ronin-api-endpoints/web-3-sha-3) | | ## Related APIs diff --git a/content/api-reference/sei/sei-api-overview.mdx b/content/api-reference/sei/sei-api-overview.mdx index 775229150..86f3a16a6 100644 --- a/content/api-reference/sei/sei-api-overview.mdx +++ b/content/api-reference/sei/sei-api-overview.mdx @@ -21,18 +21,17 @@ slug: docs/sei/sei-api-overview | [`eth_getBlockReceipts`](/docs/chains/sei/sei-api-endpoints/eth-get-block-receipts) | [`eth_getBlockTransactionCountByHash`](/docs/chains/sei/sei-api-endpoints/eth-get-block-transaction-count-by-hash) | | [`eth_getBlockTransactionCountByNumber`](/docs/chains/sei/sei-api-endpoints/eth-get-block-transaction-count-by-number) | [`eth_getCode`](/docs/chains/sei/sei-api-endpoints/eth-get-code) | | [`eth_getFilterChanges`](/docs/chains/sei/sei-api-endpoints/eth-get-filter-changes) | [`eth_getFilterLogs`](/docs/chains/sei/sei-api-endpoints/eth-get-filter-logs) | -| [`eth_getLogs`](/docs/chains/sei/sei-api-endpoints/eth-get-logs) | [`eth_getProof`](/docs/chains/sei/sei-api-endpoints/eth-get-proof) | -| [`eth_getRawTransactionByHash`](/docs/chains/sei/sei-api-endpoints/eth-get-raw-transaction-by-hash) | [`eth_getStorageAt`](/docs/chains/sei/sei-api-endpoints/eth-get-storage-at) | -| [`eth_getTransactionByBlockHashAndIndex`](/docs/chains/sei/sei-api-endpoints/eth-get-transaction-by-block-hash-and-index) | [`eth_getTransactionByBlockNumberAndIndex`](/docs/chains/sei/sei-api-endpoints/eth-get-transaction-by-block-number-and-index) | -| [`eth_getTransactionByHash`](/docs/chains/sei/sei-api-endpoints/eth-get-transaction-by-hash) | [`eth_getTransactionCount`](/docs/chains/sei/sei-api-endpoints/eth-get-transaction-count) | -| [`eth_getTransactionReceipt`](/docs/chains/sei/sei-api-endpoints/eth-get-transaction-receipt) | [`eth_maxPriorityFeePerGas`](/docs/chains/sei/sei-api-endpoints/eth-max-priority-fee-per-gas) | -| [`eth_newBlockFilter`](/docs/chains/sei/sei-api-endpoints/eth-new-block-filter) | [`eth_newFilter`](/docs/chains/sei/sei-api-endpoints/eth-new-filter) | -| [`eth_sendRawTransaction`](/docs/chains/sei/sei-api-endpoints/eth-send-raw-transaction) | [`eth_submitWork`](/docs/chains/sei/sei-api-endpoints/eth-submit-work) | -| [`eth_subscribe`](/docs/chains/sei/sei-api-endpoints/eth-subscribe) | [`eth_syncing`](/docs/chains/sei/sei-api-endpoints/eth-syncing) | -| [`eth_uninstallFilter`](/docs/chains/sei/sei-api-endpoints/eth-uninstall-filter) | [`eth_unsubscribe`](/docs/chains/sei/sei-api-endpoints/eth-unsubscribe) | -| [`net_listening`](/docs/chains/sei/sei-api-endpoints/net-listening) | [`net_version`](/docs/chains/sei/sei-api-endpoints/net-version) | -| [`txpool_content`](/docs/chains/sei/sei-api-endpoints/txpool-content) | [`web3_clientVersion`](/docs/chains/sei/sei-api-endpoints/web-3-client-version) | -| [`web3_sha3`](/docs/chains/sei/sei-api-endpoints/web-3-sha-3) | | +| [`eth_getLogs`](/docs/chains/sei/sei-api-endpoints/eth-get-logs) | [`eth_getRawTransactionByHash`](/docs/chains/sei/sei-api-endpoints/eth-get-raw-transaction-by-hash) | +| [`eth_getStorageAt`](/docs/chains/sei/sei-api-endpoints/eth-get-storage-at) | [`eth_getTransactionByBlockHashAndIndex`](/docs/chains/sei/sei-api-endpoints/eth-get-transaction-by-block-hash-and-index) | +| [`eth_getTransactionByBlockNumberAndIndex`](/docs/chains/sei/sei-api-endpoints/eth-get-transaction-by-block-number-and-index) | [`eth_getTransactionByHash`](/docs/chains/sei/sei-api-endpoints/eth-get-transaction-by-hash) | +| [`eth_getTransactionCount`](/docs/chains/sei/sei-api-endpoints/eth-get-transaction-count) | [`eth_getTransactionReceipt`](/docs/chains/sei/sei-api-endpoints/eth-get-transaction-receipt) | +| [`eth_maxPriorityFeePerGas`](/docs/chains/sei/sei-api-endpoints/eth-max-priority-fee-per-gas) | [`eth_newBlockFilter`](/docs/chains/sei/sei-api-endpoints/eth-new-block-filter) | +| [`eth_newFilter`](/docs/chains/sei/sei-api-endpoints/eth-new-filter) | [`eth_sendRawTransaction`](/docs/chains/sei/sei-api-endpoints/eth-send-raw-transaction) | +| [`eth_submitWork`](/docs/chains/sei/sei-api-endpoints/eth-submit-work) | [`eth_subscribe`](/docs/chains/sei/sei-api-endpoints/eth-subscribe) | +| [`eth_syncing`](/docs/chains/sei/sei-api-endpoints/eth-syncing) | [`eth_uninstallFilter`](/docs/chains/sei/sei-api-endpoints/eth-uninstall-filter) | +| [`eth_unsubscribe`](/docs/chains/sei/sei-api-endpoints/eth-unsubscribe) | [`net_listening`](/docs/chains/sei/sei-api-endpoints/net-listening) | +| [`net_version`](/docs/chains/sei/sei-api-endpoints/net-version) | [`txpool_content`](/docs/chains/sei/sei-api-endpoints/txpool-content) | +| [`web3_clientVersion`](/docs/chains/sei/sei-api-endpoints/web-3-client-version) | [`web3_sha3`](/docs/chains/sei/sei-api-endpoints/web-3-sha-3) | ## Related APIs diff --git a/content/api-reference/stable/stable-api-overview.mdx b/content/api-reference/stable/stable-api-overview.mdx index 02f28e50a..469742a86 100644 --- a/content/api-reference/stable/stable-api-overview.mdx +++ b/content/api-reference/stable/stable-api-overview.mdx @@ -15,28 +15,26 @@ slug: docs/stable/stable-api-overview | [`eth_blockNumber`](/docs/chains/stable/stable-api-endpoints/eth-block-number) | [`eth_call`](/docs/chains/stable/stable-api-endpoints/eth-call) | | [`eth_chainId`](/docs/chains/stable/stable-api-endpoints/eth-chain-id) | [`eth_createAccessList`](/docs/chains/stable/stable-api-endpoints/eth-create-access-list) | | [`eth_estimateGas`](/docs/chains/stable/stable-api-endpoints/eth-estimate-gas) | [`eth_feeHistory`](/docs/chains/stable/stable-api-endpoints/eth-fee-history) | -| [`eth_fillTransaction`](/docs/chains/stable/stable-api-endpoints/eth-fill-transaction) | [`eth_gasPrice`](/docs/chains/stable/stable-api-endpoints/eth-gas-price) | -| [`eth_getAccount`](/docs/chains/stable/stable-api-endpoints/eth-get-account) | [`eth_getBalance`](/docs/chains/stable/stable-api-endpoints/eth-get-balance) | -| [`eth_getBlockByHash`](/docs/chains/stable/stable-api-endpoints/eth-get-block-by-hash) | [`eth_getBlockByNumber`](/docs/chains/stable/stable-api-endpoints/eth-get-block-by-number) | -| [`eth_getBlockReceipts`](/docs/chains/stable/stable-api-endpoints/eth-get-block-receipts) | [`eth_getBlockTransactionCountByHash`](/docs/chains/stable/stable-api-endpoints/eth-get-block-transaction-count-by-hash) | -| [`eth_getBlockTransactionCountByNumber`](/docs/chains/stable/stable-api-endpoints/eth-get-block-transaction-count-by-number) | [`eth_getCode`](/docs/chains/stable/stable-api-endpoints/eth-get-code) | -| [`eth_getFilterChanges`](/docs/chains/stable/stable-api-endpoints/eth-get-filter-changes) | [`eth_getFilterLogs`](/docs/chains/stable/stable-api-endpoints/eth-get-filter-logs) | -| [`eth_getLogs`](/docs/chains/stable/stable-api-endpoints/eth-get-logs) | [`eth_getProof`](/docs/chains/stable/stable-api-endpoints/eth-get-proof) | -| [`eth_getRawTransactionByHash`](/docs/chains/stable/stable-api-endpoints/eth-get-raw-transaction-by-hash) | [`eth_getStorageAt`](/docs/chains/stable/stable-api-endpoints/eth-get-storage-at) | -| [`eth_getTransactionByBlockHashAndIndex`](/docs/chains/stable/stable-api-endpoints/eth-get-transaction-by-block-hash-and-index) | [`eth_getTransactionByBlockNumberAndIndex`](/docs/chains/stable/stable-api-endpoints/eth-get-transaction-by-block-number-and-index) | -| [`eth_getTransactionByHash`](/docs/chains/stable/stable-api-endpoints/eth-get-transaction-by-hash) | [`eth_getTransactionCount`](/docs/chains/stable/stable-api-endpoints/eth-get-transaction-count) | -| [`eth_getTransactionReceipt`](/docs/chains/stable/stable-api-endpoints/eth-get-transaction-receipt) | [`eth_getUncleByBlockHashAndIndex`](/docs/chains/stable/stable-api-endpoints/eth-get-uncle-by-block-hash-and-index) | -| [`eth_getUncleByBlockNumberAndIndex`](/docs/chains/stable/stable-api-endpoints/eth-get-uncle-by-block-number-and-index) | [`eth_getUncleCountByBlockHash`](/docs/chains/stable/stable-api-endpoints/eth-get-uncle-count-by-block-hash) | -| [`eth_getUncleCountByBlockNumber`](/docs/chains/stable/stable-api-endpoints/eth-get-uncle-count-by-block-number) | [`eth_maxPriorityFeePerGas`](/docs/chains/stable/stable-api-endpoints/eth-max-priority-fee-per-gas) | -| [`eth_newBlockFilter`](/docs/chains/stable/stable-api-endpoints/eth-new-block-filter) | [`eth_newFilter`](/docs/chains/stable/stable-api-endpoints/eth-new-filter) | -| [`eth_newPendingTransactionFilter`](/docs/chains/stable/stable-api-endpoints/eth-new-pending-transaction-filter) | [`eth_protocolVersion`](/docs/chains/stable/stable-api-endpoints/eth-protocol-version) | -| [`eth_sendRawTransaction`](/docs/chains/stable/stable-api-endpoints/eth-send-raw-transaction) | [`eth_simulateV1`](/docs/chains/stable/stable-api-endpoints/eth-simulate-v-1) | -| [`eth_submitWork`](/docs/chains/stable/stable-api-endpoints/eth-submit-work) | [`eth_subscribe`](/docs/chains/stable/stable-api-endpoints/eth-subscribe) | -| [`eth_syncing`](/docs/chains/stable/stable-api-endpoints/eth-syncing) | [`eth_uninstallFilter`](/docs/chains/stable/stable-api-endpoints/eth-uninstall-filter) | -| [`eth_unsubscribe`](/docs/chains/stable/stable-api-endpoints/eth-unsubscribe) | [`net_listening`](/docs/chains/stable/stable-api-endpoints/net-listening) | -| [`net_peerCount`](/docs/chains/stable/stable-api-endpoints/net-peer-count) | [`net_version`](/docs/chains/stable/stable-api-endpoints/net-version) | -| [`txpool_content`](/docs/chains/stable/stable-api-endpoints/txpool-content) | [`web3_clientVersion`](/docs/chains/stable/stable-api-endpoints/web-3-client-version) | -| [`web3_sha3`](/docs/chains/stable/stable-api-endpoints/web-3-sha-3) | | +| [`eth_gasPrice`](/docs/chains/stable/stable-api-endpoints/eth-gas-price) | [`eth_getAccount`](/docs/chains/stable/stable-api-endpoints/eth-get-account) | +| [`eth_getBalance`](/docs/chains/stable/stable-api-endpoints/eth-get-balance) | [`eth_getBlockByHash`](/docs/chains/stable/stable-api-endpoints/eth-get-block-by-hash) | +| [`eth_getBlockByNumber`](/docs/chains/stable/stable-api-endpoints/eth-get-block-by-number) | [`eth_getBlockReceipts`](/docs/chains/stable/stable-api-endpoints/eth-get-block-receipts) | +| [`eth_getBlockTransactionCountByHash`](/docs/chains/stable/stable-api-endpoints/eth-get-block-transaction-count-by-hash) | [`eth_getBlockTransactionCountByNumber`](/docs/chains/stable/stable-api-endpoints/eth-get-block-transaction-count-by-number) | +| [`eth_getCode`](/docs/chains/stable/stable-api-endpoints/eth-get-code) | [`eth_getFilterChanges`](/docs/chains/stable/stable-api-endpoints/eth-get-filter-changes) | +| [`eth_getFilterLogs`](/docs/chains/stable/stable-api-endpoints/eth-get-filter-logs) | [`eth_getLogs`](/docs/chains/stable/stable-api-endpoints/eth-get-logs) | +| [`eth_getProof`](/docs/chains/stable/stable-api-endpoints/eth-get-proof) | [`eth_getRawTransactionByHash`](/docs/chains/stable/stable-api-endpoints/eth-get-raw-transaction-by-hash) | +| [`eth_getStorageAt`](/docs/chains/stable/stable-api-endpoints/eth-get-storage-at) | [`eth_getTransactionByBlockHashAndIndex`](/docs/chains/stable/stable-api-endpoints/eth-get-transaction-by-block-hash-and-index) | +| [`eth_getTransactionByBlockNumberAndIndex`](/docs/chains/stable/stable-api-endpoints/eth-get-transaction-by-block-number-and-index) | [`eth_getTransactionByHash`](/docs/chains/stable/stable-api-endpoints/eth-get-transaction-by-hash) | +| [`eth_getTransactionCount`](/docs/chains/stable/stable-api-endpoints/eth-get-transaction-count) | [`eth_getTransactionReceipt`](/docs/chains/stable/stable-api-endpoints/eth-get-transaction-receipt) | +| [`eth_getUncleByBlockHashAndIndex`](/docs/chains/stable/stable-api-endpoints/eth-get-uncle-by-block-hash-and-index) | [`eth_getUncleByBlockNumberAndIndex`](/docs/chains/stable/stable-api-endpoints/eth-get-uncle-by-block-number-and-index) | +| [`eth_getUncleCountByBlockHash`](/docs/chains/stable/stable-api-endpoints/eth-get-uncle-count-by-block-hash) | [`eth_getUncleCountByBlockNumber`](/docs/chains/stable/stable-api-endpoints/eth-get-uncle-count-by-block-number) | +| [`eth_maxPriorityFeePerGas`](/docs/chains/stable/stable-api-endpoints/eth-max-priority-fee-per-gas) | [`eth_newBlockFilter`](/docs/chains/stable/stable-api-endpoints/eth-new-block-filter) | +| [`eth_newFilter`](/docs/chains/stable/stable-api-endpoints/eth-new-filter) | [`eth_newPendingTransactionFilter`](/docs/chains/stable/stable-api-endpoints/eth-new-pending-transaction-filter) | +| [`eth_protocolVersion`](/docs/chains/stable/stable-api-endpoints/eth-protocol-version) | [`eth_sendRawTransaction`](/docs/chains/stable/stable-api-endpoints/eth-send-raw-transaction) | +| [`eth_simulateV1`](/docs/chains/stable/stable-api-endpoints/eth-simulate-v-1) | [`eth_submitWork`](/docs/chains/stable/stable-api-endpoints/eth-submit-work) | +| [`eth_subscribe`](/docs/chains/stable/stable-api-endpoints/eth-subscribe) | [`eth_syncing`](/docs/chains/stable/stable-api-endpoints/eth-syncing) | +| [`eth_uninstallFilter`](/docs/chains/stable/stable-api-endpoints/eth-uninstall-filter) | [`eth_unsubscribe`](/docs/chains/stable/stable-api-endpoints/eth-unsubscribe) | +| [`net_listening`](/docs/chains/stable/stable-api-endpoints/net-listening) | [`net_version`](/docs/chains/stable/stable-api-endpoints/net-version) | +| [`web3_clientVersion`](/docs/chains/stable/stable-api-endpoints/web-3-client-version) | [`web3_sha3`](/docs/chains/stable/stable-api-endpoints/web-3-sha-3) | ## Related APIs diff --git a/content/api-reference/tron/tron-api-overview.mdx b/content/api-reference/tron/tron-api-overview.mdx index 6df1fc691..f82bd7e66 100644 --- a/content/api-reference/tron/tron-api-overview.mdx +++ b/content/api-reference/tron/tron-api-overview.mdx @@ -11,22 +11,19 @@ slug: docs/tron/tron-api-overview | | | | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | -| [`eth_accounts`](/docs/chains/tron/tron-api-endpoints/eth-accounts) | [`eth_blockNumber`](/docs/chains/tron/tron-api-endpoints/eth-block-number) | -| [`eth_call`](/docs/chains/tron/tron-api-endpoints/eth-call) | [`eth_chainId`](/docs/chains/tron/tron-api-endpoints/eth-chain-id) | -| [`eth_estimateGas`](/docs/chains/tron/tron-api-endpoints/eth-estimate-gas) | [`eth_gasPrice`](/docs/chains/tron/tron-api-endpoints/eth-gas-price) | -| [`eth_getAccount`](/docs/chains/tron/tron-api-endpoints/eth-get-account) | [`eth_getBalance`](/docs/chains/tron/tron-api-endpoints/eth-get-balance) | -| [`eth_getBlockByHash`](/docs/chains/tron/tron-api-endpoints/eth-get-block-by-hash) | [`eth_getBlockByNumber`](/docs/chains/tron/tron-api-endpoints/eth-get-block-by-number) | -| [`eth_getBlockTransactionCountByHash`](/docs/chains/tron/tron-api-endpoints/eth-get-block-transaction-count-by-hash) | [`eth_getBlockTransactionCountByNumber`](/docs/chains/tron/tron-api-endpoints/eth-get-block-transaction-count-by-number) | -| [`eth_getCode`](/docs/chains/tron/tron-api-endpoints/eth-get-code) | [`eth_getFilterChanges`](/docs/chains/tron/tron-api-endpoints/eth-get-filter-changes) | -| [`eth_getFilterLogs`](/docs/chains/tron/tron-api-endpoints/eth-get-filter-logs) | [`eth_getLogs`](/docs/chains/tron/tron-api-endpoints/eth-get-logs) | -| [`eth_getRawTransactionByHash`](/docs/chains/tron/tron-api-endpoints/eth-get-raw-transaction-by-hash) | [`eth_getStorageAt`](/docs/chains/tron/tron-api-endpoints/eth-get-storage-at) | -| [`eth_getTransactionByBlockHashAndIndex`](/docs/chains/tron/tron-api-endpoints/eth-get-transaction-by-block-hash-and-index) | [`eth_getTransactionByBlockNumberAndIndex`](/docs/chains/tron/tron-api-endpoints/eth-get-transaction-by-block-number-and-index) | -| [`eth_getTransactionByHash`](/docs/chains/tron/tron-api-endpoints/eth-get-transaction-by-hash) | [`eth_getTransactionCount`](/docs/chains/tron/tron-api-endpoints/eth-get-transaction-count) | -| [`eth_getTransactionReceipt`](/docs/chains/tron/tron-api-endpoints/eth-get-transaction-receipt) | [`eth_newBlockFilter`](/docs/chains/tron/tron-api-endpoints/eth-new-block-filter) | -| [`eth_newFilter`](/docs/chains/tron/tron-api-endpoints/eth-new-filter) | [`eth_protocolVersion`](/docs/chains/tron/tron-api-endpoints/eth-protocol-version) | +| [`eth_blockNumber`](/docs/chains/tron/tron-api-endpoints/eth-block-number) | [`eth_call`](/docs/chains/tron/tron-api-endpoints/eth-call) | +| [`eth_chainId`](/docs/chains/tron/tron-api-endpoints/eth-chain-id) | [`eth_estimateGas`](/docs/chains/tron/tron-api-endpoints/eth-estimate-gas) | +| [`eth_gasPrice`](/docs/chains/tron/tron-api-endpoints/eth-gas-price) | [`eth_getAccount`](/docs/chains/tron/tron-api-endpoints/eth-get-account) | +| [`eth_getBalance`](/docs/chains/tron/tron-api-endpoints/eth-get-balance) | [`eth_getBlockByHash`](/docs/chains/tron/tron-api-endpoints/eth-get-block-by-hash) | +| [`eth_getBlockByNumber`](/docs/chains/tron/tron-api-endpoints/eth-get-block-by-number) | [`eth_getBlockTransactionCountByHash`](/docs/chains/tron/tron-api-endpoints/eth-get-block-transaction-count-by-hash) | +| [`eth_getBlockTransactionCountByNumber`](/docs/chains/tron/tron-api-endpoints/eth-get-block-transaction-count-by-number) | [`eth_getCode`](/docs/chains/tron/tron-api-endpoints/eth-get-code) | +| [`eth_getFilterChanges`](/docs/chains/tron/tron-api-endpoints/eth-get-filter-changes) | [`eth_getFilterLogs`](/docs/chains/tron/tron-api-endpoints/eth-get-filter-logs) | +| [`eth_getLogs`](/docs/chains/tron/tron-api-endpoints/eth-get-logs) | [`eth_getRawTransactionByHash`](/docs/chains/tron/tron-api-endpoints/eth-get-raw-transaction-by-hash) | +| [`eth_getStorageAt`](/docs/chains/tron/tron-api-endpoints/eth-get-storage-at) | [`eth_getTransactionByBlockHashAndIndex`](/docs/chains/tron/tron-api-endpoints/eth-get-transaction-by-block-hash-and-index) | +| [`eth_getTransactionByBlockNumberAndIndex`](/docs/chains/tron/tron-api-endpoints/eth-get-transaction-by-block-number-and-index) | [`eth_getTransactionByHash`](/docs/chains/tron/tron-api-endpoints/eth-get-transaction-by-hash) | +| [`eth_getTransactionCount`](/docs/chains/tron/tron-api-endpoints/eth-get-transaction-count) | [`eth_getTransactionReceipt`](/docs/chains/tron/tron-api-endpoints/eth-get-transaction-receipt) | +| [`eth_newBlockFilter`](/docs/chains/tron/tron-api-endpoints/eth-new-block-filter) | [`eth_newFilter`](/docs/chains/tron/tron-api-endpoints/eth-new-filter) | | [`eth_sendRawTransaction`](/docs/chains/tron/tron-api-endpoints/eth-send-raw-transaction) | [`eth_submitWork`](/docs/chains/tron/tron-api-endpoints/eth-submit-work) | -| [`eth_subscribe`](/docs/chains/tron/tron-api-endpoints/eth-subscribe) | [`eth_syncing`](/docs/chains/tron/tron-api-endpoints/eth-syncing) | -| [`eth_uninstallFilter`](/docs/chains/tron/tron-api-endpoints/eth-uninstall-filter) | [`eth_unsubscribe`](/docs/chains/tron/tron-api-endpoints/eth-unsubscribe) | -| [`net_listening`](/docs/chains/tron/tron-api-endpoints/net-listening) | [`net_peerCount`](/docs/chains/tron/tron-api-endpoints/net-peer-count) | -| [`net_version`](/docs/chains/tron/tron-api-endpoints/net-version) | [`web3_clientVersion`](/docs/chains/tron/tron-api-endpoints/web-3-client-version) | -| [`web3_sha3`](/docs/chains/tron/tron-api-endpoints/web-3-sha-3) | | +| [`eth_subscribe`](/docs/chains/tron/tron-api-endpoints/eth-subscribe) | [`eth_uninstallFilter`](/docs/chains/tron/tron-api-endpoints/eth-uninstall-filter) | +| [`eth_unsubscribe`](/docs/chains/tron/tron-api-endpoints/eth-unsubscribe) | [`net_version`](/docs/chains/tron/tron-api-endpoints/net-version) | +| [`web3_clientVersion`](/docs/chains/tron/tron-api-endpoints/web-3-client-version) | [`web3_sha3`](/docs/chains/tron/tron-api-endpoints/web-3-sha-3) | diff --git a/content/api-reference/zetachain/zetachain-api-overview.mdx b/content/api-reference/zetachain/zetachain-api-overview.mdx index 6f2be4f49..a97c13171 100644 --- a/content/api-reference/zetachain/zetachain-api-overview.mdx +++ b/content/api-reference/zetachain/zetachain-api-overview.mdx @@ -14,27 +14,27 @@ slug: docs/zetachain/zetachain-api-overview | [`eth_accounts`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-accounts) | [`eth_blockNumber`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-block-number) | | [`eth_call`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-call) | [`eth_chainId`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-chain-id) | | [`eth_estimateGas`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-estimate-gas) | [`eth_feeHistory`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-fee-history) | -| [`eth_fillTransaction`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-fill-transaction) | [`eth_gasPrice`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-gas-price) | -| [`eth_getAccount`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-account) | [`eth_getBalance`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-balance) | -| [`eth_getBlockByHash`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-block-by-hash) | [`eth_getBlockByNumber`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-block-by-number) | -| [`eth_getBlockReceipts`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-block-receipts) | [`eth_getBlockTransactionCountByHash`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-block-transaction-count-by-hash) | -| [`eth_getBlockTransactionCountByNumber`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-block-transaction-count-by-number) | [`eth_getCode`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-code) | -| [`eth_getFilterChanges`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-filter-changes) | [`eth_getFilterLogs`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-filter-logs) | -| [`eth_getLogs`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-logs) | [`eth_getProof`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-proof) | -| [`eth_getRawTransactionByHash`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-raw-transaction-by-hash) | [`eth_getStorageAt`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-storage-at) | -| [`eth_getTransactionByBlockHashAndIndex`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-transaction-by-block-hash-and-index) | [`eth_getTransactionByBlockNumberAndIndex`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-transaction-by-block-number-and-index) | -| [`eth_getTransactionByHash`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-transaction-by-hash) | [`eth_getTransactionCount`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-transaction-count) | -| [`eth_getTransactionReceipt`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-transaction-receipt) | [`eth_getUncleByBlockHashAndIndex`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-uncle-by-block-hash-and-index) | -| [`eth_getUncleByBlockNumberAndIndex`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-uncle-by-block-number-and-index) | [`eth_getUncleCountByBlockHash`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-uncle-count-by-block-hash) | -| [`eth_getUncleCountByBlockNumber`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-uncle-count-by-block-number) | [`eth_maxPriorityFeePerGas`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-max-priority-fee-per-gas) | -| [`eth_newBlockFilter`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-new-block-filter) | [`eth_newFilter`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-new-filter) | -| [`eth_newPendingTransactionFilter`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-new-pending-transaction-filter) | [`eth_protocolVersion`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-protocol-version) | -| [`eth_sendRawTransaction`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-send-raw-transaction) | [`eth_submitWork`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-submit-work) | -| [`eth_subscribe`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-subscribe) | [`eth_syncing`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-syncing) | -| [`eth_uninstallFilter`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-uninstall-filter) | [`eth_unsubscribe`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-unsubscribe) | -| [`net_listening`](/docs/chains/zetachain/zeta-chain-api-endpoints/net-listening) | [`net_peerCount`](/docs/chains/zetachain/zeta-chain-api-endpoints/net-peer-count) | -| [`net_version`](/docs/chains/zetachain/zeta-chain-api-endpoints/net-version) | [`txpool_content`](/docs/chains/zetachain/zeta-chain-api-endpoints/txpool-content) | -| [`web3_clientVersion`](/docs/chains/zetachain/zeta-chain-api-endpoints/web-3-client-version) | [`web3_sha3`](/docs/chains/zetachain/zeta-chain-api-endpoints/web-3-sha-3) | +| [`eth_gasPrice`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-gas-price) | [`eth_getAccount`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-account) | +| [`eth_getBalance`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-balance) | [`eth_getBlockByHash`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-block-by-hash) | +| [`eth_getBlockByNumber`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-block-by-number) | [`eth_getBlockReceipts`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-block-receipts) | +| [`eth_getBlockTransactionCountByHash`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-block-transaction-count-by-hash) | [`eth_getBlockTransactionCountByNumber`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-block-transaction-count-by-number) | +| [`eth_getCode`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-code) | [`eth_getFilterChanges`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-filter-changes) | +| [`eth_getFilterLogs`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-filter-logs) | [`eth_getLogs`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-logs) | +| [`eth_getProof`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-proof) | [`eth_getRawTransactionByHash`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-raw-transaction-by-hash) | +| [`eth_getStorageAt`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-storage-at) | [`eth_getTransactionByBlockHashAndIndex`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-transaction-by-block-hash-and-index) | +| [`eth_getTransactionByBlockNumberAndIndex`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-transaction-by-block-number-and-index) | [`eth_getTransactionByHash`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-transaction-by-hash) | +| [`eth_getTransactionCount`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-transaction-count) | [`eth_getTransactionReceipt`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-transaction-receipt) | +| [`eth_getUncleByBlockHashAndIndex`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-uncle-by-block-hash-and-index) | [`eth_getUncleByBlockNumberAndIndex`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-uncle-by-block-number-and-index) | +| [`eth_getUncleCountByBlockHash`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-uncle-count-by-block-hash) | [`eth_getUncleCountByBlockNumber`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-uncle-count-by-block-number) | +| [`eth_maxPriorityFeePerGas`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-max-priority-fee-per-gas) | [`eth_newBlockFilter`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-new-block-filter) | +| [`eth_newFilter`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-new-filter) | [`eth_newPendingTransactionFilter`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-new-pending-transaction-filter) | +| [`eth_protocolVersion`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-protocol-version) | [`eth_sendRawTransaction`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-send-raw-transaction) | +| [`eth_submitWork`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-submit-work) | [`eth_subscribe`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-subscribe) | +| [`eth_syncing`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-syncing) | [`eth_uninstallFilter`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-uninstall-filter) | +| [`eth_unsubscribe`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-unsubscribe) | [`net_listening`](/docs/chains/zetachain/zeta-chain-api-endpoints/net-listening) | +| [`net_peerCount`](/docs/chains/zetachain/zeta-chain-api-endpoints/net-peer-count) | [`net_version`](/docs/chains/zetachain/zeta-chain-api-endpoints/net-version) | +| [`txpool_content`](/docs/chains/zetachain/zeta-chain-api-endpoints/txpool-content) | [`web3_clientVersion`](/docs/chains/zetachain/zeta-chain-api-endpoints/web-3-client-version) | +| [`web3_sha3`](/docs/chains/zetachain/zeta-chain-api-endpoints/web-3-sha-3) | | ## Related APIs diff --git a/content/changelog/2026-07-02.md b/content/changelog/2026-07-02.md index 636eb49d0..0550443f8 100644 --- a/content/changelog/2026-07-02.md +++ b/content/changelog/2026-07-02.md @@ -10,11 +10,23 @@ * Bob Mainnet: op-reth v2.3.3 * Eth Hoodi: lighthouse [v8.2.0](https://github.com/sigp/lighthouse/releases/tag/v8.2.0) -* Jovay Mainnet: jovay [0.14.0-rc1](https://github.com/jovaynetwork/jovay-releases/releases/tag/v0.14.0-rc1) -* Jovay Testnet: jovay [0.14.0-rc1](https://github.com/jovaynetwork/jovay-releases/releases/tag/v0.14.0-rc1) -* Lens Mainnet: zksync-en [v31.0.0](https://github.com/matter-labs/zksync-era/releases/tag/core-v31.0.0) +* Etherlink Mainnet: etherlink octez-evm-node-v0.62-pre1 +* Etherlink Testnet: etherlink octez-evm-node-v0.60 +* Hedera Mainnet: relay 0.78.0 +* Hedera Testnet: relay 0.78.0 +* Hemi Sepolia: op-node a22bfa0 +* Jovay Mainnet: jovay 0.14.0-rc1 +* Jovay Testnet: jovay 0.14.0-rc1 +* Lens Mainnet: zksync-en v31.0.0 +* Lisk Mainnet: op-reth v2.3.3, op-node v1.19.1 +* Neox Mainnet: neox-geth v1.17.4 +* Neox Testnet: neox-geth v1.17.4 * Rise Testnet: rise-node sha-bb10092, op-node sha-b1f242d -* Robinhood Testnet: nitro-node [v3.11.1-8512b8c](https://github.com/OffchainLabs/nitro/releases/tag/v3.11.1) +* Robinhood Testnet: nitro-node v3.11.1-8512b8c * Shape Mainnet: op-reth v2.3.2 -* Tempo Mainnet: tempo [1.10.1](https://github.com/tempoxyz/tempo/releases/tag/v1.10.1) -* Tempo Moderato: tempo [1.10.1](https://github.com/tempoxyz/tempo/releases/tag/v1.10.1) +* Taiko Mainnet: taiko-client taiko-alethia-client-v2.3.1 +* Taiko Testnet: taiko-client taiko-alethia-client-v2.5.0 +* Tempo Mainnet: tempo 1.10.1 +* Tempo Moderato: tempo 1.10.1 +* Xdc Mainnet: xdc-node [v2.7.1](https://github.com/xinfinorg/xdposchain/releases/tag/v2.7.1) +* Xdc Testnet: xdc-node [v2.7.1](https://github.com/xinfinorg/xdposchain/releases/tag/v2.7.1) diff --git a/content/feature-support.json b/content/feature-support.json deleted file mode 100644 index 6be05b3ae..000000000 --- a/content/feature-support.json +++ /dev/null @@ -1,1139 +0,0 @@ -{ - "chains": [ - {"id":"abstract","label":"Abstract"}, - {"id":"adi","label":"ADI"}, - {"id":"anime","label":"Anime"}, - {"id":"apechain","label":"ApeChain"}, - {"id":"aptos","label":"Aptos"}, - {"id":"arbitrum","label":"Arbitrum"}, - {"id":"arc","label":"Arc"}, - {"id":"astar","label":"Astar"}, - {"id":"avalanche","label":"Avalanche"}, - {"id":"base","label":"Base"}, - {"id":"berachain","label":"Berachain"}, - {"id":"bitcoin","label":"Bitcoin"}, - {"id":"bitcoin-cash","label":"Bitcoin Cash"}, - {"id":"blast","label":"Blast"}, - {"id":"bnb-smart-chain","label":"BNB Smart Chain"}, - {"id":"bob","label":"BOB"}, - {"id":"botanix","label":"Botanix"}, - {"id":"celestiabridge","label":"CelestiaBridge"}, - {"id":"celo","label":"Celo"}, - {"id":"citrea","label":"Citrea"}, - {"id":"clankermon","label":"Clankermon"}, - {"id":"crossfi","label":"CrossFi"}, - {"id":"data-network","label":"DATA Network"}, - {"id":"degen","label":"Degen"}, - {"id":"dogecoin","label":"Dogecoin"}, - {"id":"ethereum","label":"Ethereum"}, - {"id":"flow-evm","label":"Flow EVM"}, - {"id":"frax","label":"Frax"}, - {"id":"gensyn","label":"Gensyn"}, - {"id":"gnosis","label":"Gnosis"}, - {"id":"humanity","label":"Humanity"}, - {"id":"hyperliquid","label":"Hyperliquid"}, - {"id":"injective","label":"Injective"}, - {"id":"ink","label":"Ink"}, - {"id":"jovay","label":"Jovay"}, - {"id":"kaia","label":"Kaia"}, - {"id":"katana","label":"Katana"}, - {"id":"lens","label":"Lens"}, - {"id":"linea","label":"Linea"}, - {"id":"litecoin","label":"Litecoin"}, - {"id":"mantle","label":"Mantle"}, - {"id":"megaeth","label":"MegaETH"}, - {"id":"metis","label":"Metis"}, - {"id":"mode","label":"Mode"}, - {"id":"monad","label":"Monad"}, - {"id":"moonbeam","label":"Moonbeam"}, - {"id":"mythos","label":"Mythos"}, - {"id":"op-mainnet","label":"OP Mainnet"}, - {"id":"opbnb","label":"opBNB"}, - {"id":"pharos","label":"Pharos"}, - {"id":"plasma","label":"Plasma"}, - {"id":"polygon-pos","label":"Polygon PoS"}, - {"id":"polygon-zkevm","label":"Polygon zkEVM"}, - {"id":"rise","label":"Rise"}, - {"id":"robinhood-chain","label":"Robinhood Chain"}, - {"id":"ronin","label":"Ronin"}, - {"id":"rootstock","label":"Rootstock"}, - {"id":"scroll","label":"Scroll"}, - {"id":"sei","label":"Sei"}, - {"id":"settlus","label":"Settlus"}, - {"id":"shape","label":"Shape"}, - {"id":"solana","label":"Solana"}, - {"id":"soneium","label":"Soneium"}, - {"id":"sonic","label":"Sonic"}, - {"id":"stable","label":"Stable"}, - {"id":"starknet","label":"Starknet"}, - {"id":"stellar","label":"Stellar"}, - {"id":"sui","label":"Sui"}, - {"id":"superseed","label":"Superseed"}, - {"id":"tempo","label":"Tempo"}, - {"id":"tron","label":"Tron"}, - {"id":"unichain","label":"Unichain"}, - {"id":"world-chain","label":"World Chain"}, - {"id":"world-mobile-chain","label":"World Mobile Chain"}, - {"id":"x-layer","label":"X Layer"}, - {"id":"xmtp","label":"XMTP"}, - {"id":"zetachain","label":"ZetaChain"}, - {"id":"zksync","label":"ZKsync"}, - {"id":"zora","label":"Zora"} - ], - "networks": [ - {"id":"ABSTRACT_MAINNET","label":"Abstract Mainnet","kebab":"abstract-mainnet","chain":0,"mainnet":true}, - {"id":"ABSTRACT_TESTNET","label":"Abstract Testnet","kebab":"abstract-testnet","chain":0,"mainnet":false}, - {"id":"ADI_MAINNET","label":"ADI Mainnet","kebab":"adi-mainnet","chain":1,"mainnet":true}, - {"id":"ADI_TESTNET","label":"ADI Testnet AB","kebab":"adi-testnet","chain":1,"mainnet":false}, - {"id":"ANIME_MAINNET","label":"Anime Mainnet","kebab":"anime-mainnet","chain":2,"mainnet":true}, - {"id":"ANIME_SEPOLIA","label":"Anime Sepolia","kebab":"anime-sepolia","chain":2,"mainnet":false}, - {"id":"APECHAIN_MAINNET","label":"ApeChain Mainnet","kebab":"apechain-mainnet","chain":3,"mainnet":true}, - {"id":"APECHAIN_CURTIS","label":"ApeChain Curtis","kebab":"apechain-curtis","chain":3,"mainnet":false}, - {"id":"APTOS_MAINNET","label":"Aptos Mainnet","kebab":"aptos-mainnet","chain":4,"mainnet":true}, - {"id":"APTOS_TESTNET","label":"Aptos Testnet","kebab":"aptos-testnet","chain":4,"mainnet":false}, - {"id":"ARB_MAINNET","label":"Arbitrum Mainnet","kebab":"arb-mainnet","chain":5,"mainnet":true}, - {"id":"ARB_SEPOLIA","label":"Arbitrum Sepolia","kebab":"arb-sepolia","chain":5,"mainnet":false}, - {"id":"ARC_TESTNET","label":"Arc Testnet","kebab":"arc-testnet","chain":6,"mainnet":false}, - {"id":"ASTAR_MAINNET","label":"Astar Mainnet","kebab":"astar-mainnet","chain":7,"mainnet":true}, - {"id":"AVAX_MAINNET","label":"Avalanche Mainnet","kebab":"avax-mainnet","chain":8,"mainnet":true}, - {"id":"AVAX_FUJI","label":"Avalanche Fuji","kebab":"avax-fuji","chain":8,"mainnet":false}, - {"id":"BASE_MAINNET","label":"Base Mainnet","kebab":"base-mainnet","chain":9,"mainnet":true}, - {"id":"BASE_SEPOLIA","label":"Base Sepolia","kebab":"base-sepolia","chain":9,"mainnet":false}, - {"id":"BERACHAIN_MAINNET","label":"Berachain Mainnet","kebab":"berachain-mainnet","chain":10,"mainnet":true}, - {"id":"BERACHAIN_BEPOLIA","label":"Berachain Bepolia","kebab":"berachain-bepolia","chain":10,"mainnet":false}, - {"id":"BITCOIN_MAINNET","label":"Bitcoin Mainnet","kebab":"bitcoin-mainnet","chain":11,"mainnet":true}, - {"id":"BITCOIN_SIGNET","label":"Bitcoin Signet","kebab":"bitcoin-signet","chain":11,"mainnet":false}, - {"id":"BITCOIN_TESTNET","label":"Bitcoin Testnet","kebab":"bitcoin-testnet","chain":11,"mainnet":false}, - {"id":"BITCOIN_TESTNET4","label":"Bitcoin Testnet4","kebab":"bitcoin-testnet4","chain":11,"mainnet":false}, - {"id":"BITCOINCASH_MAINNET","label":"Bitcoin Cash Mainnet","kebab":"bitcoincash-mainnet","chain":12,"mainnet":true}, - {"id":"BITCOINCASH_TESTNET","label":"Bitcoin Cash Testnet","kebab":"bitcoincash-testnet","chain":12,"mainnet":false}, - {"id":"BLAST_MAINNET","label":"Blast Mainnet","kebab":"blast-mainnet","chain":13,"mainnet":true}, - {"id":"BLAST_SEPOLIA","label":"Blast Sepolia","kebab":"blast-sepolia","chain":13,"mainnet":false}, - {"id":"BNB_MAINNET","label":"BNB Smart Chain Mainnet","kebab":"bnb-mainnet","chain":14,"mainnet":true}, - {"id":"BNB_TESTNET","label":"BNB Smart Chain Testnet","kebab":"bnb-testnet","chain":14,"mainnet":false}, - {"id":"BOB_MAINNET","label":"BOB Mainnet","kebab":"bob-mainnet","chain":15,"mainnet":true}, - {"id":"BOB_SEPOLIA","label":"BOB Sepolia","kebab":"bob-sepolia","chain":15,"mainnet":false}, - {"id":"BOTANIX_MAINNET","label":"Botanix Mainnet","kebab":"botanix-mainnet","chain":16,"mainnet":true}, - {"id":"BOTANIX_TESTNET","label":"Botanix Testnet","kebab":"botanix-testnet","chain":16,"mainnet":false}, - {"id":"CELESTIABRIDGE_MAINNET","label":"CelestiaBridge Mainnet","kebab":"celestiabridge-mainnet","chain":17,"mainnet":true}, - {"id":"CELESTIABRIDGE_MOCHA","label":"CelestiaBridge Mocha","kebab":"celestiabridge-mocha","chain":17,"mainnet":false}, - {"id":"CELO_MAINNET","label":"Celo Mainnet","kebab":"celo-mainnet","chain":18,"mainnet":true}, - {"id":"CELO_SEPOLIA","label":"Celo Sepolia","kebab":"celo-sepolia","chain":18,"mainnet":false}, - {"id":"CITREA_MAINNET","label":"Citrea Mainnet","kebab":"citrea-mainnet","chain":19,"mainnet":true}, - {"id":"CITREA_TESTNET","label":"Citrea Testnet","kebab":"citrea-testnet","chain":19,"mainnet":false}, - {"id":"CLANKERMON_MAINNET","label":"Clankermon Mainnet","kebab":"clankermon-mainnet","chain":20,"mainnet":true}, - {"id":"CROSSFI_MAINNET","label":"CrossFi Mainnet","kebab":"crossfi-mainnet","chain":21,"mainnet":true}, - {"id":"CROSSFI_TESTNET","label":"CrossFi Testnet","kebab":"crossfi-testnet","chain":21,"mainnet":false}, - {"id":"STORY_MAINNET","label":"DATA Network Mainnet","kebab":"story-mainnet","chain":22,"mainnet":true}, - {"id":"STORY_AENEID","label":"DATA Network Aeneid","kebab":"story-aeneid","chain":22,"mainnet":false}, - {"id":"DEGEN_MAINNET","label":"Degen Mainnet","kebab":"degen-mainnet","chain":23,"mainnet":true}, - {"id":"DOGECOIN_MAINNET","label":"Dogecoin Mainnet","kebab":"dogecoin-mainnet","chain":24,"mainnet":true}, - {"id":"ETH_MAINNET","label":"Ethereum Mainnet","kebab":"eth-mainnet","chain":25,"mainnet":true}, - {"id":"ETH_MAINNETBEACON","label":"Ethereum Mainnet Beacon","kebab":"eth-mainnetbeacon","chain":25,"mainnet":true}, - {"id":"ETH_HOODI","label":"Ethereum Hoodi","kebab":"eth-hoodi","chain":25,"mainnet":false}, - {"id":"ETH_HOODIBEACON","label":"Ethereum Hoodi Beacon","kebab":"eth-hoodibeacon","chain":25,"mainnet":false}, - {"id":"ETH_SEPOLIA","label":"Ethereum Sepolia","kebab":"eth-sepolia","chain":25,"mainnet":false}, - {"id":"ETH_SEPOLIABEACON","label":"Ethereum Sepolia Beacon","kebab":"eth-sepoliabeacon","chain":25,"mainnet":false}, - {"id":"FLOW_MAINNET","label":"Flow EVM Mainnet","kebab":"flow-mainnet","chain":26,"mainnet":true}, - {"id":"FLOW_TESTNET","label":"Flow EVM Testnet","kebab":"flow-testnet","chain":26,"mainnet":false}, - {"id":"FRAX_MAINNET","label":"Frax Mainnet","kebab":"frax-mainnet","chain":27,"mainnet":true}, - {"id":"FRAX_SEPOLIA","label":"Frax Sepolia","kebab":"frax-sepolia","chain":27,"mainnet":false}, - {"id":"GENSYN_MAINNET","label":"Gensyn Mainnet","kebab":"gensyn-mainnet","chain":28,"mainnet":true}, - {"id":"GENSYN_TESTNET","label":"Gensyn Testnet","kebab":"gensyn-testnet","chain":28,"mainnet":false}, - {"id":"GNOSIS_MAINNET","label":"Gnosis Mainnet","kebab":"gnosis-mainnet","chain":29,"mainnet":true}, - {"id":"GNOSIS_CHIADO","label":"Gnosis Chiado","kebab":"gnosis-chiado","chain":29,"mainnet":false}, - {"id":"HUMANITY_MAINNET","label":"Humanity Mainnet","kebab":"humanity-mainnet","chain":30,"mainnet":true}, - {"id":"HYPERLIQUID_MAINNET","label":"Hyperliquid Mainnet","kebab":"hyperliquid-mainnet","chain":31,"mainnet":true}, - {"id":"HYPERLIQUID_TESTNET","label":"Hyperliquid Testnet","kebab":"hyperliquid-testnet","chain":31,"mainnet":false}, - {"id":"INJECTIVE_MAINNET","label":"Injective Mainnet","kebab":"injective-mainnet","chain":32,"mainnet":true}, - {"id":"INJECTIVE_TESTNET","label":"Injective Testnet","kebab":"injective-testnet","chain":32,"mainnet":false}, - {"id":"INK_MAINNET","label":"Ink Mainnet","kebab":"ink-mainnet","chain":33,"mainnet":true}, - {"id":"INK_SEPOLIA","label":"Ink Sepolia","kebab":"ink-sepolia","chain":33,"mainnet":false}, - {"id":"JOVAY_MAINNET","label":"Jovay Mainnet","kebab":"jovay-mainnet","chain":34,"mainnet":true}, - {"id":"JOVAY_TESTNET","label":"Jovay Testnet","kebab":"jovay-testnet","chain":34,"mainnet":false}, - {"id":"KAIA_MAINNET","label":"Kaia Mainnet","kebab":"kaia-mainnet","chain":35,"mainnet":true}, - {"id":"KAIA_TESTNET","label":"Kaia Testnet","kebab":"kaia-testnet","chain":35,"mainnet":false}, - {"id":"KATANA_MAINNET","label":"Katana Mainnet","kebab":"katana-mainnet","chain":36,"mainnet":true}, - {"id":"KATANA_BOKUTO","label":"Katana Bokuto","kebab":"katana-bokuto","chain":36,"mainnet":false}, - {"id":"LENS_MAINNET","label":"Lens Mainnet","kebab":"lens-mainnet","chain":37,"mainnet":true}, - {"id":"LENS_SEPOLIA","label":"Lens Sepolia","kebab":"lens-sepolia","chain":37,"mainnet":false}, - {"id":"LINEA_MAINNET","label":"Linea Mainnet","kebab":"linea-mainnet","chain":38,"mainnet":true}, - {"id":"LINEA_SEPOLIA","label":"Linea Sepolia","kebab":"linea-sepolia","chain":38,"mainnet":false}, - {"id":"LITECOIN_MAINNET","label":"Litecoin Mainnet","kebab":"litecoin-mainnet","chain":39,"mainnet":true}, - {"id":"LITECOIN_TESTNET","label":"Litecoin Testnet","kebab":"litecoin-testnet","chain":39,"mainnet":false}, - {"id":"MANTLE_MAINNET","label":"Mantle Mainnet","kebab":"mantle-mainnet","chain":40,"mainnet":true}, - {"id":"MANTLE_SEPOLIA","label":"Mantle Sepolia","kebab":"mantle-sepolia","chain":40,"mainnet":false}, - {"id":"MEGAETH_MAINNET","label":"MegaETH Mainnet","kebab":"megaeth-mainnet","chain":41,"mainnet":true}, - {"id":"MEGAETH_TESTNET","label":"MegaETH Testnet","kebab":"megaeth-testnet","chain":41,"mainnet":false}, - {"id":"METIS_MAINNET","label":"Metis Mainnet","kebab":"metis-mainnet","chain":42,"mainnet":true}, - {"id":"MODE_MAINNET","label":"Mode Mainnet","kebab":"mode-mainnet","chain":43,"mainnet":true}, - {"id":"MODE_SEPOLIA","label":"Mode Sepolia","kebab":"mode-sepolia","chain":43,"mainnet":false}, - {"id":"MONAD_MAINNET","label":"Monad Mainnet","kebab":"monad-mainnet","chain":44,"mainnet":true}, - {"id":"MONAD_TESTNET","label":"Monad Testnet","kebab":"monad-testnet","chain":44,"mainnet":false}, - {"id":"MOONBEAM_MAINNET","label":"Moonbeam Mainnet","kebab":"moonbeam-mainnet","chain":45,"mainnet":true}, - {"id":"MYTHOS_MAINNET","label":"Mythos Mainnet","kebab":"mythos-mainnet","chain":46,"mainnet":true}, - {"id":"OPT_MAINNET","label":"OP Mainnet Mainnet","kebab":"opt-mainnet","chain":47,"mainnet":true}, - {"id":"OPT_SEPOLIA","label":"OP Mainnet Sepolia","kebab":"opt-sepolia","chain":47,"mainnet":false}, - {"id":"OPBNB_MAINNET","label":"opBNB Mainnet","kebab":"opbnb-mainnet","chain":48,"mainnet":true}, - {"id":"OPBNB_TESTNET","label":"opBNB Testnet","kebab":"opbnb-testnet","chain":48,"mainnet":false}, - {"id":"PHAROS_MAINNET","label":"Pharos Mainnet","kebab":"pharos-mainnet","chain":49,"mainnet":true}, - {"id":"PHAROS_ATLANTIC","label":"Pharos Atlantic","kebab":"pharos-atlantic","chain":49,"mainnet":false}, - {"id":"PLASMA_MAINNET","label":"Plasma Mainnet","kebab":"plasma-mainnet","chain":50,"mainnet":true}, - {"id":"PLASMA_TESTNET","label":"Plasma Testnet","kebab":"plasma-testnet","chain":50,"mainnet":false}, - {"id":"MATIC_MAINNET","label":"Polygon Mainnet","kebab":"polygon-mainnet","chain":51,"mainnet":true}, - {"id":"MATIC_AMOY","label":"Polygon Amoy","kebab":"polygon-amoy","chain":51,"mainnet":false}, - {"id":"POLYGONZKEVM_MAINNET","label":"Polygon zkEVM Mainnet","kebab":"polygonzkevm-mainnet","chain":52,"mainnet":true}, - {"id":"POLYGONZKEVM_CARDONA","label":"Polygon zkEVM Cardona","kebab":"polygonzkevm-cardona","chain":52,"mainnet":false}, - {"id":"RISE_MAINNET","label":"Rise Mainnet","kebab":"rise-mainnet","chain":53,"mainnet":true}, - {"id":"RISE_TESTNET","label":"Rise Testnet","kebab":"rise-testnet","chain":53,"mainnet":false}, - {"id":"ROBINHOOD_MAINNET","label":"Robinhood Chain Mainnet","kebab":"robinhood-mainnet","chain":54,"mainnet":true}, - {"id":"ROBINHOOD_TESTNET","label":"Robinhood Chain Testnet","kebab":"robinhood-testnet","chain":54,"mainnet":false}, - {"id":"RONIN_MAINNET","label":"Ronin Mainnet","kebab":"ronin-mainnet","chain":55,"mainnet":true}, - {"id":"RONIN_SAIGON","label":"Ronin Saigon","kebab":"ronin-saigon","chain":55,"mainnet":false}, - {"id":"ROOTSTOCK_MAINNET","label":"Rootstock Mainnet","kebab":"rootstock-mainnet","chain":56,"mainnet":true}, - {"id":"ROOTSTOCK_TESTNET","label":"Rootstock Testnet","kebab":"rootstock-testnet","chain":56,"mainnet":false}, - {"id":"SCROLL_MAINNET","label":"Scroll Mainnet","kebab":"scroll-mainnet","chain":57,"mainnet":true}, - {"id":"SCROLL_SEPOLIA","label":"Scroll Sepolia","kebab":"scroll-sepolia","chain":57,"mainnet":false}, - {"id":"SEI_MAINNET","label":"Sei Mainnet","kebab":"sei-mainnet","chain":58,"mainnet":true}, - {"id":"SEI_TESTNET","label":"Sei Testnet","kebab":"sei-testnet","chain":58,"mainnet":false}, - {"id":"SETTLUS_MAINNET","label":"Settlus Mainnet","kebab":"settlus-mainnet","chain":59,"mainnet":true}, - {"id":"SETTLUS_SEPTESTNET","label":"Settlus Sepolia","kebab":"settlus-septestnet","chain":59,"mainnet":false}, - {"id":"SHAPE_MAINNET","label":"Shape Mainnet","kebab":"shape-mainnet","chain":60,"mainnet":true}, - {"id":"SHAPE_SEPOLIA","label":"Shape Sepolia","kebab":"shape-sepolia","chain":60,"mainnet":false}, - {"id":"SOLANA_MAINNET","label":"Solana Mainnet","kebab":"solana-mainnet","chain":61,"mainnet":true}, - {"id":"SOLANA_DEVNET","label":"Solana Devnet","kebab":"solana-devnet","chain":61,"mainnet":false}, - {"id":"SONEIUM_MAINNET","label":"Soneium Mainnet","kebab":"soneium-mainnet","chain":62,"mainnet":true}, - {"id":"SONEIUM_MINATO","label":"Soneium Minato","kebab":"soneium-minato","chain":62,"mainnet":false}, - {"id":"SONIC_MAINNET","label":"Sonic Mainnet","kebab":"sonic-mainnet","chain":63,"mainnet":true}, - {"id":"SONIC_TESTNET","label":"Sonic Testnet","kebab":"sonic-testnet","chain":63,"mainnet":false}, - {"id":"STABLE_MAINNET","label":"Stable Mainnet","kebab":"stable-mainnet","chain":64,"mainnet":true}, - {"id":"STABLE_TESTNET","label":"Stable Testnet","kebab":"stable-testnet","chain":64,"mainnet":false}, - {"id":"STARKNET_MAINNET","label":"Starknet Mainnet","kebab":"starknet-mainnet","chain":65,"mainnet":true}, - {"id":"STARKNET_SEPOLIA","label":"Starknet Sepolia","kebab":"starknet-sepolia","chain":65,"mainnet":false}, - {"id":"STELLAR_MAINNET","label":"Stellar Mainnet","kebab":"stellar-mainnet","chain":66,"mainnet":true}, - {"id":"STELLAR_TESTNET","label":"Stellar Testnet","kebab":"stellar-testnet","chain":66,"mainnet":false}, - {"id":"SUI_MAINNET","label":"SUI Mainnet","kebab":"sui-mainnet","chain":67,"mainnet":true}, - {"id":"SUI_TESTNET","label":"SUI Testnet","kebab":"sui-testnet","chain":67,"mainnet":false}, - {"id":"SUPERSEED_MAINNET","label":"Superseed Mainnet","kebab":"superseed-mainnet","chain":68,"mainnet":true}, - {"id":"SUPERSEED_SEPOLIA","label":"Superseed Sepolia","kebab":"superseed-sepolia","chain":68,"mainnet":false}, - {"id":"TEMPO_MAINNET","label":"Tempo Mainnet","kebab":"tempo-mainnet","chain":69,"mainnet":true}, - {"id":"TEMPO_MODERATO","label":"Tempo Moderato","kebab":"tempo-moderato","chain":69,"mainnet":false}, - {"id":"TRON_MAINNET","label":"Tron Mainnet","kebab":"tron-mainnet","chain":70,"mainnet":true}, - {"id":"TRON_TESTNET","label":"Tron Testnet","kebab":"tron-testnet","chain":70,"mainnet":false}, - {"id":"UNICHAIN_MAINNET","label":"Unichain Mainnet","kebab":"unichain-mainnet","chain":71,"mainnet":true}, - {"id":"UNICHAIN_SEPOLIA","label":"Unichain Sepolia","kebab":"unichain-sepolia","chain":71,"mainnet":false}, - {"id":"WORLDCHAIN_MAINNET","label":"World Chain Mainnet","kebab":"worldchain-mainnet","chain":72,"mainnet":true}, - {"id":"WORLDCHAIN_SEPOLIA","label":"World Chain Sepolia","kebab":"worldchain-sepolia","chain":72,"mainnet":false}, - {"id":"WORLDMOBILECHAIN_MAINNET","label":"WorldMobileChain Mainnet","kebab":"worldmobilechain-mainnet","chain":73,"mainnet":true}, - {"id":"XLAYER_MAINNET","label":"X Layer Mainnet","kebab":"xlayer-mainnet","chain":74,"mainnet":true}, - {"id":"XLAYER_TESTNET","label":"X Layer Testnet","kebab":"xlayer-testnet","chain":74,"mainnet":false}, - {"id":"XMTP_ROPSTEN","label":"XMTP Ropsten","kebab":"xmtp-ropsten","chain":75,"mainnet":false}, - {"id":"ZETACHAIN_MAINNET","label":"ZetaChain Mainnet","kebab":"zetachain-mainnet","chain":76,"mainnet":true}, - {"id":"ZETACHAIN_TESTNET","label":"ZetaChain Testnet","kebab":"zetachain-testnet","chain":76,"mainnet":false}, - {"id":"ZKSYNC_MAINNET","label":"ZKsync Mainnet","kebab":"zksync-mainnet","chain":77,"mainnet":true}, - {"id":"ZKSYNC_SEPOLIA","label":"ZKsync Sepolia","kebab":"zksync-sepolia","chain":77,"mainnet":false}, - {"id":"ZORA_MAINNET","label":"Zora Mainnet","kebab":"zora-mainnet","chain":78,"mainnet":true}, - {"id":"ZORA_SEPOLIA","label":"Zora Sepolia","kebab":"zora-sepolia","chain":78,"mainnet":false} - ], - "products": [ - {"tag":"aptos","label":"Aptos: Standard REST API Methods","networks":[8,9]}, - {"tag":"arbtrace","label":"Arbitrum Trace API","networks":[10]}, - {"tag":"astar","label":"Astar: Specific Methods","networks":[13]}, - {"tag":"bitcoin","label":"Bitcoin: Standard JSON-RPC Methods","networks":[20,21,22,23,24,25,46,78,79]}, - {"tag":"bitcoin-indexer","label":"Bitcoin: Indexer REST API Methods","networks":[20,21,22,23]}, - {"tag":"celestia","label":"Celestia Bridge: Standard RPC Methods","networks":[34,35]}, - {"tag":"citrea","label":"Citrea: Specific Methods","networks":[38,39]}, - {"tag":"debug","label":"Debug API","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"tag":"eth-beacon","label":"Ethereum Beacon: Standard HTTP API Methods","networks":[48,50,52]}, - {"tag":"evm","label":"EVM: Standard JSON-RPC Methods","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"tag":"gas-manager-bundler","label":"Gas Manager & Bundler APIs","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"tag":"hyperevm","label":"HyperEVM: Specific Methods","networks":[62,63]}, - {"tag":"linea","label":"Linea: Specific Methods","networks":[76,77]}, - {"tag":"megaeth","label":"MegaETH: Specific Methods","networks":[82,83]}, - {"tag":"nft","label":"NFT API","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,26,27,28,36,37,43,44,47,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, - {"tag":"optimism","label":"Optimism: Specific Methods","networks":[141,142]}, - {"tag":"pchain","label":"Avalanche P-Chain: Standard Methods","networks":[14,15]}, - {"tag":"polygon-pos","label":"Polygon PoS: Specific Methods","networks":[99,100]}, - {"tag":"polygon-zkevm","label":"Polygon zkEVM: Specific Methods","networks":[101,102]}, - {"tag":"portfolio","label":"Portfolio API","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,26,27,28,29,36,37,43,44,47,51,58,59,60,62,66,67,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,129,139,140,141,142,149,150,151,152]}, - {"tag":"prices","label":"Prices API","networks":[6,10,14,16,26,28,47,59,76,84,87,91,93,99,101,105,106,111,119,141,147,149]}, - {"tag":"solana","label":"Solana: Standard JSON-RPC Methods","networks":[119,120]}, - {"tag":"solana-das","label":"Solana: DAS APIs (NFT/Token)","networks":[119,120]}, - {"tag":"solana-photon","label":"Solana: Photon APIs (ZK Compression)","networks":[119,120]}, - {"tag":"starknet","label":"Starknet: Standard JSON-RPC Methods","networks":[127,128]}, - {"tag":"stellar","label":"Stellar: Standard Methods","networks":[129,130]}, - {"tag":"sui","label":"Sui: Standard Methods","networks":[131,132]}, - {"tag":"sui-grpc","label":"Sui: gRPC Methods","networks":[131,132]}, - {"tag":"token","label":"Token API","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,36,37,43,44,47,49,51,57,58,59,60,62,63,66,67,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, - {"tag":"trace","label":"Trace API","networks":[0,1,12,14,15,16,17,18,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, - {"tag":"transfers","label":"Transfers API","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,36,37,43,44,47,49,51,57,58,59,60,62,63,66,67,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, - {"tag":"tron","label":"Tron: Standard HTTP Methods","networks":[137,138]}, - {"tag":"tron-solidity","label":"Tron: Solidity HTTP Methods","networks":[137,138]}, - {"tag":"utility","label":"Utility API","networks":[10,11,16,17,47,51,87,91,92,99,100,101,102,105,149,150]}, - {"tag":"utxo","label":"UTXO REST API Methods","networks":[20,23,24,25,46,78,79]}, - {"tag":"wallet","label":"Wallet APIs","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"tag":"yellowstone-grpc","label":"Solana: Yellowstone gRPC Unary Methods","networks":[119,120]}, - {"tag":"zksync","label":"zkSync Era: Specific Methods","networks":[0,1,74,75,149,150]} - ], - "methods": [ - {"name":"/accounts","product":"stellar","networks":[129,130]}, - {"name":"/accounts/{account_id}","product":"stellar","networks":[129,130]}, - {"name":"/accounts/{account_id}/data/{key}","product":"stellar","networks":[129,130]}, - {"name":"/accounts/{account_id}/effects","product":"stellar","networks":[129,130]}, - {"name":"/accounts/{account_id}/offers","product":"stellar","networks":[129,130]}, - {"name":"/accounts/{account_id}/operations","product":"stellar","networks":[129,130]}, - {"name":"/accounts/{account_id}/payments","product":"stellar","networks":[129,130]}, - {"name":"/accounts/{account_id}/trades","product":"stellar","networks":[129,130]}, - {"name":"/accounts/{account_id}/transactions","product":"stellar","networks":[129,130]}, - {"name":"/address-prefix/{prefix}","product":"bitcoin-indexer","networks":[20,21,22,23]}, - {"name":"/address/{address}","product":"bitcoin-indexer","networks":[20,21,22,23]}, - {"name":"/address/{address}/txs","product":"bitcoin-indexer","networks":[20,21,22,23]}, - {"name":"/address/{address}/txs/chain/{last_seen_txid}","product":"bitcoin-indexer","networks":[20,21,22,23]}, - {"name":"/address/{address}/txs/mempool","product":"bitcoin-indexer","networks":[20,21,22,23]}, - {"name":"/address/{address}/utxo","product":"bitcoin-indexer","networks":[20,21,22,23]}, - {"name":"/api/v2/address/{address}","product":"utxo","networks":[20,23,24,25,46,78,79]}, - {"name":"/api/v2/balancehistory/{address}","product":"utxo","networks":[20,23,24,25,46,78,79]}, - {"name":"/api/v2/block-index/{block_height}","product":"utxo","networks":[20,23,24,25,46,78,79]}, - {"name":"/api/v2/block/{block}","product":"utxo","networks":[20,23,24,25,46,78,79]}, - {"name":"/api/v2/sendtx","product":"utxo","networks":[20,23,24,25,46,78,79]}, - {"name":"/api/v2/sendtx/{hex}","product":"utxo","networks":[20,23,24,25,46,78,79]}, - {"name":"/api/v2/tickers","product":"utxo","networks":[20,23,24,25,46,78,79]}, - {"name":"/api/v2/tickers-list","product":"utxo","networks":[20,23,24,25,46,78,79]}, - {"name":"/api/v2/tx-specific/{txid}","product":"utxo","networks":[20,23,24,25,46,78,79]}, - {"name":"/api/v2/tx/{txid}","product":"utxo","networks":[20,23,24,25,46,78,79]}, - {"name":"/api/v2/utxo/{descriptor}","product":"utxo","networks":[20,23,24,25,46,78,79]}, - {"name":"/api/v2/xpub/{xpub}","product":"utxo","networks":[20,23,24,25,46,78,79]}, - {"name":"/assets","product":"stellar","networks":[129,130]}, - {"name":"/block-height/{height}","product":"bitcoin-indexer","networks":[20,21,22,23]}, - {"name":"/block/{hash}","product":"bitcoin-indexer","networks":[20,21,22,23]}, - {"name":"/block/{hash}/header","product":"bitcoin-indexer","networks":[20,21,22,23]}, - {"name":"/block/{hash}/raw","product":"bitcoin-indexer","networks":[20,21,22,23]}, - {"name":"/block/{hash}/status","product":"bitcoin-indexer","networks":[20,21,22,23]}, - {"name":"/block/{hash}/txid/{index}","product":"bitcoin-indexer","networks":[20,21,22,23]}, - {"name":"/block/{hash}/txids","product":"bitcoin-indexer","networks":[20,21,22,23]}, - {"name":"/block/{hash}/txs/{start_index}","product":"bitcoin-indexer","networks":[20,21,22,23]}, - {"name":"/blocks/{start_height}","product":"bitcoin-indexer","networks":[20,21,22,23]}, - {"name":"/blocks/tip/hash","product":"bitcoin-indexer","networks":[20,21,22,23]}, - {"name":"/blocks/tip/height","product":"bitcoin-indexer","networks":[20,21,22,23]}, - {"name":"/claimable_balances","product":"stellar","networks":[129,130]}, - {"name":"/claimable_balances/{claimable_balance_id}","product":"stellar","networks":[129,130]}, - {"name":"/claimable_balances/{claimable_balance_id}/operations","product":"stellar","networks":[129,130]}, - {"name":"/claimable_balances/{claimable_balance_id}/transactions","product":"stellar","networks":[129,130]}, - {"name":"/effects","product":"stellar","networks":[129,130]}, - {"name":"/eth/v1/beacon/blinded_blocks/{block_id}","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/beacon/blinded_blocks/{slot}","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/beacon/blob_sidecars/{block_id}","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/beacon/blobs/{block_id}","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/beacon/blocks/{block_id}/root","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/beacon/genesis","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/beacon/headers","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/beacon/headers/{block_id}","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/beacon/pool/voluntary_exits","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/beacon/rewards/attestations/{epoch}","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/beacon/rewards/blocks/{block_id}","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/beacon/rewards/sync_committee/{block_id}","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/beacon/states/{state_id}/committees","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/beacon/states/{state_id}/finality_checkpoints","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/beacon/states/{state_id}/fork","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/beacon/states/{state_id}/pending_consolidations","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/beacon/states/{state_id}/pending_deposits","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/beacon/states/{state_id}/pending_partial_withdrawals","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/beacon/states/{state_id}/proposer_lookahead","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/beacon/states/{state_id}/randao","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/beacon/states/{state_id}/root","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/beacon/states/{state_id}/sync_committees","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/beacon/states/{state_id}/validator_balances","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/beacon/states/{state_id}/validator_identities","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/beacon/states/{state_id}/validators","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/beacon/states/{state_id}/validators/{validator_id}","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/config/deposit_contract","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/config/fork_schedule","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/config/spec","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/debug/beacon/data_column_sidecars/{block_id}","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/debug/fork_choice","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/node/identity","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/node/peer_count","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/node/peers","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/node/syncing","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/node/version","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/validator/attestation_data","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/validator/contribution_and_proofs","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/validator/duties/attester/{epoch}","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/validator/duties/proposer/{epoch}","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/validator/duties/sync/{epoch}","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v1/validator/sync_committee_contribution","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v2/beacon/blocks/{block_id}","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v2/beacon/blocks/{block_id}/attestations","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v2/beacon/pool/attestations","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v2/debug/beacon/states/{state_id}","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v2/validator/aggregate_attestation","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/eth/v3/validator/blocks/{slot}","product":"eth-beacon","networks":[48,50,52]}, - {"name":"/fee_stats","product":"stellar","networks":[129,130]}, - {"name":"/fee-estimates","product":"bitcoin-indexer","networks":[20,21,22,23]}, - {"name":"/ledgers","product":"stellar","networks":[129,130]}, - {"name":"/ledgers/{sequence}","product":"stellar","networks":[129,130]}, - {"name":"/ledgers/{sequence}/effects","product":"stellar","networks":[129,130]}, - {"name":"/ledgers/{sequence}/operations","product":"stellar","networks":[129,130]}, - {"name":"/ledgers/{sequence}/payments","product":"stellar","networks":[129,130]}, - {"name":"/ledgers/{sequence}/transactions","product":"stellar","networks":[129,130]}, - {"name":"/liquidity_pools","product":"stellar","networks":[129,130]}, - {"name":"/liquidity_pools/{liquidity_pool_id}","product":"stellar","networks":[129,130]}, - {"name":"/liquidity_pools/{liquidity_pool_id}/effects","product":"stellar","networks":[129,130]}, - {"name":"/liquidity_pools/{liquidity_pool_id}/operations","product":"stellar","networks":[129,130]}, - {"name":"/liquidity_pools/{liquidity_pool_id}/trades","product":"stellar","networks":[129,130]}, - {"name":"/liquidity_pools/{liquidity_pool_id}/transactions","product":"stellar","networks":[129,130]}, - {"name":"/mempool","product":"bitcoin-indexer","networks":[20,21,22,23]}, - {"name":"/mempool/recent","product":"bitcoin-indexer","networks":[20,21,22,23]}, - {"name":"/mempool/txids","product":"bitcoin-indexer","networks":[20,21,22,23]}, - {"name":"/offers","product":"stellar","networks":[129,130]}, - {"name":"/offers/{offer_id}","product":"stellar","networks":[129,130]}, - {"name":"/offers/{offer_id}/trades","product":"stellar","networks":[129,130]}, - {"name":"/operations","product":"stellar","networks":[129,130]}, - {"name":"/operations/{operation_id}","product":"stellar","networks":[129,130]}, - {"name":"/operations/{operation_id}/effects","product":"stellar","networks":[129,130]}, - {"name":"/order_book","product":"stellar","networks":[129,130]}, - {"name":"/paths","product":"stellar","networks":[129,130]}, - {"name":"/paths/strict-receive","product":"stellar","networks":[129,130]}, - {"name":"/paths/strict-send","product":"stellar","networks":[129,130]}, - {"name":"/payments","product":"stellar","networks":[129,130]}, - {"name":"/scripthash/{hash}","product":"bitcoin-indexer","networks":[20,21,22,23]}, - {"name":"/scripthash/{hash}/txs","product":"bitcoin-indexer","networks":[20,21,22,23]}, - {"name":"/scripthash/{hash}/txs/chain/{last_seen_txid}","product":"bitcoin-indexer","networks":[20,21,22,23]}, - {"name":"/scripthash/{hash}/txs/mempool","product":"bitcoin-indexer","networks":[20,21,22,23]}, - {"name":"/scripthash/{hash}/utxo","product":"bitcoin-indexer","networks":[20,21,22,23]}, - {"name":"/trade_aggregations","product":"stellar","networks":[129,130]}, - {"name":"/trades","product":"stellar","networks":[129,130]}, - {"name":"/transactions","product":"stellar","networks":[129,130]}, - {"name":"/transactions_async","product":"stellar","networks":[129,130]}, - {"name":"/transactions/{transaction_id}","product":"stellar","networks":[129,130]}, - {"name":"/transactions/{transaction_id}/effects","product":"stellar","networks":[129,130]}, - {"name":"/transactions/{transaction_id}/operations","product":"stellar","networks":[129,130]}, - {"name":"/transactions/{transaction_id}/payments","product":"stellar","networks":[129,130]}, - {"name":"/tx/{txid}","product":"bitcoin-indexer","networks":[20,21,22,23]}, - {"name":"/tx/{txid}/hex","product":"bitcoin-indexer","networks":[20,21,22,23]}, - {"name":"/tx/{txid}/merkle-proof","product":"bitcoin-indexer","networks":[20,21,22,23]}, - {"name":"/tx/{txid}/merkleblock-proof","product":"bitcoin-indexer","networks":[20,21,22,23]}, - {"name":"/tx/{txid}/outspend/{vout}","product":"bitcoin-indexer","networks":[20,21,22,23]}, - {"name":"/tx/{txid}/outspends","product":"bitcoin-indexer","networks":[20,21,22,23]}, - {"name":"/tx/{txid}/raw","product":"bitcoin-indexer","networks":[20,21,22,23]}, - {"name":"/tx/{txid}/status","product":"bitcoin-indexer","networks":[20,21,22,23]}, - {"name":"/txs/package","product":"bitcoin-indexer","networks":[20,21,22,23]}, - {"name":"/v1","product":"aptos","networks":[8,9]}, - {"name":"/v1/","product":"aptos","networks":[8,9]}, - {"name":"/v1/-/healthy","product":"aptos","networks":[8,9]}, - {"name":"/v1/accounts/{address}","product":"aptos","networks":[8,9]}, - {"name":"/v1/accounts/{address}/balance/{asset_type}","product":"aptos","networks":[8,9]}, - {"name":"/v1/accounts/{address}/events/{creation_number}","product":"aptos","networks":[8,9]}, - {"name":"/v1/accounts/{address}/events/{event_handle}/{field_name}","product":"aptos","networks":[8,9]}, - {"name":"/v1/accounts/{address}/module/{module_name}","product":"aptos","networks":[8,9]}, - {"name":"/v1/accounts/{address}/modules","product":"aptos","networks":[8,9]}, - {"name":"/v1/accounts/{address}/resource/{resource_type}","product":"aptos","networks":[8,9]}, - {"name":"/v1/accounts/{address}/resources","product":"aptos","networks":[8,9]}, - {"name":"/v1/accounts/{address}/transaction_summaries","product":"aptos","networks":[8,9]}, - {"name":"/v1/accounts/{address}/transactions","product":"aptos","networks":[8,9]}, - {"name":"/v1/blocks/by_height/{block_height}","product":"aptos","networks":[8,9]}, - {"name":"/v1/blocks/by_version/{version}","product":"aptos","networks":[8,9]}, - {"name":"/v1/estimate_gas_price","product":"aptos","networks":[8,9]}, - {"name":"/v1/spec","product":"aptos","networks":[8,9]}, - {"name":"/v1/tables/{table_handle}/item","product":"aptos","networks":[8,9]}, - {"name":"/v1/tables/{table_handle}/raw_item","product":"aptos","networks":[8,9]}, - {"name":"/v1/transactions","product":"aptos","networks":[8,9]}, - {"name":"/v1/transactions/auxiliary_info","product":"aptos","networks":[8,9]}, - {"name":"/v1/transactions/batch","product":"aptos","networks":[8,9]}, - {"name":"/v1/transactions/by_hash/{txn_hash}","product":"aptos","networks":[8,9]}, - {"name":"/v1/transactions/by_version/{txn_version}","product":"aptos","networks":[8,9]}, - {"name":"/v1/transactions/encode_submission","product":"aptos","networks":[8,9]}, - {"name":"/v1/transactions/simulate","product":"aptos","networks":[8,9]}, - {"name":"/v1/transactions/wait_by_hash/{txn_hash}","product":"aptos","networks":[8,9]}, - {"name":"/v1/view","product":"aptos","networks":[8,9]}, - {"name":"/wallet/accountpermissionupdate","product":"tron","networks":[137,138]}, - {"name":"/wallet/broadcasthex","product":"tron","networks":[137,138]}, - {"name":"/wallet/broadcasttransaction","product":"tron","networks":[137,138]}, - {"name":"/wallet/clearabi","product":"tron","networks":[137,138]}, - {"name":"/wallet/createaccount","product":"tron","networks":[137,138]}, - {"name":"/wallet/createassetissue","product":"tron","networks":[137,138]}, - {"name":"/wallet/createshieldedcontractparameters","product":"tron","networks":[137,138]}, - {"name":"/wallet/createspendauthsig","product":"tron","networks":[137,138]}, - {"name":"/wallet/createtransaction","product":"tron","networks":[137,138]}, - {"name":"/wallet/delegateresource","product":"tron","networks":[137,138]}, - {"name":"/wallet/deploycontract","product":"tron","networks":[137,138]}, - {"name":"/wallet/estimateenergy","product":"tron","networks":[137,138]}, - {"name":"/wallet/exchangecreate","product":"tron","networks":[137,138]}, - {"name":"/wallet/exchangeinject","product":"tron","networks":[137,138]}, - {"name":"/wallet/exchangetransaction","product":"tron","networks":[137,138]}, - {"name":"/wallet/exchangewithdraw","product":"tron","networks":[137,138]}, - {"name":"/wallet/freezebalance","product":"tron","networks":[137,138]}, - {"name":"/wallet/freezebalancev2","product":"tron","networks":[137,138]}, - {"name":"/wallet/getaccount","product":"tron","networks":[137,138]}, - {"name":"/wallet/getaccountbalance","product":"tron","networks":[137,138]}, - {"name":"/wallet/getaccountnet","product":"tron","networks":[137,138]}, - {"name":"/wallet/getaccountresource","product":"tron","networks":[137,138]}, - {"name":"/wallet/getakfromask","product":"tron","networks":[137,138]}, - {"name":"/wallet/getassetissuebyaccount","product":"tron","networks":[137,138]}, - {"name":"/wallet/getassetissuebyid","product":"tron","networks":[137,138]}, - {"name":"/wallet/getassetissuebyname","product":"tron","networks":[137,138]}, - {"name":"/wallet/getassetissuelist","product":"tron","networks":[137,138]}, - {"name":"/wallet/getassetissuelistbyname","product":"tron","networks":[137,138]}, - {"name":"/wallet/getavailableunfreezecount","product":"tron","networks":[137,138]}, - {"name":"/wallet/getbandwidthprices","product":"tron","networks":[137,138]}, - {"name":"/wallet/getblock","product":"tron","networks":[137,138]}, - {"name":"/wallet/getblockbalance","product":"tron","networks":[137,138]}, - {"name":"/wallet/getblockbyid","product":"tron","networks":[137,138]}, - {"name":"/wallet/getblockbylatestnum","product":"tron","networks":[137,138]}, - {"name":"/wallet/getblockbylimitnext","product":"tron","networks":[137,138]}, - {"name":"/wallet/getblockbynum","product":"tron","networks":[137,138]}, - {"name":"/wallet/getburntrx","product":"tron","networks":[137,138]}, - {"name":"/wallet/getcandelegatedmaxsize","product":"tron","networks":[137,138]}, - {"name":"/wallet/getcanwithdrawunfreezeamount","product":"tron","networks":[137,138]}, - {"name":"/wallet/getchainparameters","product":"tron","networks":[137,138]}, - {"name":"/wallet/getcontract","product":"tron","networks":[137,138]}, - {"name":"/wallet/getcontractinfo","product":"tron","networks":[137,138]}, - {"name":"/wallet/getdelegatedresource","product":"tron","networks":[137,138]}, - {"name":"/wallet/getdelegatedresourceaccountindex","product":"tron","networks":[137,138]}, - {"name":"/wallet/getdelegatedresourceaccountindexv2","product":"tron","networks":[137,138]}, - {"name":"/wallet/getdelegatedresourcev2","product":"tron","networks":[137,138]}, - {"name":"/wallet/getdiversifier","product":"tron","networks":[137,138]}, - {"name":"/wallet/getenergyprices","product":"tron","networks":[137,138]}, - {"name":"/wallet/getexchangebyid","product":"tron","networks":[137,138]}, - {"name":"/wallet/getexpandedspendingkey","product":"tron","networks":[137,138]}, - {"name":"/wallet/getincomingviewingkey","product":"tron","networks":[137,138]}, - {"name":"/wallet/getnewshieldedaddress","product":"tron","networks":[137,138]}, - {"name":"/wallet/getnkfromnsk","product":"tron","networks":[137,138]}, - {"name":"/wallet/getnodeinfo","product":"tron","networks":[137,138]}, - {"name":"/wallet/getnowblock","product":"tron","networks":[137,138]}, - {"name":"/wallet/getpaginatedassetissuelist","product":"tron","networks":[137,138]}, - {"name":"/wallet/getpendingsize","product":"tron","networks":[137,138]}, - {"name":"/wallet/getproposalbyid","product":"tron","networks":[137,138]}, - {"name":"/wallet/getsignweight","product":"tron","networks":[137,138]}, - {"name":"/wallet/getspendingkey","product":"tron","networks":[137,138]}, - {"name":"/wallet/gettransactionbyid","product":"tron","networks":[137,138]}, - {"name":"/wallet/gettransactionfrompending","product":"tron","networks":[137,138]}, - {"name":"/wallet/gettransactioninfobyblocknum","product":"tron","networks":[137,138]}, - {"name":"/wallet/gettransactioninfobyid","product":"tron","networks":[137,138]}, - {"name":"/wallet/gettransactionlistfrompending","product":"tron","networks":[137,138]}, - {"name":"/wallet/gettriggerinputforshieldedtrc20contract","product":"tron","networks":[137,138]}, - {"name":"/wallet/getzenpaymentaddress","product":"tron","networks":[137,138]}, - {"name":"/wallet/isshieldedtrc20contractnotespent","product":"tron","networks":[137,138]}, - {"name":"/wallet/listexchanges","product":"tron","networks":[137,138]}, - {"name":"/wallet/listproposals","product":"tron","networks":[137,138]}, - {"name":"/wallet/participateassetissue","product":"tron","networks":[137,138]}, - {"name":"/wallet/proposalapprove","product":"tron","networks":[137,138]}, - {"name":"/wallet/proposaldelete","product":"tron","networks":[137,138]}, - {"name":"/wallet/scanshieldedtrc20notesbyivk","product":"tron","networks":[137,138]}, - {"name":"/wallet/scanshieldedtrc20notesbyovk","product":"tron","networks":[137,138]}, - {"name":"/wallet/transferasset","product":"tron","networks":[137,138]}, - {"name":"/wallet/triggerconstantcontract","product":"tron","networks":[137,138]}, - {"name":"/wallet/triggersmartcontract","product":"tron","networks":[137,138]}, - {"name":"/wallet/undelegateresource","product":"tron","networks":[137,138]}, - {"name":"/wallet/unfreezeasset","product":"tron","networks":[137,138]}, - {"name":"/wallet/unfreezebalance","product":"tron","networks":[137,138]}, - {"name":"/wallet/unfreezebalancev2","product":"tron","networks":[137,138]}, - {"name":"/wallet/updateaccount","product":"tron","networks":[137,138]}, - {"name":"/wallet/updateasset","product":"tron","networks":[137,138]}, - {"name":"/wallet/updateenergylimit","product":"tron","networks":[137,138]}, - {"name":"/wallet/updatesetting","product":"tron","networks":[137,138]}, - {"name":"/wallet/validateaddress","product":"tron","networks":[137,138]}, - {"name":"/wallet/votewitnessaccount","product":"tron","networks":[137,138]}, - {"name":"/wallet/withdrawexpireunfreeze","product":"tron","networks":[137,138]}, - {"name":"/walletsolidity/estimateenergy","product":"tron-solidity","networks":[137,138]}, - {"name":"/walletsolidity/getaccount","product":"tron-solidity","networks":[137,138]}, - {"name":"/walletsolidity/getassetissuebyid","product":"tron-solidity","networks":[137,138]}, - {"name":"/walletsolidity/getassetissuebyname","product":"tron-solidity","networks":[137,138]}, - {"name":"/walletsolidity/getassetissuelist","product":"tron-solidity","networks":[137,138]}, - {"name":"/walletsolidity/getassetissuelistbyname","product":"tron-solidity","networks":[137,138]}, - {"name":"/walletsolidity/getavailableunfreezecount","product":"tron-solidity","networks":[137,138]}, - {"name":"/walletsolidity/getblock","product":"tron-solidity","networks":[137,138]}, - {"name":"/walletsolidity/getblockbyid","product":"tron-solidity","networks":[137,138]}, - {"name":"/walletsolidity/getblockbylatestnum","product":"tron-solidity","networks":[137,138]}, - {"name":"/walletsolidity/getblockbylimitnext","product":"tron-solidity","networks":[137,138]}, - {"name":"/walletsolidity/getblockbynum","product":"tron-solidity","networks":[137,138]}, - {"name":"/walletsolidity/getburntrx","product":"tron-solidity","networks":[137,138]}, - {"name":"/walletsolidity/getcandelegatedmaxsize","product":"tron-solidity","networks":[137,138]}, - {"name":"/walletsolidity/getcanwithdrawunfreezeamount","product":"tron-solidity","networks":[137,138]}, - {"name":"/walletsolidity/getdelegatedresource","product":"tron-solidity","networks":[137,138]}, - {"name":"/walletsolidity/getdelegatedresourceaccountindex","product":"tron-solidity","networks":[137,138]}, - {"name":"/walletsolidity/getdelegatedresourceaccountindexv2","product":"tron-solidity","networks":[137,138]}, - {"name":"/walletsolidity/getexchangebyid","product":"tron-solidity","networks":[137,138]}, - {"name":"/walletsolidity/getnowblock","product":"tron-solidity","networks":[137,138]}, - {"name":"/walletsolidity/getpaginatedassetissuelist","product":"tron-solidity","networks":[137,138]}, - {"name":"/walletsolidity/gettransactionbyid","product":"tron-solidity","networks":[137,138]}, - {"name":"/walletsolidity/gettransactioncountbyblocknum","product":"tron-solidity","networks":[137,138]}, - {"name":"/walletsolidity/gettransactioninfobyblocknum","product":"tron-solidity","networks":[137,138]}, - {"name":"/walletsolidity/gettransactioninfobyid","product":"tron-solidity","networks":[137,138]}, - {"name":"/walletsolidity/isshieldedtrc20contractnotespent","product":"tron-solidity","networks":[137,138]}, - {"name":"/walletsolidity/listexchanges","product":"tron-solidity","networks":[137,138]}, - {"name":"/walletsolidity/scanshieldedtrc20notesbyivk","product":"tron-solidity","networks":[137,138]}, - {"name":"/walletsolidity/scanshieldedtrc20notesbyovk","product":"tron-solidity","networks":[137,138]}, - {"name":"/walletsolidity/triggerconstantcontract","product":"tron-solidity","networks":[137,138]}, - {"name":"alchemy_getAssetTransfers","product":"transfers","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,36,37,43,44,47,49,51,57,58,59,60,62,63,66,67,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, - {"name":"alchemy_getTokenAllowance","product":"token","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,36,37,43,44,47,49,51,57,58,59,60,62,63,66,67,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, - {"name":"alchemy_getTokenBalances","product":"token","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,36,37,43,44,47,49,51,57,58,59,60,62,63,66,67,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, - {"name":"alchemy_getTokenMetadata","product":"token","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,36,37,43,44,47,49,51,57,58,59,60,62,63,66,67,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, - {"name":"alchemy_getTransactionReceipts","product":"utility","networks":[10,11,16,17,47,51,87,91,92,99,100,101,102,105,149,150]}, - {"name":"alchemy_requestFeePayer","product":"gas-manager-bundler","networks":[119,120]}, - {"name":"alchemy_requestGasAndPaymasterAndData","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"alchemy_requestPaymasterAndData","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"alchemy_requestPaymasterTokenQuote","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"alchemy_simulateUserOperationAssetChanges","product":"gas-manager-bundler","networks":[10,11,16,17,47,51,91,92,99,100]}, - {"name":"arbtrace_block","product":"arbtrace","networks":[10]}, - {"name":"arbtrace_call","product":"arbtrace","networks":[10]}, - {"name":"arbtrace_callMany","product":"arbtrace","networks":[10]}, - {"name":"arbtrace_filter","product":"arbtrace","networks":[10]}, - {"name":"arbtrace_get","product":"arbtrace","networks":[10]}, - {"name":"arbtrace_replayBlockTransactions","product":"arbtrace","networks":[10]}, - {"name":"arbtrace_replayTransaction","product":"arbtrace","networks":[10]}, - {"name":"arbtrace_transaction","product":"arbtrace","networks":[10]}, - {"name":"assets/nfts/by-address","product":"portfolio","networks":[0,1,4,6,7,10,11,14,15,16,17,18,26,27,36,43,44,47,51,75,76,77,87,90,91,92,99,100,105,106,109,110,111,112,115,116,117,118,121,122,129,139,140,141,142,149,150,151,152]}, - {"name":"assets/nfts/contracts/by-address","product":"portfolio","networks":[0,1,4,6,7,10,11,14,15,16,17,18,26,27,36,43,44,47,51,75,76,77,87,90,91,92,99,100,105,106,109,110,111,112,115,116,117,118,121,122,129,139,140,141,142,149,150,151,152]}, - {"name":"assets/tokens/balances/by-address","product":"portfolio","networks":[0,1,5,6,7,10,11,14,15,16,17,18,26,27,28,29,36,37,43,47,51,58,59,60,62,66,67,75,76,77,87,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,129,139,140,141,142,149,150,151,152]}, - {"name":"assets/tokens/by-address","product":"portfolio","networks":[0,1,5,6,7,10,11,14,15,16,17,18,26,27,28,29,36,37,43,47,51,58,59,60,62,66,67,75,76,77,87,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,129,139,140,141,142,149,150,151,152]}, - {"name":"blob.Get","product":"celestia","networks":[34,35]}, - {"name":"blob.GetAll","product":"celestia","networks":[34,35]}, - {"name":"blob.GetCommitmentProof","product":"celestia","networks":[34,35]}, - {"name":"blob.GetProof","product":"celestia","networks":[34,35]}, - {"name":"blob.Included","product":"celestia","networks":[34,35]}, - {"name":"blob.Submit","product":"celestia","networks":[34,35]}, - {"name":"blobstream.GetDataRootTupleInclusionProof","product":"celestia","networks":[34,35]}, - {"name":"bor_getAuthor","product":"polygon-pos","networks":[99,100]}, - {"name":"bor_getCurrentProposer","product":"polygon-pos","networks":[99,100]}, - {"name":"bor_getCurrentValidators","product":"polygon-pos","networks":[99,100]}, - {"name":"bor_getRootHash","product":"polygon-pos","networks":[99,100]}, - {"name":"bor_getSignersAtHash","product":"polygon-pos","networks":[99,100]}, - {"name":"chain_getFinalizedHead","product":"astar","networks":[13]}, - {"name":"chain_getHeader","product":"astar","networks":[13]}, - {"name":"citrea_getL2StatusHeightsByL1Height","product":"citrea","networks":[38,39]}, - {"name":"citrea_getLastCommittedL2Height","product":"citrea","networks":[38,39]}, - {"name":"citrea_getLastProvenL2Height","product":"citrea","networks":[38,39]}, - {"name":"citrea_sendRawDepositTransaction","product":"citrea","networks":[38,39]}, - {"name":"citrea_syncStatus","product":"citrea","networks":[38,39]}, - {"name":"computeRarity","product":"nft","networks":[47,99]}, - {"name":"createrawtransaction","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"da.Get","product":"celestia","networks":[34,35]}, - {"name":"da.Submit","product":"celestia","networks":[34,35]}, - {"name":"debug_bundler_clearMempool","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"debug_bundler_clearState","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"debug_bundler_dumpMempool","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"debug_bundler_dumpPaymasterBalances","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"debug_bundler_dumpReputation","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"debug_bundler_getStakeStatus","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"debug_bundler_sendBundleNow","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"debug_bundler_setBundlingMode","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"debug_bundler_setReputation","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"debug_dbAncient","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"debug_dbAncients","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"debug_dbGet","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"debug_executionWitness","product":"debug","networks":[31,105,106,107,108]}, - {"name":"debug_executionWitnessByHash","product":"debug","networks":[105,106,108]}, - {"name":"debug_getBadBlocks","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"debug_getRawBlock","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"debug_getRawHeader","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"debug_getRawReceipts","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"debug_getTrieFlushInterval","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"debug_storageRangeAt","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"debug_traceBlockByHash","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"debug_traceBlockByNumber","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"debug_traceCall","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"debug_traceCallMany","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"debug_traceTransaction","product":"debug","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"decoderawtransaction","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"decodescript","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"erigon_forks","product":"evm","networks":[47,51]}, - {"name":"erigon_getHeaderByHash","product":"evm","networks":[47,51]}, - {"name":"erigon_getHeaderByNumber","product":"evm","networks":[31,47,51,107,108]}, - {"name":"erigon_getLogsByHash","product":"evm","networks":[47,51]}, - {"name":"erigon_issuance","product":"evm","networks":[47,51]}, - {"name":"estimatesmartfee","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"eth_accounts","product":"evm","networks":[0,1,2,3,4,6,10,11,12,13,14,15,16,17,18,19,26,27,28,29,31,36,37,40,45,47,49,51,57,58,59,60,61,62,63,66,67,68,69,70,71,74,76,80,81,84,88,89,90,91,92,93,94,95,96,97,98,99,100,101,105,106,107,108,109,111,113,114,117,118,121,123,124,125,126,133,135,136,137,138,139,141,142,144,145,147,148,149,150,151]}, - {"name":"eth_baseFee","product":"evm","networks":[14,15,31,107]}, - {"name":"eth_bigBlockGasPrice","product":"hyperevm","networks":[62,63]}, - {"name":"eth_blobBaseFee","product":"evm","networks":[4,5,7,12,16,17,19,28,29,30,31,32,33,36,37,40,43,44,47,51,57,58,60,61,63,66,67,70,71,77,80,81,85,86,87,90,97,98,104,105,106,107,108,115,116,117,118,121,122,123,124,126,133,134,135,136,139,140,141,142,143,144,145,151,152]}, - {"name":"eth_blockNumber","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_call","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_callBundle","product":"evm","networks":[12,16,17,31,47,49,51,107,108,135,136,141]}, - {"name":"eth_callMany","product":"evm","networks":[12,14,16,17,18,19,28,29,31,36,47,49,51,62,66,80,82,87,91,92,99,100,107,108,123,135,136,139,140,141,142]}, - {"name":"eth_chainId","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_createAccessList","product":"evm","networks":[10,11,12,14,15,16,17,18,19,26,27,28,29,31,32,33,36,37,39,47,51,57,59,60,62,63,66,67,70,71,76,77,80,81,84,87,88,90,91,92,93,94,95,96,97,98,99,100,104,105,106,107,108,111,112,113,114,117,118,121,123,124,125,126,135,136,139,140,144,145]}, - {"name":"eth_estimateDiffSize","product":"citrea","networks":[38,39]}, - {"name":"eth_estimateGas","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_estimateUserOperationGas","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"eth_feeHistory","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,103,104,105,106,107,108,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_fillTransaction","product":"evm","networks":[1,6,7,10,11,14,15,16,17,18,26,27,28,29,31,36,37,38,43,44,45,47,51,53,57,58,61,64,65,66,67,70,71,74,76,77,80,81,87,88,89,91,92,93,99,100,104,105,106,107,108,111,112,113,114,117,118,121,122,123,125,126,135,136,139,140,144,145,146,147,148,151,152]}, - {"name":"eth_gasPrice","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_getAccount","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_getAccountInfo","product":"evm","networks":[0,7,12,16,17,18,19,27,28,29,31,32,37,44,47,49,51,53,57,58,59,62,66,67,72,74,82,83,85,88,89,91,92,97,98,103,104,107,108,114,117,118,121,135,136,139,140,141,142,151]}, - {"name":"eth_getAssetBalance","product":"evm","networks":[14,15]}, - {"name":"eth_getBalance","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_getBlobSidecars","product":"evm","networks":[28,29,70,71]}, - {"name":"eth_getBlockByHash","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_getBlockByNumber","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_getBlockReceipts","product":"evm","networks":[0,1,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,43,44,45,47,49,51,53,54,57,58,59,60,61,62,63,64,65,66,67,70,71,72,74,75,76,77,80,81,82,83,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,148,149,150,151,152]}, - {"name":"eth_getBlockReceiptsWithSystemTx","product":"hyperevm","networks":[62,63]}, - {"name":"eth_getBlockTransactionCountByHash","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_getBlockTransactionCountByNumber","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_getChainConfig","product":"evm","networks":[14,15]}, - {"name":"eth_getCode","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_getCompilers","product":"polygon-zkevm","networks":[101,102]}, - {"name":"eth_getFilterChanges","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_getFilterLogs","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_getFinalizedHeader","product":"evm","networks":[28,29]}, - {"name":"eth_getLogs","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_getProof","product":"evm","networks":[4,5,6,7,10,11,12,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,42,43,44,45,47,51,57,58,59,60,61,64,65,66,67,70,71,76,77,80,81,84,85,86,90,91,92,93,94,95,96,97,98,99,100,104,105,106,107,108,111,112,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,147,148,151,152]}, - {"name":"eth_getRawTransactionByHash","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_getRootHash","product":"evm","networks":[99,100]}, - {"name":"eth_getStorageAt","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_getSystemTxsByBlockHash","product":"hyperevm","networks":[62,63]}, - {"name":"eth_getSystemTxsByBlockNumber","product":"hyperevm","networks":[62,63]}, - {"name":"eth_getTdByNumber","product":"evm","networks":[99,100]}, - {"name":"eth_getTransactionByBlockHashAndIndex","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_getTransactionByBlockNumberAndIndex","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_getTransactionByHash","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_getTransactionCount","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_getTransactionReceipt","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_getTransactionReceiptsByBlock","product":"evm","networks":[99,100]}, - {"name":"eth_getUncleByBlockHashAndIndex","product":"evm","networks":[10,11,12,14,15,16,17,26,27,28,29,30,31,37,39,47,51,57,59,63,64,65,67,68,69,70,71,73,76,77,80,81,84,87,90,91,92,93,94,95,96,97,98,99,100,101,102,105,106,107,108,109,111,112,117,118,124,125,126,135,136,139,141,142,144,145,147,148]}, - {"name":"eth_getUncleByBlockNumberAndIndex","product":"evm","networks":[10,11,12,14,15,16,17,19,26,27,28,29,30,31,37,47,51,57,63,64,65,67,68,69,70,71,73,76,77,80,81,84,87,90,91,92,93,94,95,96,97,98,99,100,101,102,105,106,107,108,111,112,117,118,124,125,126,135,136,139,141,142,144,145,147,148]}, - {"name":"eth_getUncleCountByBlockHash","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,14,15,16,17,18,19,26,27,28,29,30,31,32,36,37,40,41,42,43,45,47,51,53,54,57,58,59,60,61,63,64,65,66,67,68,69,70,71,73,74,75,76,77,80,81,84,86,87,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,105,106,107,108,111,112,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_getUncleCountByBlockNumber","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,14,15,16,17,18,19,26,27,28,29,30,31,32,36,37,40,41,42,43,45,47,51,53,54,57,58,59,60,61,63,64,65,66,67,68,69,70,71,73,74,75,76,77,80,81,84,86,87,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,105,106,107,108,111,112,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_getUserOperationByHash","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"eth_getUserOperationReceipt","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"eth_getWithdrawalProof","product":"megaeth","networks":[82,83]}, - {"name":"eth_maxPriorityFeePerGas","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,103,104,105,106,107,108,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,139,140,141,142,143,144,145,146,147,148,151,152]}, - {"name":"eth_newBlockFilter","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_newFilter","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_newPendingTransactionFilter","product":"evm","networks":[0,2,3,10,11,12,14,16,17,18,26,27,28,29,30,31,37,47,51,57,58,59,63,64,65,70,71,74,76,80,81,87,90,94,97,98,99,100,101,102,105,106,107,108,111,117,118,124,125,126,135,136,139,141,142,144,145,147,148]}, - {"name":"eth_protocolVersion","product":"evm","networks":[0,1,12,19,26,28,29,31,32,33,42,47,51,53,59,60,64,65,67,68,69,74,75,76,77,80,84,87,89,91,92,95,96,101,102,104,107,108,109,110,111,117,118,125,126,135,136,137,138,139,140,141,142,147,148,151]}, - {"name":"eth_sendRawTransaction","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_sendRawTransactionSync","product":"evm","networks":[6,10,11,12,14,15,16,17,26,27,28,29,31,36,59,87,88,91,92,99,100,104,105,106,107,108,121,122,123,135,136,139,140,141,142,149,150,151,152]}, - {"name":"eth_sendUserOperation","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"eth_simulateV1","product":"evm","networks":[10,11,12,16,17,18,19,28,29,30,31,36,37,45,47,49,51,57,59,60,62,63,66,67,72,76,80,82,83,85,86,90,91,92,97,98,99,100,105,106,107,108,117,121,122,126,135,136,139,140,141,142,144,145,151]}, - {"name":"eth_submitWork","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_subscribe","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_supportedEntryPoints","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"eth_syncing","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,42,43,44,45,47,51,53,54,57,58,59,60,61,62,63,64,65,66,67,70,72,74,75,76,77,80,81,84,85,86,87,88,89,91,92,93,94,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,137,138,139,140,141,142,143,146,147,148,149,150,151,152]}, - {"name":"eth_uninstallFilter","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_unsubscribe","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"eth_usingBigBlocks","product":"hyperevm","networks":[62,63]}, - {"name":"fraud.Get","product":"celestia","networks":[34,35]}, - {"name":"getAccountInfo","product":"solana","networks":[119,120]}, - {"name":"getAsset","product":"solana-das","networks":[119,120]}, - {"name":"getAssetProof","product":"solana-das","networks":[119,120]}, - {"name":"getAssetProofs","product":"solana-das","networks":[119,120]}, - {"name":"getAssets","product":"solana-das","networks":[119,120]}, - {"name":"getAssetsByAuthority","product":"solana-das","networks":[119,120]}, - {"name":"getAssetsByCreator","product":"solana-das","networks":[119,120]}, - {"name":"getAssetsByGroup","product":"solana-das","networks":[119,120]}, - {"name":"getAssetsByOwner","product":"solana-das","networks":[119,120]}, - {"name":"getAssetSignatures","product":"solana-das","networks":[119,120]}, - {"name":"getBalance","product":"solana","networks":[119,120]}, - {"name":"getbestblockhash","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"getblock","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"getBlock","product":"solana","networks":[119,120]}, - {"name":"getblockchaininfo","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"getBlockCommitment","product":"solana","networks":[119,120]}, - {"name":"getblockcount","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"getblockfilter","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"getblockhash","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"getblockheader","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"getBlockHeight","product":"solana","networks":[119,120]}, - {"name":"getBlockProduction","product":"solana","networks":[119,120]}, - {"name":"getBlocks","product":"solana","networks":[119,120]}, - {"name":"getblockstats","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"getBlocksWithLimit","product":"solana","networks":[119,120]}, - {"name":"getblocktemplate","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"getBlockTime","product":"solana","networks":[119,120]}, - {"name":"getchaintips","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"getchaintxstats","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"getClusterNodes","product":"solana","networks":[119,120]}, - {"name":"getCollectionMetadata","product":"nft","networks":[47]}, - {"name":"getCollectionsForOwner","product":"nft","networks":[47]}, - {"name":"getCompressedAccount","product":"solana-photon","networks":[119,120]}, - {"name":"getCompressedAccountProof","product":"solana-photon","networks":[119,120]}, - {"name":"getCompressedAccountsByOwner","product":"solana-photon","networks":[119,120]}, - {"name":"getCompressedBalance","product":"solana-photon","networks":[119,120]}, - {"name":"getCompressedBalanceByOwner","product":"solana-photon","networks":[119,120]}, - {"name":"getCompressedMintTokenHolders","product":"solana-photon","networks":[119,120]}, - {"name":"getCompressedTokenAccountBalance","product":"solana-photon","networks":[119,120]}, - {"name":"getCompressedTokenAccountsByDelegate","product":"solana-photon","networks":[119,120]}, - {"name":"getCompressedTokenAccountsByOwner","product":"solana-photon","networks":[119,120]}, - {"name":"getCompressedTokenBalancesByOwner","product":"solana-photon","networks":[119,120]}, - {"name":"getCompressedTokenBalancesByOwnerV2","product":"solana-photon","networks":[119,120]}, - {"name":"getCompressionSignaturesForAccount","product":"solana-photon","networks":[119,120]}, - {"name":"getCompressionSignaturesForAddress","product":"solana-photon","networks":[119,120]}, - {"name":"getCompressionSignaturesForOwner","product":"solana-photon","networks":[119,120]}, - {"name":"getCompressionSignaturesForTokenOwner","product":"solana-photon","networks":[119,120]}, - {"name":"getconnectioncount","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"getContractMetadata","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,26,27,28,36,37,43,44,47,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, - {"name":"getContractMetadataBatch","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,26,27,28,36,37,43,44,47,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, - {"name":"getContractsForOwner","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,26,27,28,36,37,43,44,47,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, - {"name":"getdifficulty","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"getEpochInfo","product":"solana","networks":[119,120]}, - {"name":"getEpochSchedule","product":"solana","networks":[119,120]}, - {"name":"getEvents","product":"stellar","networks":[129,130]}, - {"name":"getFeeForMessage","product":"solana","networks":[119,120]}, - {"name":"getFeeStats","product":"stellar","networks":[129,130]}, - {"name":"getFirstAvailableBlock","product":"solana","networks":[119,120]}, - {"name":"getFloorPrice","product":"nft","networks":[10,16,47]}, - {"name":"getGenesisHash","product":"solana","networks":[119,120]}, - {"name":"getHealth","product":"solana","networks":[119,120]}, - {"name":"getHealth","product":"stellar","networks":[129,130]}, - {"name":"getHighestSnapshotSlot","product":"solana","networks":[119,120]}, - {"name":"getIdentity","product":"solana","networks":[119,120]}, - {"name":"getIndexerHealth","product":"solana-photon","networks":[119,120]}, - {"name":"getIndexerSlot","product":"solana-photon","networks":[119,120]}, - {"name":"getindexinfo","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"getInflationGovernor","product":"solana","networks":[119,120]}, - {"name":"getInflationRate","product":"solana","networks":[119,120]}, - {"name":"getInflationReward","product":"solana","networks":[119,120]}, - {"name":"getLargestAccounts","product":"solana","networks":[119,120]}, - {"name":"getLatestBlockhash","product":"solana","networks":[119,120]}, - {"name":"getLatestCompressionSignatures","product":"solana-photon","networks":[119,120]}, - {"name":"getLatestLedger","product":"stellar","networks":[129,130]}, - {"name":"getLatestNonVotingSignatures","product":"solana-photon","networks":[119,120]}, - {"name":"getLeaderSchedule","product":"solana","networks":[119,120]}, - {"name":"getLedgerEntries","product":"stellar","networks":[129,130]}, - {"name":"getLedgers","product":"stellar","networks":[129,130]}, - {"name":"getMaxRetransmitSlot","product":"solana","networks":[119,120]}, - {"name":"getMaxShredInsertSlot","product":"solana","networks":[119,120]}, - {"name":"getmemoryinfo","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"getmempoolancestors","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"getmempooldescendants","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"getmempoolinfo","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"getMinimumBalanceForRentExemption","product":"solana","networks":[119,120]}, - {"name":"getMultipleAccounts","product":"solana","networks":[119,120]}, - {"name":"getMultipleCompressedAccountProofs","product":"solana-photon","networks":[119,120]}, - {"name":"getMultipleCompressedAccounts","product":"solana-photon","networks":[119,120]}, - {"name":"getMultipleNewAddressProofs","product":"solana-photon","networks":[119,120]}, - {"name":"getMultipleNewAddressProofsV2","product":"solana-photon","networks":[119,120]}, - {"name":"getNetwork","product":"stellar","networks":[129,130]}, - {"name":"getnetworkhashps","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"getnetworkinfo","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"getNftEditions","product":"solana-das","networks":[119,120]}, - {"name":"getNFTMetadata","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,26,27,28,36,37,43,44,47,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, - {"name":"getNFTMetadataBatch","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,26,27,28,36,37,43,44,47,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, - {"name":"getNFTSales","product":"nft","networks":[47,91,99]}, - {"name":"getNFTsForContract","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,26,27,28,36,37,43,44,47,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, - {"name":"getNFTsForOwner","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,26,27,28,36,37,43,44,47,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, - {"name":"getOwnersForContract","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,26,27,28,36,37,43,44,47,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, - {"name":"getOwnersForNFT","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,26,27,28,36,37,43,44,47,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, - {"name":"getPriorityFeeEstimate","product":"solana","networks":[119,120]}, - {"name":"getProgramAccounts","product":"solana","networks":[119,120]}, - {"name":"getrawmempool","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"getrawtransaction","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"getRecentPerformanceSamples","product":"solana","networks":[119,120]}, - {"name":"getRecentPrioritizationFees","product":"solana","networks":[119,120]}, - {"name":"getSignaturesForAddress","product":"solana","networks":[119,120]}, - {"name":"getSignatureStatuses","product":"solana","networks":[119,120]}, - {"name":"getSlot","product":"solana","networks":[119,120]}, - {"name":"getSlotLeader","product":"solana","networks":[119,120]}, - {"name":"getSlotLeaders","product":"solana","networks":[119,120]}, - {"name":"getSpamContracts","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,26,27,28,36,37,43,44,47,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, - {"name":"getStakeActivation","product":"solana","networks":[119,120]}, - {"name":"getSupply","product":"solana","networks":[119,120]}, - {"name":"getTokenAccountBalance","product":"solana","networks":[119,120]}, - {"name":"getTokenAccounts","product":"solana-das","networks":[119,120]}, - {"name":"getTokenAccountsByDelegate","product":"solana","networks":[119,120]}, - {"name":"getTokenAccountsByOwner","product":"solana","networks":[119,120]}, - {"name":"getTokenLargestAccounts","product":"solana","networks":[119,120]}, - {"name":"getTokenSupply","product":"solana","networks":[119,120]}, - {"name":"getTransaction","product":"solana","networks":[119,120]}, - {"name":"getTransaction","product":"stellar","networks":[129,130]}, - {"name":"getTransactionCount","product":"solana","networks":[119,120]}, - {"name":"getTransactions","product":"stellar","networks":[129,130]}, - {"name":"getTransactionsForAddress","product":"solana","networks":[119,120]}, - {"name":"getTransactionWithCompressionInfo","product":"solana-photon","networks":[119,120]}, - {"name":"gettxout","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"gettxoutproof","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"gettxoutsetinfo","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"getValidityProof","product":"solana-photon","networks":[119,120]}, - {"name":"getValidityProofV2","product":"solana-photon","networks":[119,120]}, - {"name":"getVersion","product":"solana","networks":[119,120]}, - {"name":"getVersionInfo","product":"stellar","networks":[129,130]}, - {"name":"getVoteAccounts","product":"solana","networks":[119,120]}, - {"name":"geyser.Geyser/GetBlockHeight","product":"yellowstone-grpc","networks":[119,120]}, - {"name":"geyser.Geyser/GetLatestBlockhash","product":"yellowstone-grpc","networks":[119,120]}, - {"name":"geyser.Geyser/GetSlot","product":"yellowstone-grpc","networks":[119,120]}, - {"name":"geyser.Geyser/GetVersion","product":"yellowstone-grpc","networks":[119,120]}, - {"name":"geyser.Geyser/IsBlockhashValid","product":"yellowstone-grpc","networks":[119,120]}, - {"name":"geyser.Geyser/Ping","product":"yellowstone-grpc","networks":[119,120]}, - {"name":"geyser.Geyser/SubscribeReplayInfo","product":"yellowstone-grpc","networks":[119,120]}, - {"name":"header.GetByHash","product":"celestia","networks":[34,35]}, - {"name":"header.GetByHeight","product":"celestia","networks":[34,35]}, - {"name":"header.GetRangeByHeight","product":"celestia","networks":[34,35]}, - {"name":"header.LocalHead","product":"celestia","networks":[34,35]}, - {"name":"header.NetworkHead","product":"celestia","networks":[34,35]}, - {"name":"header.SyncState","product":"celestia","networks":[34,35]}, - {"name":"header.SyncWait","product":"celestia","networks":[34,35]}, - {"name":"header.WaitForHeight","product":"celestia","networks":[34,35]}, - {"name":"invalidateContract","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,26,27,28,36,37,43,44,47,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, - {"name":"isAirdropNFT","product":"nft","networks":[47,99]}, - {"name":"isBlockhashValid","product":"solana","networks":[119,120]}, - {"name":"isHolderOfContract","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,26,27,28,36,37,43,44,47,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, - {"name":"isSpamContract","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,26,27,28,36,37,43,44,47,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, - {"name":"ledger_getHeadL2Block","product":"citrea","networks":[38,39]}, - {"name":"ledger_getHeadL2BlockHeight","product":"citrea","networks":[38,39]}, - {"name":"ledger_getL2BlockByHash","product":"citrea","networks":[38,39]}, - {"name":"ledger_getL2BlockByNumber","product":"citrea","networks":[38,39]}, - {"name":"ledger_getL2BlockRange","product":"citrea","networks":[38,39]}, - {"name":"ledger_getL2GenesisStateRoot","product":"citrea","networks":[38,39]}, - {"name":"ledger_getLastScannedL1Height","product":"citrea","networks":[38,39]}, - {"name":"ledger_getLastVerifiedBatchProof","product":"citrea","networks":[38,39]}, - {"name":"ledger_getSequencerCommitmentByIndex","product":"citrea","networks":[38,39]}, - {"name":"ledger_getSequencerCommitmentsOnSlotByHash","product":"citrea","networks":[38,39]}, - {"name":"ledger_getSequencerCommitmentsOnSlotByNumber","product":"citrea","networks":[38,39]}, - {"name":"ledger_getVerifiedBatchProofsBySlotHeight","product":"citrea","networks":[38,39]}, - {"name":"linea_estimateGas","product":"linea","networks":[76,77]}, - {"name":"linea_getProof","product":"linea","networks":[76,77]}, - {"name":"linea_getTransactionExclusionStatusV1","product":"linea","networks":[76,77]}, - {"name":"minimumLedgerSlot","product":"solana","networks":[119,120]}, - {"name":"net_listening","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,42,43,44,45,47,51,53,54,57,58,59,60,61,63,64,65,66,67,70,74,75,76,77,80,81,84,85,86,87,88,89,91,92,93,94,97,98,99,100,104,105,106,107,108,109,110,111,112,113,114,116,117,118,121,122,123,124,125,126,133,134,137,138,139,140,141,142,143,147,148,149,150,151,152]}, - {"name":"net_peerCount","product":"evm","networks":[0,14,18,19,26,27,28,29,30,31,36,37,43,57,58,64,65,66,67,68,69,70,71,74,76,77,80,81,94,95,96,107,108,111,117,118,123,125,126,135,136,137,138,139,140,144,145,147,148,151]}, - {"name":"net_version","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"optimism_outputAtBlock","product":"optimism","networks":[141,142]}, - {"name":"optimism_rollupConfig","product":"optimism","networks":[141,142]}, - {"name":"optimism_syncStatus","product":"optimism","networks":[141,142]}, - {"name":"optimism_version","product":"optimism","networks":[141,142]}, - {"name":"parlia_getSnapshot","product":"evm","networks":[28,29]}, - {"name":"pathfinder_getTransactionStatus","product":"starknet","networks":[127,128]}, - {"name":"pathfinder_lastL1AcceptedBlockHashAndNumber","product":"starknet","networks":[127,128]}, - {"name":"platform.getAllValidatorsAt","product":"pchain","networks":[14,15]}, - {"name":"platform.getBalance","product":"pchain","networks":[14,15]}, - {"name":"platform.getBlockchains","product":"pchain","networks":[14,15]}, - {"name":"platform.getBlockchainStatus","product":"pchain","networks":[14,15]}, - {"name":"platform.getCurrentSupply","product":"pchain","networks":[14,15]}, - {"name":"platform.getCurrentValidators","product":"pchain","networks":[14,15]}, - {"name":"platform.getFeeConfig","product":"pchain","networks":[14,15]}, - {"name":"platform.getFeeState","product":"pchain","networks":[14,15]}, - {"name":"platform.getHeight","product":"pchain","networks":[14,15]}, - {"name":"platform.getMinStake","product":"pchain","networks":[14,15]}, - {"name":"platform.getRewardUTXOs","product":"pchain","networks":[14,15]}, - {"name":"platform.getStake","product":"pchain","networks":[14,15]}, - {"name":"platform.getStakingAssetID","product":"pchain","networks":[14,15]}, - {"name":"platform.getSubnets","product":"pchain","networks":[14,15]}, - {"name":"platform.getTimestamp","product":"pchain","networks":[14,15]}, - {"name":"platform.getTotalStake","product":"pchain","networks":[14,15]}, - {"name":"platform.getTx","product":"pchain","networks":[14,15]}, - {"name":"platform.getTxStatus","product":"pchain","networks":[14,15]}, - {"name":"platform.getUTXOs","product":"pchain","networks":[14,15]}, - {"name":"platform.getValidatorFeeConfig","product":"pchain","networks":[14,15]}, - {"name":"platform.getValidatorFeeState","product":"pchain","networks":[14,15]}, - {"name":"platform.getValidatorsAt","product":"pchain","networks":[14,15]}, - {"name":"platform.issueTx","product":"pchain","networks":[14,15]}, - {"name":"platform.sampleValidators","product":"pchain","networks":[14,15]}, - {"name":"platform.validatedBy","product":"pchain","networks":[14,15]}, - {"name":"platform.validates","product":"pchain","networks":[14,15]}, - {"name":"pm_getPaymasterData","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"pm_getPaymasterStubData","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"realtime_sendRawTransaction","product":"evm","networks":[82,83]}, - {"name":"refreshNftMetadata","product":"nft","networks":[10,16,47,51,91,99,100,117]}, - {"name":"reportSpam","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,26,27,28,36,37,43,44,47,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,127,128,139,140,141,142,147,148,149,150,151,152]}, - {"name":"requestAirdrop","product":"solana","networks":[119,120]}, - {"name":"rundler_dropLocalUserOperation","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"rundler_getUserOperationGasPrice","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"rundler_getUserOperationStatus","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"rundler_maxPriorityFeePerGas","product":"gas-manager-bundler","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,55,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,104,105,106,117,118,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"searchAssets","product":"solana-das","networks":[119,120]}, - {"name":"searchContractMetadata","product":"nft","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,26,27,28,36,37,43,44,47,51,59,60,74,75,76,77,87,88,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,139,140,141,142,147,148,149,150,151,152]}, - {"name":"sendrawtransaction","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"sendStakedTransaction","product":"solana","networks":[119,120]}, - {"name":"sendTransaction","product":"solana","networks":[119,120]}, - {"name":"sendTransaction","product":"stellar","networks":[129,130]}, - {"name":"share.GetEDS","product":"celestia","networks":[34,35]}, - {"name":"share.GetNamespaceData","product":"celestia","networks":[34,35]}, - {"name":"share.GetRange","product":"celestia","networks":[34,35]}, - {"name":"share.GetRow","product":"celestia","networks":[34,35]}, - {"name":"share.GetSamples","product":"celestia","networks":[34,35]}, - {"name":"share.GetShare","product":"celestia","networks":[34,35]}, - {"name":"share.SharesAvailable","product":"celestia","networks":[34,35]}, - {"name":"simulateBundle","product":"solana","networks":[119,120]}, - {"name":"simulateTransaction","product":"solana","networks":[119,120]}, - {"name":"simulateTransaction","product":"stellar","networks":[129,130]}, - {"name":"starknet_addDeclareTransaction","product":"starknet","networks":[127,128]}, - {"name":"starknet_addDeployAccountTransaction","product":"starknet","networks":[127,128]}, - {"name":"starknet_addInvokeTransaction","product":"starknet","networks":[127,128]}, - {"name":"starknet_blockHashAndNumber","product":"starknet","networks":[127,128]}, - {"name":"starknet_blockNumber","product":"starknet","networks":[127,128]}, - {"name":"starknet_call","product":"starknet","networks":[127,128]}, - {"name":"starknet_chainId","product":"starknet","networks":[127,128]}, - {"name":"starknet_estimateFee","product":"starknet","networks":[127,128]}, - {"name":"starknet_estimateMessageFee","product":"starknet","networks":[127,128]}, - {"name":"starknet_getBlockTransactionCount","product":"starknet","networks":[127,128]}, - {"name":"starknet_getBlockWithReceipts","product":"starknet","networks":[127,128]}, - {"name":"starknet_getBlockWithTxHashes","product":"starknet","networks":[127,128]}, - {"name":"starknet_getBlockWithTxs","product":"starknet","networks":[127,128]}, - {"name":"starknet_getClass","product":"starknet","networks":[127,128]}, - {"name":"starknet_getClassAt","product":"starknet","networks":[127,128]}, - {"name":"starknet_getClassHashAt","product":"starknet","networks":[127,128]}, - {"name":"starknet_getCompiledCasm","product":"starknet","networks":[127,128]}, - {"name":"starknet_getEvents","product":"starknet","networks":[127,128]}, - {"name":"starknet_getMessagesStatus","product":"starknet","networks":[127,128]}, - {"name":"starknet_getNonce","product":"starknet","networks":[127,128]}, - {"name":"starknet_getStateUpdate","product":"starknet","networks":[127,128]}, - {"name":"starknet_getStorageAt","product":"starknet","networks":[127,128]}, - {"name":"starknet_getStorageProof","product":"starknet","networks":[127,128]}, - {"name":"starknet_getTransactionByBlockIdAndIndex","product":"starknet","networks":[127,128]}, - {"name":"starknet_getTransactionByHash","product":"starknet","networks":[127,128]}, - {"name":"starknet_getTransactionReceipt","product":"starknet","networks":[127,128]}, - {"name":"starknet_getTransactionStatus","product":"starknet","networks":[127,128]}, - {"name":"starknet_pendingTransactions","product":"starknet","networks":[127,128]}, - {"name":"starknet_simulateTransactions","product":"starknet","networks":[127,128]}, - {"name":"starknet_specVersion","product":"starknet","networks":[127,128]}, - {"name":"starknet_syncing","product":"starknet","networks":[127,128]}, - {"name":"starknet_traceBlockTransactions","product":"starknet","networks":[127,128]}, - {"name":"starknet_traceTransaction","product":"starknet","networks":[127,128]}, - {"name":"state.AccountAddress","product":"celestia","networks":[34,35]}, - {"name":"state.Balance","product":"celestia","networks":[34,35]}, - {"name":"state.BalanceForAddress","product":"celestia","networks":[34,35]}, - {"name":"state.SubmitPayForBlob","product":"celestia","networks":[34,35]}, - {"name":"state.Transfer","product":"celestia","networks":[34,35]}, - {"name":"stellar/balances","product":"portfolio","networks":[129]}, - {"name":"stellar/nfts","product":"portfolio","networks":[129]}, - {"name":"stellar/transfers","product":"portfolio","networks":[129]}, - {"name":"submitblock","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"submitheader","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"submitpackage","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"sui_devInspectTransactionBlock","product":"sui","networks":[131,132]}, - {"name":"sui_dryRunTransactionBlock","product":"sui","networks":[131,132]}, - {"name":"sui_executeTransactionBlock","product":"sui","networks":[131,132]}, - {"name":"sui_getChainIdentifier","product":"sui","networks":[131,132]}, - {"name":"sui_getCheckpoint","product":"sui","networks":[131,132]}, - {"name":"sui_getCheckpoints","product":"sui","networks":[131,132]}, - {"name":"sui_getEvents","product":"sui","networks":[131,132]}, - {"name":"sui_getLatestCheckpointSequenceNumber","product":"sui","networks":[131,132]}, - {"name":"sui_getMoveFunctionArgTypes","product":"sui","networks":[131,132]}, - {"name":"sui_getNormalizedMoveFunction","product":"sui","networks":[131,132]}, - {"name":"sui_getNormalizedMoveModule","product":"sui","networks":[131,132]}, - {"name":"sui_getNormalizedMoveModulesByPackage","product":"sui","networks":[131,132]}, - {"name":"sui_getNormalizedMoveStruct","product":"sui","networks":[131,132]}, - {"name":"sui_getObject","product":"sui","networks":[131,132]}, - {"name":"sui_getProtocolConfig","product":"sui","networks":[131,132]}, - {"name":"sui_getTotalTransactionBlocks","product":"sui","networks":[131,132]}, - {"name":"sui_getTransactionBlock","product":"sui","networks":[131,132]}, - {"name":"sui_multiGetObjects","product":"sui","networks":[131,132]}, - {"name":"sui_multiGetTransactionBlocks","product":"sui","networks":[131,132]}, - {"name":"sui_tryGetPastObject","product":"sui","networks":[131,132]}, - {"name":"sui_tryMultiGetPastObjects","product":"sui","networks":[131,132]}, - {"name":"sui.rpc.v2.LedgerService/BatchGetObjects","product":"sui-grpc","networks":[131,132]}, - {"name":"sui.rpc.v2.LedgerService/BatchGetTransactions","product":"sui-grpc","networks":[131,132]}, - {"name":"sui.rpc.v2.LedgerService/GetCheckpoint","product":"sui-grpc","networks":[131,132]}, - {"name":"sui.rpc.v2.LedgerService/GetEpoch","product":"sui-grpc","networks":[131,132]}, - {"name":"sui.rpc.v2.LedgerService/GetObject","product":"sui-grpc","networks":[131,132]}, - {"name":"sui.rpc.v2.LedgerService/GetServiceInfo","product":"sui-grpc","networks":[131,132]}, - {"name":"sui.rpc.v2.LedgerService/GetTransaction","product":"sui-grpc","networks":[131,132]}, - {"name":"sui.rpc.v2.MovePackageService/GetDatatype","product":"sui-grpc","networks":[131,132]}, - {"name":"sui.rpc.v2.MovePackageService/GetFunction","product":"sui-grpc","networks":[131,132]}, - {"name":"sui.rpc.v2.MovePackageService/GetPackage","product":"sui-grpc","networks":[131,132]}, - {"name":"sui.rpc.v2.MovePackageService/ListPackageVersions","product":"sui-grpc","networks":[131,132]}, - {"name":"sui.rpc.v2.NameService/LookupName","product":"sui-grpc","networks":[131,132]}, - {"name":"sui.rpc.v2.NameService/ReverseLookupName","product":"sui-grpc","networks":[131,132]}, - {"name":"sui.rpc.v2.SignatureVerificationService/VerifySignature","product":"sui-grpc","networks":[131,132]}, - {"name":"sui.rpc.v2.StateService/GetBalance","product":"sui-grpc","networks":[131,132]}, - {"name":"sui.rpc.v2.StateService/GetCoinInfo","product":"sui-grpc","networks":[131,132]}, - {"name":"sui.rpc.v2.StateService/ListBalances","product":"sui-grpc","networks":[131,132]}, - {"name":"sui.rpc.v2.StateService/ListDynamicFields","product":"sui-grpc","networks":[131,132]}, - {"name":"sui.rpc.v2.StateService/ListOwnedObjects","product":"sui-grpc","networks":[131,132]}, - {"name":"sui.rpc.v2.SubscriptionService/SubscribeCheckpoints","product":"sui-grpc","networks":[131,132]}, - {"name":"sui.rpc.v2.TransactionExecutionService/ExecuteTransaction","product":"sui-grpc","networks":[131,132]}, - {"name":"sui.rpc.v2.TransactionExecutionService/SimulateTransaction","product":"sui-grpc","networks":[131,132]}, - {"name":"suix_getAllBalances","product":"sui","networks":[131,132]}, - {"name":"suix_getAllCoins","product":"sui","networks":[131,132]}, - {"name":"suix_getBalance","product":"sui","networks":[131,132]}, - {"name":"suix_getCoinMetadata","product":"sui","networks":[131,132]}, - {"name":"suix_getCoins","product":"sui","networks":[131,132]}, - {"name":"suix_getCommitteeInfo","product":"sui","networks":[131,132]}, - {"name":"suix_getDynamicFieldObject","product":"sui","networks":[131,132]}, - {"name":"suix_getDynamicFields","product":"sui","networks":[131,132]}, - {"name":"suix_getLatestSuiSystemState","product":"sui","networks":[131,132]}, - {"name":"suix_getOwnedObjects","product":"sui","networks":[131,132]}, - {"name":"suix_getReferenceGasPrice","product":"sui","networks":[131,132]}, - {"name":"suix_getStakes","product":"sui","networks":[131,132]}, - {"name":"suix_getStakesByIds","product":"sui","networks":[131,132]}, - {"name":"suix_getTotalSupply","product":"sui","networks":[131,132]}, - {"name":"suix_queryEvents","product":"sui","networks":[131,132]}, - {"name":"suix_queryTransactionBlocks","product":"sui","networks":[131,132]}, - {"name":"suix_resolveNameServiceAddress","product":"sui","networks":[131,132]}, - {"name":"summarizeNFTAttributes","product":"nft","networks":[47,99]}, - {"name":"testmempoolaccept","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"tokens/balances/by-address","product":"portfolio","networks":[0,1,5,6,7,10,11,14,15,16,17,18,26,27,28,29,36,37,43,47,51,58,59,60,62,66,67,75,76,77,87,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,129,139,140,141,142,149,150,151,152]}, - {"name":"tokens/by-address","product":"prices","networks":[6,10,14,16,26,28,47,59,76,84,87,91,93,99,101,105,106,111,119,141,147,149]}, - {"name":"tokens/by-symbol","product":"prices","networks":[6,10,14,16,26,28,47,59,76,84,87,91,93,99,101,105,106,111,119,141,147,149]}, - {"name":"tokens/historical","product":"prices","networks":[6,10,14,16,26,28,47,59,76,84,87,91,93,99,101,105,106,111,119,141,147,149]}, - {"name":"trace_block","product":"trace","networks":[0,1,12,14,15,16,17,18,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, - {"name":"trace_call","product":"trace","networks":[0,1,12,14,15,16,17,18,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, - {"name":"trace_callMany","product":"trace","networks":[0,1,12,14,15,16,17,18,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, - {"name":"trace_filter","product":"trace","networks":[0,1,12,14,15,16,17,18,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, - {"name":"trace_get","product":"trace","networks":[0,1,12,14,15,16,17,18,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, - {"name":"trace_rawTransaction","product":"trace","networks":[0,1,12,14,15,16,17,18,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, - {"name":"trace_replayBlockTransactions","product":"trace","networks":[0,1,12,14,15,16,17,18,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, - {"name":"trace_replayTransaction","product":"trace","networks":[0,1,12,14,15,16,17,18,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, - {"name":"trace_transaction","product":"trace","networks":[0,1,12,14,15,16,17,18,26,27,28,29,30,32,33,36,37,38,45,47,49,51,53,59,60,66,67,76,80,82,83,84,85,87,88,89,91,92,93,97,98,99,100,103,104,107,108,109,111,112,113,114,117,118,121,123,124,133,135,136,139,140,141,142,147,151]}, - {"name":"transactions/history/by-address","product":"portfolio","networks":[0,1,4,5,6,7,10,11,14,15,16,17,18,26,27,28,29,36,37,43,44,47,51,58,59,60,62,66,67,75,76,77,87,90,91,92,99,100,105,106,107,108,109,110,111,112,115,116,117,118,121,122,129,139,140,141,142,149,150,151,152]}, - {"name":"txpool_content","product":"evm","networks":[14,15,18,19,28,29,30,31,32,36,45,53,57,58,68,69,76,87,88,94,105,106,107,108,109,111,113,114,117,118,121,122,125,126,135,136,139,141,142,144,145,147,148,151]}, - {"name":"unsafe_batchTransaction","product":"sui","networks":[131,132]}, - {"name":"unsafe_mergeCoins","product":"sui","networks":[131,132]}, - {"name":"unsafe_moveCall","product":"sui","networks":[131,132]}, - {"name":"unsafe_pay","product":"sui","networks":[131,132]}, - {"name":"unsafe_payAllSui","product":"sui","networks":[131,132]}, - {"name":"unsafe_paySui","product":"sui","networks":[131,132]}, - {"name":"unsafe_publish","product":"sui","networks":[131,132]}, - {"name":"unsafe_requestAddStake","product":"sui","networks":[131,132]}, - {"name":"unsafe_requestWithdrawStake","product":"sui","networks":[131,132]}, - {"name":"unsafe_splitCoin","product":"sui","networks":[131,132]}, - {"name":"unsafe_splitCoinEqual","product":"sui","networks":[131,132]}, - {"name":"unsafe_transferObject","product":"sui","networks":[131,132]}, - {"name":"unsafe_transferSui","product":"sui","networks":[131,132]}, - {"name":"utility/blocks/by-timestamp","product":"portfolio","networks":[10,14,16,26,28,36,47,51,88,91,99,121,141,149,151]}, - {"name":"validateaddress","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"verifymessage","product":"bitcoin","networks":[20,21,22,23,24,25,46,78,79]}, - {"name":"wallet_createAccount","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"wallet_createSession","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"wallet_formatSign","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"wallet_getAssets","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"wallet_getCallsStatus","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"wallet_getCapabilities","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"wallet_getCrossChainStatus_v0","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"wallet_listAccounts","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"wallet_prepareCalls","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"wallet_prepareSign","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"wallet_requestAccount","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"wallet_requestQuote_v0","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"wallet_sendPreparedCalls","product":"wallet","networks":[4,5,6,7,10,11,12,16,17,18,28,29,36,37,43,44,47,51,57,58,62,63,66,67,82,83,87,88,90,91,92,93,94,97,98,99,100,105,106,117,118,119,120,121,122,125,126,139,140,141,142,144,145,151,152]}, - {"name":"web3_clientVersion","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"web3_sha3","product":"evm","networks":[0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,26,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,47,49,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152]}, - {"name":"zkevm_batchNumber","product":"polygon-zkevm","networks":[101,102]}, - {"name":"zkevm_batchNumberByBlockNumber","product":"polygon-zkevm","networks":[101,102]}, - {"name":"zkevm_consolidatedBlockNumber","product":"polygon-zkevm","networks":[101,102]}, - {"name":"zkevm_estimateFee","product":"polygon-zkevm","networks":[101,102]}, - {"name":"zkevm_estimateGasPrice","product":"polygon-zkevm","networks":[101,102]}, - {"name":"zkevm_getBatchByNumber","product":"polygon-zkevm","networks":[101,102]}, - {"name":"zkevm_getBroadcastURI","product":"polygon-zkevm","networks":[101,102]}, - {"name":"zkevm_isBlockConsolidated","product":"polygon-zkevm","networks":[101,102]}, - {"name":"zkevm_isBlockVirtualized","product":"polygon-zkevm","networks":[101,102]}, - {"name":"zkevm_verifiedBatchNumber","product":"polygon-zkevm","networks":[101,102]}, - {"name":"zkevm_virtualBatchNumber","product":"polygon-zkevm","networks":[101,102]}, - {"name":"zks_estimateFee","product":"zksync","networks":[0,1,74,75,149,150]}, - {"name":"zks_estimateGasL1ToL2","product":"zksync","networks":[0,1,74,75,149,150]}, - {"name":"zks_gasPerPubdata","product":"zksync","networks":[0,1,74,75,149,150]}, - {"name":"zks_getAllAccountBalances","product":"zksync","networks":[0,1,74,75,149,150]}, - {"name":"zks_getBaseTokenL1Address","product":"zksync","networks":[0,1,74,75,149,150]}, - {"name":"zks_getBlockDetails","product":"zksync","networks":[0,1,74,75,149,150]}, - {"name":"zks_getBridgeContracts","product":"zksync","networks":[0,1,74,75,149,150]}, - {"name":"zks_getBridgehubContract","product":"zksync","networks":[0,1,74,75,149,150]}, - {"name":"zks_getBytecodeByHash","product":"zksync","networks":[0,1,74,75,149,150]}, - {"name":"zks_getConfirmedTokens","product":"zksync","networks":[0,1,74,75,149,150]}, - {"name":"zks_getFeeParams","product":"zksync","networks":[0,1,74,75,149,150]}, - {"name":"zks_getL1BatchBlockRange","product":"zksync","networks":[0,1,74,75,149,150]}, - {"name":"zks_getL1BatchDetails","product":"zksync","networks":[0,1,74,75,149,150]}, - {"name":"zks_getL1GasPrice","product":"zksync","networks":[0,1,74,75,149,150]}, - {"name":"zks_getL2ToL1LogProof","product":"zksync","networks":[0,1,74,75,149,150]}, - {"name":"zks_getL2ToL1MsgProof","product":"zksync","networks":[0,1,74,75,149,150]}, - {"name":"zks_getMainContract","product":"zksync","networks":[0,1,74,75,149,150]}, - {"name":"zks_getProof","product":"zksync","networks":[0,1,74,75,149,150]}, - {"name":"zks_getProtocolVersion","product":"zksync","networks":[0,1,74,75,149,150]}, - {"name":"zks_getRawBlockTransactions","product":"zksync","networks":[0,1,74,75,149,150]}, - {"name":"zks_getTestnetPaymaster","product":"zksync","networks":[0,1,74,75,149,150]}, - {"name":"zks_getTransactionDetails","product":"zksync","networks":[0,1,74,75,149,150]}, - {"name":"zks_L1BatchNumber","product":"zksync","networks":[0,1,74,75,149,150]}, - {"name":"zks_L1ChainId","product":"zksync","networks":[0,1,74,75,149,150]}, - {"name":"zks_sendRawTransactionWithDetailedOutput","product":"zksync","networks":[0,1,74,75,149,150]} - ] -} diff --git a/content/tutorials/build-with-ai/alchemy-cli.mdx b/content/tutorials/build-with-ai/alchemy-cli.mdx index da2346553..d461cb3a2 100644 --- a/content/tutorials/build-with-ai/alchemy-cli.mdx +++ b/content/tutorials/build-with-ai/alchemy-cli.mdx @@ -286,16 +286,6 @@ alchemy usage timeseries --start-date 2026-06-01 --group-by network --metrics us `timeseries` accepts a date or time range, optional filters, and a single group-by dimension. -Usage time-series ranges are limited by plan: - -| Plan | Maximum range | -|---|---:| -| Free | 1 day | -| Pay as You Go | 7 days | -| Longer ranges | [Contact sales](https://www.alchemy.com/contact-sales) | - -If you request a range longer than your plan supports, the Usage API returns results for the allowed range. The CLI shows the requested and returned ranges when this happens. - | Flag | Description | |---|---| | `--start-date ` | Start date (`YYYY-MM-DD`). Required unless `--start-time` is set. | diff --git a/src/openapi/tron-http/tron-http.yaml b/src/openapi/tron-http/tron-http.yaml index 69f69480a..3539e1772 100644 --- a/src/openapi/tron-http/tron-http.yaml +++ b/src/openapi/tron-http/tron-http.yaml @@ -3154,10 +3154,10 @@ paths: example: parameter: "contract_param" - /wallet/createspendauthsig: + /wallet/createspendsauthsig: post: summary: Create spend authorization signature - description: Creates a spend authorization signature for a shielded transaction from the spend authorizing key, the transaction hash, and the random scalar alpha. + description: Creates a spend authorization signature for a shielded transaction using a secret key and message data. tags: - Tron HTTP API Endpoints requestBody: @@ -3167,23 +3167,20 @@ paths: schema: type: object properties: - ask: - type: string - tx_hash: + sk: type: string - alpha: + data: type: string example: - ask: "spend_authorizing_key" - tx_hash: "transaction_hash" - alpha: "random_scalar" + sk: "secret_key" + data: "message_to_sign" responses: "200": description: Spend authorization signature created content: application/json: example: - value: "signature_bytes" + signature: "signed_data" /wallet/gettriggerinputforshieldedtrc20contract: post: diff --git a/src/openapi/utxo-bitcoincash/utxo-bitcoincash.yaml b/src/openapi/utxo-bitcoincash/utxo-bitcoincash.yaml index d27a110aa..e12c7e9a1 100644 --- a/src/openapi/utxo-bitcoincash/utxo-bitcoincash.yaml +++ b/src/openapi/utxo-bitcoincash/utxo-bitcoincash.yaml @@ -455,7 +455,7 @@ paths: "400": $ref: "#/components/responses/BadRequest" - "/{apiKey}/api/v2/tickers-list/": + "/{apiKey}/api/v2/tickers-list": get: operationId: getTickersList summary: Get Tickers List @@ -472,17 +472,11 @@ paths: - $ref: "#/components/parameters/apiKey" - in: query name: timestamp - required: true - description: Unix timestamp for the requested currency list. + required: false + description: Unix timestamp to query availability for. Defaults to the latest available. schema: type: integer example: 1578391200 - - in: query - name: token - required: false - description: Token symbol or contract/address key for token-specific rates. - schema: - type: string responses: "200": description: Available tickers. @@ -496,7 +490,7 @@ paths: "400": $ref: "#/components/responses/BadRequest" - "/{apiKey}/api/v2/tickers/": + "/{apiKey}/api/v2/tickers": get: operationId: getTickers summary: Get Tickers @@ -526,18 +520,6 @@ paths: schema: type: integer example: 1578391200 - - in: query - name: block - required: false - description: Block height or hash whose timestamp should be used for historical rates. - schema: - type: string - - in: query - name: token - required: false - description: Token symbol or contract/address key for token-specific rates. - schema: - type: string responses: "200": description: Currency rate response. @@ -661,7 +643,8 @@ components: schema: $ref: "#/components/schemas/Error" example: - error: "invalid request" + error: + message: "invalid request" NotFound: description: Resource not found on the requested network. content: @@ -669,15 +652,17 @@ components: schema: $ref: "#/components/schemas/Error" example: - error: "not found" + error: + message: "not found" schemas: Error: type: object - required: [error] properties: error: - type: string - description: Human-readable error message. + type: object + properties: + message: + type: string BlockIndexResponse: type: object required: [blockHash] diff --git a/src/openapi/utxo-dogecoin/utxo-dogecoin.yaml b/src/openapi/utxo-dogecoin/utxo-dogecoin.yaml index be9cafeb1..515af0992 100644 --- a/src/openapi/utxo-dogecoin/utxo-dogecoin.yaml +++ b/src/openapi/utxo-dogecoin/utxo-dogecoin.yaml @@ -452,7 +452,7 @@ paths: "400": $ref: "#/components/responses/BadRequest" - "/{apiKey}/api/v2/tickers-list/": + "/{apiKey}/api/v2/tickers-list": get: operationId: getTickersList summary: Get Tickers List @@ -469,17 +469,11 @@ paths: - $ref: "#/components/parameters/apiKey" - in: query name: timestamp - required: true - description: Unix timestamp for the requested currency list. + required: false + description: Unix timestamp to query availability for. Defaults to the latest available. schema: type: integer example: 1578391200 - - in: query - name: token - required: false - description: Token symbol or contract/address key for token-specific rates. - schema: - type: string responses: "200": description: Available tickers. @@ -493,7 +487,7 @@ paths: "400": $ref: "#/components/responses/BadRequest" - "/{apiKey}/api/v2/tickers/": + "/{apiKey}/api/v2/tickers": get: operationId: getTickers summary: Get Tickers @@ -523,18 +517,6 @@ paths: schema: type: integer example: 1578391200 - - in: query - name: block - required: false - description: Block height or hash whose timestamp should be used for historical rates. - schema: - type: string - - in: query - name: token - required: false - description: Token symbol or contract/address key for token-specific rates. - schema: - type: string responses: "200": description: Currency rate response. @@ -658,7 +640,8 @@ components: schema: $ref: "#/components/schemas/Error" example: - error: "invalid request" + error: + message: "invalid request" NotFound: description: Resource not found on the requested network. content: @@ -666,15 +649,17 @@ components: schema: $ref: "#/components/schemas/Error" example: - error: "not found" + error: + message: "not found" schemas: Error: type: object - required: [error] properties: error: - type: string - description: Human-readable error message. + type: object + properties: + message: + type: string BlockIndexResponse: type: object required: [blockHash] diff --git a/src/openapi/utxo-litecoin/utxo-litecoin.yaml b/src/openapi/utxo-litecoin/utxo-litecoin.yaml index 759848426..cd1f6f380 100644 --- a/src/openapi/utxo-litecoin/utxo-litecoin.yaml +++ b/src/openapi/utxo-litecoin/utxo-litecoin.yaml @@ -460,7 +460,7 @@ paths: "400": $ref: "#/components/responses/BadRequest" - "/{apiKey}/api/v2/tickers-list/": + "/{apiKey}/api/v2/tickers-list": get: operationId: getTickersList summary: Get Tickers List @@ -477,17 +477,11 @@ paths: - $ref: "#/components/parameters/apiKey" - in: query name: timestamp - required: true - description: Unix timestamp for the requested currency list. + required: false + description: Unix timestamp to query availability for. Defaults to the latest available. schema: type: integer example: 1578391200 - - in: query - name: token - required: false - description: Token symbol or contract/address key for token-specific rates. - schema: - type: string responses: "200": description: Available tickers. @@ -501,7 +495,7 @@ paths: "400": $ref: "#/components/responses/BadRequest" - "/{apiKey}/api/v2/tickers/": + "/{apiKey}/api/v2/tickers": get: operationId: getTickers summary: Get Tickers @@ -531,18 +525,6 @@ paths: schema: type: integer example: 1578391200 - - in: query - name: block - required: false - description: Block height or hash whose timestamp should be used for historical rates. - schema: - type: string - - in: query - name: token - required: false - description: Token symbol or contract/address key for token-specific rates. - schema: - type: string responses: "200": description: Currency rate response. @@ -666,7 +648,8 @@ components: schema: $ref: "#/components/schemas/Error" example: - error: "invalid request" + error: + message: "invalid request" NotFound: description: Resource not found on the requested network. content: @@ -674,15 +657,17 @@ components: schema: $ref: "#/components/schemas/Error" example: - error: "not found" + error: + message: "not found" schemas: Error: type: object - required: [error] properties: error: - type: string - description: Human-readable error message. + type: object + properties: + message: + type: string BlockIndexResponse: type: object required: [blockHash] diff --git a/src/openapi/utxo/utxo.yaml b/src/openapi/utxo/utxo.yaml index 843d5f7af..c6b154615 100644 --- a/src/openapi/utxo/utxo.yaml +++ b/src/openapi/utxo/utxo.yaml @@ -444,7 +444,7 @@ paths: "400": $ref: "#/components/responses/BadRequest" - "/{apiKey}/api/v2/tickers-list/": + "/{apiKey}/api/v2/tickers-list": get: operationId: getTickersList summary: Get Tickers List @@ -461,17 +461,11 @@ paths: - $ref: "#/components/parameters/apiKey" - in: query name: timestamp - required: true - description: Unix timestamp for the requested currency list. + required: false + description: Unix timestamp to query availability for. Defaults to the latest available. schema: type: integer example: 1574346615 - - in: query - name: token - required: false - description: Token symbol or contract/address key for token-specific rates. - schema: - type: string responses: "200": description: Available tickers. @@ -485,7 +479,7 @@ paths: "400": $ref: "#/components/responses/BadRequest" - "/{apiKey}/api/v2/tickers/": + "/{apiKey}/api/v2/tickers": get: operationId: getTickers summary: Get Tickers @@ -515,18 +509,6 @@ paths: schema: type: integer example: 1574346615 - - in: query - name: block - required: false - description: Block height or hash whose timestamp should be used for historical rates. - schema: - type: string - - in: query - name: token - required: false - description: Token symbol or contract/address key for token-specific rates. - schema: - type: string responses: "200": description: Currency rate response. @@ -650,7 +632,8 @@ components: schema: $ref: "#/components/schemas/Error" example: - error: "invalid request" + error: + message: "invalid request" NotFound: description: Resource not found on the requested network. content: @@ -658,15 +641,17 @@ components: schema: $ref: "#/components/schemas/Error" example: - error: "not found" + error: + message: "not found" schemas: Error: type: object - required: [error] properties: error: - type: string - description: Human-readable error message. + type: object + properties: + message: + type: string BlockIndexResponse: type: object required: [blockHash] diff --git a/src/openrpc/chains/hyperliquid/hyperliquid.yaml b/src/openrpc/chains/hyperliquid/hyperliquid.yaml index 0cf6b623f..b3071500e 100644 --- a/src/openrpc/chains/hyperliquid/hyperliquid.yaml +++ b/src/openrpc/chains/hyperliquid/hyperliquid.yaml @@ -59,6 +59,9 @@ methods: name: Hyperliquid Testnet - $ref: ../_components/custom/methods.yaml#/components/methods/eth_simulateV1 - $ref: ../_components/custom/methods.yaml#/components/methods/eth_syncing + servers: + - url: https://hyperliquid-testnet.g.alchemy.com/v2 + name: Hyperliquid Testnet - $ref: ../_components/custom/methods.yaml#/components/methods/net_listening servers: - url: https://hyperliquid-testnet.g.alchemy.com/v2 diff --git a/src/openrpc/chains/kaia/kaia.yaml b/src/openrpc/chains/kaia/kaia.yaml index 0244ad8ff..cad3724eb 100644 --- a/src/openrpc/chains/kaia/kaia.yaml +++ b/src/openrpc/chains/kaia/kaia.yaml @@ -14,11 +14,17 @@ servers: methods: - $ref: ../_components/custom/methods.yaml#/components/methods/eth_accounts - $ref: ../_components/custom/methods.yaml#/components/methods/eth_blobBaseFee + servers: + - url: https://kaia-testnet.g.alchemy.com/v2 + name: Kaia Testnet - $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_fillTransaction - $ref: ../_components/custom/methods.yaml#/components/methods/eth_getBlobSidecars + servers: + - url: https://kaia-testnet.g.alchemy.com/v2 + name: Kaia Testnet - $ref: >- ../_components/custom/methods.yaml#/components/methods/eth_getBlockReceipts - $ref: ../_components/custom/methods.yaml#/components/methods/eth_getProof @@ -34,14 +40,6 @@ methods: ../_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 - servers: - - url: https://kaia-mainnet.g.alchemy.com/v2 - name: Kaia Mainnet - - $ref: ../_components/custom/methods.yaml#/components/methods/net_listening - servers: - - url: https://kaia-mainnet.g.alchemy.com/v2 - name: Kaia Mainnet - $ref: ../_components/custom/methods.yaml#/components/methods/net_peerCount - $ref: ../_components/evm/methods.yaml#/components/methods/eth_blockNumber - $ref: ../_components/evm/methods.yaml#/components/methods/eth_call diff --git a/src/openrpc/chains/ronin/ronin.yaml b/src/openrpc/chains/ronin/ronin.yaml index 7bbdc4250..3ff35bb3c 100644 --- a/src/openrpc/chains/ronin/ronin.yaml +++ b/src/openrpc/chains/ronin/ronin.yaml @@ -14,21 +14,19 @@ servers: methods: - $ref: >- ../_components/custom/methods.yaml#/components/methods/debug_executionWitness + servers: + - url: https://ronin-saigon.g.alchemy.com/v2 + name: Ronin Saigon - $ref: >- ../_components/custom/methods.yaml#/components/methods/debug_executionWitnessByHash servers: - url: https://ronin-saigon.g.alchemy.com/v2 name: Ronin Saigon - - $ref: >- - ../_components/custom/methods.yaml#/components/methods/erigon_getHeaderByNumber - $ref: ../_components/custom/methods.yaml#/components/methods/eth_accounts - - $ref: ../_components/custom/methods.yaml#/components/methods/eth_baseFee servers: - url: https://ronin-mainnet.g.alchemy.com/v2 name: Ronin Mainnet - $ref: ../_components/custom/methods.yaml#/components/methods/eth_blobBaseFee - - $ref: ../_components/custom/methods.yaml#/components/methods/eth_callBundle - - $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 @@ -37,26 +35,19 @@ methods: - $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_protocolVersion - - $ref: >- - ../_components/custom/methods.yaml#/components/methods/eth_sendRawTransactionSync + servers: + - url: https://ronin-saigon.g.alchemy.com/v2 + name: Ronin Saigon - $ref: ../_components/custom/methods.yaml#/components/methods/eth_simulateV1 - $ref: ../_components/custom/methods.yaml#/components/methods/eth_syncing - $ref: ../_components/custom/methods.yaml#/components/methods/net_listening - - $ref: ../_components/custom/methods.yaml#/components/methods/net_peerCount - - $ref: ../_components/custom/methods.yaml#/components/methods/txpool_content - $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/sei/sei.yaml b/src/openrpc/chains/sei/sei.yaml index 290e32a36..d97b315c7 100644 --- a/src/openrpc/chains/sei/sei.yaml +++ b/src/openrpc/chains/sei/sei.yaml @@ -23,10 +23,6 @@ methods: name: Sei Testnet - $ref: >- ../_components/custom/methods.yaml#/components/methods/eth_getBlockReceipts - - $ref: ../_components/custom/methods.yaml#/components/methods/eth_getProof - servers: - - url: https://sei-testnet.g.alchemy.com/v2 - name: Sei Testnet - $ref: >- ../_components/custom/methods.yaml#/components/methods/eth_maxPriorityFeePerGas - $ref: ../_components/custom/methods.yaml#/components/methods/eth_syncing diff --git a/src/openrpc/chains/stable/stable.yaml b/src/openrpc/chains/stable/stable.yaml index a0cbaee26..c01fa79ab 100644 --- a/src/openrpc/chains/stable/stable.yaml +++ b/src/openrpc/chains/stable/stable.yaml @@ -19,8 +19,10 @@ methods: name: Stable Testnet - $ref: >- ../_components/custom/methods.yaml#/components/methods/eth_createAccessList + servers: + - url: https://stable-testnet.g.alchemy.com/v2 + name: Stable Testnet - $ref: ../_components/custom/methods.yaml#/components/methods/eth_feeHistory - - $ref: ../_components/custom/methods.yaml#/components/methods/eth_fillTransaction - $ref: >- ../_components/custom/methods.yaml#/components/methods/eth_getBlockReceipts - $ref: ../_components/custom/methods.yaml#/components/methods/eth_getProof @@ -37,14 +39,21 @@ methods: - $ref: >- ../_components/custom/methods.yaml#/components/methods/eth_newPendingTransactionFilter - $ref: ../_components/custom/methods.yaml#/components/methods/eth_protocolVersion + servers: + - url: https://stable-mainnet.g.alchemy.com/v2 + name: Stable Mainnet - $ref: ../_components/custom/methods.yaml#/components/methods/eth_simulateV1 servers: - url: https://stable-testnet.g.alchemy.com/v2 name: Stable Testnet - $ref: ../_components/custom/methods.yaml#/components/methods/eth_syncing + servers: + - url: https://stable-testnet.g.alchemy.com/v2 + name: Stable Testnet - $ref: ../_components/custom/methods.yaml#/components/methods/net_listening - - $ref: ../_components/custom/methods.yaml#/components/methods/net_peerCount - - $ref: ../_components/custom/methods.yaml#/components/methods/txpool_content + servers: + - url: https://stable-testnet.g.alchemy.com/v2 + name: Stable Testnet - $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/tron/tron.yaml b/src/openrpc/chains/tron/tron.yaml index bc7ca7f0c..8dd3faeb5 100644 --- a/src/openrpc/chains/tron/tron.yaml +++ b/src/openrpc/chains/tron/tron.yaml @@ -12,11 +12,6 @@ servers: - url: https://tron-testnet.g.alchemy.com/v2 name: Tron Testnet methods: - - $ref: ../_components/custom/methods.yaml#/components/methods/eth_accounts - - $ref: ../_components/custom/methods.yaml#/components/methods/eth_protocolVersion - - $ref: ../_components/custom/methods.yaml#/components/methods/eth_syncing - - $ref: ../_components/custom/methods.yaml#/components/methods/net_listening - - $ref: ../_components/custom/methods.yaml#/components/methods/net_peerCount - $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/zetachain/zetachain.yaml b/src/openrpc/chains/zetachain/zetachain.yaml index c37f85dc4..dec07a8a7 100644 --- a/src/openrpc/chains/zetachain/zetachain.yaml +++ b/src/openrpc/chains/zetachain/zetachain.yaml @@ -13,8 +13,10 @@ servers: name: ZetaChain Testnet methods: - $ref: ../_components/custom/methods.yaml#/components/methods/eth_accounts + servers: + - url: https://zetachain-mainnet.g.alchemy.com/v2 + name: ZetaChain Mainnet - $ref: ../_components/custom/methods.yaml#/components/methods/eth_feeHistory - - $ref: ../_components/custom/methods.yaml#/components/methods/eth_fillTransaction - $ref: >- ../_components/custom/methods.yaml#/components/methods/eth_getBlockReceipts servers: @@ -33,11 +35,17 @@ methods: ../_components/custom/methods.yaml#/components/methods/eth_maxPriorityFeePerGas - $ref: >- ../_components/custom/methods.yaml#/components/methods/eth_newPendingTransactionFilter + servers: + - url: https://zetachain-mainnet.g.alchemy.com/v2 + name: ZetaChain Mainnet - $ref: ../_components/custom/methods.yaml#/components/methods/eth_protocolVersion - $ref: ../_components/custom/methods.yaml#/components/methods/eth_syncing - $ref: ../_components/custom/methods.yaml#/components/methods/net_listening - $ref: ../_components/custom/methods.yaml#/components/methods/net_peerCount - $ref: ../_components/custom/methods.yaml#/components/methods/txpool_content + servers: + - url: https://zetachain-mainnet.g.alchemy.com/v2 + name: ZetaChain Mainnet - $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 From cfe2ae31c963a5d7e33a0cedcf3a34878be7689b Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Thu, 9 Jul 2026 13:29:40 -0400 Subject: [PATCH 40/42] Un-stack from the feature-support PRs Reverts the sahilaujla/ax-545-feature-support-data merge so this branch ships the nav restructure independently (feature support lands later on its own), and restores files the revert regressed that main already owns (bot spec/content updates that had ridden along in the merge). Co-Authored-By: Claude Fable 5 --- .../address-activity-webhook.mdx | 2 +- .../api-reference/kaia/kaia-api-overview.mdx | 5 +- .../pricing/compute-unit-costs.mdx | 1578 ++++++++++------- .../ronin/ronin-api-overview.mdx | 13 +- .../api-reference/sei/sei-api-overview.mdx | 23 +- .../stable/stable-api-overview.mdx | 42 +- .../api-reference/tron/tron-api-overview.mdx | 33 +- .../zetachain/zetachain-api-overview.mdx | 42 +- content/changelog/2026-07-02.md | 24 +- .../tutorials/build-with-ai/alchemy-cli.mdx | 10 + .../utxo-bitcoincash/utxo-bitcoincash.yaml | 39 +- src/openapi/utxo-dogecoin/utxo-dogecoin.yaml | 39 +- src/openapi/utxo-litecoin/utxo-litecoin.yaml | 39 +- src/openapi/utxo/utxo.yaml | 39 +- .../chains/hyperliquid/hyperliquid.yaml | 3 - src/openrpc/chains/kaia/kaia.yaml | 14 +- src/openrpc/chains/ronin/ronin.yaml | 21 +- src/openrpc/chains/sei/sei.yaml | 4 + src/openrpc/chains/stable/stable.yaml | 15 +- src/openrpc/chains/tron/tron.yaml | 5 + src/openrpc/chains/zetachain/zetachain.yaml | 10 +- 21 files changed, 1213 insertions(+), 787 deletions(-) diff --git a/content/api-reference/data/webhooks/webhook-types/address-activity-webhook.mdx b/content/api-reference/data/webhooks/webhook-types/address-activity-webhook.mdx index 206aa3e6a..f31678536 100644 --- a/content/api-reference/data/webhooks/webhook-types/address-activity-webhook.mdx +++ b/content/api-reference/data/webhooks/webhook-types/address-activity-webhook.mdx @@ -32,7 +32,7 @@ There are three main types of transfers that are captured when receiving a `from **Note on Internal Transfers** -1. Internal transfers are currently only supported on Ethereum, Polygon, Arbitrum, Optimism and Base. Support for other networks is a WIP! +1. Internal transfers are currently only supported on Ethereum, Polygon, Arbitrum, Optimism, Base, BNB Chain, and Avalanche. Support for other networks is a WIP! 2. Internal Transfers with the call type `delegatecall` are not supported on Alchemy. Although they have a value associated with them, they don't transfer a value. For details read the [Ethereum Yellow Paper](https://ethereum.github.io/yellowpaper/paper.pdf). Internal transfer miner rewards are also unsupported on Alchemy. diff --git a/content/api-reference/kaia/kaia-api-overview.mdx b/content/api-reference/kaia/kaia-api-overview.mdx index 8c0d03efb..83186b859 100644 --- a/content/api-reference/kaia/kaia-api-overview.mdx +++ b/content/api-reference/kaia/kaia-api-overview.mdx @@ -31,8 +31,9 @@ slug: docs/kaia/kaia-api-overview | [`eth_maxPriorityFeePerGas`](/docs/chains/kaia/kaia-api-endpoints/eth-max-priority-fee-per-gas) | [`eth_newBlockFilter`](/docs/chains/kaia/kaia-api-endpoints/eth-new-block-filter) | | [`eth_newFilter`](/docs/chains/kaia/kaia-api-endpoints/eth-new-filter) | [`eth_newPendingTransactionFilter`](/docs/chains/kaia/kaia-api-endpoints/eth-new-pending-transaction-filter) | | [`eth_sendRawTransaction`](/docs/chains/kaia/kaia-api-endpoints/eth-send-raw-transaction) | [`eth_submitWork`](/docs/chains/kaia/kaia-api-endpoints/eth-submit-work) | -| [`eth_subscribe`](/docs/chains/kaia/kaia-api-endpoints/eth-subscribe) | [`eth_uninstallFilter`](/docs/chains/kaia/kaia-api-endpoints/eth-uninstall-filter) | -| [`eth_unsubscribe`](/docs/chains/kaia/kaia-api-endpoints/eth-unsubscribe) | [`net_peerCount`](/docs/chains/kaia/kaia-api-endpoints/net-peer-count) | +| [`eth_subscribe`](/docs/chains/kaia/kaia-api-endpoints/eth-subscribe) | [`eth_syncing`](/docs/chains/kaia/kaia-api-endpoints/eth-syncing) | +| [`eth_uninstallFilter`](/docs/chains/kaia/kaia-api-endpoints/eth-uninstall-filter) | [`eth_unsubscribe`](/docs/chains/kaia/kaia-api-endpoints/eth-unsubscribe) | +| [`net_listening`](/docs/chains/kaia/kaia-api-endpoints/net-listening) | [`net_peerCount`](/docs/chains/kaia/kaia-api-endpoints/net-peer-count) | | [`net_version`](/docs/chains/kaia/kaia-api-endpoints/net-version) | [`web3_clientVersion`](/docs/chains/kaia/kaia-api-endpoints/web-3-client-version) | | [`web3_sha3`](/docs/chains/kaia/kaia-api-endpoints/web-3-sha-3) | | diff --git a/content/api-reference/pricing-resources/pricing/compute-unit-costs.mdx b/content/api-reference/pricing-resources/pricing/compute-unit-costs.mdx index ff508f0b8..4354df0ea 100644 --- a/content/api-reference/pricing-resources/pricing/compute-unit-costs.mdx +++ b/content/api-reference/pricing-resources/pricing/compute-unit-costs.mdx @@ -14,155 +14,172 @@ For more details, check out the [Compute Units](/docs/reference/compute-units#wh # EVM: Standard JSON-RPC Methods +{/* cu:auto product="evm" */} | Method | CU | Throughput CU | | ---------------------------------------- | --------------------------- | ------------- | -| net\_version | 0 | | -| eth\_chainId | 0 | | -| eth\_syncing | 0 | | -| eth\_protocolVersion | 0 | | -| net\_listening | 0 | | -| eth\_uninstallFilter | 10 | | +| eth\_chainId | 0 | 5 | +| eth\_protocolVersion | 0 | 5 | +| eth\_syncing | 0 | 5 | +| net\_listening | 0 | 5 | +| net\_peerCount | 0 | 5 | +| net\_version | 0 | 5 | | eth\_accounts | 10 | | -| eth\_blockNumber | 10 | | -| eth\_subscribe | 10 | | -| eth\_unsubscribe | 10 | | -| eth\_feeHistory | 10 | | | eth\_baseFee | 10 | | -| eth\_maxPriorityFeePerGas | 10 | | | eth\_blobBaseFee | 10 | | +| eth\_blockNumber | 10 | | | eth\_createAccessList | 10 | | -| eth\_getTransactionReceipt | 20 | | -| eth\_getUncleByBlockHashAndIndex | 20 | | -| eth\_getUncleByBlockNumberAndIndex | 20 | | -| eth\_getTransactionByBlockHashAndIndex | 20 | | -| eth\_getTransactionByBlockNumberAndIndex | 20 | | -| eth\_getUncleCountByBlockHash | 20 | | -| eth\_getUncleCountByBlockNumber | 20 | | -| web3\_clientVersion | 20 | | -| web3\_sha3 | 20 | | -| eth\_getBlockByNumber | 20 | | -| eth\_getStorageAt | 20 | | -| eth\_getTransactionByHash | 20 | | -| eth\_getRawTransactionByHash | 20 | | +| eth\_feeHistory | 10 | | +| eth\_getAssetBalance | 10 | | +| eth\_getChainConfig | 10 | | +| eth\_maxPriorityFeePerGas | 10 | | +| eth\_subscribe | 10 | | +| eth\_uninstallFilter | 10 | | +| eth\_unsubscribe | 10 | | +| erigon\_forks | 20 | | +| erigon\_getHeaderByHash | 20 | | +| erigon\_getHeaderByNumber | 20 | | +| erigon\_getLogsByHash | 20 | | +| erigon\_issuance | 20 | | +| eth\_callMany | 20 | | +| eth\_estimateGas | 20 | | +| eth\_fillTransaction | 20 | | | eth\_gasPrice | 20 | | +| eth\_getAccount | 20 | | | eth\_getBalance | 20 | | -| eth\_getCode | 20 | | | eth\_getBlobSidecars | 20 | | -| eth\_getFinalizedHeader | 20 | | -| eth\_getFilterChanges | 20 | | -| eth\_newBlockFilter | 20 | | -| eth\_newFilter | 20 | | -| eth\_simulateV1 | 40 | | -| eth\_newPendingTransactionFilter | 20 | | +| eth\_getBlockByHash | 20 | | +| eth\_getBlockByNumber | 20 | | +| eth\_getBlockReceipts | 20 | 500 | | eth\_getBlockTransactionCountByHash | 20 | | | eth\_getBlockTransactionCountByNumber | 20 | | +| eth\_getCode | 20 | | +| eth\_getFilterChanges | 20 | | +| eth\_getFinalizedHeader | 20 | | | eth\_getProof | 20 | | -| eth\_getBlockByHash | 20 | | -| eth\_getAccount | 20 | | +| eth\_getRawTransactionByHash | 20 | | | eth\_getRootHash | 20 | | -| eth\_fillTransaction | 20 | | -| erigon\_forks | 20 | | -| erigon\_getHeaderByHash | 20 | | -| erigon\_getHeaderByNumber | 20 | | -| erigon\_getLogsByHash | 20 | | -| erigon\_issuance | 20 | | +| eth\_getStorageAt | 20 | | +| eth\_getTdByNumber | 20 | | +| eth\_getTransactionByBlockHashAndIndex | 20 | | +| eth\_getTransactionByBlockNumberAndIndex | 20 | | +| eth\_getTransactionByHash | 20 | | | eth\_getTransactionCount | 20 | | -| eth\_getTdByNumber | 20 | | +| eth\_getTransactionReceipt | 20 | | +| eth\_getTransactionReceiptsByBlock | 20 | 1500 | +| eth\_getUncleByBlockHashAndIndex | 20 | | +| eth\_getUncleByBlockNumberAndIndex | 20 | | +| eth\_getUncleCountByBlockHash | 20 | | +| eth\_getUncleCountByBlockNumber | 20 | | +| eth\_newBlockFilter | 20 | | +| eth\_newFilter | 20 | | +| eth\_newPendingTransactionFilter | 20 | | +| eth\_submitWork | 20 | | +| parlia\_getSnapshot | 20 | | +| web3\_clientVersion | 20 | | +| web3\_sha3 | 20 | | | eth\_call | 26 | | | eth\_callBundle | 40 | | -| eth\_callMany | 20 | | +| eth\_sendRawTransaction | 40 | 50 | +| eth\_sendRawTransactionSync | 40 | 125 | +| eth\_simulateV1 | 40 | | +| realtime\_sendRawTransaction | 40 | | | eth\_getAccountInfo | 60 | | | eth\_getFilterLogs | 60 | | | eth\_getLogs | 60 | | -| eth\_estimateGas | 20 | | -| eth\_sendRawTransaction | 40 | 250 | -| eth\_sendRawTransactionSync | 40 | 250 | -| eth\_getBlockReceipts | 20 | 500 | -| eth\_submitWork | 20 | | +| txpool\_content | 500 | | | batch | CU of method # times called | | +{/* cu:auto end */} * To view the batch request breakdown in the Alchemy Dashboard, click on "raw request" # Solana: Standard JSON-RPC Methods +{/* cu:auto product="solana" */} | Method | CU | Throughput CU | | --------------------------------- | --------------------------- | ------------- | -| getLeaderSchedule | 20 | | -| requestAirdrop | 20 | | -| getVoteAccounts | 20 | | +| getAccountInfo | 10 | | +| getBalance | 10 | | +| getBlockProduction | 10 | | +| getBlocks | 10 | | +| getGenesisHash | 10 | | +| getMinimumBalanceForRentExemption | 10 | | +| getPriorityFeeEstimate | 10 | 20 | +| getRecentPrioritizationFees | 10 | | +| getTokenAccountsByDelegate | 10 | | +| getTokenAccountsByOwner | 10 | | | getBlockCommitment | 20 | | +| getBlockHeight | 20 | | | getBlocksWithLimit | 20 | | +| getBlockTime | 20 | | +| getClusterNodes | 20 | | +| getEpochInfo | 20 | | +| getEpochSchedule | 20 | | +| getFeeForMessage | 20 | | | getHealth | 20 | | +| getHighestSnapshotSlot | 20 | | | getIdentity | 20 | | -| getLatestBlockhash | 20 | | -| getSlot | 20 | | +| getInflationGovernor | 20 | | | getInflationRate | 20 | | +| getLatestBlockhash | 20 | | +| getLeaderSchedule | 20 | | | getMaxRetransmitSlot | 20 | | +| getMaxShredInsertSlot | 20 | | +| getMultipleAccounts | 20 | | +| getProgramAccounts | 20 | 117 | | getRecentPerformanceSamples | 20 | | -| getRecentPrioritizationFees | 10 | | -| getEpochInfo | 20 | | -| getTokenAccountBalance | 20 | | -| getBlockTime | 20 | | -| getHighestSnapshotSlot | 20 | | -| sendTransaction | 20 | | -| getEpochSchedule | 20 | | +| getSignatureStatuses | 20 | | +| getSlot | 20 | | +| getSlotLeader | 20 | | +| getSlotLeaders | 20 | | | getStakeActivation | 20 | | -| getMaxShredInsertSlot | 20 | | +| getTokenAccountBalance | 20 | | +| getTokenLargestAccounts | 20 | | +| getTokenSupply | 20 | | +| getTransactionCount | 20 | | | getVersion | 20 | | +| getVoteAccounts | 20 | | | isBlockhashValid | 20 | | -| getAccountInfo | 10 | | -| getFeeForMessage | 20 | | -| getTokenLargestAccounts | 20 | | -| getInflationGovernor | 20 | | -| getSlotLeader | 20 | | -| getMultipleAccounts | 20 | | | minimumLedgerSlot | 20 | | -| getBlockHeight | 20 | | -| simulateTransaction | 20 | | +| requestAirdrop | 20 | | +| sendStakedTransaction | 20 | | +| sendTransaction | 20 | | | simulateBundle | 20 | | -| getSignatureStatuses | 20 | | -| getBlocks | 10 | | -| getTokenAccountsByOwner | 10 | | -| getMinimumBalanceForRentExemption | 10 | | -| getBalance | 10 | | -| getGenesisHash | 10 | | -| getBlockProduction | 10 | | -| getTokenSupply | 20 | | -| getTransactionCount | 20 | | -| getSlotLeaders | 20 | | -| getClusterNodes | 20 | | -| getSignaturesForAddress | 40 | | +| simulateTransaction | 20 | | +| getBlock | 40 | | | getFirstAvailableBlock | 40 | | +| getInflationReward | 40 | 300 | +| getSignaturesForAddress | 40 | | | getTransaction | 40 | | -| getBlock | 40 | | -| getProgramAccounts | 20 | | -| getInflationReward | 40 | | -| getPriorityFeeEstimate | 10 | 20 | -| getSupply | 160 | | +| getTransactionsForAddress | 100 | | +| getSupply | 160 | 800 | | getLargestAccounts | 3000 | | | batch\* | CU of method # times called | | +{/* cu:auto end */} * To view the batch request breakdown in the Alchemy Dashboard, click on "raw request" # Solana: DAS APIs (NFT/Token) +{/* cu:auto product="solana-das" */} | Method | CU | Throughput CU | | -------------------- | --- | ------------- | | getAsset | 80 | 200 | -| getAssets | 480 | 200 | | getAssetProof | 160 | 200 | +| getAssetSignatures | 160 | 200 | +| getNftEditions | 160 | 200 | +| getTokenAccounts | 160 | 200 | | getAssetProofs | 480 | 200 | +| getAssets | 480 | 200 | | getAssetsByAuthority | 480 | 200 | -| getAssetsByOwner | 480 | 200 | -| getAssetsByGroup | 480 | 200 | | getAssetsByCreator | 480 | 200 | +| getAssetsByGroup | 480 | 200 | +| getAssetsByOwner | 480 | 200 | | searchAssets | 480 | 200 | -| getAssetSignatures | 160 | 200 | -| getNftEditions | 160 | 200 | -| getTokenAccounts | 160 | 200 | +{/* cu:auto end */} # Solana: Photon APIs (ZK Compression) +{/* cu:auto product="solana-photon" */} | Method | CU | Throughput CU | | ------------------------------------- | ---- | ------------- | | getCompressedAccount | 120 | 100 | @@ -191,6 +208,7 @@ For more details, check out the [Compute Units](/docs/reference/compute-units#wh | getTransactionWithCompressionInfo | 120 | 100 | | getValidityProof | 1200 | 500 | | getValidityProofV2 | 1200 | 500 | +{/* cu:auto end */} # Solana: Yellowstone gRPC @@ -212,45 +230,103 @@ For more details, check out the [Compute Units](/docs/reference/compute-units#wh # Debug API -| Method | CU | Throughput CU | -| ------------------------- | -- | ------------- | -| debug\_traceTransaction | 40 | 1000 | -| debug\_traceCall | 40 | 1000 | -| debug\_traceCallMany | 40 | 1000 | -| debug\_traceBlockByHash | 40 | 1000 | -| debug\_traceBlockByNumber | 40 | 1000 | -| debug\_getBadBlocks | 40 | 1000 | -| debug\_getRawHeader | 40 | 1000 | -| debug\_getRawReceipts | 40 | 1000 | -| debug\_storageRangeAt | 40 | 1000 | +{/* cu:auto product="debug" */} +| Method | CU | Throughput CU | +| ----------------------------- | -- | ------------- | +| debug\_dbAncient | 40 | 1000 | +| debug\_dbAncients | 40 | 1000 | +| debug\_dbGet | 40 | 1000 | +| debug\_executionWitness | 40 | 1000 | +| debug\_executionWitnessByHash | 40 | 1000 | +| debug\_getBadBlocks | 40 | 1000 | +| debug\_getRawBlock | 40 | 1000 | +| debug\_getRawHeader | 40 | 1000 | +| debug\_getRawReceipts | 40 | 1000 | +| debug\_getTrieFlushInterval | 40 | 1000 | +| debug\_storageRangeAt | 40 | 1000 | +| debug\_traceBlockByHash | 40 | 1000 | +| debug\_traceBlockByNumber | 40 | 1000 | +| debug\_traceCall | 40 | 1000 | +| debug\_traceCallMany | 40 | 1000 | +| debug\_traceTransaction | 40 | 1000 | +{/* cu:auto end */} # Embedded Account APIs Similar to the [NFT API](/docs/reference/compute-unit-costs#nft-api), the Embedded Account APIs implement "Throughput CU" to count separately toward your applications' throughput! -| Method | CU | Throughput CU | -| -------------------- | ---- | ------------- | -| /signer/auth | 100 | 50 | -| /signer/lookup | 20 | 50 | -| /signer/sign-payload | 6000 | 300 | -| /signer/whoami | 100 | 20 | +{/* cu:auto product="signer" */} +| Method | CU | Throughput CU | +| -------------------------------------- | ---- | ------------- | +| /signer/auth-get-multi-factor | 10 | 50 | +| /signer/auth-list-multi-factors | 10 | 50 | +| /signer/auth-validate-multi-factors | 10 | 50 | +| /signer/multi-owner-prepare-add | 10 | | +| /signer/multi-owner-prepare-delete | 10 | | +| /signer/multi-owner-sign-raw-payload | 10 | | +| /signer/multi-owner-update-root-quorum | 10 | | +| /signer/multi-sig-prepare-add | 10 | | +| /signer/prepare-oauth | 10 | 50 | +| /signer/signer-config | 10 | | +| /signer/track-key-export | 10 | 50 | +| /signer/auth-delete-multi-factors | 20 | 50 | +| /signer/auth-request-multi-factor | 20 | 50 | +| /signer/auth-verify-multi-factor | 20 | 50 | +| /signer/lookup | 20 | 50 | +| /signer/add-oauth-provider | 100 | 50 | +| /signer/auth | 100 | 50 | +| /signer/init-otp | 100 | 50 | +| /signer/list-auth-methods | 100 | 50 | +| /signer/otp | 100 | 50 | +| /signer/remove-oauth-provider | 100 | 50 | +| /signer/update-email-auth | 100 | 50 | +| /signer/update-phone-auth | 100 | 50 | +| /signer/verify-otp | 100 | 50 | +| /signer/whoami | 100 | 20 | +| /signer/multi-owner-add | 250 | 50 | +| /signer/multi-owner-delete | 250 | 50 | +| /signer/multi-sig-add | 250 | 50 | +| /signer/auth-jwt | 400 | 300 | +| /signer/oauth | 400 | 300 | +| /signer/multi-owner-create | 1000 | 300 | +| /signer/multi-sig-create | 1000 | 300 | +| /signer/signup | 1000 | 300 | +| /signer/sign-payload | 6000 | 300 | +{/* cu:auto end */} # Gas Manager & Bundler APIs Similar to the [NFT API](/docs/reference/compute-unit-costs#nft-api), the Gas Manager & Bundler APIs implement "Throughput CU" to count separately toward your applications' throughput! +{/* cu:auto product="gas-manager-bundler" */} | Method | CU | Throughput CU | | ------------------------------------------ | ---- | ------------- | -| eth\_sendUserOperation | 1000 | 100 | +| debug\_bundler\_clearMempool | 10 | | +| debug\_bundler\_clearState | 10 | | +| debug\_bundler\_dumpMempool | 10 | | +| debug\_bundler\_dumpPaymasterBalances | 10 | | +| debug\_bundler\_dumpReputation | 10 | | +| debug\_bundler\_getStakeStatus | 10 | | +| debug\_bundler\_sendBundleNow | 10 | | +| debug\_bundler\_setBundlingMode | 10 | | +| debug\_bundler\_setReputation | 10 | | +| eth\_supportedEntryPoints | 10 | | +| rundler\_getUserOperationGasPrice | 10 | | +| rundler\_maxPriorityFeePerGas | 10 | | +| eth\_getUserOperationByHash | 20 | | +| eth\_getUserOperationReceipt | 20 | | +| rundler\_getUserOperationStatus | 50 | | +| pm\_getPaymasterStubData | 250 | 100 | | eth\_estimateUserOperationGas | 500 | 50 | -| eth\_getUserOperationByHash | 20 | 17 | -| eth\_getUserOperationReceipt | 20 | 15 | -| eth\_supportedEntryPoints | 10 | 5 | -| rundler\_maxPriorityFeePerGas | 10 | 10 | -| alchemy\_simulateUserOperationAssetChanges | 2500 | 2500 | +| alchemy\_requestFeePayer | 1000 | 100 | | alchemy\_requestPaymasterAndData | 1000 | 100 | +| alchemy\_requestPaymasterTokenQuote | 1000 | 100 | +| eth\_sendUserOperation | 1000 | 100 | +| pm\_getPaymasterData | 1000 | 100 | +| rundler\_dropLocalUserOperation | 1000 | | | alchemy\_requestGasAndPaymasterAndData | 1250 | 125 | -| alchemy\_requestFeePayer | 1000 | 100 | +| alchemy\_simulateUserOperationAssetChanges | 2500 | | +{/* cu:auto end */} * When `eth_sendUserOperation` is called with a valid bundler sponsorship header (`x-alchemy-policy-id`), the CU cost is 3000 instead of the standard 1000. * When `alchemy_requestFeePayer` is called with `prefundRent = true`, the CU cost is 1250 instead of the standard 1000. @@ -259,123 +335,150 @@ Similar to the [NFT API](/docs/reference/compute-unit-costs#nft-api), the Gas Ma We want builders to be able to use as much of the NFT API as they need without worrying about throughput. Because of that, we have discounted how NFT API requests count towards your applications’ guaranteed throughput by 6-10x. This means you can make more concurrent NFT API requests, and use the “Throughput CU” below to calculate how much you can use! -| Method | CU | Throughput CU | -| ------------------------ | ---- | ------------- | -| getNFTMetadata | 80 | 10 | -| getContractMetadata | 160 | 10 | -| getCollectionMetadata | 240 | 10 | -| getNFTsForOwner | 480 | 100 | -| getContractsForOwner | 320 | 100 | -| getCollectionsForOwner | 360 | 100 | -| getNFTsForContract | 600 | 50 | -| getOwnersForNFT | 80 | 10 | -| getOwnersForContract | 480 | 20 | -| getFloorPrice | 80 | 10 | -| getNFTSales | 160 | 10 | -| computeRarity | 80 | 10 | -| summarizeNFTAttributes | 80 | 10 | -| isHolderOfContract | 80 | 10 | -| searchContractMetadata | 480 | 50 | -| getNFTMetadataBatch | 480 | 100 | -| getContractMetadataBatch | 480 | 100 | -| getSpamContracts | 480 | 10 | -| isSpamContract | 80 | 10 | -| isAirdropNFT | 80 | 10 | -| invalidateContract | 80 | 80 | -| refreshNftMetadata | 40 | 10 | -| reportSpam | 0 | 10 | +{/* cu:auto product="nft" */} +| Method | CU | Throughput CU | +| ------------------------ | --- | ------------- | +| reportSpam | 0 | 10 | +| refreshNftMetadata | 40 | 10 | +| computeRarity | 80 | 10 | +| getFloorPrice | 80 | 10 | +| getNFTMetadata | 80 | 10 | +| getOwnersForNFT | 80 | 10 | +| invalidateContract | 80 | | +| isAirdropNFT | 80 | 10 | +| isHolderOfContract | 80 | 10 | +| isSpamContract | 80 | 10 | +| summarizeNFTAttributes | 80 | 10 | +| getContractMetadata | 160 | 10 | +| getNFTSales | 160 | 10 | +| getCollectionMetadata | 240 | 10 | +| getContractsForOwner | 320 | 100 | +| getCollectionsForOwner | 360 | 100 | +| getContractMetadataBatch | 480 | 100 | +| getNFTMetadataBatch | 480 | 100 | +| getNFTsForOwner | 480 | 100 | +| getOwnersForContract | 480 | 20 | +| getSpamContracts | 480 | 10 | +| searchContractMetadata | 480 | 50 | +| getNFTsForContract | 600 | 100 | +{/* cu:auto end */} # Portfolio API -| Method | CU | -| --------------------------------- | ---- | -| assets/nfts/by-address | 1000 | -| assets/nfts/contracts/by-address | 600 | -| assets/tokens/by-address | 360 | -| assets/tokens/balances/by-address | 200 | -| /transactions/history/by-address | 1000 | +{/* cu:auto product="portfolio" */} +| Method | CU | Throughput CU | +| --------------------------------- | ---- | ------------- | +| utility/blocks/by-timestamp | 10 | 1 | +| stellar/balances | 40 | | +| stellar/nfts | 40 | | +| stellar/transfers | 40 | | +| assets/tokens/balances/by-address | 200 | 1 | +| tokens/balances/by-address | 200 | 1 | +| assets/tokens/by-address | 360 | 1 | +| assets/nfts/contracts/by-address | 600 | 1 | +| assets/nfts/by-address | 1000 | 1 | +| transactions/history/by-address | 1000 | 100 | +{/* cu:auto end */} # Prices API -| Method | CU | -| ----------------- | -- | -| tokens/by-symbol | 40 | -| tokens/by-address | 40 | -| tokens/historical | 40 | +{/* cu:auto product="prices" */} +| Method | CU | Throughput CU | +| ----------------- | -- | ------------- | +| tokens/by-address | 40 | 20 | +| tokens/by-symbol | 40 | 20 | +| tokens/historical | 40 | 20 | +{/* cu:auto end */} # Token API -| Method | CU | -| -------------------------- | --- | -| alchemy\_getTokenBalances | 20 | -| alchemy\_getTokenMetadata | 10 | -| alchemy\_getTokenAllowance | 20 | +{/* cu:auto product="token" */} +| Method | CU | +| -------------------------- | -- | +| alchemy\_getTokenMetadata | 10 | +| alchemy\_getTokenAllowance | 20 | +| alchemy\_getTokenBalances | 20 | +{/* cu:auto end */} # Trace API +{/* cu:auto product="trace" */} | Method | CU | Throughput CU | | ------------------------------ | -- | ------------- | -| trace\_get | 20 | 20 | -| trace\_block | 20 | 20 | -| trace\_transaction | 40 | 40 | -| trace\_call | 40 | 40 | +| trace\_block | 20 | | +| trace\_get | 20 | | +| trace\_call | 40 | | +| trace\_filter | 40 | | +| trace\_rawTransaction | 40 | | +| trace\_transaction | 40 | | | trace\_callMany | 80 | 3000 | -| trace\_rawTransaction | 40 | 40 | -| trace\_filter | 40 | 40 | -| trace\_replayTransaction | 80 | 3000 | | trace\_replayBlockTransactions | 80 | 3000 | +| trace\_replayTransaction | 80 | 3000 | +{/* cu:auto end */} # Arbitrum Trace API +{/* cu:auto product="arbtrace" */} | Method | CU | Throughput CU | | --------------------------------- | -- | ------------- | -| arbtrace\_get | 20 | 20 | -| arbtrace\_block | 20 | 20 | -| arbtrace\_transaction | 40 | 40 | -| arbtrace\_call | 40 | 40 | -| arbtrace\_callMany | 80 | 80 | -| arbtrace\_filter | 40 | 40 | -| arbtrace\_replayTransaction | 80 | 3000 | +| arbtrace\_block | 20 | 1000 | +| arbtrace\_get | 20 | 1000 | +| arbtrace\_call | 40 | 1000 | +| arbtrace\_filter | 40 | 1000 | +| arbtrace\_transaction | 40 | | +| arbtrace\_callMany | 80 | 1000 | | arbtrace\_replayBlockTransactions | 80 | 3000 | +| arbtrace\_replayTransaction | 80 | 3000 | +{/* cu:auto end */} # Transact -| Method | CU | -| ----------------------------------------- | ---- | -| alchemy\_simulateAssetChanges | 2500 | -| alchemy\_simulateExecution | 2500 | +{/* cu:auto product="transact" */} +| Method | CU | +| ----------------------------------- | ---- | +| alchemy\_simulateAssetChanges | 2500 | +| alchemy\_simulateExecution | 2500 | +| alchemy\_simulateAssetChangesBundle | 4500 | +| alchemy\_simulateExecutionBundle | 4500 | +{/* cu:auto end */} # Transfers API +{/* cu:auto product="transfers" */} | Method | CU | | -------------------------- | --- | | alchemy\_getAssetTransfers | 120 | +{/* cu:auto end */} # Utility API +{/* cu:auto product="utility" */} | Method | CU | | ------------------------------- | --- | | alchemy\_getTransactionReceipts | 250 | +{/* cu:auto end */} # Wallet APIs Similar to the [NFT API](/docs/reference/compute-unit-costs#nft-api), the Wallet APIs implement "Throughput CU" to count separately toward your applications' throughput! -| Method | CU | Throughput CU | -| ------------------------------------------ | ---- | ------------- | -| wallet_requestAccount | 50 | - | -| wallet_prepareCalls | 1750 | 50 | -| wallet_sendPreparedCalls | 3000 | 100 | -| wallet_createAccount | 50 | - | -| wallet_createSession | 50 | - | -| wallet_getCallsStatus | 20 | - | -| wallet_listAccounts | 10 | - | -| wallet_formatSign | 15 | - | -| wallet_getAssets | 200 | - | -| wallet_getCapabilities | 10 | - | -| wallet_getCrossChainStatus_v0 | 40 | - | -| wallet_prepareSign | 15 | - | -| wallet_requestQuote_v0 | 800 | - | +{/* cu:auto product="wallet" */} +| Method | CU | Throughput CU | +| ------------------------------- | ---- | ------------- | +| wallet\_getCapabilities | 10 | | +| wallet\_listAccounts | 10 | | +| wallet\_formatSign | 15 | | +| wallet\_prepareSign | 15 | | +| wallet\_getCallsStatus | 20 | | +| wallet\_getCrossChainStatus\_v0 | 40 | | +| wallet\_createAccount | 50 | | +| wallet\_createSession | 50 | | +| wallet\_requestAccount | 50 | | +| wallet\_getAssets | 200 | | +| wallet\_requestQuote\_v0 | 800 | 50 | +| wallet\_prepareCalls | 1750 | 50 | +| wallet\_sendPreparedCalls | 3000 | 100 | +{/* cu:auto end */} # Webhooks and Subscription APIs @@ -391,6 +494,7 @@ On average, a typical byte-priced webhook or WebSocket subscription event is abo # Polygon PoS: Specific Methods +{/* cu:auto product="polygon-pos" */} | Method | CU | | ------------------------- | -- | | bor\_getAuthor | 10 | @@ -398,11 +502,14 @@ On average, a typical byte-priced webhook or WebSocket subscription event is abo | bor\_getCurrentValidators | 10 | | bor\_getRootHash | 10 | | bor\_getSignersAtHash | 10 | +{/* cu:auto end */} # Polygon zkEVM: Specific Methods +{/* cu:auto product="polygon-zkevm" */} | Method | CU | | ------------------------------- | -- | +| eth\_getCompilers | 10 | | zkevm\_batchNumber | 10 | | zkevm\_batchNumberByBlockNumber | 10 | | zkevm\_consolidatedBlockNumber | 10 | @@ -414,471 +521,720 @@ On average, a typical byte-priced webhook or WebSocket subscription event is abo | zkevm\_virtualBatchNumber | 10 | | zkevm\_estimateFee | 40 | | zkevm\_estimateGasPrice | 40 | +{/* cu:auto end */} # Starknet: Standard JSON-RPC Methods -| Method | CU | -| ----------------------------------------- | ---- | -| starknet\_getBlockWithTxHashes | 20 | -| starknet\_getBlockWithTxs | 20 | -| starknet\_getStateUpdate | 20 | -| starknet\_getStorageAt | 20 | -| starknet\_getTransactionByHash | 20 | -| starknet\_getTransactionByBlockIdAndIndex | 20 | -| starknet\_getTransactionReceipt | 20 | -| starknet\_getClass | 20 | -| starknet\_getClassHashAt | 20 | -| starknet\_getClassAt | 20 | -| starknet\_getBlockTransactionCount | 20 | -| starknet\_call | 20 | -| starknet\_blockNumber | 20 | -| starknet\_blockHashAndNumber | 20 | -| starknet\_chainId | 0 | -| starknet\_pendingTransactions | 20 | -| starknet\_syncing | 0 | -| starknet\_getNonce | 20 | -| starknet\_getEvents | 20 | -| starknet\_estimateFee | 20 | -| starknet\_addInvokeTransaction | 160 | -| starknet\_addDeclareTransaction | 160 | -| starknet\_addDeployAccountTransaction | 160 | -| starknet\_estimateMessageFee | 20 | -| starknet\_getBlockWithReceipts | 20 | -| starknet\_traceBlockTransactions | 80 | -| starknet\_specVersion | 10 | -| starknet\_getTransactionStatus | 20 | -| starknet\_simulateTransactions | 20 | -| starknet\_getCompiledCasm | 20 | -| starknet\_getMessagesStatus | 20 | -| starknet\_getStorageProof | 20 | -| starknet\_traceTransaction | 20 | +{/* cu:auto product="starknet" */} +| Method | CU | Throughput CU | +| -------------------------------------------- | --- | ------------- | +| starknet\_chainId | 0 | 5 | +| starknet\_syncing | 0 | 5 | +| starknet\_blockHashAndNumber | 10 | | +| starknet\_blockNumber | 10 | | +| starknet\_specVersion | 10 | | +| pathfinder\_getTransactionStatus | 20 | | +| pathfinder\_lastL1AcceptedBlockHashAndNumber | 20 | | +| starknet\_call | 20 | | +| starknet\_estimateFee | 20 | | +| starknet\_estimateMessageFee | 20 | | +| starknet\_getBlockTransactionCount | 20 | | +| starknet\_getBlockWithReceipts | 20 | 500 | +| starknet\_getBlockWithTxHashes | 20 | | +| starknet\_getBlockWithTxs | 20 | | +| starknet\_getClass | 20 | | +| starknet\_getClassAt | 20 | | +| starknet\_getClassHashAt | 20 | | +| starknet\_getCompiledCasm | 20 | | +| starknet\_getEvents | 20 | | +| starknet\_getMessagesStatus | 20 | | +| starknet\_getNonce | 20 | | +| starknet\_getStateUpdate | 20 | | +| starknet\_getStorageAt | 20 | | +| starknet\_getStorageProof | 20 | | +| starknet\_getTransactionByBlockIdAndIndex | 20 | | +| starknet\_getTransactionByHash | 20 | | +| starknet\_getTransactionReceipt | 20 | | +| starknet\_getTransactionStatus | 20 | | +| starknet\_pendingTransactions | 20 | | +| starknet\_simulateTransactions | 20 | | +| starknet\_traceTransaction | 20 | | +| starknet\_traceBlockTransactions | 80 | 3000 | +| starknet\_addDeclareTransaction | 160 | | +| starknet\_addDeployAccountTransaction | 160 | | +| starknet\_addInvokeTransaction | 160 | | +{/* cu:auto end */} # zkSync Era: Specific Methods -| Method | CU | -| ----------------------------------------------- | -- | -| zks\_estimateFee | 10 | -| zks\_estimateGasL1ToL2 | 10 | -| zks\_gasPerPubdata | 10 | -| zks\_getAllAccountBalances | 10 | -| zks\_getBaseTokenL1Address | 10 | -| zks\_getBlockDetails | 10 | -| zks\_getBridgeContracts | 10 | -| zks\_getBridgehubContract | 10 | -| zks\_getBytecodeByHash | 10 | -| zks\_getConfirmedTokens | 10 | -| zks\_getFeeParams | 10 | -| zks\_getL1BatchBlockRange | 10 | -| zks\_getL1BatchDetails | 10 | -| zks\_getL1GasPrice | 10 | -| zks\_getL2ToL1LogProof | 10 | -| zks\_getL2ToL1MsgProof | 10 | -| zks\_getMainContract | 10 | -| zks\_getProtocolVersion | 10 | -| zks\_getRawBlockTransactions | 10 | -| zks\_getTestnetPaymaster | 10 | -| zks\_getTransactionDetails | 10 | -| zks\_L1BatchNumber | 10 | -| zks\_L1ChainId | 10 | -| zks\_sendRawTransactionWithDetailedOutput | 20 | +{/* cu:auto product="zksync" */} +| Method | CU | +| ----------------------------------------- | -- | +| zks\_estimateFee | 10 | +| zks\_estimateGasL1ToL2 | 10 | +| zks\_gasPerPubdata | 10 | +| zks\_getAllAccountBalances | 10 | +| zks\_getBaseTokenL1Address | 10 | +| zks\_getBlockDetails | 10 | +| zks\_getBridgeContracts | 10 | +| zks\_getBridgehubContract | 10 | +| zks\_getBytecodeByHash | 10 | +| zks\_getConfirmedTokens | 10 | +| zks\_getFeeParams | 10 | +| zks\_getL1BatchBlockRange | 10 | +| zks\_getL1BatchDetails | 10 | +| zks\_getL1GasPrice | 10 | +| zks\_getL2ToL1LogProof | 10 | +| zks\_getL2ToL1MsgProof | 10 | +| zks\_getMainContract | 10 | +| zks\_getProof | 10 | +| zks\_getProtocolVersion | 10 | +| zks\_getRawBlockTransactions | 10 | +| zks\_getTestnetPaymaster | 10 | +| zks\_getTransactionDetails | 10 | +| zks\_L1BatchNumber | 10 | +| zks\_L1ChainId | 10 | +| zks\_sendRawTransactionWithDetailedOutput | 20 | +{/* cu:auto end */} # Ethereum Beacon: Standard HTTP API Methods -| Method | CU | -| -------------------------------------------------------------- | --- | -| /eth/v2/beacon/blocks/\{block\_id}/attestations | 20 | -| /eth/v1/beacon/blocks/\{block\_id}/root | 20 | -| /eth/v1/beacon/blinded\_blocks/\{slot} | 20 | -| /eth/v1/beacon/blob\_sidecars/\{block\_id} | 20 | -| /eth/v1/beacon/genesis | 20 | -| /eth/v1/beacon/headers | 20 | -| /eth/v1/beacon/headers/\{block\_id} | 20 | -| /eth/v1/beacon/pool/voluntary\_exits | 20 | -| /eth/v1/beacon/states/\{state\_id}/committees | 20 | -| /eth/v1/beacon/states/\{state\_id}/finality\_checkpoints | 20 | -| /eth/v1/beacon/states/\{state\_id}/fork | 20 | -| /eth/v1/beacon/states/\{state\_id}/pending\_consolidations | 20 | -| /eth/v1/beacon/states/\{state\_id}/pending\_partial\_withdrawals | 20 | -| /eth/v1/beacon/states/\{state\_id}/root | 20 | -| /eth/v1/beacon/states/\{state\_id}/sync\_committees | 20 | -| /eth/v1/beacon/states/\{state\_id}/validator\_balances | 20 | -| /eth/v1/beacon/states/\{state\_id}/validators | 20 | -| /eth/v1/beacon/states/\{state\_id}/validators/\{validator\_id} | 20 | -| /eth/v1/beacon/rewards/sync\_committee/\{block\_id} | 20 | -| /eth/v1/beacon/rewards/blocks/\{block\_id} | 20 | -| /eth/v1/beacon/rewards/attestations/\{epoch} | 20 | -| /eth/v1/config/deposit\_contract | 20 | -| /eth/v1/config/fork\_schedule | 20 | -| /eth/v1/config/spec | 20 | -| /eth/v1/node/peer\_count | 20 | -| /eth/v1/node/peers | 20 | -| /eth/v1/node/syncing | 20 | -| /eth/v1/node/version | 20 | -| /eth/v2/validator/aggregate\_attestation | 20 | -| /eth/v1/validator/duties/attester/\{epoch} | 20 | -| /eth/v1/validator/duties/proposer/\{epoch} | 20 | -| /eth/v1/validator/duties/sync/\{epoch} | 20 | -| /eth/v1/validator/sync\_committee\_contribution | 20 | -| /eth/v2/beacon/blocks/\{block\_id} | 20 | -| /eth/v1/beacon/blinded\_blocks/\{block\_id} | 20 | -| /eth/v1/beacon/blobs/\{block\_id} | 20 | -| /eth/v1/beacon/states/\{state\_id}/pending\_deposits | 20 | -| /eth/v1/beacon/states/\{state\_id}/proposer\_lookahead | 20 | -| /eth/v1/beacon/states/\{state\_id}/randao | 20 | -| /eth/v1/beacon/states/\{state\_id}/validator\_identities | 20 | +{/* cu:auto product="eth-beacon" */} +| Method | CU | +| ---------------------------------------------------------------- | -- | +| /eth/v1/beacon/blinded\_blocks/\{block\_id} | 20 | +| /eth/v1/beacon/blinded\_blocks/\{slot} | 20 | +| /eth/v1/beacon/blob\_sidecars/\{block\_id} | 20 | +| /eth/v1/beacon/blobs/\{block\_id} | 20 | +| /eth/v1/beacon/blocks/\{block\_id}/root | 20 | +| /eth/v1/beacon/genesis | 20 | +| /eth/v1/beacon/headers | 20 | +| /eth/v1/beacon/headers/\{block\_id} | 20 | +| /eth/v1/beacon/pool/voluntary\_exits | 20 | +| /eth/v1/beacon/rewards/attestations/\{epoch} | 20 | +| /eth/v1/beacon/rewards/blocks/\{block\_id} | 20 | +| /eth/v1/beacon/rewards/sync\_committee/\{block\_id} | 20 | +| /eth/v1/beacon/states/\{state\_id}/committees | 20 | +| /eth/v1/beacon/states/\{state\_id}/finality\_checkpoints | 20 | +| /eth/v1/beacon/states/\{state\_id}/fork | 20 | +| /eth/v1/beacon/states/\{state\_id}/pending\_consolidations | 20 | +| /eth/v1/beacon/states/\{state\_id}/pending\_deposits | 20 | +| /eth/v1/beacon/states/\{state\_id}/pending\_partial\_withdrawals | 20 | +| /eth/v1/beacon/states/\{state\_id}/proposer\_lookahead | 20 | +| /eth/v1/beacon/states/\{state\_id}/randao | 20 | +| /eth/v1/beacon/states/\{state\_id}/root | 20 | +| /eth/v1/beacon/states/\{state\_id}/sync\_committees | 20 | +| /eth/v1/beacon/states/\{state\_id}/validator\_balances | 20 | +| /eth/v1/beacon/states/\{state\_id}/validator\_identities | 20 | +| /eth/v1/beacon/states/\{state\_id}/validators | 20 | +| /eth/v1/beacon/states/\{state\_id}/validators/\{validator\_id} | 20 | +| /eth/v1/config/deposit\_contract | 20 | +| /eth/v1/config/fork\_schedule | 20 | +| /eth/v1/config/spec | 20 | +| /eth/v1/debug/beacon/data\_column\_sidecars/\{block\_id} | 20 | +| /eth/v1/debug/fork\_choice | 20 | +| /eth/v1/node/identity | 20 | +| /eth/v1/node/peer\_count | 20 | +| /eth/v1/node/peers | 20 | +| /eth/v1/node/syncing | 20 | +| /eth/v1/node/version | 20 | +| /eth/v1/validator/attestation\_data | 20 | +| /eth/v1/validator/contribution\_and\_proofs | 20 | +| /eth/v1/validator/duties/attester/\{epoch} | 20 | +| /eth/v1/validator/duties/proposer/\{epoch} | 20 | +| /eth/v1/validator/duties/sync/\{epoch} | 20 | +| /eth/v1/validator/sync\_committee\_contribution | 20 | +| /eth/v2/beacon/blocks/\{block\_id} | 20 | +| /eth/v2/beacon/blocks/\{block\_id}/attestations | 20 | +| /eth/v2/beacon/pool/attestations | 20 | +| /eth/v2/debug/beacon/states/\{state\_id} | 20 | +| /eth/v2/validator/aggregate\_attestation | 20 | +| /eth/v3/validator/blocks/\{slot} | 20 | +{/* cu:auto end */} # Aptos: Standard REST API Methods -| Method | CU | -| -------------------------------------------------------------- | --- | -| /v1/ | 20 | -| /v1/accounts/\{address} | 20 | -| /v1/accounts/\{address}/balance/\{asset\_type} | 20 | -| /v1/accounts/\{address}/events/\{creation\_number} | 20 | -| /v1/accounts/\{address}/events/\{event\_handle}/\{field\_name} | 20 | -| /v1/accounts/\{address}/module/\{module\_name} | 20 | -| /v1/accounts/\{address}/modules | 20 | -| /v1/accounts/\{address}/resource/\{resource\_type} | 20 | -| /v1/accounts/\{address}/resources | 20 | -| /v1/accounts/\{address}/transactions | 20 | -| /v1/blocks/by\_height/\{block\_height} | 20 | -| /v1/blocks/by\_version/\{version} | 20 | -| /v1/estimate\_gas\_price | 20 | -| /v1/-/healthy | 20 | -| /v1/spec | 20 | -| /v1/tables/\{table\_handle}/item | 20 | -| /v1/tables/\{table\_handle}/raw\_item | 20 | -| /v1/transactions | 20 | -| /v1/transactions/batch | 20 | -| /v1/transactions/by\_hash/\{txn\_hash} | 20 | -| /v1/transactions/by\_version/\{txn\_version} | 20 | -| /v1/transactions/encode\_submission | 20 | -| /v1/transactions/simulate | 20 | -| /v1/view | 20 | +{/* cu:auto product="aptos" */} +| Method | CU | +| -------------------------------------------------------------- | -- | +| /v1 | 20 | +| /v1/ | 20 | +| /v1/-/healthy | 20 | +| /v1/accounts/\{address} | 20 | +| /v1/accounts/\{address}/balance/\{asset\_type} | 20 | +| /v1/accounts/\{address}/events/\{creation\_number} | 20 | +| /v1/accounts/\{address}/events/\{event\_handle}/\{field\_name} | 20 | +| /v1/accounts/\{address}/module/\{module\_name} | 20 | +| /v1/accounts/\{address}/modules | 20 | +| /v1/accounts/\{address}/resource/\{resource\_type} | 20 | +| /v1/accounts/\{address}/resources | 20 | +| /v1/accounts/\{address}/transaction\_summaries | 20 | +| /v1/accounts/\{address}/transactions | 20 | +| /v1/blocks/by\_height/\{block\_height} | 20 | +| /v1/blocks/by\_version/\{version} | 20 | +| /v1/estimate\_gas\_price | 20 | +| /v1/spec | 20 | +| /v1/tables/\{table\_handle}/item | 20 | +| /v1/tables/\{table\_handle}/raw\_item | 20 | +| /v1/transactions | 20 | +| /v1/transactions/auxiliary\_info | 20 | +| /v1/transactions/batch | 20 | +| /v1/transactions/by\_hash/\{txn\_hash} | 20 | +| /v1/transactions/by\_version/\{txn\_version} | 20 | +| /v1/transactions/encode\_submission | 20 | +| /v1/transactions/simulate | 20 | +| /v1/transactions/wait\_by\_hash/\{txn\_hash} | 20 | +| /v1/view | 20 | +{/* cu:auto end */} # Bitcoin: Standard JSON-RPC Methods -| Method | CU | -| --------------------------------------------------------- | --- | -| getbestblockhash | 10 | -| getblock | 10 | -| getblockchaininfo | 10 | -| getblockcount | 10 | -| getblockhash | 10 | -| getblockheader | 10 | -| getblockstats | 10 | -| getdifficulty | 10 | -| getmempoolancestors | 10 | -| getmempooldescendants | 10 | -| getmempoolinfo | 10 | -| getrawmempool | 10 | -| gettxout | 10 | -| gettxoutproof | 10 | -| getchaintips | 10 | -| getchaintxstats | 10 | -| getblocktemplate | 10 | -| submitblock | 10 | -| decoderawtransaction | 10 | -| decodescript | 10 | -| estimatesmartfee | 10 | -| getconnectioncount | 10 | -| getindexinfo | 10 | -| getmemoryinfo | 10 | -| validateaddress | 10 | -| verifymessage | 10 | -| gettxoutsetinfo | 10 | -| testmempoolaccept | 10 | -| sendrawtransaction | 10 | -| submitpackage | 10 | +{/* cu:auto product="bitcoin" */} +| Method | CU | +| --------------------- | -- | +| createrawtransaction | 10 | +| decoderawtransaction | 10 | +| decodescript | 10 | +| estimatesmartfee | 10 | +| getbestblockhash | 10 | +| getblock | 10 | +| getblockchaininfo | 10 | +| getblockcount | 10 | +| getblockfilter | 10 | +| getblockhash | 10 | +| getblockheader | 10 | +| getblockstats | 10 | +| getblocktemplate | 10 | +| getchaintips | 10 | +| getchaintxstats | 10 | +| getconnectioncount | 10 | +| getdifficulty | 10 | +| getindexinfo | 10 | +| getmemoryinfo | 10 | +| getmempoolancestors | 10 | +| getmempooldescendants | 10 | +| getmempoolinfo | 10 | +| getnetworkhashps | 10 | +| getnetworkinfo | 10 | +| getrawmempool | 10 | +| getrawtransaction | 10 | +| gettxout | 10 | +| gettxoutproof | 10 | +| gettxoutsetinfo | 10 | +| sendrawtransaction | 10 | +| submitblock | 10 | +| submitheader | 10 | +| submitpackage | 10 | +| testmempoolaccept | 10 | +| validateaddress | 10 | +| verifymessage | 10 | +{/* cu:auto end */} # UTXO REST API Methods -| Method | CU | -| --------------------------------------------------------- | --- | -| /api/v2/block-index/\{block\_height} | 20 | -| /api/v2/tx/\{txid} | 20 | -| /api/v2/tx-specific/\{txid} | 20 | -| /api/v2/address/\{address} | 20 | -| /api/v2/xpub/\{xpub} | 20 | -| /api/v2/utxo/\{descriptor} | 20 | -| /api/v2/block/\{block} | 20 | -| /api/v2/sendtx/\{hex} | 20 | -| /api/v2/sendtx | 20 | -| /api/v2/tickers-list | 20 | -| /api/v2/tickers | 20 | -| /api/v2/balancehistory/\{address} | 20 | +{/* cu:auto product="utxo" */} +| Method | CU | +| ------------------------------------ | -- | +| /api/v2/address/\{address} | 20 | +| /api/v2/balancehistory/\{address} | 20 | +| /api/v2/block-index/\{block\_height} | 20 | +| /api/v2/block/\{block} | 20 | +| /api/v2/sendtx | 20 | +| /api/v2/sendtx/\{hex} | 20 | +| /api/v2/tickers | 20 | +| /api/v2/tickers-list | 20 | +| /api/v2/tx-specific/\{txid} | 20 | +| /api/v2/tx/\{txid} | 20 | +| /api/v2/utxo/\{descriptor} | 20 | +| /api/v2/xpub/\{xpub} | 20 | +{/* cu:auto end */} # Celestia Bridge: Standard RPC Methods -| Method | CU | -| --------------------------------------------------------- | -- | -| blob.Get | 20 | -| blob.GetAll | 20 | -| blob.Submit | 20 | -| blob.GetCommitmentProof | 20 | -| blob.GetProof | 20 | -| blob.Included | 20 | -| state.AccountAddress | 20 | -| state.Balance | 20 | -| state.BalanceForAddress | 20 | -| state.SubmitPayForBlob | 20 | -| state.Transfer | 20 | -| header.GetByHash | 20 | -| header.GetByHeight | 20 | -| header.GetRangeByHeight | 20 | -| header.LocalHead | 20 | -| header.NetworkHead | 20 | -| header.SyncState | 20 | -| header.SyncWait | 20 | -| header.WaitForHeight | 20 | -| share.GetEDS | 20 | -| share.GetNamespaceData | 20 | -| share.GetRange | 20 | -| share.GetRow | 20 | -| share.GetSamples | 20 | -| share.SharesAvailable | 20 | -| blobstream.GetDataRootTupleInclusionProof | 20 | -| da.Submit | 20 | -| da.Get | 20 | -| fraud.Get | 20 | +{/* cu:auto product="celestia" */} +| Method | CU | +| ----------------------------------------- | -- | +| blob.Get | 20 | +| blob.GetAll | 20 | +| blob.GetCommitmentProof | 20 | +| blob.GetProof | 20 | +| blob.Included | 20 | +| blob.Submit | 20 | +| blobstream.GetDataRootTupleInclusionProof | 20 | +| da.Get | 20 | +| da.Submit | 20 | +| fraud.Get | 20 | +| header.GetByHash | 20 | +| header.GetByHeight | 20 | +| header.GetRangeByHeight | 20 | +| header.LocalHead | 20 | +| header.NetworkHead | 20 | +| header.SyncState | 20 | +| header.SyncWait | 20 | +| header.WaitForHeight | 20 | +| share.GetEDS | 20 | +| share.GetNamespaceData | 20 | +| share.GetRange | 20 | +| share.GetRow | 20 | +| share.GetSamples | 20 | +| share.GetShare | 20 | +| share.SharesAvailable | 20 | +| state.AccountAddress | 20 | +| state.Balance | 20 | +| state.BalanceForAddress | 20 | +| state.SubmitPayForBlob | 20 | +| state.Transfer | 20 | +{/* cu:auto end */} # Citrea: Specific Methods -| Method | CU | -| ------------------------------------------- | -- | -| citrea\_getL2StatusHeightsByL1Height | 20 | -| citrea\_getLastCommittedL2Height | 20 | -| citrea\_getLastProvenL2Height | 20 | -| citrea\_sendRawDepositTransaction | 20 | -| citrea\_syncStatus | 20 | -| ledger\_getHeadL2Block | 20 | -| ledger\_getHeadL2BlockHeight | 20 | -| ledger\_getL2BlockByHash | 20 | -| ledger\_getL2BlockByNumber | 20 | -| ledger\_getL2BlockRange | 20 | -| ledger\_getL2GenesisStateRoot | 20 | -| ledger\_getLastScannedL1Height | 20 | -| ledger\_getLastVerifiedBatchProof | 20 | -| ledger\_getSequencerCommitmentByIndex | 20 | -| ledger\_getSequencerCommitmentsOnSlotByHash | 20 | +{/* cu:auto product="citrea" */} +| Method | CU | +| --------------------------------------------- | -- | +| citrea\_getL2StatusHeightsByL1Height | 20 | +| citrea\_getLastCommittedL2Height | 20 | +| citrea\_getLastProvenL2Height | 20 | +| citrea\_sendRawDepositTransaction | 20 | +| citrea\_syncStatus | 20 | +| eth\_estimateDiffSize | 20 | +| ledger\_getHeadL2Block | 20 | +| ledger\_getHeadL2BlockHeight | 20 | +| ledger\_getL2BlockByHash | 20 | +| ledger\_getL2BlockByNumber | 20 | +| ledger\_getL2BlockRange | 20 | +| ledger\_getL2GenesisStateRoot | 20 | +| ledger\_getLastScannedL1Height | 20 | +| ledger\_getLastVerifiedBatchProof | 20 | +| ledger\_getSequencerCommitmentByIndex | 20 | +| ledger\_getSequencerCommitmentsOnSlotByHash | 20 | | ledger\_getSequencerCommitmentsOnSlotByNumber | 20 | -| ledger\_getVerifiedBatchProofsBySlotHeight | 20 | +| ledger\_getVerifiedBatchProofsBySlotHeight | 20 | +{/* cu:auto end */} # Linea: Specific Methods -| Method | CU | -| --------------------------------------------- | -- | -| linea\_estimateGas | 20 | -| linea\_getProof | 20 | -| linea\_getTransactionExclusionStatusV1 | 20 | +{/* cu:auto product="linea" */} +| Method | CU | +| -------------------------------------- | -- | +| linea\_estimateGas | 20 | +| linea\_getProof | 20 | +| linea\_getTransactionExclusionStatusV1 | 20 | +{/* cu:auto end */} # MegaETH: Specific Methods -| Method | CU | -| ------------------------- | -- | -| eth\_getWithdrawalProof | 20 | +{/* cu:auto product="megaeth" */} +| Method | CU | +| ----------------------- | -- | +| eth\_getWithdrawalProof | 20 | +{/* cu:auto end */} # Stellar: Standard Methods -| Method | CU | -| -------------------- | -- | -| getEvents | 20 | -| getFeeStats | 20 | -| getHealth | 20 | -| getLatestLedger | 20 | -| getLedgerEntries | 20 | -| getLedgers | 50 | -| getNetwork | 20 | -| getTransaction | 40 | -| getTransactions | 50 | -| getVersionInfo | 20 | -| sendTransaction | 20 | -| simulateTransaction | 20 | +{/* cu:auto product="stellar" */} +| Method | CU | +| ----------------------------------------------------------- | -- | +| /accounts | 20 | +| /accounts/\{account\_id} | 20 | +| /accounts/\{account\_id}/data/\{key} | 20 | +| /accounts/\{account\_id}/effects | 20 | +| /accounts/\{account\_id}/offers | 20 | +| /accounts/\{account\_id}/operations | 20 | +| /accounts/\{account\_id}/payments | 20 | +| /accounts/\{account\_id}/trades | 20 | +| /accounts/\{account\_id}/transactions | 20 | +| /assets | 20 | +| /claimable\_balances | 20 | +| /claimable\_balances/\{claimable\_balance\_id} | 20 | +| /claimable\_balances/\{claimable\_balance\_id}/operations | 20 | +| /claimable\_balances/\{claimable\_balance\_id}/transactions | 20 | +| /effects | 20 | +| /fee\_stats | 20 | +| /ledgers | 20 | +| /ledgers/\{sequence} | 20 | +| /ledgers/\{sequence}/effects | 20 | +| /ledgers/\{sequence}/operations | 20 | +| /ledgers/\{sequence}/payments | 20 | +| /ledgers/\{sequence}/transactions | 20 | +| /liquidity\_pools | 20 | +| /liquidity\_pools/\{liquidity\_pool\_id} | 20 | +| /liquidity\_pools/\{liquidity\_pool\_id}/effects | 20 | +| /liquidity\_pools/\{liquidity\_pool\_id}/operations | 20 | +| /liquidity\_pools/\{liquidity\_pool\_id}/trades | 20 | +| /liquidity\_pools/\{liquidity\_pool\_id}/transactions | 20 | +| /offers | 20 | +| /offers/\{offer\_id} | 20 | +| /offers/\{offer\_id}/trades | 20 | +| /operations | 20 | +| /operations/\{operation\_id} | 20 | +| /operations/\{operation\_id}/effects | 20 | +| /order\_book | 20 | +| /paths | 20 | +| /paths/strict-receive | 20 | +| /paths/strict-send | 20 | +| /payments | 20 | +| /trade\_aggregations | 20 | +| /trades | 20 | +| /transactions | 20 | +| /transactions\_async | 20 | +| /transactions/\{transaction\_id} | 20 | +| /transactions/\{transaction\_id}/effects | 20 | +| /transactions/\{transaction\_id}/operations | 20 | +| /transactions/\{transaction\_id}/payments | 20 | +| getEvents | 20 | +| getFeeStats | 20 | +| getHealth | 20 | +| getLatestLedger | 20 | +| getLedgerEntries | 20 | +| getNetwork | 20 | +| getVersionInfo | 20 | +| sendTransaction | 20 | +| simulateTransaction | 20 | +| getTransaction | 40 | +| getLedgers | 50 | +| getTransactions | 50 | +{/* cu:auto end */} # Sui: Standard Methods -| Method | CU | -| ---------------------------------------- | -- | -| sui\_devInspectTransactionBlock | 20 | -| sui\_dryRunTransactionBlock | 20 | -| sui\_executeTransactionBlock | 20 | -| sui\_getChainIdentifier | 20 | -| sui\_getCheckpoint | 20 | -| sui\_getCheckpoints | 20 | -| sui\_getEvents | 20 | -| sui\_getLatestCheckpointSequenceNumber | 20 | -| sui\_getMoveFunctionArgTypes | 20 | -| sui\_getNormalizedMoveFunction | 20 | -| sui\_getNormalizedMoveModule | 20 | -| sui\_getNormalizedMoveModulesByPackage | 20 | -| sui\_getNormalizedMoveStruct | 20 | -| sui\_getObject | 20 | -| sui\_getProtocolConfig | 20 | -| sui\_getTotalTransactionBlocks | 20 | -| sui\_getTransactionBlock | 20 | -| sui\_multiGetObjects | 20 | -| sui\_multiGetTransactionBlocks | 20 | -| sui\_tryGetPastObject | 20 | -| sui\_tryMultiGetPastObjects | 20 | -| suix\_getAllBalances | 20 | -| suix\_getAllCoins | 20 | -| suix\_getBalance | 20 | -| suix\_getCoinMetadata | 20 | -| suix\_getCoins | 20 | -| suix\_getCommitteeInfo | 20 | -| suix\_getDynamicFieldObject | 20 | -| suix\_getDynamicFields | 20 | -| suix\_getLatestBridge | 20 | -| suix\_getLatestSuiSystemState | 20 | -| suix\_getOwnedObjects | 20 | -| suix\_getReferenceGasPrice | 20 | -| suix\_getStakes | 20 | -| suix\_getStakesByIds | 20 | -| suix\_getTotalSupply | 20 | -| suix\_queryEvents | 20 | -| suix\_queryTransactionBlocks | 20 | -| suix\_resolveNameServiceAddress | 20 | -| unsafe\_batchTransaction | 20 | -| unsafe\_mergeCoins | 20 | -| unsafe\_moveCall | 20 | -| unsafe\_pay | 20 | -| unsafe\_payAllSui | 20 | -| unsafe\_paySui | 20 | -| unsafe\_publish | 20 | -| unsafe\_requestAddStake | 20 | -| unsafe\_requestWithdrawStake | 20 | -| unsafe\_splitCoin | 20 | -| unsafe\_splitCoinEqual | 20 | -| unsafe\_transferObject | 20 | -| unsafe\_transferSui | 20 | +{/* cu:auto product="sui" */} +| Method | CU | +| -------------------------------------- | -- | +| sui\_devInspectTransactionBlock | 20 | +| sui\_dryRunTransactionBlock | 20 | +| sui\_executeTransactionBlock | 20 | +| sui\_getChainIdentifier | 20 | +| sui\_getCheckpoint | 20 | +| sui\_getCheckpoints | 20 | +| sui\_getEvents | 20 | +| sui\_getLatestCheckpointSequenceNumber | 20 | +| sui\_getMoveFunctionArgTypes | 20 | +| sui\_getNormalizedMoveFunction | 20 | +| sui\_getNormalizedMoveModule | 20 | +| sui\_getNormalizedMoveModulesByPackage | 20 | +| sui\_getNormalizedMoveStruct | 20 | +| sui\_getObject | 20 | +| sui\_getProtocolConfig | 20 | +| sui\_getTotalTransactionBlocks | 20 | +| sui\_getTransactionBlock | 20 | +| sui\_multiGetObjects | 20 | +| sui\_multiGetTransactionBlocks | 20 | +| sui\_tryGetPastObject | 20 | +| sui\_tryMultiGetPastObjects | 20 | +| suix\_getAllBalances | 20 | +| suix\_getAllCoins | 20 | +| suix\_getBalance | 20 | +| suix\_getCoinMetadata | 20 | +| suix\_getCoins | 20 | +| suix\_getCommitteeInfo | 20 | +| suix\_getDynamicFieldObject | 20 | +| suix\_getDynamicFields | 20 | +| suix\_getLatestSuiSystemState | 20 | +| suix\_getOwnedObjects | 20 | +| suix\_getReferenceGasPrice | 20 | +| suix\_getStakes | 20 | +| suix\_getStakesByIds | 20 | +| suix\_getTotalSupply | 20 | +| suix\_queryEvents | 20 | +| suix\_queryTransactionBlocks | 20 | +| suix\_resolveNameServiceAddress | 20 | +| unsafe\_batchTransaction | 20 | +| unsafe\_mergeCoins | 20 | +| unsafe\_moveCall | 20 | +| unsafe\_pay | 20 | +| unsafe\_payAllSui | 20 | +| unsafe\_paySui | 20 | +| unsafe\_publish | 20 | +| unsafe\_requestAddStake | 20 | +| unsafe\_requestWithdrawStake | 20 | +| unsafe\_splitCoin | 20 | +| unsafe\_splitCoinEqual | 20 | +| unsafe\_transferObject | 20 | +| unsafe\_transferSui | 20 | +{/* cu:auto end */} # Tron: Standard HTTP Methods -| Method | CU | -| --------------------------------------------------------- | --- | -| /wallet/accountpermissionupdate | 20 | -| /wallet/broadcasthex | 20 | -| /wallet/broadcasttransaction | 20 | -| /wallet/clearabi | 20 | -| /wallet/createaccount | 20 | -| /wallet/createassetissue | 20 | -| /wallet/createtransaction | 20 | -| /wallet/deploycontract | 20 | -| /wallet/estimateenergy | 20 | -| /wallet/freezebalance | 20 | -| /wallet/freezebalancev2 | 20 | -| /wallet/getaccount | 20 | -| /wallet/getaccountbalance | 20 | -| /wallet/getaccountnet | 20 | -| /wallet/getaccountresource | 20 | -| /wallet/getassetissuebyid | 20 | -| /wallet/getassetissuebyname | 20 | -| /wallet/getblock | 20 | -| /wallet/getblockbynum | 20 | -| /wallet/getblockbyid | 20 | -| /wallet/getblockbylatestnum | 20 | -| /wallet/getblockbylimitnext | 20 | -| /wallet/getburntrx | 20 | -| /wallet/getchainparameters | 20 | -| /wallet/getcontract | 20 | -| /wallet/getcontractinfo | 20 | -| /wallet/getdelegatedresource | 20 | -| /wallet/getdelegatedresourceaccountindex | 20 | -| /wallet/getdiversifier | 20 | -| /wallet/getenergyprices | 20 | -| /wallet/getexchangebyid | 20 | -| /wallet/getincomingviewingkey | 20 | -| /wallet/getnewshieldedaddress | 20 | -| /wallet/getnodeinfo | 20 | -| /wallet/getnowblock | 20 | -| /wallet/getpaginatedassetissuelist | 20 | -| /wallet/getproposalbyid | 20 | -| /wallet/gettransactionbyid | 20 | -| /wallet/gettransactioninfobyid | 20 | -| /wallet/gettransactionlistfrompending | 20 | -| /wallet/triggersmartcontract | 20 | -| /wallet/triggerconstantcontract | 20 | -| /wallet/transferasset | 20 | -| /wallet/unfreezebalance | 20 | -| /wallet/unfreezebalancev2 | 20 | -| /wallet/unfreezeasset | 20 | -| /wallet/updateaccount | 20 | -| /wallet/validateaddress | 20 | -| /wallet/createshieldedcontractparameters | 20 | -| /wallet/createspendauthsig | 20 | -| /wallet/delegateresource | 20 | -| /wallet/exchangecreate | 20 | -| /wallet/exchangeinject | 20 | -| /wallet/exchangetransaction | 20 | -| /wallet/exchangewithdraw | 20 | -| /wallet/getakfromask | 20 | -| /wallet/getassetissuebyaccount | 20 | -| /wallet/getassetissuelist | 20 | -| /wallet/getassetissuelistbyname | 20 | -| /wallet/getavailableunfreezecount | 20 | -| /wallet/getbandwidthprices | 20 | -| /wallet/getblockbalance | 20 | -| /wallet/getcandelegatedmaxsize | 20 | -| /wallet/getcanwithdrawunfreezeamount | 20 | -| /wallet/getdelegatedresourceaccountindexv2 | 20 | -| /wallet/getdelegatedresourcev2 | 20 | -| /wallet/getexpandedspendingkey | 20 | -| /wallet/getnkfromnsk | 20 | -| /wallet/getpendingsize | 20 | -| /wallet/getspendingkey | 20 | -| /wallet/gettransactionfrompending | 20 | -| /wallet/gettransactioninfobyblocknum | 20 | -| /wallet/gettriggerinputforshieldedtrc20contract | 20 | -| /wallet/getzenpaymentaddress | 20 | -| /wallet/isshieldedtrc20contractnotespent | 20 | -| /wallet/listexchanges | 20 | -| /wallet/listproposals | 20 | -| /wallet/participateassetissue | 20 | -| /wallet/proposalapprove | 20 | -| /wallet/proposaldelete | 20 | -| /wallet/scanshieldedtrc20notesbyivk | 20 | -| /wallet/scanshieldedtrc20notesbyovk | 20 | -| /wallet/undelegateresource | 20 | -| /wallet/updateasset | 20 | -| /wallet/updateenergylimit | 20 | -| /wallet/updatesetting | 20 | -| /wallet/votewitnessaccount | 20 | -| /wallet/withdrawexpireunfreeze | 20 | +{/* cu:auto product="tron" */} +| Method | CU | +| ----------------------------------------------- | -- | +| /wallet/accountpermissionupdate | 20 | +| /wallet/broadcasthex | 20 | +| /wallet/broadcasttransaction | 20 | +| /wallet/clearabi | 20 | +| /wallet/createaccount | 20 | +| /wallet/createassetissue | 20 | +| /wallet/createshieldedcontractparameters | 20 | +| /wallet/createspendauthsig | 20 | +| /wallet/createtransaction | 20 | +| /wallet/delegateresource | 20 | +| /wallet/deploycontract | 20 | +| /wallet/estimateenergy | 20 | +| /wallet/exchangecreate | 20 | +| /wallet/exchangeinject | 20 | +| /wallet/exchangetransaction | 20 | +| /wallet/exchangewithdraw | 20 | +| /wallet/freezebalance | 20 | +| /wallet/freezebalancev2 | 20 | +| /wallet/getaccount | 20 | +| /wallet/getaccountbalance | 20 | +| /wallet/getaccountnet | 20 | +| /wallet/getaccountresource | 20 | +| /wallet/getakfromask | 20 | +| /wallet/getassetissuebyaccount | 20 | +| /wallet/getassetissuebyid | 20 | +| /wallet/getassetissuebyname | 20 | +| /wallet/getassetissuelist | 20 | +| /wallet/getassetissuelistbyname | 20 | +| /wallet/getavailableunfreezecount | 20 | +| /wallet/getbandwidthprices | 20 | +| /wallet/getblock | 20 | +| /wallet/getblockbalance | 20 | +| /wallet/getblockbyid | 20 | +| /wallet/getblockbylatestnum | 20 | +| /wallet/getblockbylimitnext | 20 | +| /wallet/getblockbynum | 20 | +| /wallet/getburntrx | 20 | +| /wallet/getcandelegatedmaxsize | 20 | +| /wallet/getcanwithdrawunfreezeamount | 20 | +| /wallet/getchainparameters | 20 | +| /wallet/getcontract | 20 | +| /wallet/getcontractinfo | 20 | +| /wallet/getdelegatedresource | 20 | +| /wallet/getdelegatedresourceaccountindex | 20 | +| /wallet/getdelegatedresourceaccountindexv2 | 20 | +| /wallet/getdelegatedresourcev2 | 20 | +| /wallet/getdiversifier | 20 | +| /wallet/getenergyprices | 20 | +| /wallet/getexchangebyid | 20 | +| /wallet/getexpandedspendingkey | 20 | +| /wallet/getincomingviewingkey | 20 | +| /wallet/getnewshieldedaddress | 20 | +| /wallet/getnkfromnsk | 20 | +| /wallet/getnodeinfo | 20 | +| /wallet/getnowblock | 20 | +| /wallet/getpaginatedassetissuelist | 20 | +| /wallet/getpendingsize | 20 | +| /wallet/getproposalbyid | 20 | +| /wallet/getsignweight | 20 | +| /wallet/getspendingkey | 20 | +| /wallet/gettransactionbyid | 20 | +| /wallet/gettransactionfrompending | 20 | +| /wallet/gettransactioninfobyblocknum | 20 | +| /wallet/gettransactioninfobyid | 20 | +| /wallet/gettransactionlistfrompending | 20 | +| /wallet/gettriggerinputforshieldedtrc20contract | 20 | +| /wallet/getzenpaymentaddress | 20 | +| /wallet/isshieldedtrc20contractnotespent | 20 | +| /wallet/listexchanges | 20 | +| /wallet/listproposals | 20 | +| /wallet/participateassetissue | 20 | +| /wallet/proposalapprove | 20 | +| /wallet/proposaldelete | 20 | +| /wallet/scanshieldedtrc20notesbyivk | 20 | +| /wallet/scanshieldedtrc20notesbyovk | 20 | +| /wallet/transferasset | 20 | +| /wallet/triggerconstantcontract | 20 | +| /wallet/triggersmartcontract | 20 | +| /wallet/undelegateresource | 20 | +| /wallet/unfreezeasset | 20 | +| /wallet/unfreezebalance | 20 | +| /wallet/unfreezebalancev2 | 20 | +| /wallet/updateaccount | 20 | +| /wallet/updateasset | 20 | +| /wallet/updateenergylimit | 20 | +| /wallet/updatesetting | 20 | +| /wallet/validateaddress | 20 | +| /wallet/votewitnessaccount | 20 | +| /wallet/withdrawexpireunfreeze | 20 | +{/* cu:auto end */} # Tron: Solidity HTTP Methods -| Method | CU | -| --------------------------------------------------------- | --- | -| /walletsolidity/estimateenergy | 20 | -| /walletsolidity/getaccount | 20 | -| /walletsolidity/getassetissuebyid | 20 | -| /walletsolidity/getassetissuebyname | 20 | -| /walletsolidity/getassetissuelist | 20 | -| /walletsolidity/getassetissuelistbyname | 20 | -| /walletsolidity/getavailableunfreezecount | 20 | -| /walletsolidity/getblock | 20 | -| /walletsolidity/getblockbyid | 20 | -| /walletsolidity/getblockbylatestnum | 20 | -| /walletsolidity/getblockbylimitnext | 20 | -| /walletsolidity/getblockbynum | 20 | -| /walletsolidity/getburntrx | 20 | -| /walletsolidity/getcandelegatedmaxsize | 20 | -| /walletsolidity/getcanwithdrawunfreezeamount | 20 | -| /walletsolidity/getdelegatedresource | 20 | -| /walletsolidity/getdelegatedresourceaccountindex | 20 | -| /walletsolidity/getdelegatedresourceaccountindexv2 | 20 | -| /walletsolidity/getexchangebyid | 20 | -| /walletsolidity/getnowblock | 20 | -| /walletsolidity/getpaginatedassetissuelist | 20 | -| /walletsolidity/gettransactionbyid | 20 | -| /walletsolidity/gettransactioncountbyblocknum | 20 | -| /walletsolidity/gettransactioninfobyblocknum | 20 | -| /walletsolidity/gettransactioninfobyid | 20 | -| /walletsolidity/isshieldedtrc20contractnotespent | 20 | -| /walletsolidity/listexchanges | 20 | -| /walletsolidity/scanshieldedtrc20notesbyivk | 20 | -| /walletsolidity/scanshieldedtrc20notesbyovk | 20 | -| /walletsolidity/triggerconstantcontract | 20 | +{/* cu:auto product="tron-solidity" */} +| Method | CU | +| -------------------------------------------------- | -- | +| /walletsolidity/estimateenergy | 20 | +| /walletsolidity/getaccount | 20 | +| /walletsolidity/getassetissuebyid | 20 | +| /walletsolidity/getassetissuebyname | 20 | +| /walletsolidity/getassetissuelist | 20 | +| /walletsolidity/getassetissuelistbyname | 20 | +| /walletsolidity/getavailableunfreezecount | 20 | +| /walletsolidity/getblock | 20 | +| /walletsolidity/getblockbyid | 20 | +| /walletsolidity/getblockbylatestnum | 20 | +| /walletsolidity/getblockbylimitnext | 20 | +| /walletsolidity/getblockbynum | 20 | +| /walletsolidity/getburntrx | 20 | +| /walletsolidity/getcandelegatedmaxsize | 20 | +| /walletsolidity/getcanwithdrawunfreezeamount | 20 | +| /walletsolidity/getdelegatedresource | 20 | +| /walletsolidity/getdelegatedresourceaccountindex | 20 | +| /walletsolidity/getdelegatedresourceaccountindexv2 | 20 | +| /walletsolidity/getexchangebyid | 20 | +| /walletsolidity/getnowblock | 20 | +| /walletsolidity/getpaginatedassetissuelist | 20 | +| /walletsolidity/gettransactionbyid | 20 | +| /walletsolidity/gettransactioncountbyblocknum | 20 | +| /walletsolidity/gettransactioninfobyblocknum | 20 | +| /walletsolidity/gettransactioninfobyid | 20 | +| /walletsolidity/isshieldedtrc20contractnotespent | 20 | +| /walletsolidity/listexchanges | 20 | +| /walletsolidity/scanshieldedtrc20notesbyivk | 20 | +| /walletsolidity/scanshieldedtrc20notesbyovk | 20 | +| /walletsolidity/triggerconstantcontract | 20 | +{/* cu:auto end */} + +# Astar: Specific Methods + +{/* cu:auto product="astar" */} +| Method | CU | +| ----------------------- | -- | +| chain\_getFinalizedHead | 10 | +| chain\_getHeader | 10 | +{/* cu:auto end */} + +# Bitcoin: Indexer REST API Methods + +{/* cu:auto product="bitcoin-indexer" */} +| Method | CU | +| ------------------------------------------------- | -- | +| /address-prefix/\{prefix} | 20 | +| /address/\{address} | 20 | +| /address/\{address}/txs | 20 | +| /address/\{address}/txs/chain/\{last\_seen\_txid} | 20 | +| /address/\{address}/txs/mempool | 20 | +| /address/\{address}/utxo | 20 | +| /block-height/\{height} | 20 | +| /block/\{hash} | 20 | +| /block/\{hash}/header | 20 | +| /block/\{hash}/raw | 20 | +| /block/\{hash}/status | 20 | +| /block/\{hash}/txid/\{index} | 20 | +| /block/\{hash}/txids | 20 | +| /block/\{hash}/txs/\{start\_index} | 20 | +| /blocks/\{start\_height} | 20 | +| /blocks/tip/hash | 20 | +| /blocks/tip/height | 20 | +| /fee-estimates | 20 | +| /mempool | 20 | +| /mempool/recent | 20 | +| /mempool/txids | 20 | +| /scripthash/\{hash} | 20 | +| /scripthash/\{hash}/txs | 20 | +| /scripthash/\{hash}/txs/chain/\{last\_seen\_txid} | 20 | +| /scripthash/\{hash}/txs/mempool | 20 | +| /scripthash/\{hash}/utxo | 20 | +| /tx/\{txid} | 20 | +| /tx/\{txid}/hex | 20 | +| /tx/\{txid}/merkle-proof | 20 | +| /tx/\{txid}/merkleblock-proof | 20 | +| /tx/\{txid}/outspend/\{vout} | 20 | +| /tx/\{txid}/outspends | 20 | +| /tx/\{txid}/raw | 20 | +| /tx/\{txid}/status | 20 | +| /txs/package | 20 | +{/* cu:auto end */} + +# HyperEVM: Specific Methods + +{/* cu:auto product="hyperevm" */} +| Method | CU | +| --------------------------------- | -- | +| eth\_bigBlockGasPrice | 20 | +| eth\_getBlockReceiptsWithSystemTx | 20 | +| eth\_getSystemTxsByBlockHash | 20 | +| eth\_getSystemTxsByBlockNumber | 20 | +| eth\_usingBigBlocks | 20 | +{/* cu:auto end */} + +# Optimism: Specific Methods + +{/* cu:auto product="optimism" */} +| Method | CU | +| ----------------------- | -- | +| optimism\_outputAtBlock | 10 | +| optimism\_rollupConfig | 10 | +| optimism\_syncStatus | 10 | +| optimism\_version | 10 | +{/* cu:auto end */} + +# Avalanche P-Chain: Standard Methods + +{/* cu:auto product="pchain" */} +| Method | CU | +| ------------------------------ | -- | +| platform.getAllValidatorsAt | 20 | +| platform.getBalance | 20 | +| platform.getBlockchains | 20 | +| platform.getBlockchainStatus | 20 | +| platform.getCurrentSupply | 20 | +| platform.getCurrentValidators | 20 | +| platform.getFeeConfig | 20 | +| platform.getFeeState | 20 | +| platform.getHeight | 20 | +| platform.getMinStake | 20 | +| platform.getRewardUTXOs | 20 | +| platform.getStake | 20 | +| platform.getStakingAssetID | 20 | +| platform.getSubnets | 20 | +| platform.getTimestamp | 20 | +| platform.getTotalStake | 20 | +| platform.getTx | 20 | +| platform.getTxStatus | 20 | +| platform.getUTXOs | 20 | +| platform.getValidatorFeeConfig | 20 | +| platform.getValidatorFeeState | 20 | +| platform.getValidatorsAt | 20 | +| platform.issueTx | 20 | +| platform.sampleValidators | 20 | +| platform.validatedBy | 20 | +| platform.validates | 20 | +{/* cu:auto end */} + +# Sui: gRPC Methods + +{/* cu:auto product="sui-grpc" */} +| Method | CU | +| ---------------------------------------------------------- | -- | +| sui.rpc.v2.LedgerService/GetServiceInfo | 10 | +| sui.rpc.v2.SubscriptionService/SubscribeCheckpoints | 10 | +| sui.rpc.v2.LedgerService/BatchGetObjects | 20 | +| sui.rpc.v2.LedgerService/BatchGetTransactions | 20 | +| sui.rpc.v2.LedgerService/GetCheckpoint | 20 | +| sui.rpc.v2.LedgerService/GetEpoch | 20 | +| sui.rpc.v2.LedgerService/GetObject | 20 | +| sui.rpc.v2.LedgerService/GetTransaction | 20 | +| sui.rpc.v2.MovePackageService/GetDatatype | 20 | +| sui.rpc.v2.MovePackageService/GetFunction | 20 | +| sui.rpc.v2.MovePackageService/GetPackage | 20 | +| sui.rpc.v2.MovePackageService/ListPackageVersions | 20 | +| sui.rpc.v2.NameService/LookupName | 20 | +| sui.rpc.v2.NameService/ReverseLookupName | 20 | +| sui.rpc.v2.SignatureVerificationService/VerifySignature | 20 | +| sui.rpc.v2.StateService/GetBalance | 20 | +| sui.rpc.v2.StateService/GetCoinInfo | 20 | +| sui.rpc.v2.StateService/ListBalances | 20 | +| sui.rpc.v2.StateService/ListDynamicFields | 20 | +| sui.rpc.v2.StateService/ListOwnedObjects | 20 | +| sui.rpc.v2.TransactionExecutionService/ExecuteTransaction | 20 | +| sui.rpc.v2.TransactionExecutionService/SimulateTransaction | 20 | +{/* cu:auto end */} + +# Solana: Yellowstone gRPC Unary Methods + +{/* cu:auto product="yellowstone-grpc" */} +| Method | CU | +| --------------------------------- | -- | +| geyser.Geyser/GetBlockHeight | 10 | +| geyser.Geyser/GetLatestBlockhash | 10 | +| geyser.Geyser/GetSlot | 10 | +| geyser.Geyser/GetVersion | 10 | +| geyser.Geyser/IsBlockhashValid | 10 | +| geyser.Geyser/Ping | 10 | +| geyser.Geyser/SubscribeReplayInfo | 10 | +{/* cu:auto end */} # Compute unit cost for error codes diff --git a/content/api-reference/ronin/ronin-api-overview.mdx b/content/api-reference/ronin/ronin-api-overview.mdx index 80d76547b..45144edaf 100644 --- a/content/api-reference/ronin/ronin-api-overview.mdx +++ b/content/api-reference/ronin/ronin-api-overview.mdx @@ -12,8 +12,10 @@ slug: docs/ronin/ronin-api-overview | | | | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | | [`debug_executionWitness`](/docs/chains/ronin/ronin-api-endpoints/debug-execution-witness) | [`debug_executionWitnessByHash`](/docs/chains/ronin/ronin-api-endpoints/debug-execution-witness-by-hash) | -| [`eth_accounts`](/docs/chains/ronin/ronin-api-endpoints/eth-accounts) | [`eth_blobBaseFee`](/docs/chains/ronin/ronin-api-endpoints/eth-blob-base-fee) | +| [`erigon_getHeaderByNumber`](/docs/chains/ronin/ronin-api-endpoints/erigon-get-header-by-number) | [`eth_accounts`](/docs/chains/ronin/ronin-api-endpoints/eth-accounts) | +| [`eth_baseFee`](/docs/chains/ronin/ronin-api-endpoints/eth-base-fee) | [`eth_blobBaseFee`](/docs/chains/ronin/ronin-api-endpoints/eth-blob-base-fee) | | [`eth_blockNumber`](/docs/chains/ronin/ronin-api-endpoints/eth-block-number) | [`eth_call`](/docs/chains/ronin/ronin-api-endpoints/eth-call) | +| [`eth_callBundle`](/docs/chains/ronin/ronin-api-endpoints/eth-call-bundle) | [`eth_callMany`](/docs/chains/ronin/ronin-api-endpoints/eth-call-many) | | [`eth_chainId`](/docs/chains/ronin/ronin-api-endpoints/eth-chain-id) | [`eth_createAccessList`](/docs/chains/ronin/ronin-api-endpoints/eth-create-access-list) | | [`eth_estimateGas`](/docs/chains/ronin/ronin-api-endpoints/eth-estimate-gas) | [`eth_feeHistory`](/docs/chains/ronin/ronin-api-endpoints/eth-fee-history) | | [`eth_fillTransaction`](/docs/chains/ronin/ronin-api-endpoints/eth-fill-transaction) | [`eth_gasPrice`](/docs/chains/ronin/ronin-api-endpoints/eth-gas-price) | @@ -27,14 +29,17 @@ slug: docs/ronin/ronin-api-overview | [`eth_getStorageAt`](/docs/chains/ronin/ronin-api-endpoints/eth-get-storage-at) | [`eth_getTransactionByBlockHashAndIndex`](/docs/chains/ronin/ronin-api-endpoints/eth-get-transaction-by-block-hash-and-index) | | [`eth_getTransactionByBlockNumberAndIndex`](/docs/chains/ronin/ronin-api-endpoints/eth-get-transaction-by-block-number-and-index) | [`eth_getTransactionByHash`](/docs/chains/ronin/ronin-api-endpoints/eth-get-transaction-by-hash) | | [`eth_getTransactionCount`](/docs/chains/ronin/ronin-api-endpoints/eth-get-transaction-count) | [`eth_getTransactionReceipt`](/docs/chains/ronin/ronin-api-endpoints/eth-get-transaction-receipt) | +| [`eth_getUncleByBlockHashAndIndex`](/docs/chains/ronin/ronin-api-endpoints/eth-get-uncle-by-block-hash-and-index) | [`eth_getUncleByBlockNumberAndIndex`](/docs/chains/ronin/ronin-api-endpoints/eth-get-uncle-by-block-number-and-index) | | [`eth_getUncleCountByBlockHash`](/docs/chains/ronin/ronin-api-endpoints/eth-get-uncle-count-by-block-hash) | [`eth_getUncleCountByBlockNumber`](/docs/chains/ronin/ronin-api-endpoints/eth-get-uncle-count-by-block-number) | | [`eth_maxPriorityFeePerGas`](/docs/chains/ronin/ronin-api-endpoints/eth-max-priority-fee-per-gas) | [`eth_newBlockFilter`](/docs/chains/ronin/ronin-api-endpoints/eth-new-block-filter) | -| [`eth_newFilter`](/docs/chains/ronin/ronin-api-endpoints/eth-new-filter) | [`eth_protocolVersion`](/docs/chains/ronin/ronin-api-endpoints/eth-protocol-version) | -| [`eth_sendRawTransaction`](/docs/chains/ronin/ronin-api-endpoints/eth-send-raw-transaction) | [`eth_simulateV1`](/docs/chains/ronin/ronin-api-endpoints/eth-simulate-v-1) | +| [`eth_newFilter`](/docs/chains/ronin/ronin-api-endpoints/eth-new-filter) | [`eth_newPendingTransactionFilter`](/docs/chains/ronin/ronin-api-endpoints/eth-new-pending-transaction-filter) | +| [`eth_protocolVersion`](/docs/chains/ronin/ronin-api-endpoints/eth-protocol-version) | [`eth_sendRawTransaction`](/docs/chains/ronin/ronin-api-endpoints/eth-send-raw-transaction) | +| [`eth_sendRawTransactionSync`](/docs/chains/ronin/ronin-api-endpoints/eth-send-raw-transaction-sync) | [`eth_simulateV1`](/docs/chains/ronin/ronin-api-endpoints/eth-simulate-v-1) | | [`eth_submitWork`](/docs/chains/ronin/ronin-api-endpoints/eth-submit-work) | [`eth_subscribe`](/docs/chains/ronin/ronin-api-endpoints/eth-subscribe) | | [`eth_syncing`](/docs/chains/ronin/ronin-api-endpoints/eth-syncing) | [`eth_uninstallFilter`](/docs/chains/ronin/ronin-api-endpoints/eth-uninstall-filter) | | [`eth_unsubscribe`](/docs/chains/ronin/ronin-api-endpoints/eth-unsubscribe) | [`net_listening`](/docs/chains/ronin/ronin-api-endpoints/net-listening) | -| [`net_version`](/docs/chains/ronin/ronin-api-endpoints/net-version) | [`web3_clientVersion`](/docs/chains/ronin/ronin-api-endpoints/web-3-client-version) | +| [`net_peerCount`](/docs/chains/ronin/ronin-api-endpoints/net-peer-count) | [`net_version`](/docs/chains/ronin/ronin-api-endpoints/net-version) | +| [`txpool_content`](/docs/chains/ronin/ronin-api-endpoints/txpool-content) | [`web3_clientVersion`](/docs/chains/ronin/ronin-api-endpoints/web-3-client-version) | | [`web3_sha3`](/docs/chains/ronin/ronin-api-endpoints/web-3-sha-3) | | ## Related APIs diff --git a/content/api-reference/sei/sei-api-overview.mdx b/content/api-reference/sei/sei-api-overview.mdx index 86f3a16a6..775229150 100644 --- a/content/api-reference/sei/sei-api-overview.mdx +++ b/content/api-reference/sei/sei-api-overview.mdx @@ -21,17 +21,18 @@ slug: docs/sei/sei-api-overview | [`eth_getBlockReceipts`](/docs/chains/sei/sei-api-endpoints/eth-get-block-receipts) | [`eth_getBlockTransactionCountByHash`](/docs/chains/sei/sei-api-endpoints/eth-get-block-transaction-count-by-hash) | | [`eth_getBlockTransactionCountByNumber`](/docs/chains/sei/sei-api-endpoints/eth-get-block-transaction-count-by-number) | [`eth_getCode`](/docs/chains/sei/sei-api-endpoints/eth-get-code) | | [`eth_getFilterChanges`](/docs/chains/sei/sei-api-endpoints/eth-get-filter-changes) | [`eth_getFilterLogs`](/docs/chains/sei/sei-api-endpoints/eth-get-filter-logs) | -| [`eth_getLogs`](/docs/chains/sei/sei-api-endpoints/eth-get-logs) | [`eth_getRawTransactionByHash`](/docs/chains/sei/sei-api-endpoints/eth-get-raw-transaction-by-hash) | -| [`eth_getStorageAt`](/docs/chains/sei/sei-api-endpoints/eth-get-storage-at) | [`eth_getTransactionByBlockHashAndIndex`](/docs/chains/sei/sei-api-endpoints/eth-get-transaction-by-block-hash-and-index) | -| [`eth_getTransactionByBlockNumberAndIndex`](/docs/chains/sei/sei-api-endpoints/eth-get-transaction-by-block-number-and-index) | [`eth_getTransactionByHash`](/docs/chains/sei/sei-api-endpoints/eth-get-transaction-by-hash) | -| [`eth_getTransactionCount`](/docs/chains/sei/sei-api-endpoints/eth-get-transaction-count) | [`eth_getTransactionReceipt`](/docs/chains/sei/sei-api-endpoints/eth-get-transaction-receipt) | -| [`eth_maxPriorityFeePerGas`](/docs/chains/sei/sei-api-endpoints/eth-max-priority-fee-per-gas) | [`eth_newBlockFilter`](/docs/chains/sei/sei-api-endpoints/eth-new-block-filter) | -| [`eth_newFilter`](/docs/chains/sei/sei-api-endpoints/eth-new-filter) | [`eth_sendRawTransaction`](/docs/chains/sei/sei-api-endpoints/eth-send-raw-transaction) | -| [`eth_submitWork`](/docs/chains/sei/sei-api-endpoints/eth-submit-work) | [`eth_subscribe`](/docs/chains/sei/sei-api-endpoints/eth-subscribe) | -| [`eth_syncing`](/docs/chains/sei/sei-api-endpoints/eth-syncing) | [`eth_uninstallFilter`](/docs/chains/sei/sei-api-endpoints/eth-uninstall-filter) | -| [`eth_unsubscribe`](/docs/chains/sei/sei-api-endpoints/eth-unsubscribe) | [`net_listening`](/docs/chains/sei/sei-api-endpoints/net-listening) | -| [`net_version`](/docs/chains/sei/sei-api-endpoints/net-version) | [`txpool_content`](/docs/chains/sei/sei-api-endpoints/txpool-content) | -| [`web3_clientVersion`](/docs/chains/sei/sei-api-endpoints/web-3-client-version) | [`web3_sha3`](/docs/chains/sei/sei-api-endpoints/web-3-sha-3) | +| [`eth_getLogs`](/docs/chains/sei/sei-api-endpoints/eth-get-logs) | [`eth_getProof`](/docs/chains/sei/sei-api-endpoints/eth-get-proof) | +| [`eth_getRawTransactionByHash`](/docs/chains/sei/sei-api-endpoints/eth-get-raw-transaction-by-hash) | [`eth_getStorageAt`](/docs/chains/sei/sei-api-endpoints/eth-get-storage-at) | +| [`eth_getTransactionByBlockHashAndIndex`](/docs/chains/sei/sei-api-endpoints/eth-get-transaction-by-block-hash-and-index) | [`eth_getTransactionByBlockNumberAndIndex`](/docs/chains/sei/sei-api-endpoints/eth-get-transaction-by-block-number-and-index) | +| [`eth_getTransactionByHash`](/docs/chains/sei/sei-api-endpoints/eth-get-transaction-by-hash) | [`eth_getTransactionCount`](/docs/chains/sei/sei-api-endpoints/eth-get-transaction-count) | +| [`eth_getTransactionReceipt`](/docs/chains/sei/sei-api-endpoints/eth-get-transaction-receipt) | [`eth_maxPriorityFeePerGas`](/docs/chains/sei/sei-api-endpoints/eth-max-priority-fee-per-gas) | +| [`eth_newBlockFilter`](/docs/chains/sei/sei-api-endpoints/eth-new-block-filter) | [`eth_newFilter`](/docs/chains/sei/sei-api-endpoints/eth-new-filter) | +| [`eth_sendRawTransaction`](/docs/chains/sei/sei-api-endpoints/eth-send-raw-transaction) | [`eth_submitWork`](/docs/chains/sei/sei-api-endpoints/eth-submit-work) | +| [`eth_subscribe`](/docs/chains/sei/sei-api-endpoints/eth-subscribe) | [`eth_syncing`](/docs/chains/sei/sei-api-endpoints/eth-syncing) | +| [`eth_uninstallFilter`](/docs/chains/sei/sei-api-endpoints/eth-uninstall-filter) | [`eth_unsubscribe`](/docs/chains/sei/sei-api-endpoints/eth-unsubscribe) | +| [`net_listening`](/docs/chains/sei/sei-api-endpoints/net-listening) | [`net_version`](/docs/chains/sei/sei-api-endpoints/net-version) | +| [`txpool_content`](/docs/chains/sei/sei-api-endpoints/txpool-content) | [`web3_clientVersion`](/docs/chains/sei/sei-api-endpoints/web-3-client-version) | +| [`web3_sha3`](/docs/chains/sei/sei-api-endpoints/web-3-sha-3) | | ## Related APIs diff --git a/content/api-reference/stable/stable-api-overview.mdx b/content/api-reference/stable/stable-api-overview.mdx index 469742a86..02f28e50a 100644 --- a/content/api-reference/stable/stable-api-overview.mdx +++ b/content/api-reference/stable/stable-api-overview.mdx @@ -15,26 +15,28 @@ slug: docs/stable/stable-api-overview | [`eth_blockNumber`](/docs/chains/stable/stable-api-endpoints/eth-block-number) | [`eth_call`](/docs/chains/stable/stable-api-endpoints/eth-call) | | [`eth_chainId`](/docs/chains/stable/stable-api-endpoints/eth-chain-id) | [`eth_createAccessList`](/docs/chains/stable/stable-api-endpoints/eth-create-access-list) | | [`eth_estimateGas`](/docs/chains/stable/stable-api-endpoints/eth-estimate-gas) | [`eth_feeHistory`](/docs/chains/stable/stable-api-endpoints/eth-fee-history) | -| [`eth_gasPrice`](/docs/chains/stable/stable-api-endpoints/eth-gas-price) | [`eth_getAccount`](/docs/chains/stable/stable-api-endpoints/eth-get-account) | -| [`eth_getBalance`](/docs/chains/stable/stable-api-endpoints/eth-get-balance) | [`eth_getBlockByHash`](/docs/chains/stable/stable-api-endpoints/eth-get-block-by-hash) | -| [`eth_getBlockByNumber`](/docs/chains/stable/stable-api-endpoints/eth-get-block-by-number) | [`eth_getBlockReceipts`](/docs/chains/stable/stable-api-endpoints/eth-get-block-receipts) | -| [`eth_getBlockTransactionCountByHash`](/docs/chains/stable/stable-api-endpoints/eth-get-block-transaction-count-by-hash) | [`eth_getBlockTransactionCountByNumber`](/docs/chains/stable/stable-api-endpoints/eth-get-block-transaction-count-by-number) | -| [`eth_getCode`](/docs/chains/stable/stable-api-endpoints/eth-get-code) | [`eth_getFilterChanges`](/docs/chains/stable/stable-api-endpoints/eth-get-filter-changes) | -| [`eth_getFilterLogs`](/docs/chains/stable/stable-api-endpoints/eth-get-filter-logs) | [`eth_getLogs`](/docs/chains/stable/stable-api-endpoints/eth-get-logs) | -| [`eth_getProof`](/docs/chains/stable/stable-api-endpoints/eth-get-proof) | [`eth_getRawTransactionByHash`](/docs/chains/stable/stable-api-endpoints/eth-get-raw-transaction-by-hash) | -| [`eth_getStorageAt`](/docs/chains/stable/stable-api-endpoints/eth-get-storage-at) | [`eth_getTransactionByBlockHashAndIndex`](/docs/chains/stable/stable-api-endpoints/eth-get-transaction-by-block-hash-and-index) | -| [`eth_getTransactionByBlockNumberAndIndex`](/docs/chains/stable/stable-api-endpoints/eth-get-transaction-by-block-number-and-index) | [`eth_getTransactionByHash`](/docs/chains/stable/stable-api-endpoints/eth-get-transaction-by-hash) | -| [`eth_getTransactionCount`](/docs/chains/stable/stable-api-endpoints/eth-get-transaction-count) | [`eth_getTransactionReceipt`](/docs/chains/stable/stable-api-endpoints/eth-get-transaction-receipt) | -| [`eth_getUncleByBlockHashAndIndex`](/docs/chains/stable/stable-api-endpoints/eth-get-uncle-by-block-hash-and-index) | [`eth_getUncleByBlockNumberAndIndex`](/docs/chains/stable/stable-api-endpoints/eth-get-uncle-by-block-number-and-index) | -| [`eth_getUncleCountByBlockHash`](/docs/chains/stable/stable-api-endpoints/eth-get-uncle-count-by-block-hash) | [`eth_getUncleCountByBlockNumber`](/docs/chains/stable/stable-api-endpoints/eth-get-uncle-count-by-block-number) | -| [`eth_maxPriorityFeePerGas`](/docs/chains/stable/stable-api-endpoints/eth-max-priority-fee-per-gas) | [`eth_newBlockFilter`](/docs/chains/stable/stable-api-endpoints/eth-new-block-filter) | -| [`eth_newFilter`](/docs/chains/stable/stable-api-endpoints/eth-new-filter) | [`eth_newPendingTransactionFilter`](/docs/chains/stable/stable-api-endpoints/eth-new-pending-transaction-filter) | -| [`eth_protocolVersion`](/docs/chains/stable/stable-api-endpoints/eth-protocol-version) | [`eth_sendRawTransaction`](/docs/chains/stable/stable-api-endpoints/eth-send-raw-transaction) | -| [`eth_simulateV1`](/docs/chains/stable/stable-api-endpoints/eth-simulate-v-1) | [`eth_submitWork`](/docs/chains/stable/stable-api-endpoints/eth-submit-work) | -| [`eth_subscribe`](/docs/chains/stable/stable-api-endpoints/eth-subscribe) | [`eth_syncing`](/docs/chains/stable/stable-api-endpoints/eth-syncing) | -| [`eth_uninstallFilter`](/docs/chains/stable/stable-api-endpoints/eth-uninstall-filter) | [`eth_unsubscribe`](/docs/chains/stable/stable-api-endpoints/eth-unsubscribe) | -| [`net_listening`](/docs/chains/stable/stable-api-endpoints/net-listening) | [`net_version`](/docs/chains/stable/stable-api-endpoints/net-version) | -| [`web3_clientVersion`](/docs/chains/stable/stable-api-endpoints/web-3-client-version) | [`web3_sha3`](/docs/chains/stable/stable-api-endpoints/web-3-sha-3) | +| [`eth_fillTransaction`](/docs/chains/stable/stable-api-endpoints/eth-fill-transaction) | [`eth_gasPrice`](/docs/chains/stable/stable-api-endpoints/eth-gas-price) | +| [`eth_getAccount`](/docs/chains/stable/stable-api-endpoints/eth-get-account) | [`eth_getBalance`](/docs/chains/stable/stable-api-endpoints/eth-get-balance) | +| [`eth_getBlockByHash`](/docs/chains/stable/stable-api-endpoints/eth-get-block-by-hash) | [`eth_getBlockByNumber`](/docs/chains/stable/stable-api-endpoints/eth-get-block-by-number) | +| [`eth_getBlockReceipts`](/docs/chains/stable/stable-api-endpoints/eth-get-block-receipts) | [`eth_getBlockTransactionCountByHash`](/docs/chains/stable/stable-api-endpoints/eth-get-block-transaction-count-by-hash) | +| [`eth_getBlockTransactionCountByNumber`](/docs/chains/stable/stable-api-endpoints/eth-get-block-transaction-count-by-number) | [`eth_getCode`](/docs/chains/stable/stable-api-endpoints/eth-get-code) | +| [`eth_getFilterChanges`](/docs/chains/stable/stable-api-endpoints/eth-get-filter-changes) | [`eth_getFilterLogs`](/docs/chains/stable/stable-api-endpoints/eth-get-filter-logs) | +| [`eth_getLogs`](/docs/chains/stable/stable-api-endpoints/eth-get-logs) | [`eth_getProof`](/docs/chains/stable/stable-api-endpoints/eth-get-proof) | +| [`eth_getRawTransactionByHash`](/docs/chains/stable/stable-api-endpoints/eth-get-raw-transaction-by-hash) | [`eth_getStorageAt`](/docs/chains/stable/stable-api-endpoints/eth-get-storage-at) | +| [`eth_getTransactionByBlockHashAndIndex`](/docs/chains/stable/stable-api-endpoints/eth-get-transaction-by-block-hash-and-index) | [`eth_getTransactionByBlockNumberAndIndex`](/docs/chains/stable/stable-api-endpoints/eth-get-transaction-by-block-number-and-index) | +| [`eth_getTransactionByHash`](/docs/chains/stable/stable-api-endpoints/eth-get-transaction-by-hash) | [`eth_getTransactionCount`](/docs/chains/stable/stable-api-endpoints/eth-get-transaction-count) | +| [`eth_getTransactionReceipt`](/docs/chains/stable/stable-api-endpoints/eth-get-transaction-receipt) | [`eth_getUncleByBlockHashAndIndex`](/docs/chains/stable/stable-api-endpoints/eth-get-uncle-by-block-hash-and-index) | +| [`eth_getUncleByBlockNumberAndIndex`](/docs/chains/stable/stable-api-endpoints/eth-get-uncle-by-block-number-and-index) | [`eth_getUncleCountByBlockHash`](/docs/chains/stable/stable-api-endpoints/eth-get-uncle-count-by-block-hash) | +| [`eth_getUncleCountByBlockNumber`](/docs/chains/stable/stable-api-endpoints/eth-get-uncle-count-by-block-number) | [`eth_maxPriorityFeePerGas`](/docs/chains/stable/stable-api-endpoints/eth-max-priority-fee-per-gas) | +| [`eth_newBlockFilter`](/docs/chains/stable/stable-api-endpoints/eth-new-block-filter) | [`eth_newFilter`](/docs/chains/stable/stable-api-endpoints/eth-new-filter) | +| [`eth_newPendingTransactionFilter`](/docs/chains/stable/stable-api-endpoints/eth-new-pending-transaction-filter) | [`eth_protocolVersion`](/docs/chains/stable/stable-api-endpoints/eth-protocol-version) | +| [`eth_sendRawTransaction`](/docs/chains/stable/stable-api-endpoints/eth-send-raw-transaction) | [`eth_simulateV1`](/docs/chains/stable/stable-api-endpoints/eth-simulate-v-1) | +| [`eth_submitWork`](/docs/chains/stable/stable-api-endpoints/eth-submit-work) | [`eth_subscribe`](/docs/chains/stable/stable-api-endpoints/eth-subscribe) | +| [`eth_syncing`](/docs/chains/stable/stable-api-endpoints/eth-syncing) | [`eth_uninstallFilter`](/docs/chains/stable/stable-api-endpoints/eth-uninstall-filter) | +| [`eth_unsubscribe`](/docs/chains/stable/stable-api-endpoints/eth-unsubscribe) | [`net_listening`](/docs/chains/stable/stable-api-endpoints/net-listening) | +| [`net_peerCount`](/docs/chains/stable/stable-api-endpoints/net-peer-count) | [`net_version`](/docs/chains/stable/stable-api-endpoints/net-version) | +| [`txpool_content`](/docs/chains/stable/stable-api-endpoints/txpool-content) | [`web3_clientVersion`](/docs/chains/stable/stable-api-endpoints/web-3-client-version) | +| [`web3_sha3`](/docs/chains/stable/stable-api-endpoints/web-3-sha-3) | | ## Related APIs diff --git a/content/api-reference/tron/tron-api-overview.mdx b/content/api-reference/tron/tron-api-overview.mdx index f82bd7e66..6df1fc691 100644 --- a/content/api-reference/tron/tron-api-overview.mdx +++ b/content/api-reference/tron/tron-api-overview.mdx @@ -11,19 +11,22 @@ slug: docs/tron/tron-api-overview | | | | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | -| [`eth_blockNumber`](/docs/chains/tron/tron-api-endpoints/eth-block-number) | [`eth_call`](/docs/chains/tron/tron-api-endpoints/eth-call) | -| [`eth_chainId`](/docs/chains/tron/tron-api-endpoints/eth-chain-id) | [`eth_estimateGas`](/docs/chains/tron/tron-api-endpoints/eth-estimate-gas) | -| [`eth_gasPrice`](/docs/chains/tron/tron-api-endpoints/eth-gas-price) | [`eth_getAccount`](/docs/chains/tron/tron-api-endpoints/eth-get-account) | -| [`eth_getBalance`](/docs/chains/tron/tron-api-endpoints/eth-get-balance) | [`eth_getBlockByHash`](/docs/chains/tron/tron-api-endpoints/eth-get-block-by-hash) | -| [`eth_getBlockByNumber`](/docs/chains/tron/tron-api-endpoints/eth-get-block-by-number) | [`eth_getBlockTransactionCountByHash`](/docs/chains/tron/tron-api-endpoints/eth-get-block-transaction-count-by-hash) | -| [`eth_getBlockTransactionCountByNumber`](/docs/chains/tron/tron-api-endpoints/eth-get-block-transaction-count-by-number) | [`eth_getCode`](/docs/chains/tron/tron-api-endpoints/eth-get-code) | -| [`eth_getFilterChanges`](/docs/chains/tron/tron-api-endpoints/eth-get-filter-changes) | [`eth_getFilterLogs`](/docs/chains/tron/tron-api-endpoints/eth-get-filter-logs) | -| [`eth_getLogs`](/docs/chains/tron/tron-api-endpoints/eth-get-logs) | [`eth_getRawTransactionByHash`](/docs/chains/tron/tron-api-endpoints/eth-get-raw-transaction-by-hash) | -| [`eth_getStorageAt`](/docs/chains/tron/tron-api-endpoints/eth-get-storage-at) | [`eth_getTransactionByBlockHashAndIndex`](/docs/chains/tron/tron-api-endpoints/eth-get-transaction-by-block-hash-and-index) | -| [`eth_getTransactionByBlockNumberAndIndex`](/docs/chains/tron/tron-api-endpoints/eth-get-transaction-by-block-number-and-index) | [`eth_getTransactionByHash`](/docs/chains/tron/tron-api-endpoints/eth-get-transaction-by-hash) | -| [`eth_getTransactionCount`](/docs/chains/tron/tron-api-endpoints/eth-get-transaction-count) | [`eth_getTransactionReceipt`](/docs/chains/tron/tron-api-endpoints/eth-get-transaction-receipt) | -| [`eth_newBlockFilter`](/docs/chains/tron/tron-api-endpoints/eth-new-block-filter) | [`eth_newFilter`](/docs/chains/tron/tron-api-endpoints/eth-new-filter) | +| [`eth_accounts`](/docs/chains/tron/tron-api-endpoints/eth-accounts) | [`eth_blockNumber`](/docs/chains/tron/tron-api-endpoints/eth-block-number) | +| [`eth_call`](/docs/chains/tron/tron-api-endpoints/eth-call) | [`eth_chainId`](/docs/chains/tron/tron-api-endpoints/eth-chain-id) | +| [`eth_estimateGas`](/docs/chains/tron/tron-api-endpoints/eth-estimate-gas) | [`eth_gasPrice`](/docs/chains/tron/tron-api-endpoints/eth-gas-price) | +| [`eth_getAccount`](/docs/chains/tron/tron-api-endpoints/eth-get-account) | [`eth_getBalance`](/docs/chains/tron/tron-api-endpoints/eth-get-balance) | +| [`eth_getBlockByHash`](/docs/chains/tron/tron-api-endpoints/eth-get-block-by-hash) | [`eth_getBlockByNumber`](/docs/chains/tron/tron-api-endpoints/eth-get-block-by-number) | +| [`eth_getBlockTransactionCountByHash`](/docs/chains/tron/tron-api-endpoints/eth-get-block-transaction-count-by-hash) | [`eth_getBlockTransactionCountByNumber`](/docs/chains/tron/tron-api-endpoints/eth-get-block-transaction-count-by-number) | +| [`eth_getCode`](/docs/chains/tron/tron-api-endpoints/eth-get-code) | [`eth_getFilterChanges`](/docs/chains/tron/tron-api-endpoints/eth-get-filter-changes) | +| [`eth_getFilterLogs`](/docs/chains/tron/tron-api-endpoints/eth-get-filter-logs) | [`eth_getLogs`](/docs/chains/tron/tron-api-endpoints/eth-get-logs) | +| [`eth_getRawTransactionByHash`](/docs/chains/tron/tron-api-endpoints/eth-get-raw-transaction-by-hash) | [`eth_getStorageAt`](/docs/chains/tron/tron-api-endpoints/eth-get-storage-at) | +| [`eth_getTransactionByBlockHashAndIndex`](/docs/chains/tron/tron-api-endpoints/eth-get-transaction-by-block-hash-and-index) | [`eth_getTransactionByBlockNumberAndIndex`](/docs/chains/tron/tron-api-endpoints/eth-get-transaction-by-block-number-and-index) | +| [`eth_getTransactionByHash`](/docs/chains/tron/tron-api-endpoints/eth-get-transaction-by-hash) | [`eth_getTransactionCount`](/docs/chains/tron/tron-api-endpoints/eth-get-transaction-count) | +| [`eth_getTransactionReceipt`](/docs/chains/tron/tron-api-endpoints/eth-get-transaction-receipt) | [`eth_newBlockFilter`](/docs/chains/tron/tron-api-endpoints/eth-new-block-filter) | +| [`eth_newFilter`](/docs/chains/tron/tron-api-endpoints/eth-new-filter) | [`eth_protocolVersion`](/docs/chains/tron/tron-api-endpoints/eth-protocol-version) | | [`eth_sendRawTransaction`](/docs/chains/tron/tron-api-endpoints/eth-send-raw-transaction) | [`eth_submitWork`](/docs/chains/tron/tron-api-endpoints/eth-submit-work) | -| [`eth_subscribe`](/docs/chains/tron/tron-api-endpoints/eth-subscribe) | [`eth_uninstallFilter`](/docs/chains/tron/tron-api-endpoints/eth-uninstall-filter) | -| [`eth_unsubscribe`](/docs/chains/tron/tron-api-endpoints/eth-unsubscribe) | [`net_version`](/docs/chains/tron/tron-api-endpoints/net-version) | -| [`web3_clientVersion`](/docs/chains/tron/tron-api-endpoints/web-3-client-version) | [`web3_sha3`](/docs/chains/tron/tron-api-endpoints/web-3-sha-3) | +| [`eth_subscribe`](/docs/chains/tron/tron-api-endpoints/eth-subscribe) | [`eth_syncing`](/docs/chains/tron/tron-api-endpoints/eth-syncing) | +| [`eth_uninstallFilter`](/docs/chains/tron/tron-api-endpoints/eth-uninstall-filter) | [`eth_unsubscribe`](/docs/chains/tron/tron-api-endpoints/eth-unsubscribe) | +| [`net_listening`](/docs/chains/tron/tron-api-endpoints/net-listening) | [`net_peerCount`](/docs/chains/tron/tron-api-endpoints/net-peer-count) | +| [`net_version`](/docs/chains/tron/tron-api-endpoints/net-version) | [`web3_clientVersion`](/docs/chains/tron/tron-api-endpoints/web-3-client-version) | +| [`web3_sha3`](/docs/chains/tron/tron-api-endpoints/web-3-sha-3) | | diff --git a/content/api-reference/zetachain/zetachain-api-overview.mdx b/content/api-reference/zetachain/zetachain-api-overview.mdx index a97c13171..6f2be4f49 100644 --- a/content/api-reference/zetachain/zetachain-api-overview.mdx +++ b/content/api-reference/zetachain/zetachain-api-overview.mdx @@ -14,27 +14,27 @@ slug: docs/zetachain/zetachain-api-overview | [`eth_accounts`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-accounts) | [`eth_blockNumber`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-block-number) | | [`eth_call`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-call) | [`eth_chainId`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-chain-id) | | [`eth_estimateGas`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-estimate-gas) | [`eth_feeHistory`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-fee-history) | -| [`eth_gasPrice`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-gas-price) | [`eth_getAccount`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-account) | -| [`eth_getBalance`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-balance) | [`eth_getBlockByHash`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-block-by-hash) | -| [`eth_getBlockByNumber`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-block-by-number) | [`eth_getBlockReceipts`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-block-receipts) | -| [`eth_getBlockTransactionCountByHash`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-block-transaction-count-by-hash) | [`eth_getBlockTransactionCountByNumber`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-block-transaction-count-by-number) | -| [`eth_getCode`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-code) | [`eth_getFilterChanges`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-filter-changes) | -| [`eth_getFilterLogs`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-filter-logs) | [`eth_getLogs`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-logs) | -| [`eth_getProof`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-proof) | [`eth_getRawTransactionByHash`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-raw-transaction-by-hash) | -| [`eth_getStorageAt`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-storage-at) | [`eth_getTransactionByBlockHashAndIndex`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-transaction-by-block-hash-and-index) | -| [`eth_getTransactionByBlockNumberAndIndex`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-transaction-by-block-number-and-index) | [`eth_getTransactionByHash`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-transaction-by-hash) | -| [`eth_getTransactionCount`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-transaction-count) | [`eth_getTransactionReceipt`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-transaction-receipt) | -| [`eth_getUncleByBlockHashAndIndex`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-uncle-by-block-hash-and-index) | [`eth_getUncleByBlockNumberAndIndex`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-uncle-by-block-number-and-index) | -| [`eth_getUncleCountByBlockHash`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-uncle-count-by-block-hash) | [`eth_getUncleCountByBlockNumber`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-uncle-count-by-block-number) | -| [`eth_maxPriorityFeePerGas`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-max-priority-fee-per-gas) | [`eth_newBlockFilter`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-new-block-filter) | -| [`eth_newFilter`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-new-filter) | [`eth_newPendingTransactionFilter`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-new-pending-transaction-filter) | -| [`eth_protocolVersion`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-protocol-version) | [`eth_sendRawTransaction`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-send-raw-transaction) | -| [`eth_submitWork`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-submit-work) | [`eth_subscribe`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-subscribe) | -| [`eth_syncing`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-syncing) | [`eth_uninstallFilter`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-uninstall-filter) | -| [`eth_unsubscribe`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-unsubscribe) | [`net_listening`](/docs/chains/zetachain/zeta-chain-api-endpoints/net-listening) | -| [`net_peerCount`](/docs/chains/zetachain/zeta-chain-api-endpoints/net-peer-count) | [`net_version`](/docs/chains/zetachain/zeta-chain-api-endpoints/net-version) | -| [`txpool_content`](/docs/chains/zetachain/zeta-chain-api-endpoints/txpool-content) | [`web3_clientVersion`](/docs/chains/zetachain/zeta-chain-api-endpoints/web-3-client-version) | -| [`web3_sha3`](/docs/chains/zetachain/zeta-chain-api-endpoints/web-3-sha-3) | | +| [`eth_fillTransaction`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-fill-transaction) | [`eth_gasPrice`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-gas-price) | +| [`eth_getAccount`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-account) | [`eth_getBalance`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-balance) | +| [`eth_getBlockByHash`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-block-by-hash) | [`eth_getBlockByNumber`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-block-by-number) | +| [`eth_getBlockReceipts`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-block-receipts) | [`eth_getBlockTransactionCountByHash`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-block-transaction-count-by-hash) | +| [`eth_getBlockTransactionCountByNumber`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-block-transaction-count-by-number) | [`eth_getCode`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-code) | +| [`eth_getFilterChanges`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-filter-changes) | [`eth_getFilterLogs`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-filter-logs) | +| [`eth_getLogs`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-logs) | [`eth_getProof`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-proof) | +| [`eth_getRawTransactionByHash`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-raw-transaction-by-hash) | [`eth_getStorageAt`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-storage-at) | +| [`eth_getTransactionByBlockHashAndIndex`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-transaction-by-block-hash-and-index) | [`eth_getTransactionByBlockNumberAndIndex`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-transaction-by-block-number-and-index) | +| [`eth_getTransactionByHash`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-transaction-by-hash) | [`eth_getTransactionCount`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-transaction-count) | +| [`eth_getTransactionReceipt`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-transaction-receipt) | [`eth_getUncleByBlockHashAndIndex`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-uncle-by-block-hash-and-index) | +| [`eth_getUncleByBlockNumberAndIndex`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-uncle-by-block-number-and-index) | [`eth_getUncleCountByBlockHash`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-uncle-count-by-block-hash) | +| [`eth_getUncleCountByBlockNumber`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-get-uncle-count-by-block-number) | [`eth_maxPriorityFeePerGas`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-max-priority-fee-per-gas) | +| [`eth_newBlockFilter`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-new-block-filter) | [`eth_newFilter`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-new-filter) | +| [`eth_newPendingTransactionFilter`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-new-pending-transaction-filter) | [`eth_protocolVersion`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-protocol-version) | +| [`eth_sendRawTransaction`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-send-raw-transaction) | [`eth_submitWork`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-submit-work) | +| [`eth_subscribe`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-subscribe) | [`eth_syncing`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-syncing) | +| [`eth_uninstallFilter`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-uninstall-filter) | [`eth_unsubscribe`](/docs/chains/zetachain/zeta-chain-api-endpoints/eth-unsubscribe) | +| [`net_listening`](/docs/chains/zetachain/zeta-chain-api-endpoints/net-listening) | [`net_peerCount`](/docs/chains/zetachain/zeta-chain-api-endpoints/net-peer-count) | +| [`net_version`](/docs/chains/zetachain/zeta-chain-api-endpoints/net-version) | [`txpool_content`](/docs/chains/zetachain/zeta-chain-api-endpoints/txpool-content) | +| [`web3_clientVersion`](/docs/chains/zetachain/zeta-chain-api-endpoints/web-3-client-version) | [`web3_sha3`](/docs/chains/zetachain/zeta-chain-api-endpoints/web-3-sha-3) | ## Related APIs diff --git a/content/changelog/2026-07-02.md b/content/changelog/2026-07-02.md index 0550443f8..636eb49d0 100644 --- a/content/changelog/2026-07-02.md +++ b/content/changelog/2026-07-02.md @@ -10,23 +10,11 @@ * Bob Mainnet: op-reth v2.3.3 * Eth Hoodi: lighthouse [v8.2.0](https://github.com/sigp/lighthouse/releases/tag/v8.2.0) -* Etherlink Mainnet: etherlink octez-evm-node-v0.62-pre1 -* Etherlink Testnet: etherlink octez-evm-node-v0.60 -* Hedera Mainnet: relay 0.78.0 -* Hedera Testnet: relay 0.78.0 -* Hemi Sepolia: op-node a22bfa0 -* Jovay Mainnet: jovay 0.14.0-rc1 -* Jovay Testnet: jovay 0.14.0-rc1 -* Lens Mainnet: zksync-en v31.0.0 -* Lisk Mainnet: op-reth v2.3.3, op-node v1.19.1 -* Neox Mainnet: neox-geth v1.17.4 -* Neox Testnet: neox-geth v1.17.4 +* Jovay Mainnet: jovay [0.14.0-rc1](https://github.com/jovaynetwork/jovay-releases/releases/tag/v0.14.0-rc1) +* Jovay Testnet: jovay [0.14.0-rc1](https://github.com/jovaynetwork/jovay-releases/releases/tag/v0.14.0-rc1) +* Lens Mainnet: zksync-en [v31.0.0](https://github.com/matter-labs/zksync-era/releases/tag/core-v31.0.0) * Rise Testnet: rise-node sha-bb10092, op-node sha-b1f242d -* Robinhood Testnet: nitro-node v3.11.1-8512b8c +* Robinhood Testnet: nitro-node [v3.11.1-8512b8c](https://github.com/OffchainLabs/nitro/releases/tag/v3.11.1) * Shape Mainnet: op-reth v2.3.2 -* Taiko Mainnet: taiko-client taiko-alethia-client-v2.3.1 -* Taiko Testnet: taiko-client taiko-alethia-client-v2.5.0 -* Tempo Mainnet: tempo 1.10.1 -* Tempo Moderato: tempo 1.10.1 -* Xdc Mainnet: xdc-node [v2.7.1](https://github.com/xinfinorg/xdposchain/releases/tag/v2.7.1) -* Xdc Testnet: xdc-node [v2.7.1](https://github.com/xinfinorg/xdposchain/releases/tag/v2.7.1) +* Tempo Mainnet: tempo [1.10.1](https://github.com/tempoxyz/tempo/releases/tag/v1.10.1) +* Tempo Moderato: tempo [1.10.1](https://github.com/tempoxyz/tempo/releases/tag/v1.10.1) diff --git a/content/tutorials/build-with-ai/alchemy-cli.mdx b/content/tutorials/build-with-ai/alchemy-cli.mdx index d461cb3a2..da2346553 100644 --- a/content/tutorials/build-with-ai/alchemy-cli.mdx +++ b/content/tutorials/build-with-ai/alchemy-cli.mdx @@ -286,6 +286,16 @@ alchemy usage timeseries --start-date 2026-06-01 --group-by network --metrics us `timeseries` accepts a date or time range, optional filters, and a single group-by dimension. +Usage time-series ranges are limited by plan: + +| Plan | Maximum range | +|---|---:| +| Free | 1 day | +| Pay as You Go | 7 days | +| Longer ranges | [Contact sales](https://www.alchemy.com/contact-sales) | + +If you request a range longer than your plan supports, the Usage API returns results for the allowed range. The CLI shows the requested and returned ranges when this happens. + | Flag | Description | |---|---| | `--start-date ` | Start date (`YYYY-MM-DD`). Required unless `--start-time` is set. | diff --git a/src/openapi/utxo-bitcoincash/utxo-bitcoincash.yaml b/src/openapi/utxo-bitcoincash/utxo-bitcoincash.yaml index e12c7e9a1..d27a110aa 100644 --- a/src/openapi/utxo-bitcoincash/utxo-bitcoincash.yaml +++ b/src/openapi/utxo-bitcoincash/utxo-bitcoincash.yaml @@ -455,7 +455,7 @@ paths: "400": $ref: "#/components/responses/BadRequest" - "/{apiKey}/api/v2/tickers-list": + "/{apiKey}/api/v2/tickers-list/": get: operationId: getTickersList summary: Get Tickers List @@ -472,11 +472,17 @@ paths: - $ref: "#/components/parameters/apiKey" - in: query name: timestamp - required: false - description: Unix timestamp to query availability for. Defaults to the latest available. + required: true + description: Unix timestamp for the requested currency list. schema: type: integer example: 1578391200 + - in: query + name: token + required: false + description: Token symbol or contract/address key for token-specific rates. + schema: + type: string responses: "200": description: Available tickers. @@ -490,7 +496,7 @@ paths: "400": $ref: "#/components/responses/BadRequest" - "/{apiKey}/api/v2/tickers": + "/{apiKey}/api/v2/tickers/": get: operationId: getTickers summary: Get Tickers @@ -520,6 +526,18 @@ paths: schema: type: integer example: 1578391200 + - in: query + name: block + required: false + description: Block height or hash whose timestamp should be used for historical rates. + schema: + type: string + - in: query + name: token + required: false + description: Token symbol or contract/address key for token-specific rates. + schema: + type: string responses: "200": description: Currency rate response. @@ -643,8 +661,7 @@ components: schema: $ref: "#/components/schemas/Error" example: - error: - message: "invalid request" + error: "invalid request" NotFound: description: Resource not found on the requested network. content: @@ -652,17 +669,15 @@ components: schema: $ref: "#/components/schemas/Error" example: - error: - message: "not found" + error: "not found" schemas: Error: type: object + required: [error] properties: error: - type: object - properties: - message: - type: string + type: string + description: Human-readable error message. BlockIndexResponse: type: object required: [blockHash] diff --git a/src/openapi/utxo-dogecoin/utxo-dogecoin.yaml b/src/openapi/utxo-dogecoin/utxo-dogecoin.yaml index 515af0992..be9cafeb1 100644 --- a/src/openapi/utxo-dogecoin/utxo-dogecoin.yaml +++ b/src/openapi/utxo-dogecoin/utxo-dogecoin.yaml @@ -452,7 +452,7 @@ paths: "400": $ref: "#/components/responses/BadRequest" - "/{apiKey}/api/v2/tickers-list": + "/{apiKey}/api/v2/tickers-list/": get: operationId: getTickersList summary: Get Tickers List @@ -469,11 +469,17 @@ paths: - $ref: "#/components/parameters/apiKey" - in: query name: timestamp - required: false - description: Unix timestamp to query availability for. Defaults to the latest available. + required: true + description: Unix timestamp for the requested currency list. schema: type: integer example: 1578391200 + - in: query + name: token + required: false + description: Token symbol or contract/address key for token-specific rates. + schema: + type: string responses: "200": description: Available tickers. @@ -487,7 +493,7 @@ paths: "400": $ref: "#/components/responses/BadRequest" - "/{apiKey}/api/v2/tickers": + "/{apiKey}/api/v2/tickers/": get: operationId: getTickers summary: Get Tickers @@ -517,6 +523,18 @@ paths: schema: type: integer example: 1578391200 + - in: query + name: block + required: false + description: Block height or hash whose timestamp should be used for historical rates. + schema: + type: string + - in: query + name: token + required: false + description: Token symbol or contract/address key for token-specific rates. + schema: + type: string responses: "200": description: Currency rate response. @@ -640,8 +658,7 @@ components: schema: $ref: "#/components/schemas/Error" example: - error: - message: "invalid request" + error: "invalid request" NotFound: description: Resource not found on the requested network. content: @@ -649,17 +666,15 @@ components: schema: $ref: "#/components/schemas/Error" example: - error: - message: "not found" + error: "not found" schemas: Error: type: object + required: [error] properties: error: - type: object - properties: - message: - type: string + type: string + description: Human-readable error message. BlockIndexResponse: type: object required: [blockHash] diff --git a/src/openapi/utxo-litecoin/utxo-litecoin.yaml b/src/openapi/utxo-litecoin/utxo-litecoin.yaml index cd1f6f380..759848426 100644 --- a/src/openapi/utxo-litecoin/utxo-litecoin.yaml +++ b/src/openapi/utxo-litecoin/utxo-litecoin.yaml @@ -460,7 +460,7 @@ paths: "400": $ref: "#/components/responses/BadRequest" - "/{apiKey}/api/v2/tickers-list": + "/{apiKey}/api/v2/tickers-list/": get: operationId: getTickersList summary: Get Tickers List @@ -477,11 +477,17 @@ paths: - $ref: "#/components/parameters/apiKey" - in: query name: timestamp - required: false - description: Unix timestamp to query availability for. Defaults to the latest available. + required: true + description: Unix timestamp for the requested currency list. schema: type: integer example: 1578391200 + - in: query + name: token + required: false + description: Token symbol or contract/address key for token-specific rates. + schema: + type: string responses: "200": description: Available tickers. @@ -495,7 +501,7 @@ paths: "400": $ref: "#/components/responses/BadRequest" - "/{apiKey}/api/v2/tickers": + "/{apiKey}/api/v2/tickers/": get: operationId: getTickers summary: Get Tickers @@ -525,6 +531,18 @@ paths: schema: type: integer example: 1578391200 + - in: query + name: block + required: false + description: Block height or hash whose timestamp should be used for historical rates. + schema: + type: string + - in: query + name: token + required: false + description: Token symbol or contract/address key for token-specific rates. + schema: + type: string responses: "200": description: Currency rate response. @@ -648,8 +666,7 @@ components: schema: $ref: "#/components/schemas/Error" example: - error: - message: "invalid request" + error: "invalid request" NotFound: description: Resource not found on the requested network. content: @@ -657,17 +674,15 @@ components: schema: $ref: "#/components/schemas/Error" example: - error: - message: "not found" + error: "not found" schemas: Error: type: object + required: [error] properties: error: - type: object - properties: - message: - type: string + type: string + description: Human-readable error message. BlockIndexResponse: type: object required: [blockHash] diff --git a/src/openapi/utxo/utxo.yaml b/src/openapi/utxo/utxo.yaml index c6b154615..843d5f7af 100644 --- a/src/openapi/utxo/utxo.yaml +++ b/src/openapi/utxo/utxo.yaml @@ -444,7 +444,7 @@ paths: "400": $ref: "#/components/responses/BadRequest" - "/{apiKey}/api/v2/tickers-list": + "/{apiKey}/api/v2/tickers-list/": get: operationId: getTickersList summary: Get Tickers List @@ -461,11 +461,17 @@ paths: - $ref: "#/components/parameters/apiKey" - in: query name: timestamp - required: false - description: Unix timestamp to query availability for. Defaults to the latest available. + required: true + description: Unix timestamp for the requested currency list. schema: type: integer example: 1574346615 + - in: query + name: token + required: false + description: Token symbol or contract/address key for token-specific rates. + schema: + type: string responses: "200": description: Available tickers. @@ -479,7 +485,7 @@ paths: "400": $ref: "#/components/responses/BadRequest" - "/{apiKey}/api/v2/tickers": + "/{apiKey}/api/v2/tickers/": get: operationId: getTickers summary: Get Tickers @@ -509,6 +515,18 @@ paths: schema: type: integer example: 1574346615 + - in: query + name: block + required: false + description: Block height or hash whose timestamp should be used for historical rates. + schema: + type: string + - in: query + name: token + required: false + description: Token symbol or contract/address key for token-specific rates. + schema: + type: string responses: "200": description: Currency rate response. @@ -632,8 +650,7 @@ components: schema: $ref: "#/components/schemas/Error" example: - error: - message: "invalid request" + error: "invalid request" NotFound: description: Resource not found on the requested network. content: @@ -641,17 +658,15 @@ components: schema: $ref: "#/components/schemas/Error" example: - error: - message: "not found" + error: "not found" schemas: Error: type: object + required: [error] properties: error: - type: object - properties: - message: - type: string + type: string + description: Human-readable error message. BlockIndexResponse: type: object required: [blockHash] diff --git a/src/openrpc/chains/hyperliquid/hyperliquid.yaml b/src/openrpc/chains/hyperliquid/hyperliquid.yaml index b3071500e..0cf6b623f 100644 --- a/src/openrpc/chains/hyperliquid/hyperliquid.yaml +++ b/src/openrpc/chains/hyperliquid/hyperliquid.yaml @@ -59,9 +59,6 @@ methods: name: Hyperliquid Testnet - $ref: ../_components/custom/methods.yaml#/components/methods/eth_simulateV1 - $ref: ../_components/custom/methods.yaml#/components/methods/eth_syncing - servers: - - url: https://hyperliquid-testnet.g.alchemy.com/v2 - name: Hyperliquid Testnet - $ref: ../_components/custom/methods.yaml#/components/methods/net_listening servers: - url: https://hyperliquid-testnet.g.alchemy.com/v2 diff --git a/src/openrpc/chains/kaia/kaia.yaml b/src/openrpc/chains/kaia/kaia.yaml index cad3724eb..0244ad8ff 100644 --- a/src/openrpc/chains/kaia/kaia.yaml +++ b/src/openrpc/chains/kaia/kaia.yaml @@ -14,17 +14,11 @@ servers: methods: - $ref: ../_components/custom/methods.yaml#/components/methods/eth_accounts - $ref: ../_components/custom/methods.yaml#/components/methods/eth_blobBaseFee - servers: - - url: https://kaia-testnet.g.alchemy.com/v2 - name: Kaia Testnet - $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_fillTransaction - $ref: ../_components/custom/methods.yaml#/components/methods/eth_getBlobSidecars - servers: - - url: https://kaia-testnet.g.alchemy.com/v2 - name: Kaia Testnet - $ref: >- ../_components/custom/methods.yaml#/components/methods/eth_getBlockReceipts - $ref: ../_components/custom/methods.yaml#/components/methods/eth_getProof @@ -40,6 +34,14 @@ methods: ../_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 + servers: + - url: https://kaia-mainnet.g.alchemy.com/v2 + name: Kaia Mainnet + - $ref: ../_components/custom/methods.yaml#/components/methods/net_listening + servers: + - url: https://kaia-mainnet.g.alchemy.com/v2 + name: Kaia Mainnet - $ref: ../_components/custom/methods.yaml#/components/methods/net_peerCount - $ref: ../_components/evm/methods.yaml#/components/methods/eth_blockNumber - $ref: ../_components/evm/methods.yaml#/components/methods/eth_call diff --git a/src/openrpc/chains/ronin/ronin.yaml b/src/openrpc/chains/ronin/ronin.yaml index 3ff35bb3c..7bbdc4250 100644 --- a/src/openrpc/chains/ronin/ronin.yaml +++ b/src/openrpc/chains/ronin/ronin.yaml @@ -14,19 +14,21 @@ servers: methods: - $ref: >- ../_components/custom/methods.yaml#/components/methods/debug_executionWitness - servers: - - url: https://ronin-saigon.g.alchemy.com/v2 - name: Ronin Saigon - $ref: >- ../_components/custom/methods.yaml#/components/methods/debug_executionWitnessByHash servers: - url: https://ronin-saigon.g.alchemy.com/v2 name: Ronin Saigon + - $ref: >- + ../_components/custom/methods.yaml#/components/methods/erigon_getHeaderByNumber - $ref: ../_components/custom/methods.yaml#/components/methods/eth_accounts + - $ref: ../_components/custom/methods.yaml#/components/methods/eth_baseFee servers: - url: https://ronin-mainnet.g.alchemy.com/v2 name: Ronin Mainnet - $ref: ../_components/custom/methods.yaml#/components/methods/eth_blobBaseFee + - $ref: ../_components/custom/methods.yaml#/components/methods/eth_callBundle + - $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 @@ -35,19 +37,26 @@ methods: - $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_protocolVersion - servers: - - url: https://ronin-saigon.g.alchemy.com/v2 - name: Ronin Saigon + - $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/custom/methods.yaml#/components/methods/net_listening + - $ref: ../_components/custom/methods.yaml#/components/methods/net_peerCount + - $ref: ../_components/custom/methods.yaml#/components/methods/txpool_content - $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/sei/sei.yaml b/src/openrpc/chains/sei/sei.yaml index d97b315c7..290e32a36 100644 --- a/src/openrpc/chains/sei/sei.yaml +++ b/src/openrpc/chains/sei/sei.yaml @@ -23,6 +23,10 @@ methods: name: Sei Testnet - $ref: >- ../_components/custom/methods.yaml#/components/methods/eth_getBlockReceipts + - $ref: ../_components/custom/methods.yaml#/components/methods/eth_getProof + servers: + - url: https://sei-testnet.g.alchemy.com/v2 + name: Sei Testnet - $ref: >- ../_components/custom/methods.yaml#/components/methods/eth_maxPriorityFeePerGas - $ref: ../_components/custom/methods.yaml#/components/methods/eth_syncing diff --git a/src/openrpc/chains/stable/stable.yaml b/src/openrpc/chains/stable/stable.yaml index c01fa79ab..a0cbaee26 100644 --- a/src/openrpc/chains/stable/stable.yaml +++ b/src/openrpc/chains/stable/stable.yaml @@ -19,10 +19,8 @@ methods: name: Stable Testnet - $ref: >- ../_components/custom/methods.yaml#/components/methods/eth_createAccessList - servers: - - url: https://stable-testnet.g.alchemy.com/v2 - name: Stable Testnet - $ref: ../_components/custom/methods.yaml#/components/methods/eth_feeHistory + - $ref: ../_components/custom/methods.yaml#/components/methods/eth_fillTransaction - $ref: >- ../_components/custom/methods.yaml#/components/methods/eth_getBlockReceipts - $ref: ../_components/custom/methods.yaml#/components/methods/eth_getProof @@ -39,21 +37,14 @@ methods: - $ref: >- ../_components/custom/methods.yaml#/components/methods/eth_newPendingTransactionFilter - $ref: ../_components/custom/methods.yaml#/components/methods/eth_protocolVersion - servers: - - url: https://stable-mainnet.g.alchemy.com/v2 - name: Stable Mainnet - $ref: ../_components/custom/methods.yaml#/components/methods/eth_simulateV1 servers: - url: https://stable-testnet.g.alchemy.com/v2 name: Stable Testnet - $ref: ../_components/custom/methods.yaml#/components/methods/eth_syncing - servers: - - url: https://stable-testnet.g.alchemy.com/v2 - name: Stable Testnet - $ref: ../_components/custom/methods.yaml#/components/methods/net_listening - servers: - - url: https://stable-testnet.g.alchemy.com/v2 - name: Stable Testnet + - $ref: ../_components/custom/methods.yaml#/components/methods/net_peerCount + - $ref: ../_components/custom/methods.yaml#/components/methods/txpool_content - $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/tron/tron.yaml b/src/openrpc/chains/tron/tron.yaml index 8dd3faeb5..bc7ca7f0c 100644 --- a/src/openrpc/chains/tron/tron.yaml +++ b/src/openrpc/chains/tron/tron.yaml @@ -12,6 +12,11 @@ servers: - url: https://tron-testnet.g.alchemy.com/v2 name: Tron Testnet methods: + - $ref: ../_components/custom/methods.yaml#/components/methods/eth_accounts + - $ref: ../_components/custom/methods.yaml#/components/methods/eth_protocolVersion + - $ref: ../_components/custom/methods.yaml#/components/methods/eth_syncing + - $ref: ../_components/custom/methods.yaml#/components/methods/net_listening + - $ref: ../_components/custom/methods.yaml#/components/methods/net_peerCount - $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/zetachain/zetachain.yaml b/src/openrpc/chains/zetachain/zetachain.yaml index dec07a8a7..c37f85dc4 100644 --- a/src/openrpc/chains/zetachain/zetachain.yaml +++ b/src/openrpc/chains/zetachain/zetachain.yaml @@ -13,10 +13,8 @@ servers: name: ZetaChain Testnet methods: - $ref: ../_components/custom/methods.yaml#/components/methods/eth_accounts - servers: - - url: https://zetachain-mainnet.g.alchemy.com/v2 - name: ZetaChain Mainnet - $ref: ../_components/custom/methods.yaml#/components/methods/eth_feeHistory + - $ref: ../_components/custom/methods.yaml#/components/methods/eth_fillTransaction - $ref: >- ../_components/custom/methods.yaml#/components/methods/eth_getBlockReceipts servers: @@ -35,17 +33,11 @@ methods: ../_components/custom/methods.yaml#/components/methods/eth_maxPriorityFeePerGas - $ref: >- ../_components/custom/methods.yaml#/components/methods/eth_newPendingTransactionFilter - servers: - - url: https://zetachain-mainnet.g.alchemy.com/v2 - name: ZetaChain Mainnet - $ref: ../_components/custom/methods.yaml#/components/methods/eth_protocolVersion - $ref: ../_components/custom/methods.yaml#/components/methods/eth_syncing - $ref: ../_components/custom/methods.yaml#/components/methods/net_listening - $ref: ../_components/custom/methods.yaml#/components/methods/net_peerCount - $ref: ../_components/custom/methods.yaml#/components/methods/txpool_content - servers: - - url: https://zetachain-mainnet.g.alchemy.com/v2 - name: ZetaChain Mainnet - $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 From f1cc1f902cb163a00c9558588bbeece53c2f1373 Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Thu, 9 Jul 2026 13:30:48 -0400 Subject: [PATCH 41/42] Move Yellowstone gRPC to the cross-chain Introduction group next to Trace/Debug All its pages keep pinned /docs/reference/yellowstone-grpc-* URLs. Co-Authored-By: Claude Fable 5 --- content/docs.yml | 74 ++++++++++++++++++++++++------------------------ 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/content/docs.yml b/content/docs.yml index f51749fe9..1b9fc58c4 100644 --- a/content/docs.yml +++ b/content/docs.yml @@ -37,12 +37,11 @@ navigation: # api-name entries, so keep those one level deep. - tab: chains layout: - # The cross-chain sections (WebSockets, Trace API, Debug API, Rollups) - # are nested inside this first section: the docs site renders every - # later top-level section of this tab as a chain in the chain selector. - # skip-slug keeps their endpoint URLs at /chains/
/... . - # (Yellowstone gRPC is Solana-only, so it lives under the Solana - # section.) + # The cross-chain sections (WebSockets, Yellowstone gRPC, Trace API, + # Debug API, Rollups) are nested inside this first section: the docs + # site renders every later top-level section of this tab as a chain in + # the chain selector. skip-slug keeps their endpoint URLs at + # /chains/
/... . - section: Introduction skip-slug: true contents: @@ -147,6 +146,38 @@ navigation: api-name: debug slug: debug-api + - section: Yellowstone gRPC + contents: + - section: Getting Started + contents: + - page: Overview + path: api-reference/yellowstone/overview.mdx + - page: Quickstart + path: api-reference/yellowstone/quickstart.mdx + slug: getting-started + - section: API Reference + path: api-reference/yellowstone/api-reference-overview.mdx + contents: + - page: Subscribe Request + path: api-reference/yellowstone/subscribe-request.mdx + - page: Subscribe to Slots + path: api-reference/yellowstone/subscribe-slots.mdx + - page: Subscribe to Transactions + path: api-reference/yellowstone/subscribe-transactions.mdx + - page: Subscribe to Accounts + path: api-reference/yellowstone/subscribe-accounts.mdx + - page: Subscribe to Blocks + path: api-reference/yellowstone/subscribe-blocks.mdx + slug: api-reference + - section: Resources + contents: + - page: Code Examples + path: api-reference/yellowstone/examples.mdx + - page: Best Practices + path: api-reference/yellowstone/best-practices.mdx + slug: resources + slug: yellowstone-grpc + # Temporary home for Rollups: self-serve is deprecated (no new rollups # are being created; existing ones are still supported), so it is no # longer a top-level tab. Framed for customers who want to launch their @@ -201,37 +232,6 @@ navigation: api-name: solana - link: Solana DAS APIs href: /docs/reference/alchemy-das-apis-for-solana - - section: Yellowstone gRPC - contents: - - section: Getting Started - contents: - - page: Overview - path: api-reference/yellowstone/overview.mdx - - page: Quickstart - path: api-reference/yellowstone/quickstart.mdx - slug: getting-started - - section: API Reference - path: api-reference/yellowstone/api-reference-overview.mdx - contents: - - page: Subscribe Request - path: api-reference/yellowstone/subscribe-request.mdx - - page: Subscribe to Slots - path: api-reference/yellowstone/subscribe-slots.mdx - - page: Subscribe to Transactions - path: api-reference/yellowstone/subscribe-transactions.mdx - - page: Subscribe to Accounts - path: api-reference/yellowstone/subscribe-accounts.mdx - - page: Subscribe to Blocks - path: api-reference/yellowstone/subscribe-blocks.mdx - slug: api-reference - - section: Resources - contents: - - page: Code Examples - path: api-reference/yellowstone/examples.mdx - - page: Best Practices - path: api-reference/yellowstone/best-practices.mdx - slug: resources - slug: yellowstone-grpc - section: Solana Photon API path: >- api-reference/data/nft-api/alchemy-photon-apis-for-solana.mdx From 864252b08e8276dd9842b906615f9cf3a26d2c29 Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Thu, 9 Jul 2026 18:48:37 -0400 Subject: [PATCH 42/42] Drop redirect duplicated by source normalization /reference/node-api-overview already covers the /docs-prefixed form since the site loader normalizes every source to the /docs prefix. Co-Authored-By: Claude Fable 5 --- content/redirects.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/content/redirects.yml b/content/redirects.yml index eef461be3..95a512c0a 100644 --- a/content/redirects.yml +++ b/content/redirects.yml @@ -2597,6 +2597,3 @@ redirects: - source: /docs/node destination: /docs/chains permanent: true - - source: /docs/reference/node-api-overview - destination: /docs/chains - permanent: true