Skip to content

Authentication

All requests to nodewell require an API key for authentication.

Getting an API Key

  1. Visit nodewell.io
  2. Enter your email address
  3. 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_KEY

HTTP 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.