Smart accounts linked to EOAs as primary signers
Last updated 4 months ago
The EOA address to create smart accounts for
POST /smart-account/create HTTP/1.1 Host: Content-Type: application/json Accept: */* Content-Length: 59 { "eoaAddress": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e" }
Smart accounts created successfully
{ "username": "550e8400-e29b-41d4-a716-446655440000", "wallet": { "type": "EOA", "scw_address": "0x123...", "multi_scw": [ { "network": 8453, "address": "0x123...", "deployed": false } ], "eoa_address": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e" } }