Skip to Content
APIHomepage & SearchGet Node Information

Get Node Information

1. Overview & Typical Use

Returns the current geographic location and IP information for all nodes on the TRON network, for use in node distribution map displays.

  • Typical use: node distribution maps, global node monitoring.
  • When not to use: to query chain parameters, use “Get Chain Parameters List”; to query the super representative list, use “Get Super Representative List”.

2. Endpoint & Authentication

GET /api/nodemap

For Base URL and authentication, see Common Network & Authentication.

3. Request

No parameters required.

4. Response

Top-level

FieldTypeRequiredDescription
totalintegerRequiredTotal number of nodes
codeintegerRequiredResponse status code; 0 = success
dataarrayRequiredNode list, see below

data[] element

FieldTypeRequiredDescriptionUnit/Precision
countrystringRequiredCountry name
provincestringRequiredProvince / state name
citystringRequiredCity name
ipstringRequiredNode IP address
lngnumberRequiredLongitudedegrees
latnumberRequiredLatitudedegrees

5. Errors

For HTTP status codes, see Common Errors. Key points for this endpoint:

  • No parameters, always returns data: this endpoint requires no parameters and always returns the node list.
Last updated on: