mee
Get orchestrator addresses
Get orchestrator addresses for the specified owner on requested chains
post/v1/mee/orchestrator
Request body
Example request
{
"ownerAddress": "0x0a7C906832544293a6018bA25280c7f7b0Bbf120",
"chains": [
1,
137,
10,
8453
],
"addressVersions": [
"2.1.0",
"2.2.1"
]
}Response
Response schema containing Nexus deployment information grouped by chains and versions
Example response
{
"ownerAddress": "0x0a7C906832544293a6018bA25280c7f7b0Bbf120",
"deployments": [
{
"chainId": 8453,
"chainName": "Base",
"address": "0x4b19129EA58431A06D01054f69AcAe5de50633b6",
"isDeployed": true
}
]
}