Prerequisites
- A Goldsky account (free to create)
1
Get your endpoint
Edge RPC endpoints follow a simple URL format:Replace
{chainId} with the chain ID (e.g., 1 for Ethereum, 42161 for Arbitrum, 8453 for Base) and {your-secret} with your API secret from the dashboard.2
Make your first request
- curl
- viem
- ethers.js
- web3.js