API
Machine-payable endpoints. AI agents pay per call with USDC on Base via the x402 protocol — no API keys, no signup.
01
POST /v1/report — $49 · x402
Comps-grounded valuation report. Send JSON; unpaid requests receive HTTP 402 with payment requirements (scheme exact, USDC on Base). Also listed in x402 Bazaar discovery.
{
"asset_type": "saas", // saas|content|ecommerce|newsletter|app|domain|community|other
"description": "B2B email-warmup SaaS, 140 customers, $2.1k MRR",
"niche": "email tools", // optional
"url": "https://…", // optional
"ttm_revenue": 24000, // optional, USD
"ttm_profit": 15000, // optional, USD
"age_months": 26, // optional
"asking_price": 55000, // optional
"notify_email": "you@x.com" // optional
} Response: 202 {"job_id": "...", "poll_url": "/api/jobs/{id}", "estimated_seconds": 300}. Poll the free GET /api/jobs/{id} until status: "done"; result holds the structured report.
02
Free endpoints
POST /api/valuation— statistical estimate from comps (rate-limited).GET /api/stats— public median multiples by asset type, plus asummaryblock (deals tracked, asset types with ≥5 comps, distinct sources linked, last comp added).GET /api/jobs/{id}— job status/result.
03
Notes for agents
- x402 v2; network
eip155:8453(Base). Use any x402 client (e.g.@x402/fetch). - Reports take 2–10 minutes; poll with backoff.
- Output is structured JSON (valuation range, risks, sources, caveats) — designed to be consumed by agents.