What you can build
- A pre-filled onboarding, on either side of the business — register the trader’s email and account number, and their first sign-in lands on a connect screen that already names your firm and system. The broker’s client and the prop firm’s evaluation buyer see the same screen.
- A registration pipeline that survives a retry — registering the same
(email, accountNumber)again refreshes the 30-day expiry instead of creating a second handoff, so a crashed batch can be re-run. - A clean audit trail — list your registrations to see which are pending, linked, revoked, or expired, and reconcile that against your own records.
- A revocation path for the pending ones — a refund or a mistake is one call. A linked registration is not revocable, because the trader already linked the account with a credential you never held.
- Zero credential custody — no password field, by design. Your firm delivers the venue credential to the trader through your own onboarding; trdrs sends no customer handoff email.
- Billing you can check yourself — monthly usage and the accounts behind it come from the same query the invoice does.
Core objects
An account registration (theregistration object on the wire) and its four statuses — pending,
linked, revoked, expired. All under
Connect in the reference.
Where to go next
Register an account
The full lifecycle: create, watch the status, expire or revoke.
Follow registrations
registration.linked and registration.revoked, and reconciling against the list.Connect
The registration handoff, end to end.
Two ways in
This path beside the other one, and when a firm uses each.
Brokers
What a broker can do today, and what is still on the roadmap.
Bring data via your venue
Why a registered account already has market data.