eToro Feeds API is one of 29 APIs that eToro publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Feeds. The published artifact set on APIs.io includes an OpenAPI specification.
This API exposes
10 operations
across 10 paths,
and defines 11 schemas.
It is described by OpenAPI 3.0.1, at version v1.158.0.
Requests are made against the base URL https://public-api.etoro.com/api/v1.
10 operations10 paths11 schemas9 GET1 POST
Metadata
The identity and technical contract details declared by the specification.
Specification
OpenAPI 3.0.1
API Version
v1.158.0
Base URL
https://public-api.etoro.com/api/v1
Resource Areas
1
Paths & Operations 10
Across 10 paths, the API surfaces 10 operations — 9 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.
Feeds 10
GET
/api/v1/feeds/following
Get following feed
getFollowingFeed7 params→ 200401
GET
/api/v1/feeds/for-you
Get personalised For You feed
getPersonalisedForYouFeed7 params→ 200401
GET
/api/v1/feeds/instrument/{marketId}
Get instrument feed posts
getInstrumentFeedPosts9 params→ 200
GET
/api/v1/feeds/markets/{marketId}
Get instrument feed posts
getInstrumentFeedPosts28 params→ 200401
GET
/api/v1/feeds/news
Get news feed
getNewsFeed7 params→ 200401
POST
/api/v1/feeds/post
Create a new discussion post
createANewDiscussionPost3 paramsbody→ 201
GET
/api/v1/feeds/saved
Get saved feed
getSavedFeed7 params→ 200401
GET
/api/v1/feeds/user/{userId}
Get user feed posts
getUserFeedPosts9 params→ 200
GET
/api/v1/feeds/users/{userId}
Get user feed posts
getUserFeedPosts28 params→ 200401
GET
/api/v1/feeds/users/{userId}/pinned
Get user pinned feed posts
getUserPinnedFeedPosts5 params→ 200401
Schemas 11
The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are Post (14 properties), DiscussionsPost (14 properties), Market (11 properties), User (10 properties). Each schema is shown below with its type and property counts.
User
object
eToro user profile (slim projection)
10 properties
DiscussionsPost
object
Post data embedded inside a Discussion feed item
14 properties
Attachment
object
Media or link attachment
6 properties
DiscussionCreateRequest
object
Request body for creating a new discussion post
2 properties
Market
object
Financial instrument / market
11 properties
Attachments
array
List of attachments for a post or comment (request body format)
Comment
object
A comment (or reply) on a post, wrapped with interaction data
5 properties
Discussion
object
A single discussion entry in a feed — wraps a Post with its interaction data
7 properties
Emotion
object
A like reaction on a post or comment
6 properties
Post
object
A feed post returned by create / update / get-by-ID
14 properties
DiscussionsResponse
object
Paginated feed response containing a list of discussions
3 properties
Specification
The full machine-readable OpenAPI contract behind this narrative.