Skip to main content

GetPaginatedNowWitnessList

GET

This API retrieves the real-time vote counts of all Super Representatives (SRs) in the current epoch, sorted in descending order, and returns a paginated list within the specified range. (Confirmed state)
Path Parameters
chainstringrequired
Parameter specifying the target chain to query.
networkstringrequired
Parameter specifying the network of the target chain.
Query Parameters
offsetintegerrequired
Starting position for pagination. Must be ≥ 0. (Default: 0). Example: 5 returns results starting from the 6th item.
limitinteger
The number of results to return per page. Must be greater than 0 and cannot exceed 1000. (Default: 50). Example: 10
visibleboolean
Optional. Set to true to format addresses in Base58; set to false for hex format. (Default: false)
Responses
witnessesarray
List of Super Representatives (SRs).
cURL
curl -X GET 'https://tron-mainnet.nodit.io/walletsolidity/getpaginatednowwitnesslist' \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: nodit-demo'