Get orchestrator addresses for the specified owner on requested chains
Documentation Index
Fetch the complete documentation index at: https://docs.biconomy.io/llms.txt
Use this file to discover all available pages before exploring further.
Body
Request schema for getting orchestrator addresses on specified chains
EOA wallet address which is used as owner of the orchestrator account
"0x0a7C906832544293a6018bA25280c7f7b0Bbf120"
List of unique chain IDs where orchestrator addresses are needed
1Chain ID where orchestrator address is needed
[1, 137, 10, 8453]
Response schema containing orchestrator addresses grouped by chains
[
{
"address": "0x4b19129EA58431A06D01054f69AcAe5de50633b6",
"chains": ["1", "10"]
},
{
"address": "0xD5Fe79C09CDF3D279cD87B5CAdC77517D65274ca",
"chains": ["137"]
}
]