eToro · Schema
User
eToro user profile (slim projection)
Social TradingCopy TradingInvestingMarket DataPortfolio-ManagementFintechTradingStocksCryptocurrencyETFs
Properties
| Name | Type | Description |
|---|---|---|
| id | string | User's GCID (string form) |
| username | string | Unique username |
| firstName | string | First name |
| lastName | string | Last name |
| avatar | object | Profile picture URLs |
| roles | array | User roles |
| isBlocked | boolean | Owner has blocked the requester |
| isPrivate | boolean | User's profile is private |
| countryCode | integer | ISO numeric country code |
| piLevel | integer | Popular Investor level (0 = not PI) |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/etoro/refs/heads/main/json-schema/User.json",
"title": "User",
"type": "object",
"description": "eToro user profile (slim projection)",
"properties": {
"id": {
"type": "string",
"description": "User's GCID (string form)",
"example": "7890"
},
"username": {
"type": "string",
"description": "Unique username",
"example": "johndoe"
},
"firstName": {
"type": "string",
"description": "First name",
"example": "John"
},
"lastName": {
"type": "string",
"description": "Last name",
"example": "Doe"
},
"avatar": {
"type": "object",
"description": "Profile picture URLs",
"properties": {
"small": {
"type": "string",
"description": "32 px avatar URL",
"example": "https://etoro-cdn.etorostatic.com/avatars/150X150/johndoe.jpg"
},
"medium": {
"type": "string",
"description": "64 px avatar URL",
"example": "https://etoro-cdn.etorostatic.com/avatars/200X200/johndoe.jpg"
},
"large": {
"type": "string",
"description": "128 px avatar URL",
"example": "https://etoro-cdn.etorostatic.com/avatars/300X300/johndoe.jpg"
},
"svg": {
"type": "object",
"nullable": true,
"description": "SVG avatar with brand colours (null when not available)",
"properties": {
"url": {
"type": "string",
"description": "SVG URL",
"example": "https://etoro-cdn.etorostatic.com/avatars/svg/johndoe.svg"
},
"backgroundColor": {
"type": "string",
"description": "Background colour hex",
"example": "#2196F3"
},
"textColor": {
"type": "string",
"description": "Text colour hex",
"example": "#FFFFFF"
}
}
}
}
},
"roles": {
"type": "array",
"description": "User roles",
"items": {
"type": "string",
"enum": [
"Regular",
"PI",
"Moderator",
"Anonymous",
"eToroTeam",
"eTorian",
"CopyPortfolio",
"Depositor",
"Admin",
"Verified",
"Analyst"
]
},
"example": [
"Regular"
]
},
"isBlocked": {
"type": "boolean",
"description": "Owner has blocked the requester",
"example": false
},
"isPrivate": {
"type": "boolean",
"description": "User's profile is private",
"example": false
},
"countryCode": {
"type": "integer",
"description": "ISO numeric country code",
"example": 840
},
"piLevel": {
"type": "integer",
"description": "Popular Investor level (0 = not PI)",
"example": 0
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/User"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.