Network Connection Objects

NetworkConnectionResponse

ParameterTypeDescription
idstringThe ID of the Network Connection
localNetworkIdNetworkIdLocal network ID
remoteNetworkIdNetworkIdRemote network ID
routingPolicyNetworkConnectionRoutingPolicyThe routing policy for the network connection.

NetworkConnectionRoutingPolicy

ParameterTypeDescription
cryptoCustomCryptoRoutingDest, DefaultNetworkRoutingDest, or NoneNetworkRoutingDestThe crypto routing policy.

CustomCryptoRoutingDest

ParameterTypeDescription
schemestringThe network routing logic. Valid value: CUSTOM
dstTypestringThe type of account the funds are being sent to. Valid values: VAULT, EXCHANGE
dstIdstringThe ID of the fiat account to which the funds are being sent.

CustomFiatRoutingDest

ParameterTypeDescription
schemestringThe network routing logic. Valid value: CUSTOM
dstTypestringThe type of account the funds are being sent to. Valid value: FIAT_ACCOUNT
dstIdstringThe ID of the fiat account to which the funds are being sent.

DefaultNetworkRoutingDest

ParameterTypeDescription
schemestringThe default network routing logic. Valid value: DEFAULT

NoneNetworkRoutingDest

ParameterTypeDescription
schemestringNo network routing logic. Valid value: NONE

NetworkId

ParameterTypeDescription
idstring8 characters ID of the network
namestringThe name of the network

NetworkIdResponse

ParameterTypeDescription
idstring8 characters ID of the network
namestringThe name of the network
routingPolicyNetworkIdRoutingPolicyThe routing policy for the network connection.
isDiscoverablebooleanWhether the specific network is discoverable.