TronScan Data Lookup

Query TRON blockchain data via TronScan API and Node.js scripts.

91|14|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/BofAI/skills --skill tronscan-data-lookup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: TronScan Data Lookup
Source: https://github.com/BofAI/skills/tree/main/tronscan-skill
Command: npx skills add https://github.com/BofAI/skills --skill tronscan-data-lookup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires axios, and includes scripts (resource) components.

What problem does it solve?

It solves the problem of finding and verifying TRON blockchain information (wallets, transactions, tokens, contracts, transfers, and network metrics) without manually navigating multiple explorers or building ad-hoc API calls.

Core Features & Use Cases

  • Universal Search Across TRON Objects: Search addresses, tokens, contracts, transactions, and blocks in one step to quickly identify what an entity is.
  • Focused Data Retrieval for Agents: Query detailed account data (balances, wallet portfolio, resources, analytics), transaction info and filtered lists, token metadata/pricing/holders/supply, block and producer stats, smart contract energy/call analytics, transfer histories (TRX/TRC10/TRC20), and chain overview metrics.
  • Agent-Friendly Output for Automation: Provides eight Node.js scripts that output structured JSON to stdout so an AI agent can consume results programmatically, while logging progress to stderr.

Quick Start

Run the command node scripts/search.js USDT --type token --limit 10 to identify relevant TRON token objects for USDT.

Frequently Asked Questions about TronScan Data Lookup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query TRON blockchain data for a specific wallet address?

Query TRON blockchain data for a specific wallet address by running the provided Node.js scripts to retrieve account balances, token portfolios, and resource analytics from the TronScan API. The scripts output structured JSON to stdout for agent consumption.

Can I look up TRC20 token transfers and pricing history using an API?

Yes, you can look up TRC20 token transfers and pricing by executing the scripts to inspect token metadata, pricing, holders, supply, and transfer histories. It enforces read-only GET requests to retrieve these structured JSON records from the TronScan API.

What is the best way to automate searching for TRON smart contract analytics?

The best way to automate searching for TRON smart contract analytics is using the provided Node.js scripts that query the TronScan API for contract energy and call analytics. Scripts log progress to stderr while returning structured JSON for programmatic use.

Do I need an API key to retrieve TRON network statistics and block producer data?

You do not need an API key to retrieve TRON network statistics and block producer data, but setting the optional TRONSCAN_API_KEY environment variable is supported when executing the Node.js scripts for automated querying.

Does the TronScan data lookup tool support writing transactions or executing contract calls?

No, the TronScan data lookup tool does not support writing transactions or executing contract calls. It strictly enforces read-only GET requests to search and retrieve records like account balances, transfers, and chain overview metrics.

How do I search across multiple TRON objects like tokens and transactions at once?

Search across multiple TRON objects like tokens and transactions at once by running the universal search script, such as `node scripts/search.js USDT --type token --limit 10`. This quickly identifies what an entity is by returning structured JSON records.