Pay per request. No API keys. No accounts. Your agent pays with its wallet.
Revettr uses x402, an open payment protocol. Your agent includes a USDC micropayment with each API request. No signup, no API keys, no invoices. The payment is verified on Base before the request is processed. If you prefer fiat, MPP (Stripe) is also supported.
Start with the free tier (100 requests/day, no payment needed) to test scoring quality. When your agent is in production and needs unlimited access, switch to pay per request. If you're scoring portfolios or running batch checks, use the batch endpoint for 20% savings.
Free tier: 100 requests per day per IP address, with the wallet signal scored on Base (RPC + Alchemy + ERC-8004) but without InsumerAPI cross-chain enrichment. Pay per request: no rate limits, full 8-chain wallet trust scoring including InsumerAPI cross-chain enrichment, limited only by your payment throughput. Batch: up to 50 counterparties per batch call. Free-tier signed envelopes carry wallet.insumer_skipped: true so verifiers can distinguish them from paid envelopes.
Every request costs exactly $0.01 USDC (or $0.008 in batch). There are no hidden fees, no monthly minimums, and no overages. Your agent controls spend by controlling how many requests it makes. Monitor usage by tracking x402 payments in your wallet.
Revettr scores wallets on 5 chains directly (Base, Ethereum, BSC, Polygon, Arbitrum) on every request, and adds InsumerAPI cross-chain enrichment (Solana, XRPL, Bitcoin, for 8 chains total) on paid requests. The free tier covers the 5 direct chains only. Payment is accepted on Base (x402 USDC), Tempo chain 4217 (MPP/Stripe), and Stellar.
Every request scores 4 signal categories: Domain (WHOIS age, DNS, SSL), IP (geolocation, VPN/Tor, datacenter), Wallet (on-chain history, age, counterparty diversity), and Sanctions (OFAC, EU, UN screening). Each signal includes a confidence score.
pip install revettr. Call Revettr().score(wallet_address="0x...") and get a 0 to 100 score with signal breakdown. SDK handles x402 payment automatically.
Connect via /.well-known/mcp/server.json. Compatible with Claude, Cursor, and any MCP client. Tool: score_counterparty. No configuration needed.
POST /v1/score with JSON body and x402 payment header. Returns score, tier, confidence, and per-signal breakdown. See /docs for full OpenAPI spec.
Pre-built integrations for LangChain, AutoGen, and CrewAI. Import the tool, add to your agent, and it scores counterparties before transactions.