Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

eToro Balances API

The Balances API from eToro — 6 operation(s) for balances.

eToro Balances API is one of 29 APIs that eToro publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Balances. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 6 operations across 6 paths, and defines 9 schemas. It is described by OpenAPI 3.0.1, at version v1.158.0.

Requests are made against the base URL https://public-api.etoro.com/api/v1.

6 operations 6 paths 9 schemas 6 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
v1.158.0
Base URL
https://public-api.etoro.com/api/v1
Resource Areas
1

Paths & Operations 6

Across 6 paths, the API surfaces 6 operations — 6 GET. Each is listed below with its method, path, parameters, and response codes.

Balances 6
GET
/api/v1/balances
Get aggregated balances
getBalances 7 params → 200400401403429500
GET
/api/v1/balances/history
Get historical balance snapshots
getHistoricalBalances 7 params → 200400401403404429500
GET
/api/v1/balances/{accountType}
Get balances by account type
getBalancesByAccountType 8 params → 200400401403429500
GET
/api/v1/balances/{accountType}/history
Get historical balances by account type
getHistoricalBalancesByAccountType 8 params → 200400401403404429500
GET
/api/v1/balances/{accountType}/{accountId}
Get balance for a specific account
getBalanceByAccount 8 params → 200400401403404429500
GET
/api/v1/balances/{accountType}/{accountId}/history
Get historical balances for a specific account
getHistoricalBalanceByAccount 8 params → 200400401403404429500

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are HistoricalAccountData (13 properties), EquityDetailsData (13 properties), HistoricalDailySnapshotData (12 properties), AccountBalanceData (9 properties). Each schema is shown below with its type and property counts.

GetHistoricalBalancesResponse
object
Historical end-of-day balance snapshots for the authenticated user.
5 properties
GetBalancesResponse
object
Aggregated balances for the authenticated user.
4 properties
PublicErrorResponse
object
Error response with code and message.
2 properties 2 required
HistoricalAccountData
object
Individual account balance within a historical daily snapshot.
13 properties
EquityDetailsData
object
Provider-specific balance details, returned only when the request includes expand=equityDetails. All fields are nullable; only fields relevant to the account's…
13 properties
AccountType
string
BalancesErrorResponse
object
Error response returned for client-side errors (4xx).
3 properties
AccountBalanceData
object
Balance data for a single account.
9 properties
HistoricalDailySnapshotData
object
End-of-day balance snapshot for a specific date.
12 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

etoro-balances-api-openapi.yml Raw ↑

Other APIs eToro publishes across the network.

eToro Trading API
eToro Market Data API
eToro Portfolio and Account API
eToro Social and Discovery API
eToro Watchlists API
eToro Price Alerts API
eToro Agent Portfolios API
eToro Agent Portfolios API
eToro Asset Explorer API
eToro Attachments API
eToro Cash Accounts API
eToro Clubs API