Dashboard Features
Last updated
Every new 402 payment appears instantly on the dashboard with:
Request ID
Payer address (hashed)
Token type
Amount
Timestamp
Endpoint path
Transaction status (Pending, Verified, Expired)
Example:
{
"requestId": "req_92ab3",
"payer": "anon_8e4fa9",
"token": "402G",
"amount": "0.001",
"endpoint": "/api/market-feed",
"status": "Verified"
}Displays revenue and settlement per token:
Pie and trend charts by currency.
Conversion history (for auto-swap events).
Volume per token pair across all merchants.
Developers can view:
Average requests per second (RPS).
Total earnings per endpoint.
Traffic source breakdown (AI agents vs. human users).
Latency and access verification times.
The system distinguishes human users and AI wallets through behavioral patterns. Metrics include:
% of AI-driven transactions
Average microtransaction size
Active agent count
Agent wallet balances and throughput
All analytics can be exported to:
CSV, JSON, or Google Sheets for off-chain analysis.
Integration with Dune Analytics and Helius for external dashboards.
Last updated
GET /api/analytics/export?format=csv