/v1/user/{account}/badges
All unlocked badges
Request
https://api.xrpl.to/v1/user/rGVEL3nchgTw1hcspi7TtWr3DFduEca78b/badges| Path parameter | Value | Description |
|---|---|---|
| account | An XRPL account, its r-address |
curl 'https://api.xrpl.to/v1/user/rGVEL3nchgTw1hcspi7TtWr3DFduEca78b/badges'
Response
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" } } }