← 返回
安全合规 Key 中文

eToro Trading API

eToro Public API — full trading, market data, social, and watchlist integration. Supports SSO, Bearer, and API key auth.
eToro公共API——集成全面交易、市场数据、社交及监视列表功能。支持SSO、Bearer及API密钥认证。
yoniassia
安全合规 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 823
下载
💾 5
安装
1
版本
#latest

概述

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
  2. SSO Auth TokenAuthorization:
  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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 02:12 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 89 📥 30,586
developer-tools

MemClawz

yoniassia
AI智能体集群记忆系统——基于Qdrant+Mem0+Neo4j/Graphiti架构,集成复合评分、压缩引擎、时序知识图谱、多爪联邦及休眠机制。
★ 0 📥 716
security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,211 📥 266,170