# 提幣/提款

### <mark style="color:blue;">提幣/提款</mark>

端點： `POST /payout`

說明： 傳送加密貨幣交易。請注意，此端點的錯誤在大多數情況下會傳回而非拋出。

請求參數：

| 參數          | 類別                                                                               | 需要 | 說明                         |
| ----------- | -------------------------------------------------------------------------------- | -- | -------------------------- |
| referenceId | string                                                                           | 是  | UserID 或類似識別碼 (identifier) |
| to          | string                                                                           | 是  | 接收器的 L1 或 L2 地址            |
| amount      | string                                                                           | 是  | 要傳送的金額（以字串形式，以避免精確度問題）     |
| network     | [NetworkSymbol](/traditional-chinese/secureapi/can-kao-zi-liao.md#networksymbol) | 是  | L1 網路 (例如 `ETH`)           |
| token       | [TokenSymbol](/traditional-chinese/secureapi/can-kao-zi-liao.md#tokensymbol)     | 否  | 可選的代幣符號 (例如 `USDT`，`USDC`) |

回應：

```json
{
  "l2Hash": "string"
}
```


---

# 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://docs.akashicpay.com/traditional-chinese/secureapi/han-shi-functions/ti-bi-ti-kuan.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.
