Generates new wallets for the authenticated user based on the specified chain.
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
type | string | Yes | The network type for the wallets (‘eth’, ‘base’, ‘sol’, etc.). | eth |
quantity | integer | Yes | The number of wallets to generate (must be >= 1). | 1 |
User
server (Port 5000).generateEvmWallets
, generateSolWallets
) to create key pairs.GeneralWalletData
collection.checkWalletLimit
function) before generation.Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Success response indicating wallets were generated.
The response is of type object
.