---
title: "Get agent account address"
method: POST
path: "/user/{appId}/agent-account"
tags: ["User"]
---

# Get agent account address

`POST /user/{appId}/agent-account`

Derives and verifies the agent smart account address for a user and app combination

## Path parameters

- `appId` number, required

## Request body

- GetAgentAccountRequest
  - `userControllerAddress` string, required — EOA address that controls the user smart wallet

## Response `200`

Agent account address returned successfully

- GetAgentAccountResponse
  - `agentAddress` string, nullable, required — The agent smart account address if registered, or null if the agent does not exist

## Other responses

- `400` — Bad request
- `404` — App not found
- `default` — Error

---

[API](https://skmtc.net/lit-protocol/apis/vincent-registry-api.md) · [All operations](https://skmtc.net/lit-protocol/apis/vincent-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lit-protocol/vincent-registry-api/versions/825608de85fb/schema)
