# MoveFundsParams

## Hierarchy

* **MoveFundsParams**

## Index

### Properties

* [items](/polymesh-sdk-api-reference/docs-v8/interfaces/movefundsparams.md#items)
* [to](/polymesh-sdk-api-reference/docs-v8/interfaces/movefundsparams.md#optional-to)

## Properties

### items

• **items**: [*PortfolioMovement*](/polymesh-sdk-api-reference/docs-v8/interfaces/portfoliomovement.md)*\[]*

*Defined in* [*src/api/procedures/moveFunds.ts:21*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/api/procedures/moveFunds.ts#L21)

list of tokens (and their corresponding amounts) that will be moved

### `Optional` to

• **to**? : *BigNumber |* [*DefaultPortfolio*](/polymesh-sdk-api-reference/docs-v8/classes/defaultportfolio.md) *|* [*NumberedPortfolio*](/polymesh-sdk-api-reference/docs-v8/classes/numberedportfolio.md)

*Defined in* [*src/api/procedures/moveFunds.ts:17*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/api/procedures/moveFunds.ts#L17)

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.polymath.network/polymesh-sdk-api-reference/docs-v8/interfaces/movefundsparams.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
