eToro CLI
Command-line interface for querying and managing platform resources — scripts, CI, and power-user workflows.
What this tool is
The eToro CLI packages common operations so you can list instruments, inspect portfolios, and trigger flows from terminals and automation jobs. It complements REST clients and keeps secrets out of ad-hoc shell one-liners.
When to use it
- You automate deployments or smoke tests against Demo or read-only APIs.
- You want repeatable commands for your team instead of shared Postman collections only.
- You script data pulls for analytics or internal dashboards.
Best-fit builder journeys
Match how you work — personal investing, shipping apps, or enterprise integrations.
Works with eToro products
Getting started
- 1
Install the CLI from npm using the package name published for eToro builders.
- 2
Log in or provide API keys per your security model.
- 3
Run your first command — e.g. identity or portfolio read — then expand to writes with care.
Related tools
Next steps
Explore the full tools directory, open the playground, or jump into onboarding.