Skip to main content
WSS
instrumentId
type:string
required

eToro instrument id, e.g. 100000 (BTC).

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

Instrument market status
type:object

Pushed when an instrument's market opens, closes or is halted. (Illustrative example type.)

Instrument rate push
type:object

A batch of one or more instrument rate updates.

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.