GET /promotion/profile/{account}
GET

/v1/promotion/profile/{account}

Global promotion stats

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/promotion/profile/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE
Path parameterValueDescription
accountAn XRPL account, its r-address
curl 'https://api.xrpl.to/v1/promotion/profile/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE'

Response

200Example response3 ms · just now · 0.4 KB · 21 lines
https://api.xrpl.to/v1/promotion/profile/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE
{
  "account": "rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE",
  "totalVerified": 0,
  "totalRewards": 0,
  "claimedRewards": 0,
  "tier": null,
  "badge": null,
  "earnedBadges": [],
  "nextTier": {
    "id": "advocate",
    "min": 100,
    "name": "Advocate",
    "tweetsNeeded": 100
  },
  "cooldown": {
    "onCooldown": false,
    "cooldownEndsAt": null,
    "dailyUsed": 0,
    "dailyLimit": 6
  }
}

What it does

Global promotion stats

OpenAPI