accountId
accountId: string
Optional
bidirectional
bidirectional?: boolean
Optional
firstIndex
firstIndex?: number
Optional
includeIndirect
includeIndirect?: boolean
Optional
lastIndex
lastIndex?: number
Optional
numberOfConfirmations
numberOfConfirmations?: number
Optional
recipientId
recipientId?: string
Optional
resolveDistributions
resolveDistributions?: boolean
Optional
senderId
senderId?: string
Optional
subtype
subtype?: number
Optional
timestamp
timestamp?: string
Optional
type
type?: number
The argument object for AccountApi.getAccountTransactions
Param: accountId
The numeric accountId (set it explicitly null when using senderId and/or recipientId)
Param: senderId
If using this then you get the transactions only for this sending account (can be used with recipientId)
Param: recipientId
If using this then you get the transactions only for this receiving account (can be used with senderId)
Param: bidirectional
Only for senderId and recipientId - If true then all transfers between (back and forth) senderId and recipientId are returned
Param: timestamp
The timestamp (block time) you are looking for. This is cool for incremental transaction loading and speeds up fetching significantly
Param: firstIndex
The first index of the transaction list, beginning at 0
Param: lastIndex
The last index of the transaction list (BRS does not return more than 500)
Param: numberOfConfirmations
The minimum required number of confirmations per transaction
Param: type
The type of transactions to fetch (see TransactionType)
Param: subtype
The subtype of transactions to fetch (see e.g. TransactionArbitrarySubtype)
Param: includeIndirect
Includes indirect transaction, i.e. multi out payments.
Param: resolveDistributions
Resolves the amounts from AssetApi.distributeToAssetHolders