> For the complete documentation index, see [llms.txt](https://support.cregis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.cregis.com/cregis-wallet-guide/zh-cn/faq/api/wo-ke-yi-zhi-jie-tong-guo-api-fa-chu-chu-kuan-zhi-ling-ma.md).

# 我可以直接通过 API 发出出款指令吗？

您可以使用 Cregis 提供的 API 发起出款请求，但 API 只负责生成交易指令，实际的签名过程需要在 Cregis 应用内进行，以确保安全性。如果您希望完全通过 API 完成出款操作，可以选择将分片部署到您的私有云。但需要注意的是，这属于非标准方案，相关部署和服务费用需要另行评估。 分片部署到私有云的具体操作和费用细节，可以[<mark style="color:green;">**联系我们**</mark>](https://www.cregis.com/zh/appointment/)的团队进一步了解。


---

# 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://support.cregis.com/cregis-wallet-guide/zh-cn/faq/api/wo-ke-yi-zhi-jie-tong-guo-api-fa-chu-chu-kuan-zhi-ling-ma.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.
