GET /holders/ranks/{id}
GET

/v1/holders/ranks/{id}

Bulk account-to-rank lookup within the holder richlist

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/holders/ranks/0dd550278b74cb6690fdae351e8e0df3
Path parameterValueDescription
idA token id: its md5, slug or issuer_currency
Query parameterValueDescription
accountscomma-separated r-addresses (max 200)
curl 'https://api.xrpl.to/v1/holders/ranks/0dd550278b74cb6690fdae351e8e0df3'

Response

200Example response1 ms · just now · 0.0 KB · 5 lines
https://api.xrpl.to/v1/holders/ranks/0dd550278b74cb6690fdae351e8e0df3
{
  "success": true,
  "ranks": {},
  "total": 0
}
Shapeas documented
{
  success,
  ranks: { account: rank|null },
  total,
  source: redis|mongo
}

What it does

Bulk account-to-rank lookup within the holder richlist

A token id can be its md5, slug or issuer_currency. How to build an md5 →
OpenAPI