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

Quick Start

1

Pick an API

WaveGuard for general anomaly detection on any data. CryptoGuard for crypto-specific trade validation.

2

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}'
3

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

MethodWaveGuardCryptoGuardBest For
REST APIYesYesDirect integration from any language
Python SDKYes-pip install WaveGuardClient
RapidAPI-YesSubscription billing, auto-SDKs
MCP ServerYesYesClaude / GPT / AI agent tools
x402 PaymentsYesYesAI agent micropayments (USDC)
Swagger UIYesYesInteractive 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.