/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
The batch answers item by item, in order, so one unknown email fails its own item and nothing
else. → Issue evaluation accounts
startingBalance in whole dollars, and your own referenceId.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 → Record balance operations
referenceId so it can never happen twice.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 eventsOne 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 answer404 — so a 404 on your very first call is a deployment question, not a bug in
your request.
Where to go deeper
- Issue evaluation accounts — the batch shape, the per-item results, and what
balancemeans. - Govern account risk — the five controls, and halt versus resume versus reset.
- Record balance operations — payouts, credits, and their audit trail.
- Read your usage — what the meter counts, and how to reconcile an invoice.
- Prop firms — the whole firm surface in one page.