Skip to main content
GET
Get single public watchlist

Authorizations

Authorization
string
header
required

eToro OAuth2. Each operation lists the scopes that grant access as separate security requirements (OpenAPI OR semantics): the caller's token only needs ONE of them — you do NOT need all of them. The same scopes back the x-api-key/x-user-key credential pair.

Headers

x-request-id
string<uuid>
required

A unique request identifier.

Example:

"dcefe079-3b95-4f19-bb67-9402ed20ddd3"

x-api-key
string<password>
required

API key for authentication.

Example:

"lhgfaslk21490FAScVPkdsb53F9dNkfHG4faZSG5vfjndfcfgdssdgsdHF4663"

x-user-key
string<password>
required

User-specific authentication key.

Example:

"eyJlYW4iOiJVbnJlZ2lzdGVyZWRBcHBsaWNhdGlvbiIsImVrIjoiOE5sZ2cwcW5EUVdROUFNWGpXT2lmOWktZnpidG5KcUlqWGJ3WHJZZkpZcldrbG90ZEhvLVBjSWhQaU8xU1ZtMW84aU1WZGZqN2xWNzFjLXFxLmcybXE1dnh4Q1hUT25xaWRUaTFlcEhmVk1fIn0_"

Path Parameters

userId
integer<int32>
required

User ID who owns the watchlist

watchlistId
string
required

Unique identifier of the watchlist

Query Parameters

pageNumber
integer<int32>
default:0

Page number for pagination

itemsPerPage
integer<int32>
default:100

Number of items per page

Response

Successfully retrieved public watchlist

Represents a watchlist with its metadata and items

watchlistId
string

Unique identifier of the watchlist

Example:

"12345"

name
string

Display name of the watchlist

Example:

"Tech Watchlist"

Gcid
integer<int32>

Global Customer ID of the watchlist owner

Example:

12345

watchlistType
enum<string>

Type of the watchlist

Available options:
Static,
Dynamic,
RecentlyInvested,
Default
Example:

"Static"

totalItems
integer<int32>

Total number of items in the watchlist

Example:

100

isDefault
boolean

Whether this is a default system watchlist

Example:

true

isUserSelectedDefault
boolean

Whether this is the user's selected default watchlist

Example:

true

watchlistRank
integer<int32>

Display order rank of the watchlist

Example:

1

dynamicUrl
string | null

URL for dynamic watchlist queries

items
object[]

Items contained in the watchlist

Example:

Related asset IDs

Example: