Skip to main content
GET
https://api.krownlabs.app
/
api
/
users
/
profile
/
{identifier}
curl "https://api.krownlabs.app/api/users/profile/0xYourAddress"
{
  "user": {
    "address": "0xc957215773a8b86c8d8bab235451e467caaf944c",
    "snsName": "krownlab.s",
    "snsTokenId": 24,
    "profile": {
      "bio": "Your reliable, fast and innovative Sonic-Native Solution.",
      "avatarUrl": "https://ipfs.io/ipfs/QmZ81SDfUZuezbWG5iKoeRUFKFAofwvs77xPEpM538V8Fo",
      "bannerUrl": "https://marketplace.krownlabs.app/images/banner-placeholder.jpg",
      "social": {
        "x": "krownlabs",
        "instagram": null,
        "discord": null,
        "github": "krownlabs",
        "website": "https://www.krownlabs.app",
        "email": null
      }
    },
    "stats": {
      "totalNFTsOwned": 0,
      "totalCollectionsOwned": 0,
      "totalVolumeBought": "0",
      "totalVolumeSold": "0"
    },
    "isPrivate": false,
    "isNewUser": false
  }
}

Path Parameters

identifier
string
required
Wallet address or username/SNS name

Response

user
object
User profile object
curl "https://api.krownlabs.app/api/users/profile/0xYourAddress"
{
  "user": {
    "address": "0xc957215773a8b86c8d8bab235451e467caaf944c",
    "snsName": "krownlab.s",
    "snsTokenId": 24,
    "profile": {
      "bio": "Your reliable, fast and innovative Sonic-Native Solution.",
      "avatarUrl": "https://ipfs.io/ipfs/QmZ81SDfUZuezbWG5iKoeRUFKFAofwvs77xPEpM538V8Fo",
      "bannerUrl": "https://marketplace.krownlabs.app/images/banner-placeholder.jpg",
      "social": {
        "x": "krownlabs",
        "instagram": null,
        "discord": null,
        "github": "krownlabs",
        "website": "https://www.krownlabs.app",
        "email": null
      }
    },
    "stats": {
      "totalNFTsOwned": 0,
      "totalCollectionsOwned": 0,
      "totalVolumeBought": "0",
      "totalVolumeSold": "0"
    },
    "isPrivate": false,
    "isNewUser": false
  }
}