/api/*
Live production routes used across the platform and public integrations today.
Track contract changes, endpoint behavior updates, release notes, and operational guidance for external builders using Reyzen APIs and data products.
Reyzen currently exposes public data routes under /api/*. The long-term stable
convention targets explicit versioning such as /v1/*. Until then, this changelog is the
authoritative place to monitor interface drift, field additions, and deprecation intent.
/api/*
Live production routes used across the platform and public integrations today.
/v1/*
Explicit version names are the target once route families are stabilized long-term.
Planned breaking removals should ship with migration notes and advance notice.
null, N/A, or omitted fields where live upstream data is unavailable.The current milestone formalized the public documentation surface, standardized core response guidance, and improved route discoverability for builders consuming Reyzen analytics.
The developer portal expanded into a structured endpoint catalog with request/response guidance, implementation notes, and operational conventions for external teams.
/docs/ with grouped product sections.Core routes were brought under a more explicit rate-limit and caching policy so integrators can reason about traffic patterns and refresh behavior more safely.
X-RateLimit-* response headers.Cache-Control policies for live, funding, and ticker paths.429 responses and freshness-sensitive consumers.Share-card generation behavior and route conventions were normalized for more stable social-card automation and external preview generation.
/api/share-card./share/wallet/{address}.This changelog is still young. Additional dated entries should be appended here as production-facing contracts evolve. Keep major route changes, field-level contract shifts, and builder-impacting fixes in this page even if the UI itself changes elsewhere.
| Change Type | Should Be Logged Here | Builder Impact |
|---|---|---|
| New endpoint | Yes | Discovery and adoption path for new integrations |
| Field added | Yes if meaningful | Consumer parsing, feature expansion, optional UI support |
| Cache policy changed | Yes | Polling cadence and freshness assumptions may need adjustment |
| Pure visual redesign | No unless API contract changed | Usually none for external consumers |
| Planned deprecation | Always | Migration planning and rollout coordination |