For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Example of request:

https://wallet-api.certhis.io/wallet?email=test@gmail.com

Query Parameters

Parameter
Description

email

the string representing email of user

Sample response

{
   "status":true,
   "message":"success",
   "data":{
      "wallet":"0x10074b3ef26f7512d439fb7cf2943a4de084730a"
   }
}

GET List of contracts

Last updated