cURL
curl --request POST \ --url https://api.g2cplatform.com/v2/auth/wallet/recover \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "username": "<string>" } '
{ "message": "<string>", "timestamp": "2023-11-07T05:31:56Z" }
Recover access to a wallet by resetting the password. A recovery code will be sent to the registered email.
API key for authenticating requests. Include in X-API-Key header.
Username in format: @
Recovery email sent
Success message