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:
- Sign Up: Visit nownodes.io to create an account.
- Choose a Plan: Select the plan that fits your needs.
- 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.