eToro · Example Payload

Getauthenticateduserprofile Response 200

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Getauthenticateduserprofile Response 200 is an example object payload from eToro, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

pathmethodstatustypeexample

Example Payload

getAuthenticatedUserProfile-response-200.json Raw ↑
{
  "path": "/api/v1/me",
  "method": "get",
  "status": "200",
  "type": "response",
  "example": {
    "example": {
      "summary": "User Profile Response",
      "value": {
        "gcid": 123456,
        "realCid": 789012,
        "demoCid": 345678,
        "username": "johndoe",
        "firstName": "John",
        "middleName": "Q",
        "lastName": "Doe",
        "playerLevel": 3,
        "gender": 1,
        "language": 1,
        "dateOfBirth": "1990-01-01",
        "lei": "5493001KJTIIGC8Y1R12",
        "scopes": [
          "etoro-public:real:read",
          "etoro-public:user-info:read"
        ]
      }
    }
  }
}