Consumer API · type
GetTransactionsResponse
Generated schema definition for GetTransactionsResponse.
Definition
graphql
type GetTransactionsResponse {costBasisPercent: FloatcostBasisPercentFormatted: String"""Total transactions matching the filter, ignoring page and limit. Null when skipTotal is true."""total: InttotalCapGainCents: FloattotalCapGainsFormatted: StringtotalIncomeCents: FloattotalIncomeFormatted: Stringtransactions: [Transaction!]!}