CreateRecoveryPhrase
POST/user/recoveryPhrases
Create a RecoveryPhrase for the current guest user.
The brokerize backend uses RecoveryPhrases instead of email + password registration or similar approaches, which can never be guaranteed to be anonymous.
Users can simply generate a RecoveryPhrase and save it in a password manager, memorize it or write it down in a safe location.
The BIP39 word list known from Bitcoins is used to encode a cryptographically safe random token and allows
access to the account later (see endpoint ObtainTokenFromRecoveryPhrase).
Request
Responses
- 200
- 401
- 403
- 429
- 503
Ok
Not logged in
Forbidden
Rate-limit exceeded
Maintenance active