Skip to main content
GET
/
api
/
v1
/
user-info
/
people
Retrieve comprehensive user profile data and aggregated account information
curl --request GET \
  --url https://public-api.etoro.com/api/v1/user-info/people \
  --header 'x-api-key: <x-api-key>' \
  --header 'x-request-id: <x-request-id>' \
  --header 'x-user-key: <x-user-key>'
{
  "users": [
    {
      "gcid": 1536861,
      "realCID": 1563191,
      "demoCID": 1563191,
      "username": "exampleuser",
      "language": 1,
      "languageIsoCode": "en-GB",
      "country": 54,
      "allowDisplayFullName": false,
      "userBio": {
        "gcid": 1536861,
        "languageCode": null
      },
      "whiteLabel": 1,
      "optOut": true,
      "homepage": null,
      "playerStatus": null,
      "piLevel": 0,
      "isPi": false,
      "avatars": [
        {
          "url": "https://openbook-static-files-test.s3.amazonaws.com/images/avatoros/35x35/cy.png",
          "width": 35,
          "height": 35,
          "type": "Resized"
        },
        {
          "url": "https://openbook-static-files-test.s3.amazonaws.com/images/avatoros/50x50/cy.png",
          "width": 50,
          "height": 50,
          "type": "Resized"
        },
        {
          "url": "https://openbook-static-files-test.s3.amazonaws.com/images/avatoros/150x150/cy.png",
          "width": 150,
          "height": 150,
          "type": "Resized"
        }
      ],
      "masterAccountCid": null,
      "accountType": 1,
      "fundType": null,
      "isVerified": false,
      "verificationLevel": 1,
      "accountStatus": 1,
      "gdprInfo": null,
      "userFlowSignature": "233a065f3f8d7e344516fc75f7e6c4646a0c0d38798c00e4655fa0a9447ea223"
    }
  ]
}

Headers

x-request-id
string<uuid>
required

A unique request identifier.

Example:

"2e7366e5-8d80-4bed-af1e-13159fa40b84"

x-api-key
string<password>
required

API key for authentication.

Example:

"lhgfaslk21490FAScVPkdsb53F9dNkfHG4faZSG5vfjndfcfgdssdgsdHF4663"

x-user-key
string<password>
required

User-specific authentication key.

Example:

"eyJlYW4iOiJVbnJlZ2lzdGVyZWRBcHBsaWNhdGlvbiIsImVrIjoiOE5sZ2cwcW5EUVdROUFNWGpXT2lmOWktZnpidG5KcUlqWGJ3WHJZZkpZcldrbG90ZEhvLVBjSWhQaU8xU1ZtMW84aU1WZGZqN2xWNzFjLXFxLmcybXE1dnh4Q1hUT25xaWRUaTFlcEhmVk1fIn0_"

Query Parameters

usernames
string[]
cidList
integer[]

Response

Successfully retrieved user information

Container for the aggregated user information response

Users
object[]

Array of user profiles with their associated information