node
Returns the list of hosting details for all the known nodes.
get/nodesHostDetail
Response
The list of the hosting details.
Example response
[
{
"host": "somehost.symbol.io",
"location": "Ashburn, VA, United States",
"ip": "3.86.20.100",
"organization": "My VPC provider",
"as": "Some Company, Inc.",
"continent": "North America",
"country": "United States",
"region": "VA",
"city": "Ashburn",
"district": "Springfield",
"zip": "20149"
}
]