API Documentation
Emergent Physics Lab builds APIs powered by lattice field wave physics. No machine learning. No training data. Just fundamental equations applied to real-world data.
Base URL: https://api.emergentphysicslab.com
WaveGuard API
Physics-based anomaly detection for any data stream. Zero training required. Supports JSON, time-series, and tabular data. GPU-accelerated.
CryptoGuard API
Physics-powered crypto trade validator. Scans tokens for anomalies, rug pull risk, and market instabilities. Returns PROCEED / CAUTION / BLOCK verdicts.
Quick Start
Pick an API
WaveGuard for general anomaly detection on any data. CryptoGuard for crypto-specific trade validation.
Send a Request
# WaveGuard — anomaly scan
curl -X POST "https://api.emergentphysicslab.com/waveguard/v1/scan" \
-H "Content-Type: application/json" \
-d '{"data": [100, 102, 101, 105, 130, 108], "encoder": "json"}'
# CryptoGuard — trade validation
curl -X POST "https://api.emergentphysicslab.com/cryptoguard/v1/validate-trade" \
-H "Content-Type: application/json" \
-d '{"coin_id": "bitcoin", "action": "buy", "amount_usd": 1000}'Get Results
Both APIs return structured JSON with scores, explanations, and actionable signals. No API key needed for basic access. Use x402 for micropayments or RapidAPI for subscription billing.
Integration Options
| Method | WaveGuard | CryptoGuard | Best For |
|---|---|---|---|
| REST API | Yes | Yes | Direct integration from any language |
| Python SDK | Yes | - | pip install WaveGuardClient |
| RapidAPI | - | Yes | Subscription billing, auto-SDKs |
| MCP Server | Yes | Yes | Claude / GPT / AI agent tools |
| x402 Payments | Yes | Yes | AI agent micropayments (USDC) |
| Swagger UI | Yes | Yes | Interactive testing in browser |
Built on Physics, Not Statistics
Every API call runs the Klein-Gordon wave equation on GPU. The same math that describes gravitational waves, applied to your data.