# api\_procedures\_moveFunds.MoveFundsParams

[@polymeshassociation/polymesh-sdk](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/classes) / [Modules](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules) / [api/procedures/moveFunds](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/api_procedures_movefunds) / MoveFundsParams

## Interface: MoveFundsParams

[api/procedures/moveFunds](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/api_procedures_movefunds).MoveFundsParams

### Table of contents

#### Properties

* [items](#items)
* [to](#to)

### Properties

#### items

• **items**: [`PortfolioMovement`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/interfaces/types.portfoliomovement)\[]

list of Assets (and the corresponding token amounts) that will be moved

**Defined in**

[api/procedures/moveFunds.ts:22](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/procedures/moveFunds.ts#L22)

***

#### to

• `Optional` **to**: `BigNumber` | [`NumberedPortfolio`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_numberedportfolio.numberedportfolio) | [`DefaultPortfolio`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_defaultportfolio.defaultportfolio)

portfolio (or portfolio ID) that will receive the funds. Optional, if no value is passed, the funds will be moved to the default Portfolio of this Portfolio's owner

**Defined in**

[api/procedures/moveFunds.ts:18](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/procedures/moveFunds.ts#L18)
