
POST
Create one or more Solana wallets on demand. Private keys are returned in the response and never stored on our servers — save them immediately.
/wallets/createQuick Start
Parameters
| Parameter | Type | Description |
|---|---|---|
count | number | Number of wallets to create. Integer between 1 and 100 |
How It Works
Create wallets
You specify how many wallets you need (up to 100). The API generates Solana keypairs and returns them instantly.
Save private keys
Store every private key securely. The API does not keep a copy — this is your only chance to save them.
Fund wallets
Wallets are created with 0 SOL. Use Distribute to send SOL to your new wallets.
Initialize (optional)
New wallets work immediately, but initializing them with Initialize ensures maximum speed on the first transaction.
Response
Errors
| Code | Message | Cause |
|---|---|---|
INVALID_COUNT | Count must be between 1 and 100 | count is out of range or missing |
RATE_LIMIT | Rate limit exceeded | Too many requests — see Rate Limits |
INTERNAL_ERROR | Internal server error | Retry or contact support |
Notes
- This is a synchronous operation — wallets are generated and returned instantly with no delay
- Wallets are created with 0 SOL balance — use Distribute to fund them
What’s Next?
Distribute SOL
Fund your new wallets with SOL
Initialize Wallets
Prepare wallets for optimal trading speed
Check Balance
View SOL and token balances
Buy Tokens
Start trading with your wallets