IGetTransactions View Source types.ts, line 154 Members Type: Date # endDate Optional No transaction from after this date will be returned View Source types.ts, line 172 Type: boolean # hideSmallTransactions Optional Set to true if you do not want transactions with value less than 1 USD View Source types.ts, line 192 Type: TransactionLayer # layer Optional Transaction layer: 'L1' or 'L2' View Source types.ts, line 177 Type: number # limit Optional Limit for pagination, only accepts 10, 25, 50, or 100 View Source types.ts, line 162 Type: number # page Optional Page, for pagination View Source types.ts, line 157 Type: Date # startDate Optional No transaction from before this date will be returned View Source types.ts, line 167 Type: TransactionStatus # status Optional Transaction status: Pending, Confirmed, or Failed View Source types.ts, line 182 Type: TransactionType # type Optional Transaction type: Deposit or Withdrawal (Payout) View Source types.ts, line 187