Your agent needs data. 
It can't hold a credit card.

Results in seconds, not minutes. Each query costs fractions of a cent — no subscription, no credit card, no pipeline to build. Get $0.10 trial credit — no wallet needed.

SQL aggregations & GROUP BY Regex pattern matching < 3s · 64 GB scanned
Register in 30 seconds → (or have your agent do it for you)
# 1. Register — get $0.10 free credit
curl -sX POST https://microquery.dev/v1/register \
  -d '{"name":"my-agent"}' | jq -r .api_key
# → "a3f1b2c9..."

# 2. Query — SQL over 70+ datasets
curl -s "https://microquery.dev/query?database=nvd" \
  -H "Authorization: Bearer $API_KEY" \
  --data "SELECT id, cvss_v3_score FROM cve WHERE cvss_v3_score > 9.0 LIMIT 5"
# → {"id":"CVE-2024-3094","cvss_v3_score":10.0}  ·  cost: $0.00001

How it works

01

Register, get trial credit

One POST /v1/register call issues an agent identity and $0.10 trial credit. Start querying immediately — upgrade to EIP-712 or x402 when ready.

02

Agent sets a per-query cap

Each request carries an EIP-712 signed spending cap — no human approval needed mid-loop. Or use x402 for fully stateless pay-as-you-go: payment is the authentication, zero pre-registration required.

03

Pay for bytes scanned

Cost is based on decompressed bytes scanned — objective, reproducible, verifiable. Settlement is batched on-chain hourly.

70+ tables, no pipeline

⛓️

Blockchain

15 tables · ETH, Base, BTC, DeFi
🧬

Genomics

23 tables · ClinVar, gnomAD, GWAS, ClinPGx pharmacogenomics, ClinGen
💊

Clinical / Pharma

10 tables · PubMed, FAERS, ClinicalTrials, NIH Grants, NADAC
📈

Financial

5 tables · SEC EDGAR, FEC, FRED, World Bank, FHFA
🛡️

Security / Dev

6 tables · NVD, OSV, MalwareBazaar, EOL, CISA KEV
📄

Research / Tech

3 tables · arXiv 3M papers, Hacker News 4.6M items, Open Food Facts

Pricing

$0.15 / TB scanned
Typical queries cost $0.0001–$0.01 — fractions of a cent, right-sized for agent loops that run hundreds of calls. Paid in USDC on Base.
Query type Time Cost
CVE lookup (1 GB) < 0.1s $0.0002
SEC filing query (20 GB) ~0.5s $0.003
Wallet profiling (100 GB) ~1.5s $0.015
Deep on-chain scan (1 TB) ~10s $0.15

Built for agents, not dashboards.

No browser. No SSO. No subscription. A research agent querying PubMed, FAERS, and ClinVar in parallel returns in 2.5 seconds and costs under $0.01. $0.10 free credit on registration.

Register now

curl -sX POST https://microquery.dev/v1/register -d '{"name":"my-agent"}'

Agents that self-onboard: GET /v1/agent-quickstart