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.
Platform capabilities
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.
Integration
Live in 4 steps.
From zero to accepting crypto payments in under 10 minutes.
Get your credentials
Sign up and copy your API key and IPN secret from Settings → API Keys. Keep them server-side only.
Set your webhook URL
Add your HTTPS endpoint in Dashboard → Webhooks. NevoxePay will POST every deposit and payout event there.
Create deposit addresses
POST /v1/addresses with the user's ID and chosen network. Returns a unique address instantly — same call is idempotent.
Handle events, credit users
Verify X-IPN-Signature on every payment.confirmed event, then credit the user. Use transaction_id as an idempotency key.
Payment flow
How a payment works, end to end.
Four steps, the same for every industry. The API doesn't need to know your business model.
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.
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.
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.
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.
Nevoxe AI
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.