Powering blockchain
developers globally
$100+ Billion
ANNUAL TRANSACTION VOLUME100+ Million
END USERSMillions
OF DEVELOPERSPowering the best companies in web3 across all use cases
The only proven platform
Proven reliability, scale, and security
Meet the infrastructure that has powered the top web3 companies for over half a decade.
7 years
Battle-Tested System0
Multi-Hour Outages$70B+
In TVL Powered90%+
Top Wallets Powered150+
Devs Behind the SystemSOC2
& Other Security Certifications90%+
Web2 Companies Building in Web3Many
Fortune 500 + Top Companies Use Us100+
Unique API EndpointsDashboard
Build. Monitor. Debug.3K+
Apps Created DailyExplore top products
Code preview
curl --request POST \
--url https://dashboard.alchemy.com/api/create-webhook \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"network": "ETH_MAINNET",
"webhook_type": "GRAPHQL"
}
'
Token API
The token data your users expect, no token list required. Available on all EVM-supported chains.
Code preview
curl --request POST \
--url https://eth-mainnet.g.alchemy.com/v2/docs-demo \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"method": "alchemy_getTokenBalances",
"params": [
"0x95222290DD7278Aa3Ddd389Cc1E1d165CC4BAfe5",
"erc20"
]
}
'
Gas Manager
Get users to your magic moment faster by removing the biggest barrier with gas sponsorship.
Code preview
import { smartAccountClient } from "./smartAccountClient.ts";
// Send a sponsored UO from your smart account like this:
const { hash } = await smartAccountClient.sendUserOperation({
target: "0xTargetAddress",
data: "0xCallData",
value: 0n, // value in bigint or leave undefined
});
Code preview
curl --request GET \
--url 'https://eth-mainnet.g.alchemy.com/nft/v3/docs-demo/getNFTsForOwner?owner=0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045&withMetadata=true&pageSize=100' \
--header 'accept: application/json'
Subgraphs
Ship faster with a custom API for your onchain data. Never worry about subgraph downtime or lag again.
Code preview
cd <SUBGRAPH_DIRECTORY>
graph deploy <SUBGRAPH_NAME> \
--version-label <VERSION_NAME> \
--node https://subgraphs.alchemy.com/api/subgraphs/deploy \
--deploy-key <DEPLOY_KEY>
--ipfs https://ipfs.satsuma.xyz
Embedded Wallets
Make wallets invisible. Simple, non-custodial accounts to onboard users and transact with web2 UX.
Code preview
// 1. Auth Your User
const signer = new AlchemySigner({
client: {
connection: { rpcUrl },
iframeConfig: { iframeContainerId: "alchemy-signer-iframe-container" },
},
})
signer.authenticate({ type: "email", email: "[email protected]", bundle });
// 2. Create an Account
const account = await createMultiOwnerModularAccount({
transport,
chain,
signer,
});
// 3. Use web3!
account.signMessage({ message: "Hello, World!" });
Instant distribution
Direct access to millions of developers
We have the largest web3 developer base and can introduce you to any ecosystem partner you choose.
1M+
Web3 Developers400K
Email Subscribers100K+
Twitter Followers50K
Alchemy University StudentsWe're at your service
Let us do the heavy lifting
24/7 VIP support
Trust you’re in good hands with 15 full-time engineers from Stanford, MIT, and others.
Enterprise sales team
We constantly source companies for you that can build on your chain.
Infra and security team
We’re SOC 2-compliant, with robust security best-practices at every level.
Partnership team
We’re ready to introduce you to all of our important partners.
PARTNERING WITH THE BEST FRAMEWORKS
Learn more about recent rollups
Alchemy and Worldcoin Announce Partnership to Grow World Chain
Alchemy is partnering with Worldcoin to provide important infrastructure and developer growth for World Chain, a new blockchain designed for humans.
Changing the Game(s) with Geist
Learn more about Geist, a new members-only gaming chain from Pixelcraft Studios and Aavegotchi, built on our Rollups stack.
Partnering to Shape the future of digital creation
As part of our partnership, we will integrate the comprehensive Alchemy platform into Shape, giving Shape an easy and frictionless building environment, including: RPC, AA infra, Subgraphs, Data APIs and more.
Rollup provider comparison
Uptime
99.999%+ SLAs, backed by 7 year-tested, global infra and an ultra-experienced team
Sequencer
Alchemy’s high availability technology ensures unmatched sequencer uptime and reliability
Execution
Modifications to the runtime to support application requirements, including precompiles and fee market changes
DA & Settlement
Modular settlement and data availability layers
VIP Engineering Support
24/7 global support from actual engineers, with a <1 min average response time
Observability
Automatic monitoring, and robust visibility and alerting for maintaining rollup health
Distribution
Access millions of registered web3 developers
Block Explorer
Performant block explorer with ecosystem metrics
Bridges
UX to make bridging liquidity simple
The distributed web3 engine, with unlimited scalability to meet 10x, 100x, 1000x or higher growth
Get users to your magic moment faster by removing the biggest barrier with gas sponsorship
The new industry standard to onboard users into web3, with over 5,000,000 accounts deployed
Token API
All the token data your users expect: metadata, balances, and allowances. No token list required.
NFT API
Query NFT data 17x faster than alternatives
Transact
7.9x faster transactions, 100% success rate, frontrunning protection, real-time notifications and more
Transfers API
One call to retrieve all historical transaction activity, including internal transfers, up to 100x faster than alternatives
Preview onchain transaction behavior and keep assets safe