Skip to content

SearchForTransactionsData

SearchForTransactionsData: object

Type declaration

address?

optional address: string

Only include transactions with this address in one of the transaction fields.

addressRole?

optional addressRole: "sender" | "receiver" | "freeze-target"

Combine with the address parameter to define what type of address to search for.

afterTime?

optional afterTime: string

Include results after the given time. Must be an RFC 3339 formatted string.

applicationId?

optional applicationId: number

Application ID

assetId?

optional assetId: number

Asset ID

beforeTime?

optional beforeTime: string

Include results before the given time. Must be an RFC 3339 formatted string.

currencyGreaterThan?

optional currencyGreaterThan: 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?

optional currencyLessThan: 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?

optional excludeCloseTo: 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?

optional limit: number

Maximum number of results to return. There could be additional pages even if the limit is not reached.

maxRound?

optional maxRound: number

Include results at or before the specified max-round.

minRound?

optional minRound: number

Include results at or after the specified min-round.

next?

optional next: string

The next page of results. Use the next token provided by the previous results.

notePrefix?

optional notePrefix: string

Specifies a prefix which must be contained in the note field.

rekeyTo?

optional rekeyTo: boolean

Include results which include the rekey-to field.

round?

optional round: number

Include results for the specified round.

sigType?

optional sigType: "sig" | "msig" | "lsig"

SigType filters just results using the specified type of signature:

  • sig - Standard
  • msig - MultiSig
  • lsig - LogicSig

txType?

optional txType: "pay" | "keyreg" | "acfg" | "axfer" | "afrz" | "appl" | "stpf"

txid?

optional txid: string

Lookup the specific transaction by ID.

Defined in

types.gen.ts:1577