Comment on page
🪡
Generate Wallet
Wallet by Email:
Certhis Wallet offers an endpoint that allows for generating or retrieving a wallet linked to an email. This feature is particularly useful for applications that want to provide wallet access via email authentication.
https://wallet-api.certhis.io/[email protected]
REQUEST
RESPONSE
Query Parameters
Parameter | Description |
---|---|
email | the string representing email of user |
Sample response
{
"status":true,
"message":"success",
"data":{
"wallet":"0x10074b3ef26f7512d439fb7cf2943a4de084730a"
}
}
Last modified 2mo ago