Skip to main content
GET
Get authenticated user profile

Authorizations

Authorization
string
header
required

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

x-request-id
string<uuid>
required

A unique request identifier.

Example:

"307a792b-dfc6-444d-b53c-1f275d3172ad"

x-api-key
string<password>
required

API key for authentication.

Example:

"lhgfaslk21490FAScVPkdsb53F9dNkfHG4faZSG5vfjndfcfgdssdgsdHF4663"

x-user-key
string<password>
required

User-specific authentication key.

Example:

"eyJlYW4iOiJVbnJlZ2lzdGVyZWRBcHBsaWNhdGlvbiIsImVrIjoiOE5sZ2cwcW5EUVdROUFNWGpXT2lmOWktZnpidG5KcUlqWGJ3WHJZZkpZcldrbG90ZEhvLVBjSWhQaU8xU1ZtMW84aU1WZGZqN2xWNzFjLXFxLmcybXE1dnh4Q1hUT25xaWRUaTFlcEhmVk1fIn0_"

Response

OK

Profile of the authenticated user across eToro account types, including granted OAuth scopes.

gcid
integer
required

Global Customer ID - the unique identifier for the user across all eToro systems.

realCid
integer
required

Real account Customer ID - the identifier for the user's real trading account.

demoCid
integer
required

Demo account Customer ID - the identifier for the user's virtual/demo trading account.

username
string
required

The user's unique username.

playerLevel
integer
required

Player level. Possible values: 1 (Bronze), 2 (Platinum), 3 (Gold), 4 (Internal), 5 (Silver), 6 (PlatinumPlus), 7 (Diamond).

gender
integer
required

Gender. Possible values: 0 (Unknown), 1 (Male), 2 (Female).

language
integer
required

Language ID (e.g. 1 = English, 2 = German).

dateOfBirth
string
required

Date of birth.

scopes
string[]
required

OAuth scopes granted to the authenticated token.

firstName
string | null

The user's first name.

middleName
string | null

The user's middle name.

lastName
string | null

The user's last name.

avatarUrl
string | null

Absolute URL of the user's profile avatar image.