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

Sendflare

通过 Sendflare SDK 发送带附件的电子邮件,管理联系人列表,支持 CC/BCC 和安全 API 认证。

Registry SourceRecently Updated
General

Playtomic - Book courts using padel-tui

This skill should be used when the user asks to "book a padel court", "find available padel courts", "search padel courts near me", "reserve a Playtomic cour...

Registry SourceRecently Updated
General

Fund Keeper

国内场外基金智能顾问 + 股票行情查询。实时估值、买卖建议、收益统计、定投计划、OCR 识图、股票 - 基金联动。支持离线模式、多数据源缓存。

Registry SourceRecently Updated
etoro-api | V50.AI