5 live endpoints $0.100 - $1.00 USDC per call

Research & Intelligence

Industry intelligence briefings, agent-grade business reports, AI market analysis, executive briefs — research endpoints priced for inference-on-demand agents.

5 endpoints in this vertical

Each endpoint is live on Base mainnet. The first curl shows the 402 challenge (free). Sign the challenge with USDC to get the actual response.

PathWhat it doesMethodPrice
/api/business-report End-to-end business snapshot: revenue, payer count, vertical mix, last 24h deltas. GET $0.25
/api/ai-analysis Multi-source market analysis with cited reasoning. Higher-tier model behind the gate. GET $1.00
/api/agent-brief Executive-grade brief synthesizing market, regulatory, and operational signals. GET $0.50
/api/ai-business-skills Five production skills: cost-runaway, revenue-truth, hallucination-detect, agent-trust, un… GET $0.25
/api/industry-intel Trends, competition, regulatory, technology disruption, growth opportunities. POST $0.10

Total cost to call every endpoint in this vertical once: $2.100 USDC.

Live demo curl for every endpoint

Business Summary Report

GET /api/business-report $0.25 USDC vertical: Marketplace Analytics

End-to-end business snapshot: revenue, payer count, vertical mix, last 24h deltas.

# 1. Free: see the 402 challenge headers
curl -i 'https://x402.adametherzlab.com/api/business-report?query=today'

# 2. Sign EIP-3009 USDC TransferWithAuthorization for $0.25 on Base,
#    base64-encode and resend as the X-Payment header.
#    See /start for the wallet setup walkthrough.

AI-Powered Market Analysis

GET /api/ai-analysis $1.00 USDC vertical: Marketplace Analytics

Multi-source market analysis with cited reasoning. Higher-tier model behind the gate.

# 1. Free: see the 402 challenge headers
curl -i 'https://x402.adametherzlab.com/api/ai-analysis?query=agentic-commerce+trends+2026'

# 2. Sign EIP-3009 USDC TransferWithAuthorization for $1.00 on Base,
#    base64-encode and resend as the X-Payment header.
#    See /start for the wallet setup walkthrough.

Full Business Intelligence Brief

GET /api/agent-brief $0.50 USDC vertical: Marketplace Analytics

Executive-grade brief synthesizing market, regulatory, and operational signals.

# 1. Free: see the 402 challenge headers
curl -i 'https://x402.adametherzlab.com/api/agent-brief?query=rural+land+assessment+north+texas'

# 2. Sign EIP-3009 USDC TransferWithAuthorization for $0.50 on Base,
#    base64-encode and resend as the X-Payment header.
#    See /start for the wallet setup walkthrough.

AI-Business Skill Bundle v1

GET /api/ai-business-skills $0.25 USDC vertical: Marketplace Analytics

Five production skills: cost-runaway, revenue-truth, hallucination-detect, agent-trust, unit-economics.

# 1. Free: see the 402 challenge headers
curl -i 'https://x402.adametherzlab.com/api/ai-business-skills?query=bundle'

# 2. Sign EIP-3009 USDC TransferWithAuthorization for $0.25 on Base,
#    base64-encode and resend as the X-Payment header.
#    See /start for the wallet setup walkthrough.

Industry Intelligence Briefing

POST /api/industry-intel $0.10 USDC vertical: Commerce

Trends, competition, regulatory, technology disruption, growth opportunities.

# 1. Free: see the 402 challenge headers
curl -i -X POST 'https://x402.adametherzlab.com/api/industry-intel' \
  -H 'Content-Type: application/json' \
  -d '{"query":"agentic commerce in vertical SaaS, 2026"}'

# 2. Sign EIP-3009 USDC TransferWithAuthorization for $0.10 on Base,
#    base64-encode and resend as the X-Payment header.
#    See /start for the wallet setup walkthrough.