Add an additional EOA wallet to your account.
Registers a new EOA (Externally Owned Account) wallet for tracking balances and transactions. This endpoint is for EOA wallets only - Safe wallets are created automatically by the system.
Important:
Validation:
Request payload for adding a new EOA wallet.
Wallet address. Must be a valid Ethereum address: 0x-prefixed, 40 hexadecimal characters.
"0x742d35Cc6634C0532925a3b844Bc9e7595f2bD78"
Blockchain chain ID where this wallet exists. Common values: 1 (Ethereum), 137 (Polygon), 8453 (Base).
8453
Wallet type. Must be true for user-added wallets. Safe wallets (is_eoa=false) are created automatically by the system.
Optional friendly name for the wallet (e.g., 'Trading Wallet', 'Savings').
100"Trading Wallet"
Wallet created successfully
Response for single wallet operations.
HAL-style hypermedia links for navigation.
Internal wallet ID.
ID of the owning user.
Wallet address (EOA or Safe).
Blockchain chain ID where this wallet exists.
True if this is the user's primary wallet for this type.
True for EOA (Externally Owned Account), false for Safe smart wallet.
Wallet creation timestamp (epoch milliseconds).
User-defined friendly name for the wallet.
URI to the blockchain's logo image.
Soft deletion timestamp (epoch milliseconds).
Event ID for tracking Safe creation. Only present in 202 Accepted responses when Safe creation is triggered.
Linked payment cards. Only included when expand=cards is specified.