> For the complete documentation index, see [llms.txt](https://docs.tronsave.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tronsave.io/chinese/developers/changelog.md).

# 更新日志

本页面追踪 TronSave API 各代版本中的重要变更。目前共存在两代 API。

## API 版本代

<table><thead><tr><th width="96">版本代</th><th>基础路径</th><th width="141">状态</th><th>说明</th></tr></thead><tbody><tr><td><strong>v2</strong></td><td><code>https://api.tronsave.io/v2</code></td><td>当前</td><td>推荐用于所有新集成的版本代。<a href="/pages/cDwRqLITFelPRs8mGrQU">API 参考</a>中的端点均面向 v2。</td></tr><tr><td><strong>v0</strong></td><td><code>https://api.tronsave.io/v0</code></td><td>旧版（仍受支持）</td><td>早期版本代，为向后兼容仍在受支持和维护中。没有弃用或停用日期。新集成应使用 v2。</td></tr></tbody></table>

{% hint style="info" %}
在 Nile 测试网上，请将主机替换为 `https://api-dev.tronsave.io`（例如 `https://api-dev.tronsave.io/v2`）。请参阅[快速开始 → 想先测试？](/chinese/getting-started/quickstart.md)。
{% endhint %}

{% hint style="warning" %}
v0 被视为旧版，但仍在受支持和维护中。没有弃用或停用日期。我们建议新集成迁移到 v2。
{% endhint %}

## 发布历史

### 未发布

* *占位内容 — 暂无确认的带日期条目。*

## 后续步骤

* [身份验证](/chinese/developers/authentication.md) · [API 参考](/chinese/developers/api-reference.md)
* [开发者快速开始](/chinese/developers/quickstart.md)


---

# 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.tronsave.io/chinese/developers/changelog.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.
