# Migrate token ownership to tenant dedicated EOA

ADMIN: Transfers on-chain ownership of a legacy token proxy from the shared platform wallet to the tenant's dedicated EOA. Generates a fresh EOA and stores the secret in AWS Secrets Manager if the tenant has no dedicated wallet yet. Idempotent — safe to retry.

Endpoint: POST /tokens/{contractAddress}/migrate-ownership
Version: 2.0.53
Security: authJWT

## Path parameters:

  - `contractAddress` (string, required)

## Request fields (application/json):

  - `chainId` (number, required)

