# REST (Solidity)

- [estimateenergy - TRON](https://docs.getblock.io/api-reference/tron-trx/solidity_http_api/estimateenergy.md): Estimate energy costs for TRON smart contracts with 'estimateenergy' HTTP REST API interface
- [getassetissuebyname - TRON](https://docs.getblock.io/api-reference/tron-trx/solidity_http_api/getassetissuebyname.md): Query asset details by name with 'getassetissuebyname' in the Tron HTTP REST API Interface. Fast, reliable, and developer-friendly.
- [getblock - TRON](https://docs.getblock.io/api-reference/tron-trx/solidity_http_api/getblock.md): Explore the 'getblock' JSON-RPC API Interface in the Tron protocol for retrieving block details by height or ID with parameters and examples
- [getblockbynum - TRON](https://docs.getblock.io/api-reference/tron-trx/solidity_http_api/getblockbynum.md): Retrieve Tron block details by number with 'getblockbynum' via the HTTP REST API Interface. Fast, reliable blockchain data access.
- [getburntrx - TRON](https://docs.getblock.io/api-reference/tron-trx/solidity_http_api/getburntrx.md): Query burnt TRX details with 'getburntrx' via the Tron HTTP REST API Interface. Technical, efficient, and developer-focused.
- [getnodeinfo - TRON](https://docs.getblock.io/api-reference/tron-trx/solidity_http_api/getnodeinfo.md): Get node details with getnodeinfo in Tron's HTTP REST API Interface. Retrieve network info, version, and more.
- [gettransactionbyid - TRON](https://docs.getblock.io/api-reference/tron-trx/solidity_http_api/gettransactionbyid.md): Retrieve Tron transaction details with gettransactionbyid using the HTTP REST API Interface. Fast, reliable, and developer-friendly.
- [gettransactioncountbyblocknum - TRON](https://docs.getblock.io/api-reference/tron-trx/solidity_http_api/gettransactioncountbyblocknum.md): Query transaction count per block with gettransactioncountbyblocknum in Tron's HTTP REST API Interface. Fast, reliable blockchain data.
- [gettransactioninfobyblocknum - TRON](https://docs.getblock.io/api-reference/tron-trx/solidity_http_api/gettransactioninfobyblocknum.md): Retrieve transaction details by block number with gettransactioninfobyblocknum in Tron's HTTP REST API Interface.
- [gettransactioninfobyid - TRON](https://docs.getblock.io/api-reference/tron-trx/solidity_http_api/gettransactioninfobyid.md): Retrieve Tron transaction details with 'gettransactioninfobyid' via the HTTP REST API Interface. Fast, reliable data access.
- [triggerconstantcontract - TRON](https://docs.getblock.io/api-reference/tron-trx/solidity_http_api/triggerconstantcontract.md): Learn about 'triggerconstantcontract' in Tron's HTTP REST API  Interface for querying smart contracts without on-chain transactions.


---

# 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.getblock.io/api-reference/tron-trx/solidity_http_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.
