alchemy-common-errors
Installation
SKILL.md
Alchemy Common Errors
Overview
Troubleshooting guide for Alchemy SDK errors covering rate limits, RPC failures, invalid parameters, and network-specific issues.
Error Reference
Authentication & Rate Limits
| HTTP Code | Error | Root Cause | Fix |
|---|---|---|---|
401 |
Unauthorized | Invalid or missing API key | Verify key in Alchemy Dashboard |
403 |
Forbidden | API key disabled or app deleted | Create new app in Dashboard |
429 |
Too Many Requests | Rate limit exceeded | Implement backoff; upgrade plan |
429 |
Compute Units exceeded | CU quota depleted | Check CU usage in Dashboard |