Pyth
Overview
Pyth Network price feeds provide real-time financial market data to smart contract applications. Pyth's market data is contributed by over 100 reputable first-party data providers, including some of the biggest exchanges and market-making firms in the world. Each price feed publishes a robust aggregate of prices multiple times per second.
Pyth Network offers several products for developers including:
- Price feeds that provide real-time prices for 400+ assets on 40+ blockchain ecosystems, including Solana, many EVM chains, Aptos, Sui, NEAR, and several Cosmos chains.
- Benchmarks that provide historical Pyth prices for both on- and off-chain use.
Additional information on the Pyth Network can be found in their documentation here.
Integrating with the Pyth Network on Atlas
Pyth Core
The Pyth Oracle consists of two different programs:
The receiver program is deployed at the following addresses:
Network | Program address |
---|---|
Atlas Testnet | rec5EKMGg6MxZYaMdyBfgwp4d5rB9T1VQH5pJv5LtFJ |
The price feed program is deployed at the following addresses:
Network | Program address |
---|---|
Atlas Testnet | pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT |
See the full list of Pyth Core price feeds here.
Pyth Lazer
Pyth Lazer is designed for ultra-low latency use cases, offering price updates as fast as 1 millisecond, which is significantly faster than Pyth Core.
Pyth Lazer can handle up to 1,000+ price feeds and provides customizable frequency channels (1ms, 50ms, 200ms, and more), allowing protocols to tailor their data feed requirements.
Network | Program address |
---|---|
Atlas Testnet | pytd2yyk641x7ak7mkaasSJVXh6YYZnC7wTmtgAyxPt |
See the full list of Pyth Lazer price feeds here.
Please reach out to the Pyth team directly for an API key to access the Lazer price updates.