Browse every BitBooth pay-per-call endpoint: JSON repair, faker, x402 discovery, agent credit score, wallet doctor, web rendering (render-pro), web diff, RSS, DNS, SSL inspection, approval safety, LLM tool validation, echo. USDC on Base mainnet via the Coinbase CDP Facilitator. No accounts. No API keys. Pay-per-call agentic APIs.
Smallest possible paid endpoint. Pay 0.001 USDC, get a JSON echo back. Reference implementation of the x402 + CDP Facilitator + Bazaar discovery loop.
POST /v1/cdp/echo
0.001 USDC
Take any almost-JSON string (LLM tool output, broken API response, etc.), fix common errors (trailing commas, single quotes, unquoted keys, missing brackets), and optionally validate against a JSON Sc…
POST /v1/cdp/json-repair
0.001 USDC
Structured synthetic data on demand. Pass a template like { name: "person.fullName", email: "internet.email" } and a count, receive an array of records ready to seed forms, populate test databases, or…
POST /v1/cdp/faker
0.001 USDC
Structured risk assessment of an ERC-20 approve(spender, amount) before signing. Catches unlimited approvals to fresh contracts, EOA spenders, copycat tokens, and known-malicious contracts. Built for …
POST /v1/cdp/approval-safety
0.05 USDC
Full Playwright JS rendering + Readability extraction. Pay 0.05 USDC, get clean markdown back from any URL including SPAs and JS-heavy sites that naive fetch cannot crawl.
POST /v1/cdp/render-pro
0.05 USDC
Render any URL with full Playwright JS rendering, then return both the current markdown snapshot AND a structured diff against the previous markdown you supply. Built for monitoring agents tracking co…
POST /v1/cdp/web-diff
0.05 USDC
JSON Schema validation + optional auto-coercion + a confidence score for any LLM tool-call payload. Pair with /v1/cdp/json-repair to fix malformed JSON first, then validate against your tool schema. B…
POST /v1/cdp/llm-tool-validate
0.001 USDC
Agent pre-flight: pay 0.005 USDC, get a normalized report of every paid x402 endpoint a target URL exposes — direct 402 challenges, HTML discovery hints (<meta name="x402">, <link rel="x402">, anchor …
POST /v1/cdp/x402-discover
0.005 USDC
Buyer-side pre-flight: pay 0.005 USDC, hand in a counterparty EVM wallet, get back a 0-100 trustworthiness score plus the raw signals (settlement count, unique recipients, total USDC paid, first/last …
POST /v1/cdp/agent-credit-score
0.005 USDC
Pre-flight wallet hygiene: pay 0.005 USDC, hand in an EVM wallet, get back a go/no-go diagnosis on Base mainnet — native ETH balance for gas, USDC balance for payments, plus derived flags (lowGas, usd…
POST /v1/cdp/wallet-doctor
0.005 USDC
Pay 0.001 USDC, get a normalised JSON view of any RSS 2.0 or Atom 1.0 feed. One shape regardless of protocol: feed metadata plus an items array with HTML-stripped content snippets. Capped at 2MB body …
POST /v1/cdp/rss
0.001 USDC
Pay 0.001 USDC, get DNS records for any hostname. Supports A, AAAA, MX, TXT, NS, CNAME, SOA, SRV, CAA. Built on Node's built-in resolver with a 5s timeout cap; rejects IPv4/IPv6 inputs. Built for agen…
POST /v1/cdp/dns
0.001 USDC
Pay 0.001 USDC, inspect the SSL/TLS certificate of any hostname:port. Returns subject, issuer, validity window, SANs, SHA256 fingerprint, serial, negotiated protocol + cipher, and derived flags (valid…
POST /v1/cdp/ssl-info
0.001 USDC