Interface

IGetTransactions

IGetTransactions

IGetTransactions

View Source types.ts, line 177

Members

Date

# endDate Optional

No transaction from after this date will be returned

View Source types.ts, line 195

boolean

# hideSmallTransactions Optional

Set to true if you do not want transactions with value less than 1 USD

View Source types.ts, line 215

string

# identifier Optional

Transaction identifier, if you want to get a specific transaction

View Source types.ts, line 220

TransactionLayer

# layer Optional

Transaction layer: 'L1' or 'L2'

View Source types.ts, line 200

number

# limit Optional

Limit for pagination, only accepts 10, 25, 50, or 100

View Source types.ts, line 185

number

# page Optional

Page, for pagination

View Source types.ts, line 180

string

# referenceId Optional

Reference ID, if you want to get a specific transaction

View Source types.ts, line 225

Date

# startDate Optional

No transaction from before this date will be returned

View Source types.ts, line 190

TransactionStatus

# status Optional

Transaction status: Pending, Confirmed, or Failed

View Source types.ts, line 205

TransactionType

# type Optional

Transaction type: Deposit or Withdrawal (Payout)

View Source types.ts, line 210