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
- Identity - Call
GET /v1/whoamito confirm the authenticated user and firm - Account lookup - Call
GET /v1/accountsto list trading accounts and display names - Act on behalf of a user - Call
GET /v1/usersfor the participant names you may trade as