Consumer API · type

GetTransactionsResponse

Generated schema definition for GetTransactionsResponse.

Definition

graphql
type GetTransactionsResponse {
costBasisPercent: Float
costBasisPercentFormatted: String
total: Int!
totalCapGainCents: Float
totalCapGainsFormatted: String
totalIncomeCents: Float
totalIncomeFormatted: String
transactions: [Transaction!]!
}