get_balance
Retrieve the current balance of any eToro account type (Trading, Cash, Options, Crypto, MoneyFarm, Spaceship) with optional equity details and display currency conversion.
Instructions
Get the current balance of one specific account.
Calls GET /api/v1/balances/{accountType}/{accountId}. Account types: Trading, Cash, Options, Crypto, MoneyFarm, Spaceship. Returns the account's balance in its native currency plus the displayBalance converted into display_currency. With include_equity_details, Trading accounts also report available buying power, frozen cash, current PnL, and used margin. Rate limit: 60 requests per 60 seconds (default shared quota).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | Account id, as returned by the balance tools. | |
| account_type | Yes | Type of the account. | |
| display_currency | No | ISO 4217 currency code the display* amounts are converted into. | USD |
| include_zero_balances | No | Include accounts whose balance is zero. | |
| include_equity_details | No | Expand per-account equity details (buying power, frozen cash, current PnL, used margin; crypto spendable balances). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||