Transactions
Last updated
Last updated
Lookup transactions for an asset. Transactions are returned oldest to newest.
/v2/assets/{asset-id}/transactions
Maximum number of results to return. There could be additional pages even if the limit is not reached.
The next page of results. Use the next token provided by the previous results.
Specifies a prefix which must be contained in the note field.
pay
, keyreg
, acfg
, axfer
, afrz
, appl
, stpf
SigType filters just results using the specified type of signature:
sig
, msig
, lsig
Lookup the specific transaction by ID.
Include results for the specified round.
Include results at or after the specified min-round.
Include results at or before the specified max-round.
Include results before the given time. Must be an RFC 3339 formatted string.
Include results after the given time. Must be an RFC 3339 formatted string.
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.
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.
Only include transactions with this address in one of the transaction fields.
Combine with the address parameter to define what type of address to search for.
sender
, receiver
, freeze-target
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.
Include results which include the rekey-to field.