/v1/user/badges/{badge}/holders
Users holding a specific badge
Request
https://api.xrpl.to/v1/user/badges/first_recruit/holders| Path parameter | Value | Description |
|---|---|---|
| badge |
| Query parameter | Value | Description |
|---|---|---|
| limit | int (max 500) | |
| offset | int |
curl 'https://api.xrpl.to/v1/user/badges/first_recruit/holders'
Response
https://api.xrpl.to/v1/user/badges/first_recruit/holders{ "success": true, "badge": "first_recruit", "count": 0, "total": 0, "holders": [] }
{ success, badge, count, total, holders[] }
What it does
Users holding a specific badge