Account
Get account list
https://apilist.tronscanapi.com/api/account/list?sort=-balance&limit=20&start=0Parameter
Description
{
"account_number": 149682388,
"last_24h_account_change": 201763,
"total": 10000,
"data": [
{
"address": "TNUC9Qb1rRpS5CbWLmNMxXBjyFoydXjWFR",
"addressTagLogo": "",
"balance": 18243211943261359,
"power": 0,
"totalTransactionCount": 2341329,
"latestOperationTime": 1680173745000,
"updateTime": 1680173745000
},
{
"address": "TNMcQVGPzqH9ZfMCSY4PNrukevtDgp24dK",
"addressTagLogo": "",
"balance": 8997572047566078,
"power": 0,
"totalTransactionCount": 183,
"latestOperationTime": 1675712808000,
"updateTime": 1675712808000
}
],
"contractMap": {
"TNMcQVGPzqH9ZfMCSY4PNrukevtDgp24dK": true,
"TNUC9Qb1rRpS5CbWLmNMxXBjyFoydXjWFR": true
},
"rangeTotal": 149682388,
"contractInfo": {
"TNMcQVGPzqH9ZfMCSY4PNrukevtDgp24dK": {
"tag1": "USDD-TRXBURN",
"tag1Url": "https://usdd.io",
"name": "MultiSigTRXBurn",
"vip": false
},
"TNUC9Qb1rRpS5CbWLmNMxXBjyFoydXjWFR": {
"tag1": "WTRX Token",
"tag1Url": "https://just.network/",
"name": "WTRX",
"vip": true
}
}
}Get account detail information
https://apilist.tronscanapi.com/api/accountv2?address=TSTVYwFDp7SBfZk7Hrz3tucwQVASyJdwC7Parameter
Description
{
"transactions_out": 2,
"acquiredDelegateFrozenForBandWidth": 0,
"rewardNum": 0,
"greyTag": "",
"ownerPermission": {
"keys": [
{
"address": "TSTVYwFDp7SBfZk7Hrz3tucwQVASyJdwC7",
"weight": 1
}
],
"threshold": 1,
"permission_name": "owner"
},
"redTag": "",
"publicTag": "",
"withPriceTokens": [
{
"amount": "0.000000",
"tokenPriceInTrx": 1,
"tokenId": "_",
"balance": "0",
"tokenName": "trx",
"tokenDecimal": 6,
"tokenAbbr": "trx",
"tokenCanShow": 1,
"tokenType": "trc10",
"vip": false,
"tokenLogo": "https://static.tronscan.org/production/logo/trx.png"
}
],
"delegateFrozenForEnergy": 0,
"balance": 0,
"feedbackRisk": false,
"voteTotal": 0,
"totalFrozen": 0,
"delegated": {},
"transactions_in": 4,
"latest_operation_time": 1670818821000,
"totalTransactionCount": 8,
"representative": {
"lastWithDrawTime": 0,
"allowance": 0,
"enabled": false,
"url": ""
},
"frozenForBandWidth": 0,
"announcement": "",
"reward": 1,
"addressTagLogo": "",
"allowExchange": [],
"address": "TSTVYwFDp7SBfZk7Hrz3tucwQVASyJdwC7",
"frozen_supply": [],
"bandwidth": {
"energyRemaining": 0,
"totalEnergyLimit": 90000000000,
"totalEnergyWeight": 5316153689,
"netUsed": 0,
"storageLimit": 0,
"storagePercentage": 0,
"assets": {
"1002486": {
"netPercentage": 0,
"netLimit": 0,
"netRemaining": 0,
"netUsed": 0
}
},
"netPercentage": 0,
"storageUsed": 0,
"storageRemaining": 0,
"freeNetLimit": 1500,
"energyUsed": 0,
"freeNetRemaining": 1500,
"netLimit": 0,
"netRemaining": 0,
"energyLimit": 0,
"freeNetUsed": 0,
"totalNetWeight": 39128278010,
"freeNetPercentage": 0,
"energyPercentage": 0,
"totalNetLimit": 43200000000
},
"date_created": 1625827644000,
"accountType": 0,
"exchanges": [],
"frozen": {
"total": 0,
"balances": []
},
"accountResource": {
"frozen_balance_for_energy": {}
},
"transactions": 6,
"blueTag": "",
"witness": 0,
"delegateFrozenForBandWidth": 0,
"name": "myAccount",
"frozenForEnergy": 0,
"activated": true,
"acquiredDelegateFrozenForEnergy": 0,
"activePermissions": [
{
"operations": "7fff1fc0033e0300000000000000000000000000000000000000000000000000",
"keys": [
{
"address": "TSTVYwFDp7SBfZk7Hrz3tucwQVASyJdwC7",
"weight": 1
}
],
"threshold": 1,
"id": 2,
"type": "Active",
"permission_name": "active"
}
]
}Get account's token list
Parameter
Description
Get the voted list
Parameter
Description
Get a list of account resources
Parameter
Description
Get a list of stake 2.0 account resources
Parameter
Description
Get approval list
Parameter
Description
Get account authorization change records
Parameter
Description
Get list of daily analytics data for an account over time
Parameter
Description
Get an account to participate in the project
Parameter
Description
Get account wallet token overview
Parameter
Description
Find the address if exist on other chain
Parameter
Description
Last updated