Get LayerZero peers
Retrieve the LayerZero peers configured for a specific adapter. Returns information about peer relationships for cross-chain communication.
GET
TypeScript
Path Parameters
The token link id of the adapter token link
Response
LayerZero peers retrieved successfully
The token link id of the adapter
Example:
"b70701f4-d7b1-4795-a8ee-b09cdb5b850d"
The adapter address
Example:
"0x1234567890abcdef1234567890abcdef12345678"
The peers for the adapter
Example:
[
{
"adapterTokenLinkId": "b70701f4-d7b1-4795-a8ee-b09cdb5b850d",
"adapterAddress": "0x1234567890abcdef1234567890abcdef12345678",
"baseAssetId": "ETH_TEST6"
},
{
"adapterTokenLinkId": "b70701f4-d7b1-4795-a8ee-b09cdb5b850d",
"adapterAddress": "0x1234567890abcdef1234567890abcdef12345678",
"baseAssetId": "ETH_TEST5"
}
]Previous
Set LayerZero DVN configurationConfigure DVN settings for LayerZero adapters. This endpoint sets up the DVN configuration for message verification between source and destination adapters.
Next
TypeScript