Alchemy Quickstart Guide
Alchemy is your complete web3 development platform. Whether you’re accessing blockchain data, building smooth, web2-like dApp experiences or launching your own rollup, we have everything you need.
This guide is designed to help you get started across our major product areas. Feel free to jump to the section that interests you most:
Node APIs
Node APIs are the standard JSON-RPC endpoints exposed by blockchain clients. We support 45+ chains today, with new ones added every month.
Getting Started:
- Grab your API key from the Alchemy Dashboard.
- Make your first request to any supported JSON-RPC endpoint. For example:
Sample Response:
This works with any HTTP library — axios
, fetch
, and more.
👉 Explore supported chains and methods in our Node API Reference.
Data: APIs, Subgraphs & Webhooks
Data APIs
These are high-level APIs built by us to simplify blockchain development. Unlike standard Node APIs, these are powerful abstractions that return rich data in fewer requests.
We provide Data APIs for:
- NFTs
- Tokens
- Transactions
- Prices
- Transfers
- And more — across multiple networks.
Example: Get NFTs for an address
This endpoint returns all NFTs owned by a wallet — perfect for NFT galleries, dashboards, and marketplaces.
Subgraphs
Need custom, complex queries? Subgraphs let you define your own GraphQL APIs over blockchain data.
Check out our Subgraphs Quickstart to learn how to build and deploy them on Alchemy Subgraphs.
Webhooks
When polling isn’t enough, Webhooks let you receive real-time on-chain event notifications. Use them to stream:
- Wallet activity at scale
- Smart contract events
- Full block data (incl. traces)
Webhooks are customizable using GraphQL-style filters so you only get the data you care about.
📘 Dive into the Webhooks Quickstart to get started.
👉 Explore all of our Data capabilities here.
Smart Wallets
Ship smart wallets in minutes with the Account Kit SDK:
- Onboard everyone with email/social login
- Let users transact gas-free with sponsored transactions
- Support invisible signing for users
- Enable automations, permissions and more with powerful wallet policies
Ship for web and mobile with React, React Native, or other JS frameworks.
🎬 Try the Demo App to see what’s possible.
Sample code: Send a gas-free transaction with a smart wallet
📚 Learn more in our Account Kit Docs.
Rollups
Want to launch your own chain? Alchemy Rollups let you deploy a production-grade rollup in minutes — no code required.
You’ll get a dedicated chain with full control over cost, speed, and functionality, plus built-in RPCs, block explorer and developer tools.
We support major frameworks including OP Stack, Arbitrum Orbit, and zkSync ZK Stack.