$0.05
per call · USD Coin on Base
WorxAI ledger access
Endpoint
GET https://worxai.tech/api/x402/v2/ledger2
Calls / 30d
1
Unique payers / 30d
Sep 3
Last called
exact
Payment scheme
Call this service
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/ledger", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://worxai.tech/api/x402/v2/ledger" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"data": {
"endpoint": "https://worxai.tech/api/x402/v2/ledger",
"protocol": "x402-v2",
"status": "verified",
"txHash": "0x..."
}
}Payment details
0xd5f951c86b0a4022c72c38ab5ba66a682a259420USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Other and the homepage with a featured placement.
More from Worxai & similar services
Worxai · Datasets Detail
worxai.tech
Buy a synthetic dataset by category id (financial-markets, x402-agent-traces, mcp-tool-call-transcripts, healthcare-claims, and 15 more — full list at /api/x402/v2/datasets). Returns real generated rows sized to your `rows` param; after its wallet-scoped free quota is exhausted, x402 charges exactly $0.01 per delivered row. Every agent (by `wallet` param, or by IP if omitted) gets 50 free rows total — spread across up to 5 calls — before payment is required.
Worxai · Datasets
worxai.tech
Catalog of 19 synthetic datasets for AI agent training and testing — financial markets, x402 agent payment traces, MCP tool-call transcripts, healthcare claims, IoT sensor logs, and more. Each category is generated on demand and purchasable individually via /datasets/detail. Catalog access is priced at $0.01 per returned catalog row.
Worxai · Analytics
worxai.tech
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.