Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

eToro Posts API

The Posts API from eToro — 9 operation(s) for posts.

eToro Posts API is one of 29 APIs that eToro publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Posts. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 15 operations across 9 paths, and defines 14 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.

15 operations 9 paths 14 schemas 5 DELETE2 GET7 POST1 PUT

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 15

Across 9 paths, the API surfaces 15 operations — 5 DELETE, 2 GET, 7 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Posts 15
POST
/api/v1/posts
Create a new discussion post
createANewDiscussionPost2 3 params body → 201401403422
POST
/api/v1/posts/polls
Create a poll post
createAPollPost 3 params body → 201401422
POST
/api/v1/posts/shares
Share a post
shareAPost 3 params body → 201400401403404422
GET
/api/v1/posts/{postId}
Get a single post by ID
getASinglePostById 6 params → 200404
PUT
/api/v1/posts/{postId}
Update an existing post
updateAnExistingPost 4 params body → 200401403404422
DELETE
/api/v1/posts/{postId}
Soft-delete a post
softDeleteAPost 4 params → 204401403404
POST
/api/v1/posts/{postId}/follows
Follow a post
followAPost 4 params → 204401404
DELETE
/api/v1/posts/{postId}/follows
Unfollow a post
unfollowAPost 4 params → 204401404
POST
/api/v1/posts/{postId}/pins
Pin a post to the user's profile
pinPostUserSProfile 4 params → 204401403404
DELETE
/api/v1/posts/{postId}/pins
Unpin a post from the user's profile
unpinPostUserSProfile 4 params → 204401403404
POST
/api/v1/posts/{postId}/polls/{pollId}/options/{optionId}/votes
Vote on a poll option
voteOnAPollOption 7 params → 202401404422
DELETE
/api/v1/posts/{postId}/polls/{pollId}/options/{optionId}/votes
Remove a vote from a poll option
removeVotePollOption 7 params → 202401404422
POST
/api/v1/posts/{postId}/saves
Save a post
saveAPost 4 params → 204401404
DELETE
/api/v1/posts/{postId}/saves
Unsave a post
unsaveAPost 4 params → 204401404
GET
/api/v1/posts/{postId}/shares
List shares of a post
listSharesOfAPost 8 params → 200404

Schemas 14

The contract defines 14 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
SharePostRequest
object
Request body for sharing a post. Both message and sharedOriginDiscussion are required. Use message = "" for a reshare or a non-empty message for a quote share.
4 properties 2 required
DiscussionsPost
object
Post data embedded inside a Discussion feed item
14 properties
Attachment
object
Media or link attachment
6 properties
Emotion
object
A like reaction on a post or comment
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
DiscussionUpdateRequest
object
Request body for updating a post. Owner is derived from the auth token — do not supply it.
2 properties
PollCreateRequest
object
Request body for creating a poll post
3 properties 2 required
SharesResponse
object
Paginated list of shares on a post
2 properties
Post
object
A feed post returned by create / update / get-by-ID
14 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

etoro-posts-api-openapi.yml Raw ↑

Other APIs eToro publishes across the network.

eToro Trading API
eToro Market Data API
eToro Portfolio and Account API
eToro Social and Discovery API
eToro Watchlists API
eToro Price Alerts API
eToro Agent Portfolios API
eToro Agent Portfolios API
eToro Asset Explorer API
eToro Attachments API
eToro Balances API
eToro Cash Accounts API