Returns the base UNION query (all selects enabled) as a SQL string with params.
Optionalamount?: { operator: "EQ" | "LTE" | "GTE"; value: BigNumber }OptionalbankIds?: Required<"greendot" | "dart" | "burling" | "jiko" | "fib" | undefined>[]OptionalbankTransactionIds?: (string | undefined)[]OptionalcardIds?: string[]OptionalcreatedAt?: DbTimestampCriteriaOptionalcustomerIds?: string[]OptionalentityIds?: string[]Optionalids?: string[]Optionalmethods?: (OptionalorderBy?: { direction: "ASC" | "DESC"; field: "createdAt" | "updatedAt" }[]Defaults to createdAt DESC
Optionalpage?: numberDefaults to 1
OptionalpageSize?: numberDefaults to 10
OptionalpaymentInstrumentIds?: (string | undefined)[]Optionalsignatures?: string[]Optionalstatuses?: ("PROCESSING" | "COMPLETED" | "FAILED" | "RETURNED")[]Optionaltypes?: ("CREDIT" | "DEBIT")[]OptionalupdatedAt?: DbTimestampCriteriaOptionalwalletAddresses?: PublicKey[]
Read-only query services to fetch normalised transactions across all products
If you need more info about a transaction, fetch it using its specific service. Transaction Service will remain generic and high-level.