Skip to main content
The Accounts API provides trading account information for partners. Accounts are the containers for positions, balances, and order history.
Accounts are created by KYC, not by a separate call. A trading account is provisioned automatically when a Retail Participant’s KYC verification is approved — there is no manual account-creation endpoint. See Onboard Participants for how KYC creates the Participant and Account together.

Endpoints

For participant identity, see Participants. The underlying identity endpoints are documented in the API reference: Get who am I ↗ (GET /v1/whoami) and List users ↗ (GET /v1/users).

Account Hierarchy

  • Firm: Your partner organization
  • Retail Participants: Individual retail traders (created when KYC is approved)
  • Accounts: Trading accounts (automatically provisioned with the participant)

List Accounts

Returns the trading accounts available to the authenticated user.

Request

Optional query parameter:
  • user - Filter by user ID

Response

Response Fields

Participant vs Account

A Retail Participant can have multiple accounts for different purposes (e.g., separate trading strategies).