Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1002 Bytes

UserGetPortfolioHistoryRequest.md

File metadata and controls

16 lines (11 loc) · 1002 Bytes

UserGetPortfolioHistoryRequest

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 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 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]