Skip to main content
GET
/
tokenization
/
multichain
/
bridge
/
layerzero
/
config
/
{adapterTokenLinkId}
/
dvns
TypeScript
const response: Promise<FireblocksResponse<GetLayerZeroDvnConfigResponse>> = fireblocks.tokenization.getLayerZeroDvnConfig(tokenizationApiGetLayerZeroDvnConfigRequest);
{
  "sourceAdapterTokenLinkId": "b70701f4-d7b1-4795-a8ee-b09cdb5b850d",
  "channelConfigs": [
    {
      "sendConfig": {
        "dvnAddresses": [
          1.0284746938594775e+54,
          2.5101940177441514e+50
        ],
        "optionalThreshold": 2,
        "confirmations": 12,
        "optionalDVNAddresses": [
          1.334824162533763e+54
        ]
      },
      "receiveConfig": {
        "dvnAddresses": [
          1.0284746938594775e+54,
          2.5101940177441514e+50
        ],
        "optionalThreshold": 2,
        "confirmations": 12,
        "optionalDVNAddresses": [
          1.334824162533763e+54
        ]
      }
    }
  ]
}

Path Parameters

The token link id of the adapter token link

Query Parameters

Optional peer adapter token link ID to filter results

Response

LayerZero DVN configuration retrieved successfully

Token-link ID of the adapter for which DVN configuration was queried.

Example:

"b70701f4-d7b1-4795-a8ee-b09cdb5b850d"

channelConfigs
object[]
required

DVN configurations for each discovered (or explicitly requested) channel between the source adapter and its peers.

Minimum array length: 1