Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns specific network ID.
TypeScript
const response: Promise<FireblocksResponse<NetworkIdResponse>> = fireblocks.networkConnections.getNetworkId(networkConnectionsApiGetNetworkIdRequest);
{ "routingPolicy": {}, "isDiscoverable": true, "id": "<string>", "name": "<string>" }
The ID of the network
Network ID
Show child attributes
The specific network is discoverable.
The specific network id
The specific network name
Was this page helpful?