# Extend Orders (v2)

The **REST API** **version 2** introduces two key improvements:

* Supports extension via **signed transactions**
* Adds a new resource type: **Bandwidth**

## [Extend API (Postman)](https://www.postman.com/tronsave/tronsave/folder/01yhu2j/extend-order)

## Extend feature flow:

### [**Step 1:** Get extendable delegates](/developer/extend-orders-v2/step-1-get-extendable-delegates.md)

### [**Step 2:** Submit extend request](/developer/extend-orders-v2/step-2-extend-request.md)

Following payment methods:

[**Option 1:** Extend using an **API key**](/developer/extend-orders-v2/step-2-extend-request.md#option-1-extend-order-using-api-key)

[**Option 2:** Extend using a **signed transaction**](/developer/extend-orders-v2/step-2-extend-request.md#option-2-extend-order-using-signed-transaction)

## API List for Testing - TRON Nile Testnet

{% tabs %}
{% tab title="Test\_API" %}

* Get extendable delegates:\
  &#x20;<mark style="color:orange;">`POST`</mark>  `https://api-dev.tronsave.io/v2/get-extendable-delegates`
* Sent extend request:  <mark style="color:orange;">`POST`</mark>  `https://api-dev.tronsave.io/v2/extend-request`
  {% endtab %}
  {% endtabs %}

If you want to integrate with the **Nile Testnet**, simply replace the URL with <https://testnet.tronsave.io/> and follow the same steps as in [the guide](/developer/get-api-key/on-the-website.md).


---

# Agent Instructions: 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/developer/extend-orders-v2.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.
