We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.
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>'