> For the complete documentation index, see [llms.txt](https://saseul-gold.gitbook.io/saseul-gold-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://saseul-gold.gitbook.io/saseul-gold-docs/dex-api/transfer.md).

# Transfer

The remittance contract for the issued token by the user.&#x20;

The default structure is the same as the Send contract, and add token\_address to enter the address of the token to which you want to send the remittance.

* **raw payload**

```
{
    "type": "Trnasfer",
    "token_address": "6f52d7ba6744d3c280186049703d8572a3e2be427ac7c662aa7f92
    "to": "0fb94161839b539195b641e5124ee174bf68840b9866",
    "from": "f43808a3998233c4336d873880fe4a22fdd7eafdd90e",
    "timestamp": 1735359744379000
}
```
