Quickly generates solana wallets
GET https://pmpapi.fun/api/generate_wallets
Parameter | Type | Required | Description |
---|---|---|---|
n | integer | The number of wallets to generate |
n
: The number of wallets to generaten
parameter in the request URL. For example, to generate 10 wallets, use https://pmpapi.fun/api/generate_wallets?n=10
.
Error Codes
400 Bad Request
: Invalid request parameters or missing required fields.401 Unauthorized
: Authentication failed.404 Not Found
: The requested resource (endpoint) is not found.429 Too Many Requests
: Rate limit exceeded.500 Internal Server Error
: Unexpected server-side error.200 OK
: The request was successful.