Get LayerZero DVN configuration
Retrieve the DVN (Data Verification Network) configuration for a specific adapter. Returns DVN configurations for channels between the source adapter and its peers.
GET
TypeScript
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"
DVN configurations for each discovered (or explicitly requested) channel between the source adapter and its peers.
Minimum array length:
1Previous
Validate LayerZero channel configurationValidate the LayerZero channel configuration between adapters. This endpoint checks if the channel configuration is correct and returns any validation errors.
Next
TypeScript