Consumer API · type
LedgerEntry
Generated schema definition for LedgerEntry.
Definition
graphql
type LedgerEntry {account: AccountaccountId: String!addedAt: Date!amount: Float!asset: Assetclassification: LedgerAccountClassificationEnumclient: ClientcreatedAt: Date!direction: LedgerEntryDirectionEnum!fiatAmount: Float!fiatCurrency: CurrencyCodeEnum!id: String!label: StringledgerAccount: LedgerAccountledgerAccountId: Stringnotes: StringrelatedFeeId: StringrelatedTransferId: Stringtransaction: Transaction!transactionId: String!updatedAt: Date!}