trading212-api
Installation
SKILL.md
Trading 212 API
Note: The Trading 212 API is currently in beta and under active development. Some endpoints or behaviors may change.
Quick Reference
Environments
| Environment | Base URL | Purpose |
|---|---|---|
| Demo | https://demo.trading212.com/api/v0 |
Paper trading - test without real funds |
| Live | https://live.trading212.com/api/v0 |
Real money trading |
Order Quantity Convention
- Positive quantity = BUY (e.g.,
10buys 10 shares) - Negative quantity = SELL (e.g.,
-10sells 10 shares)