Changelog
What's New
The latest updates and improvements to the eToro developer platform.
New Feature
Real-Time WebSocket Streaming
Subscribe to real-time instrument price updates via the WebSocket API at wss://ws.etoro.com/ws.
Supported operations:
Authenticate— connect with your API key and user keySubscribe— receive live updates for specific instrumentsUnsubscribe— stop receiving updates for topics
Connect, authenticate, and subscribe to start receiving JSON price updates in real time. See the Market Data Deep Dive guide for code examples.
New Feature
eToro Public API Launch
The eToro Public API is now available for developers. Access 56+ endpoints across market data, trading, social feeds, watchlists, and more.
What's included:
- REST API at
https://public-api.etoro.com/api/v1/ - WebSocket streaming at
wss://ws.etoro.com/ws - Demo trading sandbox with virtual money
- Real trading API for production use
- API key management in eToro Settings
Get started at api-portal.etoro.com.