Skip to main content
This is the short tour. Everything runs with your partner key against /api/partner/ routes, and reaches only accounts your firm issued. Traders never appear on this surface — they sign up and trade in the app; you issue and govern the accounts they trade. Each step below is one call and one link. The linked guide carries the detail: the item semantics, the units, the refusals, the audit trail.
1

Issue evaluation accounts

Up to 20 in one call. Each item names the trader by their trdrs sign-in email, a startingBalance in whole dollars, and your own referenceId.
The batch answers item by item, in order, so one unknown email fails its own item and nothing else. → Issue evaluation accounts
2

Set the account's risk controls

Five controls in one write: daily and weekly loss, daily and weekly profit, and an end-of-day close. Enforcement is live from the write — a control that fires flattens and locks the account.
Govern account risk
3

Halt, resume, and reset

Halt trading stops new orders on one account without closing anything; resume clears your own halt and only your own. Reset an issued account returns an evaluation to its starting state and clears its positions and working orders.Govern account risk
4

Record a balance operation

A payout, a promotional credit, a correction — money that moves without a trade, written to the ledger first and keyed on your referenceId so it can never happen twice.
Record balance operations
5

Read the meter

Get monthly usage and List billed accounts are your reconciliation views — the same numbers your invoice is built from, from the same query.
Read your usage
6

Stop polling

Register an https endpoint and the platform POSTs account.reset, balance.recorded, risk.locked and risk.unlocked to it as they happen.Receive events

One thing to know before you start

Every route in this group is served where the deployment runs the prop engine. Where it does not, they all answer 404 — so a 404 on your very first call is a deployment question, not a bug in your request.

Where to go deeper