v1

latestOpenAPI 3.0.02026-07-175152156.1 KB
User

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

userControllerAddressstring required

EOA address that controls the user smart wallet

Example request

{
  "userControllerAddress": "0x123456789012345678901234567890123456abcd"
}

Response

Agent account address returned successfully

agentAddressstring nullable required

The agent smart account address if registered, or null if the agent does not exist

Example response

{
  "agentAddress": "0x123456789012345678901234567890123456abcd"
}