Skip to main content
GET
/
network_connections
/
{connectionId}
/
is_third_party_routing
/
{assetType}
TypeScript
const response: Promise<FireblocksResponse<ThirdPartyRouting>> = fireblocks.networkConnections.checkThirdPartyRouting(networkConnectionsApiCheckThirdPartyRoutingRequest);
{
  "isThirdPartyRouting": true,
  "description": "<string>"
}

Path Parameters

connectionId
string
required

The ID of the network connection

assetType
string
required

The destination asset type

Response

result for the validation

isThirdPartyRouting
boolean
description
string