Feeds, profiles, comments, and Pro Investors
Read instrument and user feeds, publish posts, comment on posts, search and profile users with performance and portfolio views, and retrieve Pro Investor (PI) statistics — the full social and discovery layer for community and copy-trading experiences.
Not writing raw API code? Build on eToro with MCP, Agent Skills, or no-code platforms like Base44 and Lovable.
A representative API call for this surface. Copy it, paste it, and see a response.
curl "https://public-api.etoro.com/api/v1/feeds/markets/1001?take=10" \
-H "x-api-key: $ETORO_API_KEY" \
-H "x-user-key: $ETORO_USER_KEY" \
-H "x-request-id: $(uuidgen)"{
"posts": [
{
"postId": "feed-8a3b1c",
"author": "TechTrader99",
"body": "AAPL looking strong after the earnings beat. Added to my position this morning.",
"likes": 42,
"comments": 7,
"createdAt": "2026-04-04T10:15:00Z",
"instrumentId": 1001
}
],
"hasMore": true,
"nextCursor": "eyJwYWdlIjoy..."
}These surfaces align with how teams use the Builders Portal — personal investing, shipping apps, or enterprise integrations.
Open the API Portal for this surface, start onboarding, or jump into the interactive playground.