curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getapprovedlist \
--header 'Content-Type: application/json' \
--data '{}'
{
"approved": [
"<string>"
]
}
curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getapprovedlist \
--header 'Content-Type: application/json' \
--data '{}'
{
"approved": [
"<string>"
]
}
approved
— array of approved Super Representative addresseswallet/getapprovedlist
method is used for:
List of approved Super Representatives
The response is of type object
.
Was this page helpful?