eToro · Schema
SharesResponse
Paginated list of shares on a post
Social TradingCopy TradingInvestingMarket DataPortfolio-ManagementFintechTradingStocksCryptocurrencyETFs
Properties
| Name | Type | Description |
|---|---|---|
| paging | object | Pagination info |
| postShares | array | List of share entries |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/etoro/refs/heads/main/json-schema/SharesResponse.json",
"title": "SharesResponse",
"type": "object",
"description": "Paginated list of shares on a post",
"properties": {
"paging": {
"type": "object",
"description": "Pagination info",
"properties": {
"totalCount": {
"type": "integer",
"description": "Total number of shares",
"example": 17
},
"offsetEntityId": {
"type": "string",
"description": "Opaque cursor for next page",
"example": "c3d4e5f6-a7b8-4901-cdef-345678901234"
},
"next": {
"type": "string",
"description": "URL to fetch the next page",
"example": "/api/v1/feeds/post/d9020c00-c364-11ee-8080-80005148990b/shares?take=20&offsetEntityId=c3d4e5f6-a7b8-4901-cdef-345678901234"
}
}
},
"postShares": {
"type": "array",
"description": "List of share entries",
"items": {
"type": "object",
"description": "A single share record",
"properties": {
"shareReactionId": {
"type": "string",
"description": "ID of the share reaction",
"example": "e5f6a7b8-c9d0-4123-efab-567890123456"
},
"createdAt": {
"type": "string",
"format": "date-time",
"description": "When the share was created",
"example": "2025-01-15T10:30:00Z",
"nullable": true
},
"owner": {
"$ref": "#/components/schemas/User"
}
}
}
}
}
}
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/SharesResponse"
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.