99.99%+
Uptime you can trust
Global anycast, health checks, and automated failover keep your dapps online under load.
Spin up performant, secure nodes and services with Nox. APIs, RPC, and smart tooling designed for builders who care about uptime and DX.
network: mainnet
rpc:
provider: nox
rate_limit: 10k/min
auth: $NOX_API_KEY
indexer:
chains: [ethereum, polygon, solana]
retention_days: 30
alerts:
- name: block-lag
rule: lag > 3 blocks
notify: discord://webhook
Low latency, generous rate limits, and tooling that scales from hackathon to hyperscale.
Global anycast, health checks, and automated failover keep your dapps online under load.
Edge routing and connection pooling deliver snappy responses from the closest POP.
Granular API keys, IP allowlists, and anomaly detection—no more sleepless nights.
Start free, scale when you’re ready.
Install the SDK and call your first endpoint in minutes.
npm i @nox/sdk
import { Nox } from '@nox/sdk'
const nox = new Nox({ apiKey: process.env.NOX_API_KEY })
const { result } = await nox.rpc('eth_blockNumber')
console.log('Current block:', result)