Retrieve the LayerZero peers configured for a specific adapter. Returns information about peer relationships for cross-chain communication.
Documentation Index
Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt
Use this file to discover all available pages before exploring further.
The token link id of the adapter token link
LayerZero peers retrieved successfully
The token link id of the adapter
"b70701f4-d7b1-4795-a8ee-b09cdb5b850d"
The adapter address
"0x1234567890abcdef1234567890abcdef12345678"
The peers for the adapter
[
{
"adapterTokenLinkId": "b70701f4-d7b1-4795-a8ee-b09cdb5b850d",
"adapterAddress": "0x1234567890abcdef1234567890abcdef12345678",
"baseAssetId": "ETH_TEST6"
},
{
"adapterTokenLinkId": "b70701f4-d7b1-4795-a8ee-b09cdb5b850d",
"adapterAddress": "0x1234567890abcdef1234567890abcdef12345678",
"baseAssetId": "ETH_TEST5"
}
]