Overview
The Users API allows you to create users, retrieve and update profiles, manage email addresses, and configure trading passwords.Package Reference
Methods
CreateUser()
Create a new user account.*User, error
GetCurrentUser()
Get authenticated user details.*User, error
UpdateCurrentUser()
Update user profile information.*User, error
GetUserAccounts()
Get all trading accounts.[]Account, error
GetUserProfile()
Get complete user profile.*Profile, error
ChangeEmail()
Update account email.error
SetTradingPassword()
Configure trading password.error
Examples
Related APIs
- Accounts - Manage trading accounts
- Authentication - OAuth2 authentication