Find the transactions which match the specified input and return. All input values are lists, for which a list of return values (transaction hashes), in the same order, is returned for all individual elements. The input fields can either be bundles, addresses, tags or approvees. Using multiple of these input fields returns the intersection of the values.

The transaction hashes which are returned depend on your input. For each specified input value, the command will return the following:

FieldDescription
bundlesReturns the list of transactions which contain the specified bundle hash.
addressesReturns the list of transactions which have the specified address as an input/output field.
tagsReturns the list of transactions which contain the specified tag value.
approveesReturns the list of transaction which reference (i.e. confirm) the specified transaction.
Language
Click Try It! to start a request and see the response here!