eToro Portfolio and Account API

Provides REST endpoints for accessing account-level financial data including aggregated balances across all account types, cash account details, and paginated transaction history. Supports creating and managing cash accounts and retrieving the authenticated user's profile. Designed to support portfolio analytics, accounting integrations, and account-level reporting workflows.

Documentation

Other Resources

API entry from apis.yml

apis.yml Raw ↑
aid: etoro:portfolio-account-api
name: eToro Portfolio and Account API
tags:
- Portfolio
- Account
- Balance
- Transactions
- Cash
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://public-api.etoro.com/api/v1
humanURL: https://builders.etoro.com/
properties:
- url: https://builders.etoro.com/
  type: Documentation
- url: https://api-portal.etoro.com/
  type: Portal
description: Provides REST endpoints for accessing account-level financial data including aggregated balances
  across all account types, cash account details, and paginated transaction history. Supports creating
  and managing cash accounts and retrieving the authenticated user's profile. Designed to support portfolio
  analytics, accounting integrations, and account-level reporting workflows.
x-features:
- Aggregated balance across all account types
- Cash account creation and retrieval
- Paginated transaction history
- Authenticated user profile retrieval
x-use-cases:
- Sync transaction history into accounting or tax software
- Display consolidated account balances in portfolio apps
- Monitor cash flow and funding activity programmatically