Authentication
All requests to nodewell require an API key for authentication.
Getting an API Key
- Visit nodewell.io
- Enter your email address
- Check your inbox for the API key
Using Your API Key
Include your API key in the endpoint URL:
https://eth.nodewell.io/v1/YOUR_API_KEYHTTP Request Example
bash
curl -X POST https://eth.nodewell.io/v1/abc123def456 \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'Rate Limits
See Rate Limits for information about request quotas.