Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.19 KB

InvestmentsHoldingsGetResponse.md

File metadata and controls

17 lines (12 loc) · 1.19 KB

InvestmentsHoldingsGetResponse

InvestmentsHoldingsGetResponse defines the response schema for /investments/holdings/get

Properties

Name Type Description Notes
accounts [AccountBase] The accounts associated with the Item
holdings [Holding] The holdings belonging to investment accounts associated with the Item. Details of the securities in the holdings are provided in the `securities` field.
securities [Security] Objects describing the securities held in the accounts associated with the Item.
item Item
request_id str A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.
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]