2026-07-15.081539v1Use the public sample pack to inspect real Gold, Derived, Meta, and Briefs reference files.
Use the reference, verification pack, and provenance page.
Read the service expectations and revision policy before subscribing.
Public endpoints require no key. Authenticated file delivery uses X-API-Key. Keys are created from the dashboard after purchase. Checkout starts a subscription purchase, and the customer portal manages an existing subscription.
curl -H "X-API-Key: ta_live_xxxxxxxxx" https://www.urdatlas.com/api/v1/files/meta/bitcoin/90d/latest.json| Method | Path | Purpose |
|---|---|---|
| GET | /api/v1/status | Per-chain freshness, lag, and publication context. |
| GET | /api/v1/landing | Landing snapshot across chains. |
| GET | /api/v1/summary/[chain] | Chain summary with regime, scorecard, and drivers. |
| GET | /api/v1/glossary | Public glossary payload. |
| GET | /api/v1/thresholds/defaults | Canonical default threshold values. |
| GET | /api/v1/methodology/versions | Published methodology version history. |
| Method | Path | Purpose |
|---|---|---|
| GET | /api/v1/files/[genre]/[chain]/[window]/latest.json | Authenticated file delivery for subscriber artifacts. |
| POST | /api/v1/keys | Create a new API key from the dashboard. |
| DELETE | /api/v1/keys | Revoke an API key. |
| POST | /api/v1/checkout | Checkout endpoint for starting a subscription purchase. |
| POST | /api/v1/checkout/portal | Customer portal endpoint for managing an existing subscription. |