degiro
Degiro Mock Trading API is a developer‑friendly REST API that emulates the core features of the official Degiro trading platform, including login sessions, account state, product search, cash funds, portfolio holdings, and order management. All endpoints use simple POST requests and return stable, pre‑defined JSON responses, making this API ideal for frontend integration, rapid prototyping, demo…
degiro endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
searchProduct /api/degiro/searchProduct |
Searches for stock products by keyword and returns matching instruments. |
| POST |
getPortfolio /api/degiro/getPortfolio |
Returns the current portfolio holdings and total portfolio value. |
| POST |
login /api/degiro/login |
Simulates user login and returns basic session information. |
| POST |
getCashFunds /api/degiro/getCashFunds |
Provides current cash fund balances for the trading account. |
| POST |
getAccountState /api/degiro/getAccountState |
Returns an overview of the account’s cash, equity, and margin usage. |
| POST |
getJSESSIONID /api/degiro/getJSESSIONID |
Retrieves a session identifier for the specified trading account. |