Skip to content
Slava Ruckis edited this page Sep 10, 2019 · 1 revision

Create

Create a Monetha Ethereum wallet using:

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.

BackUp

After wallet creation the user can back it up using:

curl -X POST \
  https://api.monetha.io/mth/v1/users/wallet/backup \
  -H 'Authorization: <TOKEN>' \
  -H 'Content-Type: application/json' \
  -H 'mth-passphrase: <base64encodePASSWORD>'

Clone this wiki locally