Powered by the Hyperscaled API

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.

Built onStripeSumsubHyperscaled
integrate.ts
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.

Your tradersWeb / mobileYour appVanta starter UIHyperscaled APIOAuth · multi-tenantStripePayments · ConnectSumsubKYC / identityTrading networkValidator · fills

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

01
Get a token

Exchange client credentials for an OAuth access token.

02
Onboard a user

Sign up, verify email, and run KYC in minutes.

03
Fund an account

Create a Stripe checkout and provision a funded account.

04
Trade & pay out

Place orders and send earned profit via Connect.

Start building today

Create an account, grab your API token, and run your first live request straight from the docs.