SkillAgentSearch skills...

Tronscan

TronScan API Wrapper

Install / Use

/learn @B14ckP4nd4/Tronscan
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Simple TronScan API wrapper

  • Monitor Specific Address Transaction and transfers

  • Monitor Specific Transaction and transfers

installition

using Composer composer create-project blackpanda/tronscan

its doesn't need to add Service Proviver to confing/app.php

Usage

read this document for more information TronScan Api Docs

<?PHP
	
    $tronScan = new BlackPanda\TronScan\TronScan();
    $address = 'Your Tron Network Address';
    
    /*
    * get Address information
    */
    $tronScan->getAccount($address);

    /*
    * get transactions of specific address
    */
    $tronScan->getAccountTransactions($address);
    
    ...

?>

Related Skills

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated6mo ago
Forks0

Languages

PHP

Security Score

62/100

Audited on Sep 14, 2025

No findings