BLOCKCHAIN ORACLE FOR MARKET DATASmarter Data forSmarter Contracts
Secure your smart contracts with reliable, low-latency market data from institutional sources. Build apps with high-fidelity oracle feeds designed for mission-critical systems.
Price Feeds for Smart Contracts
Real-Time Market DataAnytime, Anywhere
Pyth delivers real-time market data for crypto, equities, FX, and commodities to 80+ blockchains. 120+ major market participants — including Jane Street, CBOE, Binance, OKX, and Bybit — contribute data to the network.
540+Data Feeds
engineered to meet the security, accuracy, and reliability standards of DeFi.
430+Apps
trust Pyth data, including DEX’s, lending protocols, and derivatives platforms.
80+Blockchains
actively receive Pyth real-time market data to power their DeFi ecosystem.
110M+Updates
per day allow for more precise and secure operations for your smart contracts.
Data You Can Trust
Major financial institutions—including some of the world’s biggest exchanges, market makers, and trading firms—publish their data directly to the network.
Supercharge your application by accessing the most accurate, lowest-latency, and highest-resolution data directly from these first-party sources.
see all data providersEvery Feed on Every Chain
Each of Pyth's 540+ price feeds are available on 80+ supported blockchains at the same performance.
Get accurate, high-frequency data no matter whether you choose to build on Solana, EVM, or Sui. Seamlessly scale your application to additional blockchains.
Data On-Demand
Applications choose when real-time prices appear on-chain. Pay only for what you need, while ensuring that critical updates are delivered.
Learn how Pyth's pull oracle transformed Synthetix into a highly competitive platform on par with centralized solutions.
Seamless Integration
Ship Quickly
with Powerful APIs
Pyth's complete suite of APIs solves all your market data needs. From contracts to frontend, Pyth has it covered.
Launch your app today with a permissionless Pyth integration. No subscription or sales process required: read the docs and connect instantly!
start integratingimport "@pythnetwork/pyth-sdk-solidity/IPyth.sol";
import "@pythnetwork/pyth-sdk-solidity/PythStructs.sol";
contract ExampleContract {
IPyth pyth;
constructor(address pythContract) {
pyth = IPyth(pythContract);
}
function getBtcUsdPrice(
bytes[] calldata priceUpdateData
) public payable returns (PythStructs.Price memory) {
uint fee = pyth.getUpdateFee(priceUpdateData);
pyth.updatePriceFeeds{value: fee}(priceUpdateData);
bytes32 priceID = 0xf9c0172ba10dfa4d19088d94f5bf61d3b54d5bd7483a322a982e1373ee8ea31b;
return pyth.getPrice(priceID);
}
}
Meet the Users
Trusted by Innovators
Leading DeFi applications and protocols rely on Pyth data for their core business and smart contract operations.
explore projectsstart integratingFrequently Asked Questions
Get Started withPyth Data
Unlock the full potential of your DeFi app with Pyth data. Gain the edge you deserve.