v1

latestOpenAPI 3.0.12026-07-26171200932.8 KB
Deprecated

Check trading permissions, limits, and available leverage for one or more instruments

Deprecated: This endpoint is no longer present in the current eToro Public API Swagger. Prefer the current replacement endpoints where available.

Returns per-instrument trading configuration for the authenticated account - position limits, permitted order types, stop-loss and take-profit boundaries, and available leverage by settlement type and direction. Instruments not found are listed in notFoundInstrumentIds and notFoundSymbols. At least one of instrumentIds or symbols must be supplied; the combined length must not exceed 100 instruments.

post/api/v1/trading/info/demo/eligibility

Headers

x-request-idstring uuid required
Example:21e80d1f-5f99-4f93-b337-5f5e63582279

A unique request identifier.

x-api-keystring password required
Example:lhgfaslk21490FAScVPkdsb53F9dNkfHG4faZSG5vfjndfcfgdssdgsdHF4663

API key for authentication.

x-user-keystring password required
Example:eyJlYW4iOiJVbnJlZ2lzdGVyZWRBcHBsaWNhdGlvbiIsImVrIjoiOE5sZ2cwcW5EUVdROUFNWGpXT2lmOWktZnpidG5KcUlqWGJ3WHJZZkpZcldrbG90ZEhvLVBjSWhQaU8xU1ZtMW84aU1WZGZqN2xWNzFjLXFxLmcybXE1dnh4Q1hUT25xaWRUaTFlcEhmVk1fIn0_

User-specific authentication key.

Request body

instrumentIdsinteger[] nullable

Optional list of instrument IDs to check.

symbolsstring[] nullable

Optional list of instrument symbols to check.

currencystring

Requested currency for financial amounts in the eligibility response (e.g. minimum position size). Currently only USD is supported.

Response

Eligibility resolved successfully

currencystring

The currency used for all monetary values in this response.

notFoundInstrumentIdsinteger[]

Instrument IDs that were requested but could not be found.

notFoundSymbolsstring[]

Symbols that were requested but could not be found.