Inspect a wallet address across a configurable start block and scan size.
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.
Switch between a single block lookup and a multi-block range in the same panel.
API / 01
GetAddressHistory
Query address activity starting from a given block window.
API / 02
ScanContractMethod
Inspect contract method calls in a single block or block range.
Live Response
Response Console
Run a query to see record counts, selector hints, and response shape details.
{
"message": "Choose a query and run it from the panels above."
}