W

Worxai · Datasets

by Worxai

GETBase

$0.01

per call · USD Coin on Base

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.

Endpoint

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

4

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

Example response

{
  "count": 19,
  "data": [
    {
      "description": "Synthetic OHLCV price ticks, order-book snapshots, and trade events for backtesting and market-simulation agents.",
      "detailEndpoint": "https://worxai.tech/api/x402/v2/datasets/detail?id=financial-markets&rows=1000",
      "id": "financial-markets",
      "label": "Financial Markets"
    },
    {
      "description": "Synthetic x402 payment-challenge/settlement traces for training and evaluating autonomous agent payment logic.",
      "detailEndpoint": "https://worxai.tech/api/x402/v2/datasets/detail?id=x402-agent-traces&rows=1000",
      "id": "x402-agent-traces",
      "label": "x402 Agent Payment Traces"
    },
    {
      "description": "Synthetic MCP tool-invocation transcripts (requests, arguments, responses) for agent tool-use training data.",
      "detailEndpoint": "https://worxai.tech/api/x402/v2/datasets/detail?id=mcp-tool-call-transcripts&rows=1000",
      "id": "mcp-tool-call-transcripts",
      "label": "MCP Tool Call Transcripts"
    }
  ],
  "note": "Any category id (listed or custom) can be purchased via detailEndpoint — data is generated on demand. For a single-call purchase with no catalog browsing, use /api/x402/v2/gabriel?need=<free text> instead.",
  "paid": true,
  "txHash": "0x..."
}

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