v1
latestOpenAPI 3.0.02026-07-175152156.1 KBUser
Get agent account address
Derives and verifies the agent smart account address for a user and app combination
post/user/{appId}/agent-account
Path parameters
appIdnumber required
ID of the target application
Request body
Example request
{
"userControllerAddress": "0x123456789012345678901234567890123456abcd"
}Response
Agent account address returned successfully
Example response
{
"agentAddress": "0x123456789012345678901234567890123456abcd"
}