# TransferPolyxParams

## Hierarchy

* **TransferPolyxParams**

## Index

### Properties

* [amount](/polymesh-sdk-api-reference/docs-v8/interfaces/transferpolyxparams.md#amount)
* [memo](/polymesh-sdk-api-reference/docs-v8/interfaces/transferpolyxparams.md#optional-memo)
* [to](/polymesh-sdk-api-reference/docs-v8/interfaces/transferpolyxparams.md#to)

## Properties

### amount

• **amount**: *BigNumber*

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

amount of POLYX to be transferred

### `Optional` memo

• **memo**? : *undefined | string*

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

identifier string to help differentiate transfers

### to

• **to**: *string |* [*Account*](/polymesh-sdk-api-reference/docs-v8/classes/account.md)

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

account that will receive the POLYX


---

# 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/transferpolyxparams.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.
