GET /tokens/slugs
GET

/v1/tokens/slugs

All token slugs

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/tokens/slugs
curl 'https://api.xrpl.to/v1/tokens/slugs'

Response

200Example response145 ms · just now · 0.5 KB · 13 lines
https://api.xrpl.to/v1/tokens/slugs
{
  "success": true,
  "count": 20391,
  "total": 20391,
  "truncated": false,
  "slugs": [
    "rMxCKbEDwqr76QuheSUMdEGf4B9xJ8m5De-524C555344000000000000000000000000000000",
    "rGm7WCVp9gb4jZHWTEtGUr4dd74z2XuWhE-5553444300000000000000000000000000000000",
    "rGG3wQ4kUzd7Jnmk1n5NWPZjjut62kCBfC-41524D5900000000000000000000000000000000",
    "rhCAT4hRdi2Y9puNdkpMzxrdKa5wkppR62-46555A5A59000000000000000000000000000000",
    "rszenFJoDdiGjyezQc8pME9KWDQH43Tswh-44524F5000000000000000000000000000000000"
  ]
}

Long arrays and strings are shortened in the example; Send request for the full answer.

Shapeas documented
{
  success,
  count (rows returned),
  total (all matching),
  truncated,
  slugs[]
}

What it does

All token slugs

Each token comes back with its md5, the id every Token endpoint takes. Go to Token →
OpenAPI