Skip to main content
GET
/
v1
/
addresses
/
{identifier}
/
profile
Get Profile
curl --request GET \
  --url https://api.clicker.xyz/v1/addresses/{identifier}/profile
{
  "id": "<string>",
  "name": "<string>",
  "images": {
    "raw": "<string>",
    "xs": "<string>",
    "sm": "<string>"
  },
  "addresses": [
    "<string>"
  ],
  "metadata": {
    "farcasterUsername": "<string>",
    "farcasterId": 123,
    "farcasterDisplayName": "<string>",
    "lensHandle": "<string>",
    "ensName": "<string>",
    "twitterHandle": "<string>",
    "debankName": "<string>",
    "pumpName": "<string>",
    "commentCount30d": 123,
    "pnl30d": 123,
    "winRate30d": 123,
    "tradeCount30d": 123,
    "roiPercent30d": 123,
    "perAddressPnl30d": {},
    "perAddressRoiPercent30d": {}
  },
  "metrics": {
    "thisPartner": {
      "followingCount": 123,
      "followerCount": 123
    },
    "allPartners": {
      "followingCount": 123,
      "followerCount": 123
    },
    "comments": {
      "commentCount30d": 123,
      "commentCountAllTime": 123
    },
    "copytradedAllTime": {
      "count": 123,
      "distinctActors": 123,
      "volumeUSD": 123
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

identifier
string
required

Either a Profile UUID, wallet address

Response

200

id
string
required
name
string
required
images
object
required

URLs for different size squares.

addresses
string[]
required
metadata
object
required
metrics
object

Social metrics for the profile