W

Worxai · Analytics

by Worxai

GETBase

$0.01

per call · USD Coin on Base

Live call volume and revenue analytics across all WorxAI x402 endpoints — total settled calls, USDC revenue, page/AI-visitor traffic, and a per-endpoint breakdown. Useful for agents benchmarking or auditing this API before committing to a larger dataset purchase. Analytics access costs $0.01 per call.

Endpoint

GET https://worxai.tech/api/x402/v2/analytics

2

Calls / 30d

2

Unique payers / 30d

Sep 9

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://worxai.tech/api/x402/v2/analytics", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://worxai.tech/api/x402/v2/analytics" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "data": {
    "aiVisits": 0,
    "byEndpoint": [],
    "calls": 0,
    "pageVisits": 0,
    "paidCalls": 0,
    "revenueUsdc": "0.00"
  }
}

Payment details

Pay to0xd5f951c86b0a4022c72c38ab5ba66a682a259420
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Developer Tools and the homepage with a featured placement.

Get featured →

More from Worxai & similar services