W

Worxai · Datasets Detail

by Worxai

GETBase

$0.05

per call · USD Coin on Base

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.

Endpoint

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

6

Calls / 30d

1

Unique payers / 30d

Sep 7

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

Example response

{
  "data": {
    "id": "financial-markets",
    "pathname": "datasets/financial-markets.parquet",
    "size": 284213,
    "url": "https://worxai.tech/api/datasets/file?..."
  },
  "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