Resolve Gateway addresses
Operation boundary
- Caller: Trusted backend only
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; when supplied it must identify a configured node with an ID greater than 0.
Format
uint64Range
1 <= valuenodeId?integerDeprecated
Legacy nodeId alias, read only when node_id is absent.
Format
uint64Range
1 <= valuenodeID?integerDeprecated
Legacy nodeID alias, read only when both node_id and nodeId are absent.
Format
uint64Range
1 <= valueintranet?integer
Address-scope selector; any parseable non-zero integer selects intranet addresses, while invalid text behaves as 0 and selects public addresses.
Default
0Response Body
application/json
application/json
application/json
{ "tcp_addr": "string", "ws_addr": "string", "wss_addr": "string"}