Hey everyone,
We’ve migrated the Pyth History API to a new base URL:
Old URL: https://history.pyth-lazer.dourolabs.app
New URL: https://pyth.dourolabs.app
All endpoints and their behavior remain the same. Only the host URL has changed. For example:
# Before
https://history.pyth-lazer.dourolabs.app/v1/history?symbol=Crypto.BTC/USD&from=...
# After
https://pyth.dourolabs.app/v1/history?symbol=Crypto.BTC/USD&from=...
What you need to do: Update the base URL in your integration.
The old endpoint continues till April 30, but we recommend migrating at your earliest convenience.
The developer docs have already been updated to reflect this change.