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

USER

GET User by Wallet address

Example of request:

https://api.certhis.io/user

Parameters

Parameter
Description

wallet

the string representing user wallet address

Sample response

{
   "status":true,
   "message":"get_user",
   "data":{
      "id":205,
      "address":"0x5930d98cfc7A814d9b03295126D268d358DeC14D",
      "pseudo":"Certhis_Demo",
      "email":null,
      "profile_pic":"https://utility-apps-assets.certhis.io/upload/2022/12/20/cd461630-8068-11ed-a192-4daf4baa4978-Thumnail-5---How-to-create-your-NFT-collection-with-Certhis-62c2ad81c4f61-62d414c7177c8.png",
      "header_pic":null,
      "bio":"",
      "website":null,
      "tagline":"",
      "created":"2022-12-20T13:18:32.000Z",
      "updated":"2022-12-20T13:18:32.000Z"
   }
}

Last updated