Developers
Speralitics is the chart that executes. Drop it into your product like a charting library — candles, a live strategy, and a "Trade this" button that routes users into a non-custodial execution layer. You never touch a user's funds.
Embed a chart
Load the embed script once, then place a <div class="speralitics-chart"> anywhere on the page. The SDK hydrates it into a live chart with the strategy you name, styled to your theme.
Configuration
No build step, no framework lock-in. Set the data-* attributes on the element and the SDK does the rest — re-reading them live if you change them.
The market pair to render, like BTCUSDT or ETHUSDT. Required.
The strategy slug to overlay. Its signals and backtest stats render with the candles.
"dark" or "light". Inherits your product's palette so the chart never looks bolted on.
Candle interval — 1m, 5m, 1h, 1D. Defaults to the strategy's native timeframe.
Set "true" to show the "Trade this" button that opens the non-custodial execution flow.
Pixel height of the embed. Width is fluid to its container.
REST API
Prefer to render your own UI? Hit the REST API. Authenticate with an API key in the request header — no user funds or private keys ever pass through it.
Keys are scoped and read-only by default. Rotate them anytime from your dashboard. Rate limits apply per key.
Webhooks / signals
Point a TradingView-style alert or your own service at a Speralitics webhook. Each POST is a signal — the user's non-custodial session key signs the resulting order in their browser, so execution runs without you ever holding funds.
Built for companies
Every embed is a live surface your users can act on — and a channel back to you.
Get an API key, drop in the SDK, and start routing your users into a non-custodial execution layer.