Consumer API · type

Account

Generated schema definition for Account.

Definition

graphql
type Account {
accountGroupId: ID
blockExplorerName: String
blockExplorerUrl: String
canBeFree: Boolean
canTrade: Boolean!
createdAt: Date!
currentJob: Job
description: String!
endDate: Date
errorMessage: String
etaImportFinishedAt: Date
fileObjectKey: String
freeReason: String
hasDoneInitialSync: Boolean!
hatchfiId: String
iconImageUrl: String!
id: String!
idempotency: String!
importType: ImportTypeEnum!
includeOrdinals: Boolean
includeStakingRewards: Boolean
integrationOutOfDateMessage: String
integrationStatus: AccountIntegrationStatusEnum!
isActive: Boolean!
isDeletePending: Boolean!
isFree: Boolean
isHiddenFromPortfolio: Boolean
isWalletConnected: Boolean!
lastSyncedAt: Date
name: String!
numberOfImportedTransactions: Int
numberOfTransactions: Int
plaidLast4: String
provider: String!
providerImageUrl: String
referenceId: String!
shouldRecommendSyncing: Boolean!
source: String
startDate: Date
startImportingAt: Date
status: AccountStatusEnum!
stopImportingAt: Date
type: String!
updatedAt: Date!
walletAddress: String
walletImageUrl: String
walletName: String
}