LeoDex News & Updates

Long-form articles published by @leodexio on X. Static JSON, CDN-cacheable, no auth. Poll every 30 minutes.

GET /v1/articles.jsonNewest articles (summary + cover image). This is the one you want.
GET /v1/articles/{id}.jsonOne article, including full HTML + structured blocks.
GET /v1/status.jsonFreshness/health: last update, article count, staleness flag.
GET /feed.xmlRSS 2.0 (full content) for any RSS reader.
GET /feed.jsonJSON Feed 1.1.
GET /health/readyLiveness probe — 200 OK.

Quick start

const res = await fetch("https://official.leodex.io/v1/articles.json");
const { articles } = await res.json();
// articles[0] -> { title, summary, category, cover_image, url, published_at, ... }

Notes

Last content change: 2026-08-04T21:10:46Z · 28 articles · latest: Confidential intents on NEAR: how to swap without broadcasting your trade to the entire chain