etoro-api

eToro Public API — full trading, market data, social, and watchlist integration. Supports SSO, Bearer, and API key auth.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "etoro-api" with this command: npx skills add yoniassia/etoro-trading-api

eToro Public API 📈

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

Authentication

Three auth modes (priority order):

  1. SSO Access TokenAuthorization: Bearer <access_token>
  2. SSO Auth TokenAuthorization: <etoro_user_id>
  3. API Keysx-api-key + x-user-key + x-request-id (UUID)

Endpoints

Portfolio & Account

ToolMethodEndpointAuth
get_portfolioGET/trading/info/portfolio (demo: /trading/info/demo/portfolio)Personal
get_trading_historyGET/trading/info/real/history (demo: /trading/info/demo/history)Personal

Trading Execution

All trading endpoints support real/demo mode. Demo adds /demo/ after /execution/.

ToolMethodEndpoint
open_position_by_amountPOST/trading/execution/market-open-orders/by-amount
open_position_by_unitsPOST/trading/execution/market-open-orders/by-units
close_positionPOST/trading/execution/market-close-orders/{positionId}
place_limit_orderPOST/trading/execution/limit-orders
cancel_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}

Market Data (Public)

ToolMethodEndpoint
get_market_dataGET/market-data/search?internalSymbolFull=AAPL
get_market_ratesGET/market-data/rates?instrumentIds=1001,1002
get_price_historyGET/market-data/instruments/{id}/candles?period=OneMonth
get_trading_infoGET/trading/info/instrument/{id}
get_asset_classesGET/market-data/instrument-types
get_exchangesGET/market-data/exchanges
get_instrument_metadataGET/market-data/instruments?instrumentIds=1001,1002
get_closing_pricesGET/market-data/closing-prices

Social

ToolMethodEndpoint
get_instrument_feedGET/feeds/instruments/{id}?limit=5
get_popular_investorsGET/copy/popular-investors?limit=10
search_usersGET/users/search?query=...
get_user_portfolioGET/users/{username}/portfolio
get_user_statsGET/users/{username}/stats
get_user_feedGET/feeds/users/{username}?limit=5
create_postPOST/feeds/posts
create_commentPOST/feeds/posts/{postId}/comments

Watchlists

ToolMethodEndpoint
get_watchlistsGET/watchlists
get_curated_listsGET/watchlists/curated
create_watchlistPOST/watchlists
add_to_watchlistPOST/watchlists/{watchlistId}/items
remove_from_watchlistDELETE/watchlists/{watchlistId}/items/{instrumentId}

Key Notes

  • 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Cclaw

Open-source comedy AI + video editing + poster generation. Create standup/sketch/manzai/scripts, edit videos via FFmpeg, and generate comedy posters via canv...

Registry SourceRecently Updated
General

Dlazy Seedance 1.5 Pro

Convert images into dynamic dance videos using Doubao Seedance 1.5 Pro.

Registry SourceRecently Updated
General

Pod Template Pack

Use when user needs ready-to-use POD (Print on Demand) design keywords, title templates, and listing copy. Use when creating POD product listings for TikTok,...

Registry SourceRecently Updated
General

Dlazy Mj.Imagine

Generate artistic images using Midjourney (MJ) model. Supports text-to-image.

Registry SourceRecently Updated