GET /mentions/profile/{username}
GET

/v1/mentions/profile/{username}

Latest X profile snapshot + change history for a handle

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/mentions/profile/ripple
Path parameterValueDescription
usernameAn X handle
curl 'https://api.xrpl.to/v1/mentions/profile/ripple'

Response

200Example response2 ms · just now · 0.5 KB · 20 lines
https://api.xrpl.to/v1/mentions/profile/ripple
{
  "username": "ripple",
  "latest": {
    "ts": 1789975536583,
    "name": "Ripple",
    "avatar": "https://pbs.twimg.com/profile_images/1890459435207913472/MyH2IKhR.jpg",
    "biography": "We're enabling the Internet of Value.",
    "followersCount": 3172743,
    "followingCount": 1012,
    "tweetsCount": 9469,
    "verified": true,
    "isVerified": true,
    "isBlueVerified": true,
    "basedIn": "United States",
    "basedInCc": "US"
  },
  "updates": 0,
  "followersDelta": -37,
  "samples": 30
}
Shapeas documented
{
  username,
  latest,
  updates,
  followersDelta,
  samples
}

What it does

Latest X profile snapshot + change history for a handle

Each token comes back with its md5, the id every Token endpoint takes. Go to Token →
OpenAPI