Skip to main content
GET
Get max transferable amount

Authorizations

Authorization
string
header
required

eToro OAuth2. Each operation lists the scopes that grant access as separate security requirements (OpenAPI OR semantics): the caller's token only needs ONE of them — you do NOT need all of them. The same scopes back the x-api-key/x-user-key credential pair.

Headers

x-request-id
string<uuid>
required

A unique request identifier.

Example:

"6c8c9fc0-df7b-45a0-9cbb-0c9298cae324"

x-api-key
string<password>
required

API key for authentication.

Example:

"lhgfaslk21490FAScVPkdsb53F9dNkfHG4faZSG5vfjndfcfgdssdgsdHF4663"

x-user-key
string<password>
required

User-specific authentication key.

Example:

"eyJlYW4iOiJVbnJlZ2lzdGVyZWRBcHBsaWNhdGlvbiIsImVrIjoiOE5sZ2cwcW5EUVdROUFNWGpXT2lmOWktZnpidG5KcUlqWGJ3WHJZZkpZcldrbG90ZEhvLVBjSWhQaU8xU1ZtMW84aU1WZGZqN2xWNzFjLXFxLmcybXE1dnh4Q1hUT25xaWRUaTFlcEhmVk1fIn0_"

Query Parameters

sourceAccountType
enum<string>
required

Source account type (trading, options, or cash).

Available options:
trading,
options,
cash,
moneyFarm
sourceAccountId
string
required

Source account identifier.

destinationAccountType
enum<string>
required

Destination account type (trading, options, or cash).

Available options:
trading,
options,
cash,
moneyFarm
destinationAccountId
string
required

Destination account identifier.

Response

Transferable amount and account identifiers for the route.

Transferable balance for a source/destination account pair

sourceAccount
object
required

Confirmed source account.

destinationAccount
object
required

Confirmed destination account.

transferableAmount
number<double>
required

Maximum amount the user may transfer on this route in Currency.

Example:

1500.5

currency
string
required

ISO 4217 alphabetic currency code for transferableAmount.

Pattern: ^[A-Z]{3}$
Example:

"USD"

amountInUsd
number<double>
required

transferableAmount expressed in USD for display or analytics.

Example:

1500.5

exchangeRate
number<double>
required

Raw FX rate used to derive amountInUsd from the amount in currency.

Example:

1