Get authenticated user profile
Rate limit: 60 requests per 60 seconds. This is the default shared quota — it is shared with every other endpoint that has no dedicated limit, so requests across those endpoints all draw from the same budget.
Returns the profile of the currently authenticated user, including account identifiers (GCID, real and demo CIDs), profile fields from Scope Data API (username, name, player level, gender, language, date of birth, avatar URL), and the OAuth scopes granted to the current access token.
Authorizations
eToro OAuth2. Each operation lists the scopes that grant access as separate security requirements (OpenAPI OR semantics): the caller's token only needs ONE of them — you do NOT need all of them. The same scopes back the x-api-key/x-user-key credential pair.
Headers
A unique request identifier.
"307a792b-dfc6-444d-b53c-1f275d3172ad"
API key for authentication.
"lhgfaslk21490FAScVPkdsb53F9dNkfHG4faZSG5vfjndfcfgdssdgsdHF4663"
User-specific authentication key.
"eyJlYW4iOiJVbnJlZ2lzdGVyZWRBcHBsaWNhdGlvbiIsImVrIjoiOE5sZ2cwcW5EUVdROUFNWGpXT2lmOWktZnpidG5KcUlqWGJ3WHJZZkpZcldrbG90ZEhvLVBjSWhQaU8xU1ZtMW84aU1WZGZqN2xWNzFjLXFxLmcybXE1dnh4Q1hUT25xaWRUaTFlcEhmVk1fIn0_"
Response
OK
Profile of the authenticated user across eToro account types, including granted OAuth scopes.
Global Customer ID - the unique identifier for the user across all eToro systems.
Real account Customer ID - the identifier for the user's real trading account.
Demo account Customer ID - the identifier for the user's virtual/demo trading account.
The user's unique username.
Player level. Possible values: 1 (Bronze), 2 (Platinum), 3 (Gold), 4 (Internal), 5 (Silver), 6 (PlatinumPlus), 7 (Diamond).
Gender. Possible values: 0 (Unknown), 1 (Male), 2 (Female).
Language ID (e.g. 1 = English, 2 = German).
Date of birth.
OAuth scopes granted to the authenticated token.
The user's first name.
The user's middle name.
The user's last name.
Absolute URL of the user's profile avatar image.