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.
# 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
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.
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.
Cost is based on decompressed bytes scanned — objective, reproducible, verifiable. Settlement is batched on-chain hourly.
| 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 |
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