# DEVELOPER

- [Get API key](https://docs.tronsave.io/developer/get-api-key.md)
- [On the Website](https://docs.tronsave.io/developer/get-api-key/on-the-website.md)
- [On Telegram](https://docs.tronsave.io/developer/get-api-key/on-telegram.md)
- [Buy Resources (v2)](https://docs.tronsave.io/developer/buy-resources-v2.md)
- [Use Signed Transaction](https://docs.tronsave.io/developer/buy-resources-v2/use-signed-transaction.md)
- [Estimate TRX](https://docs.tronsave.io/developer/buy-resources-v2/use-signed-transaction/estimate-trx.md)
- [Get Signed Transaction](https://docs.tronsave.io/developer/buy-resources-v2/use-signed-transaction/get-signed-transaction.md)
- [Create order](https://docs.tronsave.io/developer/buy-resources-v2/use-signed-transaction/create-order.md)
- [Use API Key](https://docs.tronsave.io/developer/buy-resources-v2/use-api-key.md)
- [Get Internal Account Info](https://docs.tronsave.io/developer/buy-resources-v2/use-api-key/get-internal-account-info.md)
- [Get Order Book](https://docs.tronsave.io/developer/buy-resources-v2/use-api-key/get-order-book.md)
- [Estimate TRX](https://docs.tronsave.io/developer/buy-resources-v2/use-api-key/estimate-trx.md)
- [Create order](https://docs.tronsave.io/developer/buy-resources-v2/use-api-key/create-order.md)
- [Get one order details](https://docs.tronsave.io/developer/buy-resources-v2/use-api-key/get-one-order-details.md)
- [Get Internal Account Order History](https://docs.tronsave.io/developer/buy-resources-v2/use-api-key/get-internal-account-order-history.md)
- [Buyer list orders](https://docs.tronsave.io/developer/buy-resources-v2/use-api-key/buyer-list-orders.md)
- [Monthly stats](https://docs.tronsave.io/developer/buy-resources-v2/use-api-key/monthly-stats.md): Buyer monthly statistics (last 6 months)
- [Sell Resources](https://docs.tronsave.io/developer/sell-resources.md): API for manually selling resources (Energy / Bandwidth) on TronSave. The seller creates a delegate transaction, signs it, and submits it to the system for order matching.
- [Extend Orders (v2)](https://docs.tronsave.io/developer/extend-orders-v2.md)
- [Step 1: Get Extendable Delegates](https://docs.tronsave.io/developer/extend-orders-v2/step-1-get-extendable-delegates.md)
- [Step 2: Extend Request](https://docs.tronsave.io/developer/extend-orders-v2/step-2-extend-request.md)
- [SDK Libraries](https://docs.tronsave.io/developer/sdk-libraries.md)
- [Rest API v0](https://docs.tronsave.io/developer/rest-api-v0.md)
- [Buy on Rest API](https://docs.tronsave.io/developer/rest-api-v0/buy-on-rest-api.md)
- [Use Signed Transaction](https://docs.tronsave.io/developer/rest-api-v0/buy-on-rest-api/use-signed-transaction.md)
- [Estimate TRX](https://docs.tronsave.io/developer/rest-api-v0/buy-on-rest-api/use-signed-transaction/estimate-trx.md)
- [Get Signed Transaction](https://docs.tronsave.io/developer/rest-api-v0/buy-on-rest-api/use-signed-transaction/get-signed-transaction.md)
- [Create order](https://docs.tronsave.io/developer/rest-api-v0/buy-on-rest-api/use-signed-transaction/create-order.md)
- [Demo](https://docs.tronsave.io/developer/rest-api-v0/buy-on-rest-api/use-signed-transaction/demo.md)
- [Use API Key](https://docs.tronsave.io/developer/rest-api-v0/buy-on-rest-api/use-api-key.md)
- [Get Internal Account Info](https://docs.tronsave.io/developer/rest-api-v0/buy-on-rest-api/use-api-key/get-internal-account-info.md)
- [Get Order Book](https://docs.tronsave.io/developer/rest-api-v0/buy-on-rest-api/use-api-key/get-order-book.md)
- [Estimate of TRX](https://docs.tronsave.io/developer/rest-api-v0/buy-on-rest-api/use-api-key/estimate-of-trx.md)
- [Create order](https://docs.tronsave.io/developer/rest-api-v0/buy-on-rest-api/use-api-key/create-order.md)
- [Get one order details](https://docs.tronsave.io/developer/rest-api-v0/buy-on-rest-api/use-api-key/get-one-order-details.md)
- [Get Internal Account Order History](https://docs.tronsave.io/developer/rest-api-v0/buy-on-rest-api/use-api-key/get-internal-account-order-history.md)
- [Extend with Rest API](https://docs.tronsave.io/developer/rest-api-v0/extend-with-rest-api.md)
- [Fast Charge API](https://docs.tronsave.io/developer/fast-charge-api.md)
- [Get an estimate TRX](https://docs.tronsave.io/developer/fast-charge-api/get-an-estimate-trx.md)
- [Create fast charge orders](https://docs.tronsave.io/developer/fast-charge-api/create-fast-charge-orders.md)
- [Tracking fash charge order](https://docs.tronsave.io/developer/fast-charge-api/tracking-fash-charge-order.md)
- [Confirm Request](https://docs.tronsave.io/developer/fast-charge-api/confirm-request.md)
- [Cancel order](https://docs.tronsave.io/developer/fast-charge-api/cancel-order.md)
- [Get history](https://docs.tronsave.io/developer/fast-charge-api/get-history.md)
- [MCP](https://docs.tronsave.io/developer/mcp.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.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.
