Get User

Returns a single user

GET https://api.alturanft.com/api/v2/user/:address

Takes a user's wallet address and returns that user

Path Parameters

NameTypeDescription

address*

String

The user's wallet address

{
  "user": {
    "address": "0xcaf45074fc329692995d812aeb099070c7fdee2b",
    "name": "AlturaNFT",
    "bio": "Altura is a smart contract platform that allows game developers to mint, distribute and transact Smart NFTs representing in-game items. Smart NFTs are NFTs with dynamic properties that can change based on certain conditions.",
    "socialLink": "https://www.alturanft.com/",
    "profilePicUrl": "https://altura-marketplace-1.s3.us-east-2.amazonaws.com/0xcaf45074fc329692995d812aeb099070c7fdee2b_126b90b1-92c0-417b-b119-b67e4141d30d.png"
  }
}

Last updated