get_historical_portfolio_value
Retrieve historical portfolio value samples with optional filters for currency, exchange, time frame, and timestamp range to analyze past portfolio performance.
Instructions
Fetch historical portfolio value samples, optionally filtered.
Maps to GET /api/historical_portfolio_value -- query parameters
confirmed against OctoBot source
(api/trading.py::historical_portfolio_value(), master branch, [V]
this session): currency (OctoBot defaults this to "USDT"
server-side if omitted), time_frame, from_timestamp,
to_timestamp, and exchange are all optional query-string filters.
Read-only, not confirm-gated. Returns OctoBot's own JSON body
unchanged (NFR-8).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| currency | No | ||
| exchange | No | ||
| time_frame | No | ||
| to_timestamp | No | ||
| from_timestamp | No |