Skip to main content

PurchasableInvestmentInstrumentsPayload

A paginated list of investment instruments

type PurchasableInvestmentInstrumentsPayload {
instruments: [PurchasableInvestmentInstrumentsListItem!]!
pageInfo: PageInfo!
}

Fields

PurchasableInvestmentInstrumentsPayload.instruments ● [PurchasableInvestmentInstrumentsListItem!]! non-null object

The instruments for the given request.

PurchasableInvestmentInstrumentsPayload.pageInfo ● PageInfo! non-null object

Page-related information for this set of results.

Returned by

purchasableInvestmentInstruments query