Skip to main content
WSS
apiKeyPair
type:userPassword

eToro API credentials, sent as a pair inside the Authenticate request's data object -- userKey (the user identifier) and apiKey (the secret) -- not as an HTTP header. Required before subscribing to the private topic; public market topics (instrument:<instrumentId>) need no authentication. Both values come from the API key section of eToro account settings, which appears once the account is verified.

method
type:string

GET

Order update push
type:object

A batch of one or more order / transaction updates for the authenticated user.

Position closed
type:object

Pushed when a position is closed for the authenticated user.

Position opened
type:object

Pushed when a new position is opened for the authenticated user. (Illustrative example of an additional private message type.)

Authenticate request
type:object

Authenticate the WebSocket session with your API credentials.

Subscribe request
type:object

Subscribe to one or more topics.

Unsubscribe request
type:object

Stop receiving messages for one or more topics.