Generate public key mint
Creates a new, unique Solana public key suitable for use as a mint address when creating a new SPL token.
Request Endpoint: GET /api/utilities/generate-mint
Request Example:
curl [Your_Service_Base_URL]/api/utilities/generate-mint
Success Response (200 OK):
{
"success": true,
"identity": "newly_generated_public_key", // The generated address
"details": "New mint key generated successfully"
}
Common Errors:
500 Internal Server Error.
Last updated