Skip to content
Merged
Show file tree
Hide file tree
Changes from 41 commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
5fc42fc
Restructure top-level navigation (mockup)
SahilAujla Jul 2, 2026
1482153
Adapt nav restructure to docs-site rendering rules
SahilAujla Jul 2, 2026
71204ec
Merge Chain APIs Overview and Node API Overview into one API Overview…
SahilAujla Jul 2, 2026
89d098e
Move Yellowstone gRPC under the Solana chain section
SahilAujla Jul 2, 2026
edce5e1
Move Alchemy Quickstart Guides to the top of Tutorials in Tools & Res…
SahilAujla Jul 2, 2026
d84e2b4
Hide the Get Started page and drop the Introduction section from Tool…
SahilAujla Jul 2, 2026
aae639c
Rename Pricing & Resources to Pricing; hoist the redundant inner Pric…
SahilAujla Jul 2, 2026
b315fe5
Fix code that keyed on the removed node tab and chains-tab nav position
SahilAujla Jul 2, 2026
7aa08cd
Document the Daikon temporal-workflow coupling on the chains tab
SahilAujla Jul 2, 2026
4dfc0e0
docs: seed the Feature Support by Chain page for the interactive matrix
SahilAujla Jul 7, 2026
4117511
docs: keep the widget embed out of the seed page until its data ships
SahilAujla Jul 7, 2026
74b6a27
docs: make the seed page prose self-contained without the widget
SahilAujla Jul 7, 2026
ff71606
docs: first generated feature-support data + summary matrix from Daikon
SahilAujla Jul 7, 2026
c70ae73
docs: mark OP Sepolia as testnet and carry the widget embed with its …
SahilAujla Jul 7, 2026
a0ba967
docs: point the summary prose back at the interactive matrix it ships…
SahilAujla Jul 7, 2026
c65d830
docs: dedupe network indexes in feature-support method rows
SahilAujla Jul 7, 2026
c0f29c1
docs: drop beacon networks from chain-level method rows
SahilAujla Jul 7, 2026
6a01fc5
docs: document why JSON-only feature-support updates need no revalida…
SahilAujla Jul 7, 2026
4de55fd
docs: fix the Tron spend-auth endpoint path in the OpenAPI spec
SahilAujla Jul 7, 2026
5929050
docs: drop Solana from the EVM bundler and paymaster method rows
SahilAujla Jul 7, 2026
03ec9ef
docs: document the real createspendauthsig payload
SahilAujla Jul 7, 2026
405c8d2
docs: note that the summary table regenerates in the same commit as t…
SahilAujla Jul 7, 2026
4a73b04
docs: pick up BOB Sepolia method enablement from chain-config
SahilAujla Jul 7, 2026
8b80933
docs: tighten the feature-support intro
SahilAujla Jul 7, 2026
d6206e5
docs: hide the static summary table from readers
SahilAujla Jul 7, 2026
4e5cc73
docs: hide the seeded summary block from readers
SahilAujla Jul 7, 2026
ae3d7c1
docs: drop the dashboard chains callout
SahilAujla Jul 7, 2026
8bdbf00
docs: drop the dashboard chains callout from the seed page
SahilAujla Jul 7, 2026
b5ee6d8
Merge branch 'sahilaujla/ax-545-feature-support-page' into sahilaujla…
SahilAujla Jul 7, 2026
d5068a5
docs: scope the Wallet APIs to their served networks
SahilAujla Jul 7, 2026
b228e3b
docs: drop the deprecated Embedded Account APIs from the matrix
SahilAujla Jul 7, 2026
6d16db7
Order API overview and endpoints above tutorials and FAQ in every cha…
SahilAujla Jul 7, 2026
d5accf7
docs: list mainnets before testnets within each chain
SahilAujla Jul 7, 2026
a849d80
docs: drop the deprecated transaction simulation product from the matrix
SahilAujla Jul 7, 2026
1b13b61
docs: ground Portfolio and Prices on their served networks
SahilAujla Jul 8, 2026
c83289c
Retitle supported-chains page from Node API to Chain API
SahilAujla Jul 8, 2026
06a3053
Merge branch 'sahilaujla/ax-545-feature-support-data' of github.com:a…
SahilAujla Jul 8, 2026
105139a
Move Key capabilities below Companion APIs on the API Overview page
SahilAujla Jul 8, 2026
411a846
Merge remote-tracking branch 'origin/main' into nav-restructure-mockup
SahilAujla Jul 8, 2026
ae3a835
Sync metadata copy with docs-site: Chain APIs and AI tools, not Node/…
SahilAujla Jul 8, 2026
ea277d1
Add a node-to-chains catch-all redirect for legacy per-chain endpoint…
SahilAujla Jul 8, 2026
eddc221
Revert "Merge branch 'sahilaujla/ax-545-feature-support-data' of gith…
SahilAujla Jul 9, 2026
cfe2ae3
Un-stack from the feature-support PRs
SahilAujla Jul 9, 2026
f1cc1f9
Move Yellowstone gRPC to the cross-chain Introduction group next to T…
SahilAujla Jul 9, 2026
864252b
Drop redirect duplicated by source normalization
SahilAujla Jul 9, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions content/api-reference/introduction/api-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hide-toc: true
---

<CardGroup cols={4}>
<Card title="Node API" icon="diagram-project" href="/docs/reference/node-api-overview">
<Card title="Chain APIs" icon="diagram-project" href="/docs/chains">
Low-level JSON-RPC for reading & writing blockchain data.
</Card>

Expand All @@ -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.

<CardGroup cols={3}>
<Card title="Chain APIs" icon="diagram-project" href="/docs/chains">
Expand Down
40 changes: 33 additions & 7 deletions content/api-reference/node-api/chain-apis-overview.mdx
Original file line number Diff line number Diff line change
@@ -1,26 +1,52 @@
---
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)**.
Comment thread
SahilAujla marked this conversation as resolved.
> For account-abstraction and smart-wallet flows use the **[Wallet APIs](/docs/wallets)**.

## 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.

<CardGroup>
<Card title="WebSockets" icon="wave-square" href="/docs/reference/subscription-api">
Subscribe to pending transactions, log events, new blocks, and more.
</Card>

<Card title="Trace API" icon="magnifying-glass-arrow-right" href="/docs/reference/trace-api-quickstart">
Get insights into transaction processing and onchain activity.
</Card>

Chain APIs provide essential blockchain functionality including:
<Card title="Debug API" icon="bug" href="/docs/reference/debug-api-quickstart">
Non-standard RPC methods for inspecting and debugging transactions.
</Card>

<Card title="Yellowstone gRPC" icon="bolt" href="/docs/reference/yellowstone-grpc-overview">
High-performance real-time Solana data streaming interface.
</Card>
</CardGroup>

## 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
Expand Down
73 changes: 0 additions & 73 deletions content/api-reference/node-api/node-api-overview.mdx

This file was deleted.

6 changes: 3 additions & 3 deletions content/api-reference/node-api/node-supported-chains.mdx
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
Loading
Loading