{"x402Version":2,"payTo":"0x470a1b647d668d3820add26d70c8371557ff4c6b","resources":[{"id":6496,"slug":"6496","resource":"https://datastand.dev/api/llm/route","description":"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.…","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x470a1b647d668d3820add26d70c8371557ff4c6b","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"5000","maxTimeoutSeconds":120}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"input_tokens":"20000","limit":"100","min_context":"200000","offset":"0","output_tokens":"1500"},"type":"http"},"output":{"example":{"cheapest":{"est_cost_usd":0.0031,"model":"example-mini","provider":"example"},"count":266,"filters":{"min_context":200000,"provider":null,"unknown_context_excluded":40,"verified_only":false},"page":{"has_more":true,"limit":100,"next_offset":100,"offset":0,"returned":100,"total":266},"results":[{"as_of":"2026-08-17","context_window_tokens":200000,"est_cost_usd":0.0031,"input_per_mtok_usd":0.1,"model":"example-mini","output_per_mtok_usd":0.4,"provider":"example","source":"https://example.com/pricing","verification":"operator-verified"}],"workload":{"input_tokens":20000,"output_tokens":1500}},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET","HEAD"],"type":"string"},"queryParams":{"properties":{"include_unknown_context":{"description":"1/true to also rank models whose context window is unverified when min_context is set","type":"string"},"input_tokens":{"description":"Input tokens per request (default 1000)","type":"string"},"limit":{"description":"Rows per page, 1-100 (default 100)","type":"string"},"min_context":{"description":"Only models with at least this context window. Models whose window is null (not verified) are excluded and counted in filters.unknown_context_excluded.","type":"string"},"offset":{"description":"Skip this many ranked models (default 0). Use page.next_offset from the previous response. A page past the end costs nothing.","type":"string"},"output_tokens":{"description":"Output tokens per request (default 1000)","type":"string"},"provider":{"description":"Filter to one vendor token, e.g. anthropic, openai, x-ai, mistralai, qwen. Matched exactly against the vendor (punctuation and case ignored, so x-ai and xai are the same token) — never as a prefix, because meta and meta-llama are different vendors. Every response carries providers_available; a token that matches nothing is refused for free and names the near misses.","type":"string"},"verified_only":{"description":"1/true to rank only operator-verified rows, dropping the marketplace catalog","type":"string"}},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"datastand.dev","lastUpdated":"2026-09-10T20:35:16.149Z","quality":{"calls30d":5,"uniquePayers30d":4,"lastCalledAt":"2026-09-10T20:35:15.955Z"},"liveness":{},"verified":false,"featured":false},{"id":6497,"slug":"6497","resource":"https://datastand.dev/api/data/llm-catalog","description":"Every model on the OpenRouter marketplace with per-million-token input and output pricing, cached-input rates where published, and context windows: several hundred rows, rebuilt daily. Each build carries a changes block diffing it against the previous published build, listing models added, models the marketplace dropped with their last known figures, and every price or context-window movement as from/to. Spot repricing without re-reading 400 unchanged rows.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x470a1b647d668d3820add26d70c8371557ff4c6b","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"20000","maxTimeoutSeconds":120}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","type":"http"},"output":{"example":{"count":"integer","dataset":"llm-catalog","generated_at":"ISO-8601","items":["..."]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET","HEAD"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"datastand.dev","lastUpdated":"2026-09-17T18:01:22.303Z","quality":{"calls30d":5,"uniquePayers30d":4,"lastCalledAt":"2026-09-17T18:01:21.897Z"},"liveness":{},"verified":false,"featured":false},{"id":6498,"slug":"6498","resource":"https://datastand.dev/api/bazaar/provider","description":"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.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x470a1b647d668d3820add26d70c8371557ff4c6b","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"5000","maxTimeoutSeconds":120}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"domain":"api.example.com","limit":"25","offset":"0"},"type":"http"},"output":{"example":{"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},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET","HEAD"],"type":"string"},"queryParams":{"properties":{"domain":{"description":"Provider hostname, e.g. api.example.com","type":"string"},"limit":{"description":"Rows per page, 1-100 (default 25)","type":"string"},"offset":{"description":"Skip this many of the domain's endpoints, ranked by 30-day calls (default 0). Use page.next_offset from the previous response. A page past the end costs nothing.","type":"string"}},"required":["domain"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"datastand.dev","lastUpdated":"2026-09-17T03:45:56.04Z","quality":{"calls30d":4,"uniquePayers30d":3,"lastCalledAt":"2026-09-17T03:45:55.74Z"},"liveness":{},"verified":false,"featured":false},{"id":6499,"slug":"6499","resource":"https://datastand.dev/api/data/llm-pricing","description":"Current LLM API pricing, verified by hand every week: input and output USD per million tokens, cached-input rates 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 date and carries that URL. A row the provider stops publishing is dropped rather than carried forward, and a context window we could not verify is null rather than guessed. Includes a changes block naming every price that moved.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x470a1b647d668d3820add26d70c8371557ff4c6b","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"50000","maxTimeoutSeconds":120}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","type":"http"},"output":{"example":{"count":"integer","dataset":"llm-pricing","generated_at":"ISO-8601","items":["..."]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET","HEAD"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"datastand.dev","lastUpdated":"2026-09-11T01:00:07.056Z","quality":{"calls30d":3,"uniquePayers30d":3,"lastCalledAt":"2026-09-11T01:00:06.706Z"},"liveness":{},"verified":false,"featured":false},{"id":6500,"slug":"6500","resource":"https://datastand.dev/api/data/npm-vuln-digest","description":"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).…","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x470a1b647d668d3820add26d70c8371557ff4c6b","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"20000","maxTimeoutSeconds":120}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"since":"2026-08-31T10:12:22Z"},"type":"http"},"output":{"example":{"count":"integer","dataset":"npm-vuln-digest","generated_at":"ISO-8601","items":["..."]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET","HEAD"],"type":"string"},"queryParams":{"properties":{"since":{"description":"ISO-8601 date or timestamp. Returns only advisories whose updated_at is newer than this — normally the generated_at of your previous fetch. An empty delta is refused with a 400 and settles no payment, and so is a since earlier than the build's coverage.delta_complete_since, which would return a silently incomplete delta.","type":"string"}},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"datastand.dev","lastUpdated":"2026-09-10T20:35:17.449Z","quality":{"calls30d":3,"uniquePayers30d":3,"lastCalledAt":"2026-09-10T20:35:17.28Z"},"liveness":{},"verified":false,"featured":false},{"id":6501,"slug":"6501","resource":"https://datastand.dev/api/data/dev-signals","description":"The last 24 hours of high-signal developer news from Hacker News, ranked by engagement and classified across eleven topics: AI, devtools, data, infra, security, web, hardware, policy, business, science and culture. Every row carries a developer_relevant flag, so you can keep the engineering stories and drop the front page's politics and obituaries, about half of a typical day. Add ?since=<ISO-8601> for only what is new; an empty delta is free, and so is a since older than the window.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x470a1b647d668d3820add26d70c8371557ff4c6b","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"20000","maxTimeoutSeconds":120}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"since":"2026-08-31T10:12:22Z"},"type":"http"},"output":{"example":{"count":"integer","dataset":"dev-signals","generated_at":"ISO-8601","items":["..."]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET","HEAD"],"type":"string"},"queryParams":{"properties":{"since":{"description":"ISO-8601 date or timestamp. Returns only stories whose created_at is newer than this — normally the generated_at of your previous fetch. An empty delta is refused with a 400 and settles no payment, and so is a since earlier than the build's coverage.delta_complete_since, which would return a silently incomplete delta. This is a 24h window, so poll at least daily.","type":"string"}},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"datastand.dev","lastUpdated":"2026-09-16T17:24:19.905Z","quality":{"calls30d":3,"uniquePayers30d":2,"lastCalledAt":"2026-09-16T17:24:19.491Z"},"liveness":{},"verified":false,"featured":false},{"id":6502,"slug":"6502","resource":"https://datastand.dev/api/bazaar/cheapest","description":"Cost-optimised endpoint selection: name a capability (web search, token safety, enrichment) and get the x402 endpoints that provide it ranked cheapest-first in USDC per call, filtered by real adoption so untested $0.0001 listings do not masquerade as bargains. Refreshed daily from the Bazaar discovery index. `offset`/`limit` page through the full ranked list (up to 100 rows per call); `cheapest` always names the globally cheapest listing, whichever page you asked for.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x470a1b647d668d3820add26d70c8371557ff4c6b","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"5000","maxTimeoutSeconds":120}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"capability":"web search","limit":"20","min_payers":"1","offset":"0"},"type":"http"},"output":{"example":{"capability":"web search","cheapest":{"payers_30d":12,"price_usd":0.001,"resource":"https://example.com/api/search"},"count":7,"page":{"has_more":false,"limit":20,"next_offset":null,"offset":0,"returned":7,"total":7}},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET","HEAD"],"type":"string"},"queryParams":{"properties":{"capability":{"description":"What the endpoint must do, e.g. 'web search'","type":"string"},"limit":{"description":"Rows per page, 1-100 (default 20)","type":"string"},"min_payers":{"description":"Minimum unique 30-day payers (default 1)","type":"string"},"offset":{"description":"Skip this many ranked candidates (default 0). Use page.next_offset from the previous response. A page past the end costs nothing.","type":"string"}},"required":["capability"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"datastand.dev","lastUpdated":"2026-09-10T20:13:49.924Z","quality":{"calls30d":2,"uniquePayers30d":2,"lastCalledAt":"2026-09-10T20:13:49.683Z"},"liveness":{},"verified":false,"featured":false},{"id":6503,"slug":"6503","resource":"https://datastand.dev/api/bazaar/trending","description":"What just launched in the x402 economy: the most recently listed or reindexed Bazaar resources, newest first, with price and adoption stats. Track new competitors, spot fresh capabilities to consume, or watch a category fill up. Window configurable in days. `count` is how many listings match your window — `offset`/`limit` page through all of them, up to 100 rows per call.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x470a1b647d668d3820add26d70c8371557ff4c6b","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"5000","maxTimeoutSeconds":120}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"days":"7","limit":"50","min_payers":"0","offset":"0"},"type":"http"},"output":{"example":{"count":12,"page":{"has_more":false,"limit":50,"next_offset":null,"offset":0,"returned":12,"total":12},"results":[{"listed_at":"2026-08-22T04:10:00.000Z","payers_30d":0,"price_usd":0.01,"resource":"https://example.com/api/new-thing"}],"window_days":7},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET","HEAD"],"type":"string"},"queryParams":{"properties":{"days":{"description":"Look-back window in days (default 7)","type":"string"},"limit":{"description":"Rows per page, 1-100 (default 50)","type":"string"},"min_payers":{"description":"Minimum unique 30-day payers (default 0)","type":"string"},"offset":{"description":"Skip this many listings (default 0). Use page.next_offset from the previous response. A page past the end costs nothing.","type":"string"}},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"datastand.dev","lastUpdated":"2026-09-10T20:13:48.747Z","quality":{"calls30d":2,"uniquePayers30d":2,"lastCalledAt":"2026-09-10T20:13:48.471Z"},"liveness":{},"verified":false,"featured":false},{"id":6504,"slug":"6504","resource":"https://datastand.dev/api/data/bazaar-market-report","description":"Daily market intelligence on the x402 Bazaar: index size and composition by network/scheme, USDC price distribution percentiles, real usage stats (share of resources with 30-day calls, top-20 by calls), new-listing rate, churn-risk aging, and domain concentration. Every build also carries a `changes` block saying what MOVED since the build before it — resources, unique domains, 30-day calls, each price percentile and bucket, every network that gained or lost, and which domains entered, left or…","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x470a1b647d668d3820add26d70c8371557ff4c6b","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"50000","maxTimeoutSeconds":120}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","type":"http"},"output":{"example":{"count":"integer","dataset":"bazaar-market-report","generated_at":"ISO-8601","items":["..."]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET","HEAD"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"datastand.dev","lastUpdated":"2026-09-10T20:31:03.039Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-10T20:31:02.779Z"},"liveness":{},"verified":false,"featured":false},{"id":6505,"slug":"6505","resource":"https://datastand.dev/api/search/bazaar","description":"Keyword search over the x402 Bazaar discovery index (the ~8,000 most-used of 15k+ resources, refreshed daily): find services by text query with price and usage filters, ranked by unique payers. The discovery endpoint itself has no search — this is it. Every match is reachable: `count` is the full number of hits and `offset`/`limit` page through all of them, up to 100 rows per call. A page past the end of the results is refused with a 400 and settles no payment.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x470a1b647d668d3820add26d70c8371557ff4c6b","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"5000","maxTimeoutSeconds":120}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"limit":"20","max_price_usd":"0.05","min_payers":"10","offset":"0","q":"web search"},"type":"http"},"output":{"example":{"count":2,"page":{"has_more":false,"limit":20,"next_offset":null,"offset":0,"returned":2,"total":2},"query":"web search","results":[{"calls_30d":19607,"description":"Web search for agents","domain":"example.com","payers_30d":386,"price_usd":0.01,"resource":"https://example.com/api/search"}]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET","HEAD"],"type":"string"},"queryParams":{"properties":{"limit":{"description":"Rows per page, 1-100 (default 20)","type":"string"},"max_price_usd":{"description":"Only resources priced at or below this USD amount","type":"string"},"min_payers":{"description":"Only resources with at least this many unique 30-day payers","type":"string"},"offset":{"description":"Skip this many ranked results (default 0). Use page.next_offset from the previous response. A page past the end costs nothing.","type":"string"},"q":{"description":"Keywords, all must match (resource URL + description)","type":"string"}},"required":["q"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"datastand.dev","lastUpdated":"2026-09-10T20:13:46.586Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-10T20:13:46.285Z"},"liveness":{},"verified":false,"featured":false}]}