D

Datastand · Bazaar Provider

by Datastand

GETBase

$0.005

per call · USD Coin on Base

Vet an x402 seller before integrating: how many resources the domain lists, its total 30-day call volume, its best-adopted endpoint, and its price range (min/median/max USDC per call), plus its most-used endpoints. Answers 'is this provider real and what do they charge' in one paid call. `offset`/`limit` page through the domain's full endpoint list (up to 100 rows per call) — the largest sellers list several hundred.

Endpoint

GET https://datastand.dev/api/bazaar/provider

1

Calls / 30d

1

Unique payers / 30d

Aug 24

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://datastand.dev/api/bazaar/provider", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://datastand.dev/api/bazaar/provider?domain=api.example.com&limit=25&offset=0" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "calls_30d_total": 1200,
  "domain": "api.example.com",
  "listed": true,
  "page": {
    "has_more": true,
    "limit": 25,
    "next_offset": 25,
    "offset": 0,
    "returned": 25,
    "total": 40
  },
  "price_usd": {
    "max": 0.05,
    "median": 0.01,
    "min": 0.001
  },
  "resources_listed": 42
}

Payment details

Pay to0x470a1b647d668d3820add26d70c8371557ff4c6b
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

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

Get featured →

More from Datastand & similar services

D

Datastand · Data NPM Vuln Digest

datastand.dev

The latest npm security advisories, normalized for machines: severity, CVSS, affected packages, vulnerable ranges, patched versions. Merged from two upstream orderings — the 100 most recently published advisories and the 100 most recently REVISED — so a CVSS score finally assigned, or a vulnerable range widened to include the version you run, reaches you instead of being invisible because the advisory was published weeks ago. Derived from the GitHub Advisory Database (CC-BY 4.0, attributed).…

GETBaseData & Enrichment
$0.02 / call7 calls / 30d
D

Datastand · LLM Route

datastand.dev

Cheapest-model router: send your token workload and get every current LLM ranked by estimated USD cost, with per-MTok prices, cached-input rates, and context windows. Merges the weekly hand-verified llm-pricing table (every figure carrying its official source URL and verification date) with the daily OpenRouter marketplace catalog — 400+ models — and marks each row `operator-verified` or `marketplace-listed`; `verified_only=1` keeps just the first kind.…

GETBaseAI & Inference
$0.005 / call6 calls / 30d
D

Datastand · Data LLM Pricing

datastand.dev

A verified, machine-readable table of current LLM API pricing (input/output per MTok, cached-input where published) and context windows across Anthropic, OpenAI, Google, xAI and Together. Every row is read off the provider's own page on its stated verification date and carries that page's URL; a row the provider stops publishing is dropped, not carried forward, and a context window we could not verify is null rather than guessed.…

GETBaseAI & Inference
$0.05 / call2 calls / 30d