-
Notifications
You must be signed in to change notification settings - Fork 1
Wallet
Slava Ruckis edited this page Sep 10, 2019
·
1 revision
Create a Monetha Ethereum wallet using:
- Monetha mobile app
- web app
- Rest API:
curl -X POST \
https://api.monetha.io/mth/v1/users/wallet \
-H 'Authorization: <TOKEN>' \
-H 'Content-Type: application/json' \
-H 'mth-passphrase: <base64encodePASSWORD>'
We create a wallet automatically for users during the sign-up process.
After wallet creation the user can back it up using:
- Monetha mobile app
- web app
- Rest API:
curl -X POST \
https://api.monetha.io/mth/v1/users/wallet/backup \
-H 'Authorization: <TOKEN>' \
-H 'Content-Type: application/json' \
-H 'mth-passphrase: <base64encodePASSWORD>'