/orgs/{orgId}/transactionsAsk AIget https://api.bitwave.io/orgs/{orgId}/transactionsReturns a paginated list of all transactions for a Bitwave organizationPath ParamsorgIdstringrequiredIdentifier for the organizationQuery ParamspageLimitdoubleDefaults to 10Maximum number of transactions to returnpaginationTokenstringPagination token from a previous requestcategorizationFilterstringenumFilter transactitons by a categorization statusAllUncategorizedCategorizedAllowed:AllUncategorizedCategorizedreconciliationFilterstringenumFlag to include exchange rates in transactionsAllUnreconciledReconciledAllowed:AllUnreconciledReconciledtaxReconciliationFilterstringenumDepreciated - use 'taxReconciliationFilter' parameter insteadAllUnreconciledReconciledAllowed:AllUnreconciledReconciledaccountingTransactionTypestringenumFilter transactions by a specific typeAccountTransferTradeStandardDeFiAllowed:AccountTransferTradeStandardDeFiaccountingTransactionTaxablebooleanFilter transactions by taxable or non-taxable statustruefalseaccountingTaxDetailsMissingbooleanFilter transactions by missing or present tax detailstruefalseaccountingIsTradebooleanFilter transactions by trade or non-tradetruefalsewalletFilterarray of stringsFilter transactions associated with one or more wallet IDswalletFilterADD stringignoreFilterstringenumFilter transactions by ignored statusAllIgnoredUnignoredAllowed:AllIgnoredUnignoredbeforeDateTimedoubleFilter transactions from before a datetimeafterDateTimedoubleFilter transactions from after a datetimepivotDatestringFilter transactions from before (desc dateOrder) or after (asc dateOrder) a pivot dateaddressesarray of stringsFilter transactions associated with one or more wallet addressesaddressesADD stringsearchTokensarray of stringsFilter Transactions by one or more crypto tokenssearchTokensADD stringerroredbooleanFilter transactions by errored or non-errored statustruefalsedateOrderstringenumSet the order of transactions returned by asc or desc dateascdescAllowed:ascdesctimezonestringSet the timezone displayed in transactionsResponse 200Transaction Object ListUpdated 6 months ago