GET /user/badges/{badge}/holders
GET

/v1/user/badges/{badge}/holders

Users holding a specific badge

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/user/badges/first_recruit/holders
Path parameterValueDescription
badge
Query parameterValueDescription
limitint (max 500)
offsetint
curl 'https://api.xrpl.to/v1/user/badges/first_recruit/holders'

Response

200Example response2 ms · just now · 0.1 KB · 7 lines
https://api.xrpl.to/v1/user/badges/first_recruit/holders
{
  "success": true,
  "badge": "first_recruit",
  "count": 0,
  "total": 0,
  "holders": []
}
Shapeas documented
{
  success,
  badge,
  count,
  total,
  holders[]
}

What it does

Users holding a specific badge

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