# Tron API接口

- [基本说明](https://docs-tron.tronify.io/tron-api/description.md)
- [获取相关配置信息](https://docs-tron.tronify.io/tron-api/get-related-configuration.md): 获取配置信息
- [查询租赁能量所需费用](https://docs-tron.tronify.io/tron-api/query-energy-cost.md)
- [创建trx能量买单](https://docs-tron.tronify.io/tron-api/create-trx-purchase-order.md): 创建购买能量的订单
- [创建usdt能量买单](https://docs-tron.tronify.io/tron-api/create-usdt-purchase-order.md): 创建购买能量的订单
- [创建带宽买单](https://docs-tron.tronify.io/tron-api/create-bandwidth-order.md): 创建购买带宽的买单
- [上传买单哈希](https://docs-tron.tronify.io/tron-api/upload-purchase-order-hash.md): 上传购买能量/带宽的哈希
- [创建出售订单](https://docs-tron.tronify.io/tron-api/create-a-sell-order.md): 创建出售能量/带宽的订单
- [质押获得能量](https://docs-tron.tronify.io/tron-api/earn-energy-by-stake.md)
- [回收能量](https://docs-tron.tronify.io/tron-api/recovered-energy.md)
- [取消买单](https://docs-tron.tronify.io/tron-api/cancel-order.md)
- [查询买单](https://docs-tron.tronify.io/tron-api/query-purchase-order.md)
- [查询最近完成订单](https://docs-tron.tronify.io/tron-api/query-recent-finished-order.md): 查询用户历史交易记录
- [查询地址买单记录](https://docs-tron.tronify.io/tron-api/query-purchase-order-records-by-user-address.md)
- [查询地址出售记录](https://docs-tron.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.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.
