> For the complete documentation index, see [llms.txt](https://docs.elven.com/v3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.elven.com/v3/chinese/accounts-management/dao-ru-jiao-yi-shu-ju/dao-ru-pu-tong-jiao-yi-shu-ju.md).

# 导入普通交易数据

### 对于支持 api 获取交易的账户：

您在创建账号时，选择对应api 数据源，系统会通过 api 自动获取对应交易。

<figure><img src="/files/VYyd37RnYsoGj0tv6N2e" alt="" width="563"><figcaption></figcaption></figure>

### 对于尚不支持api 获取交易的账户：

您可以在创建账户后。在账户详情内通过 CSV 上传交易数据。

<figure><img src="/files/Yo1LwT15NWuJ8QzozVlG" alt=""><figcaption></figcaption></figure>

1. **下载模板**：获取交易模板并按照指定格式处理数据。
2. **上传 CSV 文件**：完成数据处理后上传文件即可导入交易数据。

<figure><img src="/files/fRdE84Y1cyo3q66np8Tw" alt="" width="563"><figcaption></figcaption></figure>

### 交易模板的使用

1. 对于不同平台，我们提供了多种模板方便您的使用。建议您使用通用模板进行数据导入

#### 标准模板格式说明：

1. 第一行是该列的字段名称，上传时请进行保留
2. 第二行是该列字段的解释说明，上传时请删除该行内容
3. 第三行是该列字段是否可以为空的说明，上传时请删除该行内容
4. 第四、第五行是示例内容，您可以删除后，填写您的真实数据
5. 上传前，请删除第一列的说明性文本

<figure><img src="/files/JY3zZLoIVnNQss4ngjMC" alt=""><figcaption></figcaption></figure>

模板快速下载：

{% file src="/files/Tu36GQ4GUfaqhLUSFOK2" %}

{% file src="/files/k7qsHHepcW7bpHsnhAKE" %}

{% file src="/files/sPELvSuixBHn4oqO0FIh" %}

{% file src="/files/owAHuCEzOsvBwgSfKbSv" %}

{% file src="/files/CYAd64Y5NfFKLKdKcxew" %}


---

# 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://docs.elven.com/v3/chinese/accounts-management/dao-ru-jiao-yi-shu-ju/dao-ru-pu-tong-jiao-yi-shu-ju.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.
