# 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
}
```


---

# 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://saseul-gold.gitbook.io/saseul-gold-docs/dex-api/transfer.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.
