Enables interaction with eToro's public API endpoints for fetching portfolio data and instrument details.
Sponsored
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.
Key Features
01Fetches eToro user portfolios by username
02Handles CORS restrictions on the server-side
03Searches for instruments by name prefix (autocomplete)