Features Security Directory Docs Pricing FAQ Dashboard
💰 Revenue +$142.50
📈 Requests 1,284
🔒 Security 92/100
Response 48ms
Built for x402 API Builders & Agent Operators

Monitor, secure, and
monetize your x402 APIs

Real-time analytics, automated security scanning, and instant alerts for API builders. Fleet management, budget controls, and spend tracking for AI agent operators. Multi-chain across Solana and Base.

Free forever for 1 endpoint Solana + Base Pay with crypto Setup in 2 minutes
analytix402.com/dashboard
Total Revenue
$4,827.42
Endpoints
8
Requests
142.8K
Customers
847

Built with

Coinbase
Stripe
OpenAI
Vercel
Supabase
0
% Uptime Monitoring
0
SDK Overhead
0
Security Scanning
0
Setup Time

You launched an x402 API. Now what?

You're selling data via x402 but have zero visibility into what's happening.

📉

Flying Blind

How many requests did you get today? How much revenue? No dashboard, no answers. You're just hoping it works.

🔓

Security Unknown

Is your SSL valid? Are you being abused? Is someone draining your API with repeated failed payments? You'd never know.

🔥

No Alerts

Your API went down for 6 hours. Revenue dropped 40%. You found out when a customer DMed you on Twitter.

Two sides of x402. One platform.

Whether you're earning revenue from APIs or managing AI agents that spend on them, Analytix402 gives you full visibility.

🏗️

API Builders (Facilitators)

You built an x402 API and you're earning revenue. Track every payment, monitor security, and understand your customers.

Revenue analytics per endpoint & customer
Security scoring & vulnerability scanning
Customer wallet intelligence & abuse detection
Uptime monitoring & instant alerts
Settlement tracking & payouts
🤖

Agent Operators

You run AI agents that consume x402 APIs. Control spend, set budgets, and make sure no agent goes rogue.

Fleet-wide spend tracking across agents
Budget allocation & forecasting
Circuit breakers & kill switches
Per-agent P&L and efficiency scores
Provider comparison & cost analysis

Three steps. Two minutes. Full visibility.

No complex setup. No infrastructure changes. Just install and go.

1

Install the SDK

One npm install. Add two lines to your Express server. That's it — you're sending data.

2

See Your Data

Revenue, requests, response times, and top customers appear in your dashboard in real time.

3

Get Protected

Security scans run automatically. Threats are detected. Alerts fire when something goes wrong.

Two lines of code. Seriously.

Add the Analytix402 SDK to any Express-based x402 API in seconds.

server.ts
// Install: npm install @analytix402/sdk

import { Analytix402 } from '@analytix402/sdk';

// Add before your routes
app.use(Analytix402({
  apiKey: 'ax_live_your_key_here',
}));

// That's it. Revenue, requests, security — all tracked.

Powerful SDK, simple interface

Full configuration options, advanced features, and multi-framework support.

apiKeystring
Your API key from the dashboard settings. Starts with ax_live_.
Required
endpointstring
Custom ingest URL. Use for self-hosted or regional deployments.
Default: https://analytix402.com/api/ingest
batchSizenumber
Number of events to batch before sending. Higher values reduce network calls.
Default: 10
flushIntervalnumber
Max milliseconds to wait before sending a partial batch.
Default: 5000
debugboolean
Enable verbose logging to console for debugging SDK integration.
Default: false
capturePaymentsboolean
Automatically capture x402 payment headers for revenue tracking.
Default: true
server.ts — advanced configuration
import { Analytix402 } from '@analytix402/sdk';

app.use(Analytix402({
  apiKey: process.env.ANALYTIX_KEY,
  batchSize: 25, // Send every 25 events
  flushInterval: 3000, // Or every 3 seconds
  debug: process.env.NODE_ENV === 'development',
  capturePayments: true,
}));

// Events are batched, compressed, and sent async.
// If the service is unreachable, events queue locally
// and retry with exponential backoff. Zero impact on
// your API response times.

The SDK works as Express middleware today, with more frameworks coming soon.

✅ Express.js
✅ Node.js (core)
🔜 Fastify
🔜 Hono
🔜 Python (FastAPI)
🔜 Python (Flask)

Need a framework not listed? Let us know.

See it working in real time

This is what your dashboard feed looks like once the SDK is installed.

Live API Traffic

Everything you need to build and operate x402

Whether you're building APIs or running AI agents, one platform gives you full visibility.

📊

Real-Time Analytics

See every request, every payment, every response time — as it happens.

Revenue tracking per endpoint
Request volume & success rates
Response time percentiles (p50/p95/p99)
🔒

Security Scanning

Automated security checks find vulnerabilities before attackers do.

SSL/TLS validation & monitoring
Security header audits
Security score per endpoint (0-100)
👥

Customer Intelligence

Know your customers. Detect abuse. Block bad actors automatically.

Top wallets by revenue & volume
Abuse pattern detection
One-click wallet blocking
🚨

Instant Alerts

Get notified the moment something goes wrong — not hours later.

Downtime & error rate alerts
Revenue drop notifications
Email, Slack, Discord & webhooks
🤖

Agent Fleet Management

