Alchemy Ethereum
Ethereum 节点即服务提供商
- 认证方式
- API Key
- HTTPS
- Yes
- CORS
- Yes
- 分类
- 加密货币
简介
Alchemy 是区块链开发者平台——以太坊节点即服务(外加多条链),暴露标准 JSON-RPC 和增强 API(NFT、Token、Transfers、Alchemy Webhooks)。认证是免费 API 密钥(无效密钥返回 401,已实测)。
快速开始
在你的网络 URL 上发 JSON-RPC(替换 YOUR_KEY):
curl "https://eth-mainnet.g.alchemy.com/v2/YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"jsonrpc": "2.0", "method": "eth_blockNumber", "params": [], "id": 1}'
{ "jsonrpc": "2.0", "id": 1, "result": "0x12f...e" }
获取余额:
curl "https://eth-mainnet.g.alchemy.com/v2/YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"jsonrpc": "2.0", "method": "eth_getBalance", "params": ["0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae", "latest"], "id": 1}'
认证方式
- 在 alchemy.com 注册 → 创建应用 → 获取带密钥的 HTTPS URL(
/v2/YOUR_KEY)。 - 密钥嵌在 URL 路径里(无效密钥返回 401——已实测)。
- 不同链 = 不同 URL(
eth-mainnet、eth-sepolia、polygon-mainnet……)。
速率限制与注意事项
- 免费层:3 亿计算单位/月(300M CU——开发很宽裕);付费档可扩展。
- 标准 JSON-RPC 方法(eth_、net_)原样可用——可无缝替换其他节点服务商。
- 增强 API:NFT API、Token API、Transfers API、Alchemy Webhooks 和 Notify。
- 还提供 Alchemy SDK(npm)方便使用。
常见问题
Alchemy 免费吗? 免费层:3 亿计算单位/月;更多需要付费。
如何获取密钥? 在 alchemy.com 注册 → 创建应用 → 密钥在应用的 URL 里。
是标准 JSON-RPC 吗? 是的——任何 eth_* 方法都像其他以太坊节点一样工作。
加密货币 分类更多
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| 0x API for querying token and pool stats across various liquidity pools | No auth | Yes | Yes | ↗ |
| 1inch API for querying decentralize exchange | No auth | Yes | Unknown | ↗ |
| Alpha (Mossland) Korean crypto channel stance + RAG Q&A + canonical entity/topic/event store | No auth | Yes | Yes | ↗ |
| Binance Exchange for Trading Cryptocurrencies based in China | API Key | Yes | Unknown | ↗ |
| Bitcambio Get the list of all traded assets in the exchange | No auth | Yes | Unknown | ↗ |