# Migrate ownership of all tenant tokens to their dedicated EOA

ADMIN: Resolves every token proxy owned by the tenant on the given chain and transfers ownership to the tenant's dedicated EOA. Requires the tenant to already have a wallet (see POST /tenants/wallet). Best-effort per contract.

Endpoint: POST /tokens/migrate-ownership/all
Version: 2.0.53
Security: authJWT

## Request fields (application/json):

  - `chainId` (number, required)

