Skip to main content
GET
Get authenticated user profile

Authorizations

x-api-key
string
header
default:lhgfaslk21490FAScVPkdsb53F9dNkfHG4faZSG5vfjndfcfgdssdgsdHF4663
required

API key of the application. Only valid together with the x-user-key header — the pair is an alternative to OAuth bearer authentication, never sent alongside it. The pair is granted the same permissions the operation's OAuth scopes describe.

Demo credential for trying the API from these docs: lhgfaslk21490FAScVPkdsb53F9dNkfHG4faZSG5vfjndfcfgdssdgsdHF4663

x-user-key
string
header
default:eyJlYW4iOiJVbnJlZ2lzdGVyZWRBcHBsaWNhdGlvbiIsImVrIjoiOE5sZ2cwcW5EUVdROUFNWGpXT2lmOWktZnpidG5KcUlqWGJ3WHJZZkpZcldrbG90ZEhvLVBjSWhQaU8xU1ZtMW84aU1WZGZqN2xWNzFjLXFxLmcybXE1dnh4Q1hUT25xaWRUaTFlcEhmVk1fIn0_
required

User-specific authentication key. Only valid together with the x-api-key header — the pair is an alternative to OAuth bearer authentication, never sent alongside it.

Demo credential for trying the API from these docs: eyJlYW4iOiJVbnJlZ2lzdGVyZWRBcHBsaWNhdGlvbiIsImVrIjoiOE5sZ2cwcW5EUVdROUFNWGpXT2lmOWktZnpidG5KcUlqWGJ3WHJZZkpZcldrbG90ZEhvLVBjSWhQaU8xU1ZtMW84aU1WZGZqN2xWNzFjLXFxLmcybXE1dnh4Q1hUT25xaWRUaTFlcEhmVk1fIn0_

Headers

x-request-id
string<uuid>
required

A unique request identifier.

Example:

"0c1de03b-5cd8-44b6-9f85-30c1acddd860"

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.