REST snapshots plus live streaming
Search instruments, read rates, candles, historical closes, exchanges, industries, and instrument metadata over REST — then subscribe to WebSocket topics for live prices and market events with authenticate / subscribe / unsubscribe flows.
A representative API call for this surface. Copy it, paste it, and see a response.
curl "https://public-api.etoro.com/api/v1/market-data/rates?instrumentIds=1001,1002,1003" \
-H "x-api-key: $ETORO_API_KEY" \
-H "x-user-key: $ETORO_USER_KEY" \
-H "x-request-id: $(uuidgen)"These surfaces align with how teams use the Builders Portal — personal investing, shipping apps, or enterprise integrations.
Keys, first requests, and response formats.
Connect, reconnect, and process streaming data.
Explore the instrument catalog programmatically.
Combine WebSocket and Market Data for live dashboards.
Open the API Portal for this surface, start onboarding, or jump into the interactive playground.