Resolve Gateway addresses
GET
/routeReturns the configured public or intranet addresses; node aliases are checked in node_id, nodeId, nodeID order.
Query Parameters
node_id?integer
Preferred node selector. A specified value must be a configured positive uint64.
Format
uint64Range
1 <= valuenodeId?integerDeprecated
Legacy alias read only when node_id is absent.
Format
uint64Range
1 <= valuenodeID?integerDeprecated
Legacy alias read after node_id and nodeId.
Format
uint64Range
1 <= valueintranet?integer
Any parseable non-zero integer selects intranet addresses; invalid text behaves as 0.
Default
0Response Body
application/json
application/json
application/json
{ "tcp_addr": "string", "ws_addr": "string", "wss_addr": "string"}