Show off your agentic readiness — the badge auto-updates when your score changes.
llms.txt Content
# SatoshiData.ai
> Bitcoin chain intelligence API. On-chain analytics for AI agents, developers, and applications.
## What this service provides
- Wallet trust & safety scoring for any Bitcoin address
- Entity identification and label lookup (millions of labeled addresses)
- Real-time Bitcoin network data: price, fees, mempool, on-chain metrics
- Transaction lookup and payment verification
- Bitcoin timestamping (anchor data to the blockchain)
- Batch operations for processing multiple addresses
## API access
### Free endpoints (no auth required)
- GET /v1/wallets/{address}/trust-safety — wallet trust score teaser
- GET /v1/price — BTC price snapshot
- GET /v1/network/summary — combined network stats (block height, fees, mempool, price)
- GET /v1/fees/recommended — fee-rate recommendations
- GET /v1/mempool/stats — mempool state
- GET /v1/mempool/fee-distribution — mempool fee-rate histogram
- GET /v1/chain/whale-alerts — recent large Bitcoin transfers
- GET /v1/exchange/flows/summary — aggregate exchange inflow/outflow teaser
- GET /v1/onchain — on-chain regime snapshot
- GET /v1/tx/{txid}/status — transaction confirmation status
- GET /v1/timestamp/quote — quote before anchoring a hash
- GET /v1/timestamp/{hash} — timestamp status lookup
- POST /v1/timestamp/verify — verify a timestamp proof or receipt
- POST /v1/feedback — submit data corrections
### Micro (5 sats per call)
- GET /v1/price — BTC price with RSI, MA, MACD
- GET /v1/mempool — full mempool congestion snapshot
- GET /v1/tx/{txid} — full transaction lookup
### Standard (21 sats per call, or $0.01 via x402 USDC)
- GET /v1/wallets/{address}/summary — full chain intelligence summary
- GET /v1/wallets/{address}/detail — detailed wallet labels and metadata
- GET /v1/wallets/{address}/contributors — contributor depth analysis
- POST /v1/batch/trust-safety — batch trust scoring (up to 10/min)
- POST /v1/batch/summary — batch wallet summaries (up to 10/min)
- PO
OpenAPI Spec (preview)
{"openapi":"3.1.0","info":{"title":"White Rabbit Agent API","description":"Bitcoin agent API with chain intelligence, Bitcoin timestamping, and machine-readable discovery. Pay with Lightning L402 (3 endpoints), x402 USDC on Base (3 endpoints), or a $4.99/mo API key bridge. 14 free endpoints, 17 premium. No account needed.","version":"0.3.0"},"paths":{"/api/health":{"get":{"tags":["health"],"summary":"Signal API health","description":"Returns uptime, data freshness, billing mode, and whether Vaul