Full-stack crypto payments. One API.

HD wallet architecture, real-time on-chain monitoring, treasury sweep, and payout execution — delivered as a programmable REST API with webhook events.

Four capabilities. Everything a payment flow needs.

Every module is available through the same API key. Mix them to build exactly the payment flow your product requires.

Inbound

Deposit Addresses

One API call generates a unique on-chain address per user. Same user always gets the same address — idempotent across all 15 networks.

Treasury

Wallet Sweeper

Move scattered deposit balances to your treasury in a single call. Gas is pre-funded automatically — no manual top-up needed.

Outbound

Withdrawals

Submit payouts via API, approve in dashboard. NevoxePay broadcasts on-chain and delivers the full lifecycle via signed webhook events.

Events & access

API & Webhooks

Two auth modes, HMAC-SHA256 signed events, and exponential retry. Everything your backend needs — nothing it doesn't.

Live in 4 steps.

01

Get your credentials

Sign up and copy your API key and IPN secret from Settings → API Keys. Keep them server-side only.

02

Set your webhook URL

Add your HTTPS endpoint in Dashboard → Webhooks. NevoxePay will POST every deposit and payout event there.

03

Create deposit addresses

POST /v1/addresses with the user's ID and chosen network. Returns a unique address instantly — same call is idempotent.

04

Handle events, credit users

Verify X-IPN-Signature on every payment.confirmed event, then credit the user. Use transaction_id as an idempotency key.

How a payment works, end to end.

Four steps, the same for every industry. The API doesn't need to know your business model.

01

Provision a deposit address

Call POST /v1/addresses with your user ID and the network. Same user + network always returns the same address — idempotent and safe to call on every checkout.

POST /v1/addresses
02

Customer sends funds

Your user sends crypto to their unique address — USDT on TRON, ETH, SOL, BTC, or any of 15 supported networks. NevoxePay monitors on-chain in real time.

15 networks · 100+ tokens
03

Webhook fires instantly

When the deposit reaches confirmation depth, NevoxePay POSTs a signed payment.confirmed event to your server. Verify the HMAC-SHA256 signature, use transaction_id as the idempotency key.

X-IPN-Signature verified
04

Credit your user

Credit the user's internal balance. If they later request a withdrawal, your API creates a withdrawal request that your operator reviews and executes from the dashboard.

Withdrawal request flow

AI ops engineer, built into your dashboard.

Nevoxe AI watches your infrastructure, scores every incoming address, writes your integration code, and alerts your team — without ever touching your money.

Anomaly Watch

Always-on monitoring of transaction volume, deposit patterns, gas costs, and webhook health. Alerts fire before your users notice anything is off.

Risk Scoring

Every incoming address scored against sanctions lists, mixer routes, and on-chain heuristics. Flag, block, or log — your policy, enforced automatically.

Integration Copilot

Describe your stack, get HMAC-verified, sandbox-tested integration code instantly. PHP, Node, Python, Go, Ruby, Java, .NET, and Rust supported.

Multi-channel Alerts

Deliver to Telegram, email, or the dashboard — wherever your team already works. One routing rule, three channels, zero missed events.

Ready to integrate Nevoxe Pay?