POST
/
95e61622bf6a8af293978377718e3b77
/
wallet
/
getapprovedlist
wallet/getapprovedlist
curl --request POST \
  --url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getapprovedlist \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "approved": [
    "<string>"
  ]
}
TRON API method that retrieves the list of approved Super Representatives on the TRON network.
Get you own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.

Parameters

This method does not require any parameters.

Response

  • approved — array of approved Super Representative addresses

Use case

The wallet/getapprovedlist method is used for:
  • Retrieving the current list of approved Super Representatives
  • Building governance and voting interfaces
  • Monitoring changes in network consensus participants
  • Creating delegate selection tools for voters
  • Analyzing the decentralization of the TRON network

Body

application/json · object

Response

200 - application/json

List of approved Super Representatives

The response is of type object.