# Tron API

- [Basic information](https://docs-tron.en.tronify.io/tron-api/basic-information.md)
- [Get related configuration](https://docs-tron.en.tronify.io/tron-api/get-related-configuration.md)
- [Pre-order](https://docs-tron.en.tronify.io/tron-api/pre-order.md)
- [create trx energy order](https://docs-tron.en.tronify.io/tron-api/create-trx-energy-order.md): create energy purchase  order
- [create usdt energy order](https://docs-tron.en.tronify.io/tron-api/create-usdt-energy-order.md): create energy purchase  order
- [create bandwidth  order](https://docs-tron.en.tronify.io/tron-api/create-bandwidth-order.md): create bandwidth purchase  order
- [upload purchase order hash](https://docs-tron.en.tronify.io/tron-api/upload-purchase-order-hash.md): upload energy/bandwidth order hash
- [create a sell order](https://docs-tron.en.tronify.io/tron-api/create-a-sell-order.md): create a energy/bandwidth sell order
- [Earn energy by stake](https://docs-tron.en.tronify.io/tron-api/earn-energy-by-stake.md)
- [recovered energy](https://docs-tron.en.tronify.io/tron-api/recovered-energy.md)
- [cancel order](https://docs-tron.en.tronify.io/tron-api/cancel-order.md)
- [query purchase order](https://docs-tron.en.tronify.io/tron-api/query-purchase-order.md)
- [query recent finished order](https://docs-tron.en.tronify.io/tron-api/query-recent-finished-order.md)
- [query purchase order records by user address](https://docs-tron.en.tronify.io/tron-api/query-purchase-order-records-by-user-address.md)
- [query sell order records by user address](https://docs-tron.en.tronify.io/tron-api/query-sell-order-records-by-user-address.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-tron.en.tronify.io/tron-api.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.
