Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
eToro Public API — full trading, market data, social, and watchlist integration. Supports SSO, Bearer, and API key auth.
eToro Public API — full trading, market data, social, and watchlist integration. Supports SSO, Bearer, and API key auth.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Full eToro Public API integration with trading execution, market data, social feed, and watchlists. API Docs: https://etoro-6fc30280.mintlify.app/ Base URL: https://public-api.etoro.com/api/v1
Three auth modes (priority order): SSO Access Token — Authorization: Bearer <access_token> SSO Auth Token — Authorization: <etoro_user_id> API Keys — x-api-key + x-user-key + x-request-id (UUID)
ToolMethodEndpointAuthget_portfolioGET/trading/info/portfolio (demo: /trading/info/demo/portfolio)Personalget_trading_historyGET/trading/info/real/history (demo: /trading/info/demo/history)Personal
All trading endpoints support real/demo mode. Demo adds /demo/ after /execution/. ToolMethodEndpointopen_position_by_amountPOST/trading/execution/market-open-orders/by-amountopen_position_by_unitsPOST/trading/execution/market-open-orders/by-unitsclose_positionPOST/trading/execution/market-close-orders/{positionId}place_limit_orderPOST/trading/execution/limit-orderscancel_limit_orderDELETE/trading/execution/limit-orders/{orderId}cancel_open_orderDELETE/trading/execution/market-open-orders/{orderId}cancel_close_orderDELETE/trading/execution/market-close-orders/{orderId}
ToolMethodEndpointget_market_dataGET/market-data/search?internalSymbolFull=AAPLget_market_ratesGET/market-data/rates?instrumentIds=1001,1002get_price_historyGET/market-data/instruments/{id}/candles?period=OneMonthget_trading_infoGET/trading/info/instrument/{id}get_asset_classesGET/market-data/instrument-typesget_exchangesGET/market-data/exchangesget_instrument_metadataGET/market-data/instruments?instrumentIds=1001,1002get_closing_pricesGET/market-data/closing-prices
ToolMethodEndpointget_instrument_feedGET/feeds/instruments/{id}?limit=5get_popular_investorsGET/copy/popular-investors?limit=10search_usersGET/users/search?query=...get_user_portfolioGET/users/{username}/portfolioget_user_statsGET/users/{username}/statsget_user_feedGET/feeds/users/{username}?limit=5create_postPOST/feeds/postscreate_commentPOST/feeds/posts/{postId}/comments
ToolMethodEndpointget_watchlistsGET/watchlistsget_curated_listsGET/watchlists/curatedcreate_watchlistPOST/watchlistsadd_to_watchlistPOST/watchlists/{watchlistId}/itemsremove_from_watchlistDELETE/watchlists/{watchlistId}/items/{instrumentId}
Instrument IDs are numeric (not tickers). Resolve via /market-data/search?internalSymbolFull=AAPL Trading tools default to mode=real. Only use demo if explicitly requested. All trading execution is logged with full request details before sending. Rate limit: 100 req/min
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.