Consumer API · type

AssetTaxLot

Generated schema definition for AssetTaxLot.

Definition

graphql
type AssetTaxLot {
account: Account
accountId: ID!
algorithm: String!
amount: String!
asset: Asset
assetId: ID!
avgPricePerTokenFormatted: String
client: Client
clientId: ID!
createdAt: Date!
fiatAmountCents: Int!
fiatAmountFormatted: String
id: ID!
position: Int!
purchasedAt: Date!
transaction: Transaction
transactionId: ID!
updatedAt: Date!
}