Crypto news report · source clearly identified
Pyth Network API Update Requires New Authentication, Risks Stalling Unpatched DeFi Contracts
Pyth Network’s upgrade to its Hermes price‑delivery service now mandates API keys for direct callers. Developers who have not updated their integration risk frozen price‑update transactions across hundreds of DeFi protocols.

Pyth Network, a leading crypto price oracle, missed its scheduled 16:00 UTC cutover on August 26 and introduced a mandatory API‑key requirement for any direct calls to its Hermes service. While protocols already integrated with Pyth do not need to act, developers who query Hermes directly must now provide a bearer token or SDK access token.
What changed in the Hermes endpoint
The original address hermes.pyth.network now redirects to an upgraded backend that enforces authentication. An alternative endpoint https://pyth.dourolabs.app/hermes can also be used, with the same token‑based authentication. The response format and route structure remain unchanged.
Impact on developers and smart contracts
Two main failure modes can freeze price‑update transactions:
- Missing API key – requests to the authenticated Hermes endpoint will be rejected.
- Mismatched endpoint and on‑chain contract configuration – data returned cannot be verified by the upgraded Pyth Core contract.
In either case, a pull‑oracle design will halt the transaction until the configuration is corrected.
Sui integration specifics
Sui developers faced additional steps because the Pyth DAO could not automatically replace the on‑chain package reference. They must:
- Update the client used to fetch price data to point to the new Hermes endpoint with an access token.
- Modify the Move.toml file to reference the new Move package revision.
- Ensure the constructor of their price‑service connection accepts an access token.
Scope of exposure
DefiLlama’s oracle table lists roughly 316 protocols – representing about $2.7 billion in total value secured – that rely on Pyth for price feeds. The figure is a proxy and may double‑count exposure, but it illustrates the breadth of potential impact.
Current status
Post‑deadline monitoring has not reported any confirmed outages, stale‑price events, or loss of funds. The primary test remains whether direct callers can successfully authenticate and whether their endpoint, SDK, and on‑chain contract generation are aligned.
Source & attribution
News Source
- Publisher
- CryptoSlate
- Original date
- August 27, 2026, 8:10 AM
- Original headline
- Pyth Network’s API overhaul threatens to freeze unpatched smart contracts across 300 DeFi protocols