Monitor and control your AI agents' API spend, performance, and safety in one place.

Budget allocation & spend tracking
Circuit breakers & kill switches
Per-agent P&L and efficiency scores
⛓️

Multi-Chain Analytics

Track revenue and spend across Solana and Base with stacked chain breakdowns.

Solana & Base chain support
Stacked volume charts per chain
Per-chain percentage breakdowns

The security layer x402 has been missing

No one else monitors x402 API security. We scan, score, and protect every endpoint.

82
Security Score — auto-updated every 24h
SSL Valid
HTTPS Enforced
TLS 1.3
Payment Verified
⚠️Missing CSP
⚠️Weak Rate Limit

Know your attack surface

Every x402 API handles real money. That makes it a target. Analytix402 continuously monitors your endpoints for vulnerabilities, abuse patterns, and suspicious activity.

🛡️

Abuse Detection

Detects wallet spam, failed payment floods, and suspicious request patterns in real time.

🔐

Vulnerability Scanning

Checks SSL, headers, error handling, and payment verification — scores each endpoint 0-100.

🚫

Threat Response

Block abusive wallets, get instant alerts for active threats, and see fix guides for every issue.

Built for every x402 use case

API builders, agent operators, and everyone in between.

💡

AI Inference APIs

Selling GPT, image generation, or embeddings via x402? Track which models generate the most revenue, monitor latency per model, and detect customers abusing free tiers with repeated failed payments.

Avg Revenue
$0.08/call
Key Metric
Latency p99
Top Threat
Payment replay
📡

Data Feed Providers

Price feeds, blockchain data, weather APIs — high-volume, low-cost endpoints. Monitor request spikes, track per-customer usage, and get alerted when your feed goes stale or error rates climb.

Avg Revenue
$0.002/call
Key Metric
Uptime %
Top Threat
Rate abuse

Compute Marketplaces

GPU rendering, serverless functions, or on-demand compute. Track job durations, revenue per compute unit, and detect customers submitting jobs with invalid payments.

Avg Revenue
$0.50/call
Key Metric
Error rate
Top Threat
Wallet spam
🤖

AI Agent Operators

Running a fleet of AI agents that call x402 APIs? Track per-agent spend, set budget limits with circuit breakers, compare provider costs, and kill rogue agents before they drain your wallet.

Avg Spend
$12/agent/day
Key Metric
Cost/task
Top Risk
Budget overrun

Why Analytix402?

See how we compare to the alternatives for monitoring x402 APIs.

Feature Analytix402 Datadog / New Relic DIY Logging Nothing
x402 Payment Tracking Manual
Revenue Analytics Manual
Security Scoring Partial
Threat Detection Generic
Wallet Intelligence
Geo Traffic Map
Agent Fleet Management
Circuit Breakers / Kill Switches
Multi-Chain (Solana + Base) Manual
Setup Time 2 min 1-2 hrs Days N/A
Crypto Payments
Free Tier Forever 14 days Free* Free

Pay per transaction, or go flat-rate

Choose fee-based access with no monthly cost, or subscribe monthly and pay zero fees.

Basic

1% fee

$0/mo — pay only on transactions

  • 1 endpoint
  • 10K requests/mo
  • 7 day history
  • Basic analytics
  • Security score
Get Started

Business

3% fee

$0/mo — pay only on transactions

  • Unlimited endpoints
  • 5M requests/mo
  • 1 year history
  • Threat detection
  • Webhook alerts & API
Get Started

Questions? Answers.

Everything you need to know about Analytix402.

x402 is an open protocol that lets APIs accept crypto payments via HTTP 402 status codes. Unlike traditional APIs with API keys, x402 APIs handle real money on every request. That means you need visibility into revenue, security threats, and abuse patterns — things traditional monitoring tools weren't built for.
About 2 minutes. Install the npm package, add two lines of code to your Express server, and you're live. No infrastructure changes, no config files, no database migrations. Your data appears in the dashboard immediately.
No. The SDK adds less than 50ms overhead. Events are batched and sent asynchronously in the background, so your API response times aren't affected. If the Analytix402 service is unreachable, events are queued locally and retried — your API never blocks.
We currently support Express.js middleware with a TypeScript SDK. Fastify, Hono, and Python (Flask/FastAPI) support are on the roadmap. If you're using a different framework, the SDK's core client can be used directly to send events from any Node.js application.
Yes. All data is encrypted in transit (TLS 1.3) and at rest. We never store payment private keys or sensitive wallet data. Each account is isolated with row-level security. You can delete your data at any time from the settings page.
Absolutely. Export to CSV or JSON from any page in the dashboard. Pro and Business plans also get full API access to query your data programmatically.
Circuit breakers are safety rules you set for your AI agents. If an agent exceeds a spend limit, error rate threshold, or behaves abnormally, the circuit breaker automatically pauses or kills the agent. Think of it as a kill switch that fires before your wallet gets drained.
Analytix402 supports Solana and Base. All charts show stacked per-chain breakdowns so you can see exactly how much revenue or spend comes from each chain. More chains are on the roadmap.

Stop guessing. Start knowing.

One line of code. Full visibility. Install the SDK in under 2 minutes.

Get Started Free