TRON Query Studio

Query address history and contract method calls in one screen.

Send requests to /api/Tool/GetAddressHistory and /api/Tool/ScanContractMethod without leaving the project. The page keeps the raw JSON response and adds a cleaner summary panel.

Address History Block window scanning

Inspect a wallet address across a configurable start block and scan size.

Contract Method Single block or range

Switch between a single block lookup and a multi-block range in the same panel.

GetAddressHistory

GET

Query address activity starting from a given block window.

ScanContractMethod

GET

Inspect contract method calls in a single block or block range.

Response Console

Endpoint No request yet
Status Idle
Elapsed -
Summary Ready

Run a query to see record counts, selector hints, and response shape details.

{
  "message": "Choose a query and run it from the panels above."
}