Account

Get account list

Returns the list of accounts.

https://apilist.tronscanapi.com/api/account/list?sort=-balance&limit=20&start=0

Query Parameters

Get account detail information

Returns the detail information of an account.

https://apilist.tronscanapi.com/api/accountv2?address=TSTVYwFDp7SBfZk7Hrz3tucwQVASyJdwC7

Query Parameters

Get account's token list

Returns a list of tokens held by the account with a balance greater than 0.

https://apilist.tronscanapi.com/api/account/tokens?address=TSTVYwFDp7SBfZk7Hrz3tucwQVASyJdwC7&start=0&limit=20&hidden=0&show=0&sortType=0&sortBy=0&token=

Query Parameters

Get the voted list

Returns the voter list of a certain SR or the voted list of a certain account involving all SRs.

https://apilist.tronscanapi.com/api/vote?sort=&limit=20&start=0&voter=TRzQrtxrEJbSbQNwAsgAHkBMxTX47yNmjo

Query Parameters

Get a list of account resources

Returns the resource list of an account that has resources in Stake 1.0.

https://apilist.tronscanapi.com/api/account/resource?limit=1&start=0&address=TWSRE85rP7FydZKjHmmZgCYF5Dbw8AB91J&type=1&resourceType=0

Query Parameters

Get a list of stake 2.0 account resources

Returns the resource list of an account that has resources in Stake 2.0.

https://apilist.tronscanapi.com/api/account/resourcev2?limit=1&start=0&address=TWSRE85rP7FydZKjHmmZgCYF5Dbw8AB91J&type=1&resourceType=0

Query Parameters

Get approval list

Returns the approval list of the specified account.

https://apilist.tronscanapi.com/api/account/approve/list?address=TRX6Q82wMqWNbCCiLqejbZe43wk1h1zJHm&limit=20&start=1&type=project

Query Parameters

Get account authorization change records

Returns account authorization change records.

https://apilist.tronscanapi.com/api/account/approve/change?limit=20&start=0&contract_address=TUpMhErZL2fhh4sVNULAbNKLokS4GjC1F4&type=approve&from_address=TRX6Q82wMqWNbCCiLqejbZe43wk1h1zJHm&to_address=TKcEU8ekq2ZoFzLSGFYCUY6aocJBX9X31b

Query Parameters

Get list of daily analytics data for an account over time

Returns a list of daily analytics data for an account within the specified period.

Remarks:

  • Balance (TRX balance, price of TRX on that day, calculated using USDT). Value: 0

  • Token transfers (number of transfers [trx, trc10, trc20] and number of tokens transferred [need to be de-duplicated]). Value: 1

  • Energy consumption ([transaction triggered by current account] consumes Energy from frozen TRX, consumes Energy from TRX burning, consumes Energy provided by contract deployers, total Energy consumed). Value: 2

  • Bandwidth consumption ([transaction triggered by current account] consumes Bandwidth from frozen TRX or free Bandwidth, consumes Bandwidth from burning TRX). Value: 3

  • Transactions (number of transactions initiated, and received by the current account). Value: 4

https://apilist.tronscanapi.com/api/account/analysis?address=TUD4YXYdj2t1gP5th3A7t97mx1AUmrrQRt&type=0&start_timestamp=1514764800000&end_timestamp=1680508422169

Query Parameters

Get an account to participate in the project

Returns the project that an account has participated in.

https://apilist.tronscanapi.com/api/participate_project?address=TWSRE85rP7FydZKjHmmZgCYF5Dbw8AB91J

Query Parameters

Get account wallet token overview

Returns overview of tokens in the account wallet.

https://apilist.tronscanapi.com/api/account/token_asset_overview?address=TWSRE85rP7FydZKjHmmZgCYF5Dbw8AB91J

Query Parameters

Find the address if exist on other chain

https://apilist.tronscanapi.com/api/multiple/chain/query?address=TJAsZtFdFdkME5dAF12UMZzK9Vpqp4ri4Q

Query Parameters

Last updated