> 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/developers/changelog.md).

# Changelog

This page tracks notable changes to the TronSave API across its generations. Two API generations currently exist.

## API generations

<table><thead><tr><th width="123">Generation</th><th width="152">Base path</th><th width="129">Status</th><th>Notes</th></tr></thead><tbody><tr><td><strong>v2</strong></td><td><code>https://api.tronsave.io/v2</code></td><td>Current</td><td>The recommended generation for all new integrations. Endpoints in the <a href="/pages/dr070AoLPR4qRpf06IVf">API Reference</a> target v2.</td></tr><tr><td><strong>v0</strong></td><td><code>https://api.tronsave.io/v0</code></td><td>Legacy (still supported)</td><td>The earlier generation is still supported and maintained for backward compatibility. There is no deprecation or sunset date. New integrations should use v2.</td></tr></tbody></table>

{% hint style="info" %}
On the Nile testnet, replace the host with `https://api-dev.tronsave.io` (e.g. `https://api-dev.tronsave.io/v2`). See [Quickstart → Testing first?](/getting-started/quickstart.md).
{% endhint %}

{% hint style="warning" %}
v0 is considered legacy but is still supported and maintained. There is no deprecation or sunset date. We recommend migrating to v2 for new integrations.
{% endhint %}

## Release history

### Unreleased

* *Placeholder — no confirmed dated entries yet.*

## Next steps

* [Authentication](/developers/authentication.md) · [API Reference](/developers/api-reference.md)
* [Developer Quickstart](/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:

```
GET https://docs.tronsave.io/developers/changelog.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.
