eToro Price Alerts API is one of 29 APIs that eToro publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Price Alerts. The published artifact set on APIs.io includes an OpenAPI specification.
This API exposes
4 operations
across 2 paths,
and defines 8 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.
4 operations2 paths8 schemas1 DELETE1 GET1 PATCH1 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 4
Across 2 paths, the API surfaces 4 operations — 1 DELETE, 1 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.
The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are PriceAlert (7 properties), CreatePriceAlertRequest (2 properties), PriceAlertErrorResponse (2 properties), DeletePriceAlertResponse (2 properties). Each schema is shown below with its type and property counts.
PriceAlertMutationResponse
object
Response for price alert create and update operations
2 properties
CreatePriceAlertRequest
object
Request body for creating a new price alert
2 properties2 required
PublicErrorResponse
object
Error response with code and message.
2 properties2 required
UpdatePriceAlertRequest
object
Request body for updating an existing price alert
1 property1 required
PriceAlertErrorResponse
object
Error response from the price alerts service
2 properties2 required
DeletePriceAlertResponse
object
Response for price alert delete operation
2 properties
PriceAlert
object
A price alert set by the user on a financial instrument
7 properties7 required
PriceAlertCollectionResponse
object
Collection of price alerts for the authenticated user
1 property
Specification
The full machine-readable OpenAPI contract behind this narrative.