Feeds, profiles, comments, and Popular Investors
Read instrument and user feeds, publish posts, comment on posts, search and profile users with performance and portfolio views, and retrieve Popular Investor (PI) statistics — the full social and discovery layer for community and copy-trading experiences.
A representative API call for this surface. Copy it, paste it, and see a response.
curl "https://public-api.etoro.com/api/v1/feeds/instrument/1001?limit=10" \
-H "x-api-key: $ETORO_API_KEY" \
-H "x-user-key: $ETORO_USER_KEY" \
-H "x-request-id: $(uuidgen)"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.