Get trader portfolio values
Handles GET /v1/traders/{trader_pubkey}/portfolio-values via get.v1.traders.by_trader_pubkey.portfolio_values.
Authorizations
Bearer access token issued by /v1/auth/* login endpoints.
Path Parameters
Trader public key (base58 encoded)
Query Parameters
Resolution/timeframe: 1m (testing only), 15m, 30m, 1h, 4h, 1d, 1w, 1M (month)
Start time in milliseconds since Unix epoch (max range: 1 year)
End time in milliseconds since Unix epoch (max range: 1 year)
Max number of data points (default: 1440, max: 2000)
Response
End time in seconds since Unix epoch
Start time in seconds since Unix epoch
Deprecated: Unix timestamp in seconds.
Portfolio value as a floating-point number
Positions snapshot for this point in time