Create a new user account with a primary EOA wallet.
The user’s Safe wallet is created automatically via a background process after
account creation. Poll GET /v0/user/me and check safe_creation_status to
monitor Safe deployment progress.
Authentication: Requires Dynamic Labs authentication.
Idempotency: Returns 208 Already Reported if a user already exists for this authentication provider, along with the existing user data.
Business Rules:
primary_chain_idUser's primary EOA (Externally Owned Account) wallet address. Must be a valid Ethereum address: 0x-prefixed, 40 hexadecimal characters.
"0x742d35Cc6634C0532925a3b844Bc9e7595f2bD78"
Blockchain chain ID for the primary wallet. The user's Safe wallet will be deployed on this chain. Common values: 1 (Ethereum), 137 (Polygon), 8453 (Base).
8453