GET /mentions/spaces
GET

/v1/mentions/spaces

X Space hosts with full history and inferred schedule (days/hour UTC). Returns all known space hosts sorted by most recent activity.

AuthDeveloper tier+ API key

Request

GEThttps://api.xrpl.to/v1/mentions/spaces
Query parameterValueDescription
limitint (hosts, max 500, default 200)
offsetint
spacesLimitint (spaces per host, max 100, default 10)
curl 'https://api.xrpl.to/v1/mentions/spaces' \
  -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

X Space hosts with full history and inferred schedule (days/hour UTC). Returns all known space hosts sorted by most recent activity.

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