LookupAssetTransactionsData
LookupAssetTransactionsData:
object
Type declaration
address?
optionaladdress:string
Only include transactions with this address in one of the transaction fields.
addressRole?
optionaladdressRole:"sender"|"receiver"|"freeze-target"
Combine with the address parameter to define what type of address to search for.
afterTime?
optionalafterTime:string
Include results after the given time. Must be an RFC 3339 formatted string.
assetId
assetId:
number
beforeTime?
optionalbeforeTime:string
Include results before the given time. Must be an RFC 3339 formatted string.
currencyGreaterThan?
optionalcurrencyGreaterThan:number
Results should have an amount greater than this value. MicroAlgos are the default currency unless an asset-id is provided, in which case the asset will be used.
currencyLessThan?
optionalcurrencyLessThan:number
Results should have an amount less than this value. MicroAlgos are the default currency unless an asset-id is provided, in which case the asset will be used.
excludeCloseTo?
optionalexcludeCloseTo:boolean
Combine with address and address-role parameters to define what type of address to search for. The close to fields are normally treated as a receiver, if you would like to exclude them set this parameter to true.
limit?
optionallimit:number
Maximum number of results to return. There could be additional pages even if the limit is not reached.
maxRound?
optionalmaxRound:number
Include results at or before the specified max-round.
minRound?
optionalminRound:number
Include results at or after the specified min-round.
next?
optionalnext:string
The next page of results. Use the next token provided by the previous results.
notePrefix?
optionalnotePrefix:string
Specifies a prefix which must be contained in the note field.
rekeyTo?
optionalrekeyTo:boolean
Include results which include the rekey-to field.
round?
optionalround:number
Include results for the specified round.
sigType?
optionalsigType:"sig"|"msig"|"lsig"
SigType filters just results using the specified type of signature:
- sig - Standard
 - msig - MultiSig
 - lsig - LogicSig
 
txType?
optionaltxType:"pay"|"keyreg"|"acfg"|"axfer"|"afrz"|"appl"|"stpf"
txid?
optionaltxid:string
Lookup the specific transaction by ID.
Defined in
types.gen.ts:2036