v1

latestOpenAPI 3.0.12026-07-26171200932.8 KB
Sub-Accounts - eToro Trading

List Sub-Account User Tokens

Rate limit: 60 requests per 60 seconds. This is the default shared quota — it is shared with every other endpoint that has no dedicated limit, so requests across those endpoints all draw from the same budget.


Lists all sub-account non-interactive user tokens owned by the authenticated user, across all their eToro trading sub-accounts. The secret token value is never included in list results.

get/api/v1/sub-accounts/etoro-trading/user-tokens

Headers

x-request-idstring uuid required
Example:40713bd8-9792-4c75-b69d-eba68f08a997

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.

Response

User tokens retrieved successfully

Example response

{
  "userTokens": [
    {
      "userTokenId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "userTokenName": "my-trading-bot",
      "clientId": "7c9e6679-7425-40de-944b-e07fc1f90ae7",
      "ipsWhitelist": [
        "192.168.1.1"
      ],
      "scopes": [
        {
          "name": "etoro-public:trade.real:read"
        }
      ],
      "expiresAt": "2026-12-31T23:59:59Z",
      "createdAt": "2026-06-06T10:15:00Z"
    }
  ]
}