Home
Documentation

How to Get Started with NOWNodes API key

To use the NOWNodes API you should do the following:

To use the NOWNodes API you should do the following:

  1. Sign Up: Visit nownodes.io to create an account.
  2. Choose a Plan: Select the plan that fits your needs.
  3. Create an API Key: Generate your API key and start integrating.

To access our API with your key, simply add it to your requests URL or header. Here's an example:

Copied!
curl --location 'https://eth.nownodes.io/your_api_key' \
--header 'Content-Type: application/json' \
--data '{
    "jsonrpc": "2.0",
    "method": "eth_blockNumber",
    "params": [],
    "id": 83
}'

Or simply contact us directly at [email protected] — we will guide you through the process.