[@iota-pico/api](../README.md) > [IFindTransactionsRequest](../interfaces/ifindtransactionsrequest.md)

# Interface: IFindTransactionsRequest

Represents the request for findTransactions command.
*__interface__*: 

## Hierarchy

**IFindTransactionsRequest**

## Index

### Properties

* [addresses](ifindtransactionsrequest.md#addresses)
* [approvees](ifindtransactionsrequest.md#approvees)
* [bundles](ifindtransactionsrequest.md#bundles)
* [tags](ifindtransactionsrequest.md#tags)

---

## Properties

<a id="addresses"></a>

### `<Optional>` addresses

**● addresses**: *`string`[]*

*Defined in [models/IFindTransactionsRequest.ts:13](https://github.com/iota-pico/api/tree/master/src/models/IFindTransactionsRequest.ts#L13*

List of addresses.

___
<a id="approvees"></a>

### `<Optional>` approvees

**● approvees**: *`string`[]*

*Defined in [models/IFindTransactionsRequest.ts:21](https://github.com/iota-pico/api/tree/master/src/models/IFindTransactionsRequest.ts#L21*

List of approvees of a transaction.

___
<a id="bundles"></a>

### `<Optional>` bundles

**● bundles**: *`string`[]*

*Defined in [models/IFindTransactionsRequest.ts:9](https://github.com/iota-pico/api/tree/master/src/models/IFindTransactionsRequest.ts#L9*

List of bundle hashes. The hashes need to be extended to 81chars by padding the hash with 9's.

___
<a id="tags"></a>

### `<Optional>` tags

**● tags**: *`string`[]*

*Defined in [models/IFindTransactionsRequest.ts:17](https://github.com/iota-pico/api/tree/master/src/models/IFindTransactionsRequest.ts#L17*

List of transaction tags.

___

