API / MCP / X402

Your Co-Pilot's
Data Feed

REST API, Model Context Protocol, and X402 stream access. Plug our topological engine into your trading system, LLM agent, or custom application. We handle the geometry; you handle the strategy.

Real-Time Topology

Market data → quaternion states in <50ms. WebSocket streams for live navigation.

LLM-Ready Format

MCP protocol support. Your AI agents can query topological features as easily as they query text.

Composable Intelligence

Mix our pre-built models with your custom logic. The API is the foundation; your strategy is the co-pilot's behavior.

Three Ways to Access

Choose the integration method that fits your workflow

REST

Polling Access

Simple integration for basic use cases. Query topological features on-demand with standard HTTP requests.

GET /api/v1/topology/btc-usd
GET /api/v1/quaternions/eth-usd
GET /api/v1/tda-precursors/sol-usd

Rate limits: 1000 requests/hour

X402

Streaming Access

Real-time WebSocket streams for live trading systems. Enterprise-grade reliability with <50ms latency.

wss://stream.kinematic.finance
/topology/live
/quaternions/live
/tda-precursors/live

99.9% uptime, redundant infrastructure

MCP

LLM-Native Access

Model Context Protocol for seamless LLM integration. Your AI agents query market topology like they query text.

"What's the TDA precursor for BTC?"
"Show quaternion states for ETH"
"Alert on topology changes"

Structured outputs, natural language queries

Interactive Explorer

Test API calls directly in your browser

API Explorer

Request

GET
/api/v1/topology/btc-usd
Headers:
Authorization: Bearer your_api_key

Response

200 OK
{ "symbol": "BTC-USD", "timestamp": "2024-11-04T15:30:00Z", "quaternion": { "w": 0.8234, "x": 0.1234, "y": -0.0567, "z": 0.5432 }, "tda_precursor": { "loop_birth": 1730736600, "loop_death": null, "persistence": 0.0234 } }

Ready to Build?

Get your API key and start integrating topological intelligence into your systems