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 Comments and Replies API

The Comments and Replies API from eToro — 4 operation(s) for comments and replies.

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

Tagged areas include Comments and Replies. The published artifact set on APIs.io includes an OpenAPI specification.

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

8 operations 4 paths 9 schemas 2 DELETE2 GET2 POST2 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 8

Across 4 paths, the API surfaces 8 operations — 2 DELETE, 2 GET, 2 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Comments and Replies 8
POST
/api/v1/posts/{postId}/comments
Create a comment on a post
createACommentOnAPost 4 params body → 201401404422
GET
/api/v1/posts/{postId}/comments
List comments on a post
listCommentsOnAPost 8 params → 200404
PUT
/api/v1/posts/{postId}/comments/{commentId}
Update a comment
updateAComment 5 params body → 200401403404422
DELETE
/api/v1/posts/{postId}/comments/{commentId}
Soft-delete a comment
softDeleteAComment 5 params → 204401403404
GET
/api/v1/posts/{postId}/comments/{commentId}/replies
List replies on a comment
listRepliesOnAComment 9 params → 200404
POST
/api/v1/posts/{postId}/comments/{commentId}/replies
Create a reply
createAReply 5 params body → 201401404422
PUT
/api/v1/posts/{postId}/comments/{commentId}/replies/{replyId}
Update a reply
updateAReply 6 params body → 200401403404422
DELETE
/api/v1/posts/{postId}/comments/{commentId}/replies/{replyId}
Soft-delete a reply
softDeleteAReply 6 params → 204401403404

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are Market (11 properties), User (10 properties), Emotion (6 properties), Attachment (6 properties). Each schema is shown below with its type and property counts.

User
object
eToro user profile (slim projection)
10 properties
Attachment
object
Media or link attachment
6 properties
CommentCreateRequest
object
Request body for creating a comment or reply
2 properties 1 required
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
Emotion
object
A like reaction on a post or comment
6 properties
CommentUpdateRequest
object
Request body for updating a comment or reply. Owner is derived from the auth token — do not supply it.
2 properties
CommentsResponse
object
Paginated list of comments or replies on a parent entity
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

etoro-comments-and-replies-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