Homepage & Search

Get tronscan home page data

Returns TRONSCAN home page data.

https://apilist.tronscanapi.com/api/system/homepage-bundle

Try this endpoint in your browser 🔗

No parameters required.

Returns the trending search information.

https://apilist.tronscanapi.com/api/search/bar

Try this endpoint in your browser 🔗

No parameters required.

Search token/contract/account information

Returns the search results for tokens/accounts/contracts.

📝 Note : The maximum value for limit is 50.

https://apilist.tronscanapi.com/api/search/v2?term=ethw&type=&start=&limit=

Try this endpoint in your browser 🔗

Query Parameters

ParameterDescription

start

Start number. Default 0

limit

Number of items per page. Default 10

term

Search term

type

Search type, including "token", "address", "contract", "transaction" and "block"

Get the synchronization progress of the backend system

Returns the synchronization status of backend system.

https://apilist.tronscanapi.com/api/system/status

Try this endpoint in your browser 🔗

Query Parameters

Get the current TPS

Returns the latest block height, current TPS, and historical maximum TPS.

https://apilist.tronscanapi.com/api/system/tps

Try this endpoint in your browser 🔗

No parameters required.

Get hot search info

Returns popular search results.

https://apilist.tronscanapi.com/api/search/hot

Try this endpoint in your browser 🔗

No parameters required.

Get node information

Returns the current node information of TRON fullnodes.

https://apilist.tronscanapi.com/api/nodemap

Try this endpoint in your browser 🔗

No parameters required.

Last updated