GET /mentions/{md5}
GET

/v1/mentions/{md5}

Per-token mention feed with stats, top mentioners, and activity chart

AuthDeveloper tier+ API key

Request

GEThttps://api.xrpl.to/v1/mentions/0dd550278b74cb6690fdae351e8e0df3
Path parameterValueDescription
md5The token's md5 (md5 of issuer_currency)
Query parameterValueDescription
period1d|7d|30d|90d|all
authorstring
limitint (max 100, default 20)
offsetint (clamped >= 0)
curl 'https://api.xrpl.to/v1/mentions/0dd550278b74cb6690fdae351e8e0df3' \
  -H 'X-Api-Key: YOUR_KEY'
Needs Developer tier+ API key — copy the code and run it with your key.

Response

No public sample for this endpoint — run the code on the right with your own values and your key to see the response.

What it does

Per-token mention feed with stats, top mentioners, and activity chart

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