返回顶部
e

etoro-api

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

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
361
下载量
0
收藏
概述
安装方式
版本历史

etoro-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 Token** — `Authorization: Bearer <access_token>` 2. **SSO Auth Token** — `Authorization: <etoro_user_id>` 3. **API Keys** — `x-api-key` + `x-user-key` + `x-request-id` (UUID) ## Endpoints ### Portfolio & Account | Tool | Method | Endpoint | Auth | |------|--------|----------|------| | `get_portfolio` | GET | `/trading/info/portfolio` (demo: `/trading/info/demo/portfolio`) | Personal | | `get_trading_history` | GET | `/trading/info/real/history` (demo: `/trading/info/demo/history`) | Personal | ### Trading Execution All trading endpoints support real/demo mode. Demo adds `/demo/` after `/execution/`. | Tool | Method | Endpoint | |------|--------|----------| | `open_position_by_amount` | POST | `/trading/execution/market-open-orders/by-amount` | | `open_position_by_units` | POST | `/trading/execution/market-open-orders/by-units` | | `close_position` | POST | `/trading/execution/market-close-orders/{positionId}` | | `place_limit_order` | POST | `/trading/execution/limit-orders` | | `cancel_limit_order` | DELETE | `/trading/execution/limit-orders/{orderId}` | | `cancel_open_order` | DELETE | `/trading/execution/market-open-orders/{orderId}` | | `cancel_close_order` | DELETE | `/trading/execution/market-close-orders/{orderId}` | ### Market Data (Public) | Tool | Method | Endpoint | |------|--------|----------| | `get_market_data` | GET | `/market-data/search?internalSymbolFull=AAPL` | | `get_market_rates` | GET | `/market-data/rates?instrumentIds=1001,1002` | | `get_price_history` | GET | `/market-data/instruments/{id}/candles?period=OneMonth` | | `get_trading_info` | GET | `/trading/info/instrument/{id}` | | `get_asset_classes` | GET | `/market-data/instrument-types` | | `get_exchanges` | GET | `/market-data/exchanges` | | `get_instrument_metadata` | GET | `/market-data/instruments?instrumentIds=1001,1002` | | `get_closing_prices` | GET | `/market-data/closing-prices` | ### Social | Tool | Method | Endpoint | |------|--------|----------| | `get_instrument_feed` | GET | `/feeds/instruments/{id}?limit=5` | | `get_popular_investors` | GET | `/copy/popular-investors?limit=10` | | `search_users` | GET | `/users/search?query=...` | | `get_user_portfolio` | GET | `/users/{username}/portfolio` | | `get_user_stats` | GET | `/users/{username}/stats` | | `get_user_feed` | GET | `/feeds/users/{username}?limit=5` | | `create_post` | POST | `/feeds/posts` | | `create_comment` | POST | `/feeds/posts/{postId}/comments` | ### Watchlists | Tool | Method | Endpoint | |------|--------|----------| | `get_watchlists` | GET | `/watchlists` | | `get_curated_lists` | GET | `/watchlists/curated` | | `create_watchlist` | POST | `/watchlists` | | `add_to_watchlist` | POST | `/watchlists/{watchlistId}/items` | | `remove_from_watchlist` | DELETE | `/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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 etoro-trading-api-1776287056 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 etoro-trading-api-1776287056 技能

通过命令行安装

skillhub install etoro-trading-api-1776287056

下载 Zip 包

⬇ 下载 etoro-api v1.0.0

文件大小: 1.93 KB | 发布时间: 2026-4-16 17:53

v1.0.0 最新 2026-4-16 17:53
Full eToro Public API — trading execution, market data, social feed, watchlists. SSO + Bearer + API key auth. 30+ endpoints.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部