Get deployment metadata
API Reference
Get Metadata
Retrieve deployment addresses for multicall and transfer delegate contracts by chain.
GET
Get deployment metadata
Returns deployment metadata for each supported chain, including contract addresses for the multicall and transfer delegate contracts. Use this endpoint to look up the correct contract addresses for building transactions or verifying approvals on a specific chain.Documentation Index
Fetch the complete documentation index at: https://docs.layerzero.network/llms.txt
Use this file to discover all available pages before exploring further.
Reference
Response
Returns an object keyed by chain name, where each chain contains adeployments object with contract addresses.
Chain deployment attributes
| Attribute | Type | Description |
|---|---|---|
deployments | object | Contract deployment addresses for this chain |
deployments.multicall | object | Multicall contract details |
deployments.multicall.address | string | Address of the multicall (fee wrapper) contract |
deployments.transferDelegate | object | Transfer delegate contract details |
deployments.transferDelegate.address | string | Address of the transfer delegate (token spender) contract |
Code examples
- cURL
- TypeScript
- Python
Response
Related endpoints
- Chains — List supported blockchain networks
- Contracts overview — Learn about the multicall and transfer delegate contract architecture
- Contract addresses — Static list of deployed contract addresses
Response
200 - application/json
Successfully retrieved deployment metadata