Lookup transactions for an asset. Transactions are returned oldest to newest.
Path parameters
asset-idintegerRequired
Query parameters
limitintegerOptional
Maximum number of results to return. There could be additional pages even if the limit is not reached.
nextstringOptional
The next page of results. Use the next token provided by the previous results.
note-prefixstringOptional
Specifies a prefix which must be contained in the note field.
tx-typestring · enumOptionalAvailable options:
sig-typestring · enumOptional
SigType filters just results using the specified type of signature:
sig - Standard
msig - MultiSig
lsig - LogicSig
Available options:
txidstringOptional
Lookup the specific transaction by ID.
roundintegerOptional
Include results for the specified round.
min-roundintegerOptional
Include results at or after the specified min-round.
max-roundintegerOptional
Include results at or before the specified max-round.
before-timestring · date-timeOptional
Include results before the given time. Must be an RFC 3339 formatted string.
after-timestring · date-timeOptional
Include results after the given time. Must be an RFC 3339 formatted string.
currency-greater-thanintegerOptional
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.
currency-less-thanintegerOptional
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.
addressstringOptional
Only include transactions with this address in one of the transaction fields.
address-rolestring · enumOptional
Combine with the address parameter to define what type of address to search for.
Available options:
exclude-close-tobooleanOptional
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.
rekey-tobooleanOptional
Include results which include the rekey-to field.
Responses
application/json
objectOptional
application/json
application/json
get
GET /v2/assets/{asset-id}/transactions HTTP/1.1
Host: algo-index.nownodes.io
Accept: */*