Overview
The Users API allows you to create users, retrieve and update profiles, manage email addresses, and configure trading passwords.Class Reference
Methods
create_user()
Create a new user account.get_current_user()
Get authenticated user details.update_current_user()
Update user profile information.get_user_accounts()
Get all trading accounts owned by user.get_user_profile()
Get complete user profile.change_email()
Update account email address.set_trading_password()
Configure password for sensitive operations.Examples
User Registration Flow
Update User Profile
Related APIs
- Accounts - Manage trading accounts
- Authentication - OAuth2 authentication