Recipes
Each recipe answers one question — how do I do X — in three to five steps, with code you can paste. They build on the primitives the reference sections document; where a recipe skips detail, it links to the page that owns it.
Everything below assumes you have a bearer token and are sending
X-Tenant-Slug on every call. If you don’t yet, start with the first one.
Getting started
Section titled “Getting started”Mint a token and make your first callExchange an API key and secret for a 24-hour bearer, then prove it works.
Create a paper account to test againstA funded simulated account that runs the real order pipeline.
Read balance, positions and open ordersThe three reads every integration starts from.
Trading
Section titled “Trading”Place your first orderCompose an order intent and watch it reach the book.
Attach a take-profit and stop-lossTwo reduce-only legs, OCO-linked to an open position.
Split a take-profit across several targetsScale out of a position in up to three rungs.
Cancel an order or close a positionCancel a working order, flatten a symbol, or reverse it.
Real-time
Section titled “Real-time”Stream account and position updatesOpen /ws/risk and subscribe to the topics you care about.
Stream depth and the trade tapeLive book and prints over /ws/market.
Follow an order from placement to fillTie a REST placement to the frames that report its lifecycle.
Run a prop firm
Section titled “Run a prop firm”Create a prop firm challenge templateThe product a trader buys — size, fee, split, and the rules that judge it.
Create a risk profile and bind itA reusable rule set, attached to an account.
Create a trading group and add an accountFees, leverage and venue scope for a set of accounts.
Sell a paper prop account from a templateTurn a template into a live evaluation an account can trade.
Agents and tooling
Section titled “Agents and tooling”Connect the MCP server to your dev toolGive Claude Code, Claude Desktop or Cursor callable tools instead of an API to remember.
White-label
Section titled “White-label”Brand a tenantName, logo, theme and feature flags for one deployment.