Modular • Secure • Blazing-fast

Deploy Web3 infrastructure without the headache.

Spin up performant, secure nodes and services with Nox. APIs, RPC, and smart tooling designed for builders who care about uptime and DX.

nox.config.yml Preview
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
            

Everything you need to ship confidently.

Low latency, generous rate limits, and tooling that scales from hackathon to hyperscale.

99.99%+

Uptime you can trust

Global anycast, health checks, and automated failover keep your dapps online under load.

< 80ms

Ultra-low latency RPC

Edge routing and connection pooling deliver snappy responses from the closest POP.

Zero-trust

Security-first by default

Granular API keys, IP allowlists, and anomaly detection—no more sleepless nights.

Simple, predictable pricing.

Start free, scale when you’re ready.

Hacker

$0

100k requests / mo, 1 project

Start Building

Pro

$79

10M requests / mo, priority support

Upgrade

Enterprise

Custom

SLA, dedicated cluster, SSO

Contact Sales

Fast integration, clean DX.

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)