TronScan Data Lookup
TronScan Data Lookup Skill
Overview
This skill enables AI agents to query the TRON blockchain through the TronScan API. It provides eight Node.js scripts that cover all major data lookup operations: universal search, account details, transactions, token info, blocks, smart contracts, transfer history, and chain-level statistics.
All scripts output structured JSON to stdout and log progress to stderr, following the bankofai skill conventions.
Prerequisites
- Node.js >= 16
- npm (for installing dependencies)
- Run
npm installin the skill root directory before first use
API Key (Optional)
If no API key is configured, scripts automatically use the BofAI proxy (ts.bankofai.io) — no setup needed.
To use your own TronScan API key instead (higher rate limits), set the environment variable:
More from bofai/skills
recharge-skill
BANK OF AI account query and recharge skill. Use for requests like 'recharge 1 usdt', '给 BANK OF AI 充值 1 USDT', or to query BANK OF AI balance/orders. Recharge uses the remote MCP endpoint https://recharge.bankofai.io/mcp with the single `recharge` tool.
82x402-payment
Pay for x402-enabled Agent endpoints using ERC20 tokens (USDT/USDC) on EVM or TRC20 tokens (USDT/USDD) on TRON.
81sunswap dex trading
Execute token swaps, manage liquidity, and query market data on SunSwap DEX via the sun-cli.
78sunperp perpetual futures trading
Trade USDT-margined perpetual futures on SunPerp (TRON) — place orders, manage positions, query market data, and manage account via REST API.
78multi-sig & account permissions
Manage TRON multi-sig permissions — configure keys, thresholds, and co-signed proposals.
74trc20 token toolkit
Universal TRC20 token operations — transfer, approve, query balances, and fetch metadata.
69