> For the complete documentation index, see [llms.txt](https://lti.gitbook.io/user_guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lti.gitbook.io/user_guide/zh-cn/yong-hu-zhi-nan/zhang-hu-xiang-qing/qing-qiu-ye-mian-jin-shi-yong-yu-pamm-zhang-hu.md).

# 请求页面（仅适用于 PAMM 账户）

**主账户**

在 PAMM 主账户的请求页面，您可以查看由已订阅该账户的 PAMM 投资者提交、等待在下一次结算时执行的待处理请求，以及已经执行的请求。

PAMM 交易员可以点击执行或执行所有请求，执行单个或全部待处理请求。

如果同一投资者提交了多个请求，其中包括取消订阅请求，系统会在结算时优先处理取消订阅请求，并自动取消该投资者的其他待处理余额请求。

<figure><img src="https://1963181118-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNxwcNnEuBTBq87kginPk%2Fuploads%2Fgit-blob-37c9fc4ec5e5b51473715155c3e817f56f79269f%2Ffront-requests-on-pamm-master-account.png?alt=media" alt="Requests page of a master account"><figcaption><p>Requests page of a master account</p></figcaption></figure>

**投资账户**

在 PAMM 投资账户的请求页面，您可以查看等待在主账户下一次结算时执行的待处理请求，以及已经执行的请求。

PAMM 投资者可以点击取消来取消待处理请求。请求被取消后，其状态将相应更新，并移至已执行请求列表。

<figure><img src="https://1963181118-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNxwcNnEuBTBq87kginPk%2Fuploads%2Fgit-blob-befc362fdf40a58a83a934885dee5be8d165e2ad%2Ffront-requests.png?alt=media" alt="Requests page of an investment account"><figcaption><p>Requests page of an investment account</p></figcaption></figure>

每项请求均显示以下信息：

**请求编号**

请求的唯一标识符。

***

**来源**

存入资金时，显示资金来源客户钱包的标识符；提取资金时，显示资金来源 PAMM 投资账户的账号。

***

**类型**

请求的类型。可能包括：

* 入金 - —将资金转入已订阅 PAMM 主账户的 PAMM 投资账户。
* 提款 - —从 PAMM 投资账户中转出资金。
* 取消订阅 - —取消 PAMM 投资账户对 PAMM 主账户的订阅。

***

**创建时间**

创建请求的日期和时间。

***

**执行时间**

执行请求的日期和时间。

***

**货币**

申请入金或提款时使用的货币。

***

**金额**

申请入金或提款的金额。

***

**状态**

请求的状态。可能包括：

* **待处理 -** —请求正在等待下一次结算时执行。
* **成功 -** —请求已成功执行。
* **部分完成 -** —由于 PAMM 投资账户中的可用资金不足，提款请求仅完成了部分金额。在这种情况下，系统会提取账户中的实际可用金额，而不是请求的全部金额。
* **失败 -** —请求执行失败。
* **已取消 -** —提交请求的 PAMM 投资者已取消该请求。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://lti.gitbook.io/user_guide/zh-cn/yong-hu-zhi-nan/zhang-hu-xiang-qing/qing-qiu-ye-mian-jin-shi-yong-yu-pamm-zhang-hu.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
