Skip to main content

Accounts API

The Accounts API is the public identity and account query surface. Market makers and ISV/IB partners use it to learn who they are trading as and which accounts they can use.
Account creation is not a public REST call. ISV/IB trading accounts are provisioned when KYC is approved — see Accounts. Market-maker accounts are provisioned during onboarding.

Endpoints

Account Hierarchy

  • Firm: Your organization
  • Users: People or participant identities that can trade
  • Accounts: Trading accounts belonging to those users

User vs Account

A user can have multiple accounts (e.g., for different strategies or purposes).

Common Use Cases

  1. Identity - Call GET /v1/whoami to confirm the authenticated user and firm
  2. Account lookup - Call GET /v1/accounts to list trading accounts and display names
  3. Act on behalf of a user - Call GET /v1/users for the participant names you may trade as