GET /user/{account}/badges
GET

/v1/user/{account}/badges

All unlocked badges

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/user/rGVEL3nchgTw1hcspi7TtWr3DFduEca78b/badges
Path parameterValueDescription
accountAn XRPL account, its r-address
curl 'https://api.xrpl.to/v1/user/rGVEL3nchgTw1hcspi7TtWr3DFduEca78b/badges'

Response

200Example response2 ms · just now · 0.7 KB · 45 lines
https://api.xrpl.to/v1/user/rGVEL3nchgTw1hcspi7TtWr3DFduEca78b/badges
{
  "success": true,
  "current": "tier:recruit",
  "available": [
    "tier:recruit"
  ],
  "categories": {
    "tier": {
      "priority": 100,
      "label": "Tier"
    },
    "badge": {
      "priority": 90,
      "label": "Badge"
    },
    "role": {
      "priority": 80,
      "label": "Staff"
    },
    "season": {
      "priority": 70,
      "label": "Season"
    },
    "event": {
      "priority": 60,
      "label": "Event"
    },
    "trade": {
      "priority": 50,
      "label": "Trading"
    },
    "holder": {
      "priority": 40,
      "label": "Holder"
    },
    "og": {
      "priority": 30,
      "label": "OG"
    },
    "special": {
      "priority": 20,
      "label": "Special"
    }
  }
}

What it does

All unlocked badges

An account is its r-address, e.g. rN7n3473SaZBCG4dFL83w7a1RXtXtbk2D9.
OpenAPI