Ship a prop-trading product. Your brand, our rails.
One REST API for identity, payments, funded accounts, live trading, and payouts. Integrate in an afternoon — we run the custody, settlement, and market plumbing.
The interactive demo — signup, Sumsub KYC, the purchase flow, webhooks and the trading dashboard — is not available on this site: it would create real accounts. Try those in the sandbox.
import { auth, payments, trading } from "@hyperscaled/sdk";
// 1. Your app authenticates once (OAuth client credentials)
const session = await auth.login(email, password);
// 2. Sell a funded challenge with Stripe
const checkout = await payments.checkout({
tier_id: "tier_25k",
account_size: 25_000,
amount_cents: 19_900,
});
// 3. Place a live order on the funded account
await trading.submit(
{ trade_pair: "BTCUSD", order_type: "LONG", leverage: 1.0 },
propAccountId,
);One integration, the entire stack
Your app talks to a single authenticated API. We orchestrate payments, identity, and the trading network behind it.
Everything a prop firm needs
Each capability ships with docs, copy-paste examples, and a live “run it now” sandbox.
From zero to first payout
Exchange client credentials for an OAuth access token.
Sign up, verify email, and run KYC in minutes.
Create a Stripe checkout and provision a funded account.
Place orders and send earned profit via Connect.
Start building today
Request access to get your client credentials, then build against the API with the docs and the sandbox.