Start freeSign in
Docs

Build on Sonar Sciences in minutes.

Consume a validated strategy stream, query cross-venue data, and wire your own execution - all from typed, versioned contracts.

Get an API keyStream API
Quickstart

Subscribe to a live stream.

Install the SDK, point it at a validated strategy, and execute recommendations against your broker. The same contract your backtest produced.

Full Stream API reference
subscribe.py
# pip install sonar-sdk
from sonar import Stream
stream = Stream("momentum-cross", version=4)
async for rec in stream.live():
await broker.execute(rec)
Reference

Everything, documented

Stream API

Subscribe to versioned recommendation streams over websocket or webhook.

Data API

Query cross-venue factors: sentiment, momentum, funding, on-chain.

Authentication

API keys, scopes, and silent token refresh.

Webhooks

Delivery, retries, and signature verification.

SDKs

Python and TypeScript clients with typed models.

Rate limits

Fair-use limits, burst handling, and 429 semantics.

Prove the edge. Then trade it.

Bring a strategy. We'll bring four years of cross-venue data, a live forward test, and the rails to your own broker account.

Start building free