BlazingNode logoBlazingNode

Getting Started

Start using BlazingNode in minutes

Create a trial, copy your Polygon RPC endpoint, add your API key, and test one real workload before replacing your current provider.

You do not need to migrate everything first. Test one failing Polygon workload, measure the result, then choose the plan or add-on that fits.

How the 7-day trial works

Start a trial
Get endpoint access
Test one real Polygon workload
Compare behavior before replacing anything

The trial is for workload validation. It lets you compare a real path that already matters to you before you commit to a plan.

Step 1

Create your account

Start from the trial flow and create your account using the existing signup path. The goal is not full migration. It is to get to one clean workload test quickly.

[TODO screenshot: signup / trial start screen]

Step 2

Get your API key

API keys identify and protect the workload. Higher plans include more API keys, but the trial is enough to validate one real path first.

[TODO screenshot: API key screen]

Step 3

Copy your Polygon RPC endpoint

BlazingNode gives you a standard Polygon RPC endpoint that works with normal JSON-RPC tooling. You do not need a custom SDK to begin testing.

[TODO screenshot: endpoint screen]

Step 4

Make your first request

Use a standard JSON-RPC request. If you already use Polygon tooling, this should look familiar.

cURL exampleexample
curl -X POST "https://YOUR_BLAZINGNODE_ENDPOINT" \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'

Step 5

Test one real workload

Use the exact workflow that is failing now. That gives you a real before-and-after comparison instead of a synthetic test.

Bot read path
Scraper job
Indexer eth_getLogs workload
Web3 game claim or read path
App backend call path

Step 6

Track usage and choose a plan

Compare monthly request volume, peak RPS, and trace usage before you choose a recurring plan.

[TODO screenshot: usage / billing / plan screen]

Step 7

Add only what you need

  • Extra 10M request packs for 35 USDC when monthly volume is the issue.
  • Trace bundles when trace or debug calls are the real constraint.
  • 72-hour burst passes for short events, launches, mints, claim windows, or traffic spikes.
  • Upgrade when the higher usage repeats every month.

Burst is for short windows. Monthly request volume is for everyday usage. Trace capacity is for debugging and transaction analysis.

Need help?

Use the setup path that matches the question

Use docs for setup details, Ask Daniel where available on the site for guided help, and the Problem Solver when you need to narrow the actual failure pattern.

Test BlazingNode on one real Polygon workload

Start with the workload that already causes 429s, timeouts, stale reads, trace issues, or pricing uncertainty. If it performs better, then choose the plan or add-on that fits your usage.