Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.18 KB

DeprecatedUserGetPortfolioHistoryRequest.md

File metadata and controls

17 lines (12 loc) · 1.18 KB

DeprecatedUserGetPortfolioHistoryRequest

Request for fetching user portfolio history

Properties

Name Type Description Notes
max_date datetime Restricts the response to orders before a timestamp in: query [optional]
max_ts int Restricts the response to orders before a timestamp in unix seconds, overrides max_date, defaults to now. in: query [optional]
min_date datetime Restricts the response to orders after a timestamp in: query [optional]
min_ts int Restricts the response to orders after a timestamp in unix seconds, overrides min_date, defaults to one hour before now. in: query [optional]
num_buckets int Determines the number of buckets to average over when performing subsampling, defaults to 1440. in: query [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]