Feature
Add one-off backfill script for historical crypto news
New
- Add one-off backfill script for historical crypto news
[ CHANGELOG ]
Product updates, API changes and breaking-change notices — newest first.
New
New
New
New
Crypto news is now served from our own continuously updated article mirror instead of being proxied to an upstream provider on every request. What that means for you:
GET /news/crypto supports free-text search via q, plus language, country and category filters, with cursor-based pagination.GET /health endpoint — an unauthenticated liveness probe, also powering our public status page.Breaking change: the general-purpose GET /news endpoint has been removed. Crypto news remains available at GET /news/crypto with the same response format as before.
New
New
New
The API is now fully self-documenting:
GET /openapi, importable into Postman, Bruno, Insomnia and friends.