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 operations4 paths9 schemas2 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.
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 properties1 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.