🧑‍🚀 CERTHIS 🧑‍🚀
  • 🎯GET STARTED
    • Platform Quick Overview
    • Certhis Academy
    • Create Collection
  • 👾API Object References
    • Collection
    • NFT
    • User
    • Label
    • Currency
  • 🖼️Dynamic NFT
    • Authentication
    • API Endpoints
  • ⚙️Web3 CRM
    • API Endpoints
    • Webhook
  • 🍏Apple & Google Wallet
    • API Endpoints
    • Scanner
  • 🛒NFT Checkout
    • Claimer
    • API Endpoint
  • ⛏️Mint API
    • API Endpoint
    • MINTER ADDRESS
    • Webhook
    • Free Claim User
  • ✴️API endpoints
    • COLLECTION
    • CURRENCIES
    • NFT
    • STATISTICS
    • TRANSACTIONS
    • USER
    • SIGNATURE
    • CONTRACT
  • 📖Certhis SDK
    • Deploy Collection
    • Fetch NFT
    • Fetch Transactions
  • 💰Certhis WALLET
    • Introduction
    • Usage
    • Generate Wallet
    • Export private key
    • Connect to DAPP
  • 📜Smart Contract
    • ABI
    • INTERFACE
    • Audit
    • Contract Checker
  • 💸Royalties
    • Mint Royalties
    • Resell Royalties
    • Affiliation Royalties
    • Co-Creator Royalties
    • Deactivate Collection Royatlies
  • GATE
  • Community
    • 🔗Certhis On Social Media
    • 🏛️Founders
    • 📞Contact
  • FAQ
    • ❔FAQ
Powered by GitBook
On this page
  1. API endpoints

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"
   }
}

PreviousTRANSACTIONSNextSIGNATURE

Last updated 9 months ago

✴️