REST & WebSocket
Sub-second market data and full order lifecycle.
Everything the platform runs on, exposed as a clean API — real-time data, order routing and full historical market data.
import { SlotMarket } from "@slotmarket/sdk";
const sm = new SlotMarket({ apiKey: process.env.SM_KEY });
// Stream live EUR/USD and place a bracket order
sm.stream("EUR/USD", (tick) => {
if (tick.bid < 1.0900) {
sm.orders.create({
symbol: "EUR/USD",
side: "buy",
qty: 10_000,
bracket: { stop: 1.0880, target: 1.0950 },
});
}
});Core endpoints
List instruments & metadata
Real-time bid/ask
Place an order
Positions & P&L
Live price & fill stream
Sub-second market data and full order lifecycle.
Scoped tokens, IP allow-lists and rotation.
Push fills, alerts and account events to your stack.
Public status page and incident history.
All endpoints monitored, uptime tracked publicly.
Status & API docsOpen a free account in minutes. No paperwork, no minimums to explore.