Hey everyone,
Starting July 24, 2026, the following Pyth Pro History API endpoints will require API key authentication:
GET /v1/{channel}/priceGET /v1/{channel}/historyPOST /v1/price
API key authentication is already supported in production today. Please update your requests to include:
http
Authorization: Bearer <PYTH PRO API KEY>
If you call these endpoints from a browser or frontend app, do not expose your API key client-side. The recommended setup is to route requests through your own backend or proxy.
For frontend apps that need a client-safe option and do not want to run their own proxy, we expect JWT-based authentication to be available around July 10.
Unauthenticated access to these endpoints will be disabled on July 24.