Etoro Portfolio
Enables interaction with eToro's public API endpoints for fetching portfolio data and instrument details.
关于
Etoro Portfolio provides a server for interacting with eToro's public API, allowing users to fetch portfolio data by username, look up instrument details by IDs, and search for instruments using name prefixes. It handles CORS restrictions server-side, ensuring seamless access to eToro's API tools, and can be easily integrated with any HTTP client for retrieving eToro data.
主要功能
- Fetches eToro user portfolios by username
- Handles CORS restrictions on the server-side
- Searches for instruments by name prefix (autocomplete)
- 0 GitHub stars
- Looks up instrument details by IDs
- Provides a REST API for easy integration
使用案例
- Automated portfolio tracking for eToro users
- Building custom eToro data dashboards
- Integrating eToro data into other applications