# api\_procedures\_transferPolyx.TransferPolyxParams

[@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/transferPolyx](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/api_procedures_transferpolyx) / TransferPolyxParams

## Interface: TransferPolyxParams

[api/procedures/transferPolyx](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/api_procedures_transferpolyx).TransferPolyxParams

### Table of contents

#### Properties

* [amount](#amount)
* [memo](#memo)
* [to](#to)

### Properties

#### amount

• **amount**: `BigNumber`

amount of POLYX to be transferred

**Defined in**

[api/procedures/transferPolyx.ts:21](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/procedures/transferPolyx.ts#L21)

***

#### memo

• `Optional` **memo**: `string`

identifier string to help differentiate transfers

**Defined in**

[api/procedures/transferPolyx.ts:25](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/procedures/transferPolyx.ts#L25)

***

#### to

• **to**: `string` | [`Account`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_account.account)

Account that will receive the POLYX

**Defined in**

[api/procedures/transferPolyx.ts:17](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/procedures/transferPolyx.ts#L17)
