pythnetwork.link-claiming.cloud Open in urlscan Pro
2606:4700:3033::6815:3f0d  Public Scan

Submitted URL: http://pythnetwork.link-claiming.cloud/
Effective URL: https://pythnetwork.link-claiming.cloud/
Submission: On January 31 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

 * Products
   Price Feeds
   Real-time prices for smart contracts
   Benchmarks
   Historical Pyth market data
 * Ecosystem
   Explore the Ecosystem
   Meet Pyth Users
   Community Hub
   See Data Providers
   Become a Data Provider
   Pyth Stats Dune Dashboard
 * Developers
   Documentation
   Start integrating Pyth data feeds
   
   GET STARTED
   
    * How Pyth Works
    * On-Demand Updates
    * Pythnet Price Feeds
    * TradingView Integration
   
   TUTORIALS
   
    * Integrate on EVM (On-Demand)
    * Integrate on EVM (Pusher)
    * Integrate on Solana
    * Integrate on Other Chains
   
   Price Feed IDs GitHub
 * Resources
   Get in Touch
   
   
   Resources
   Podcasts
   Videos
   News
   Use Cases
   Careers
   Data Driven 2023
   
 * Blog


 * Products
   
   PRICE FEEDS
   
   Real-time prices for smart contracts
   
   BENCHMARKS
   
   Historical Pyth market data

 * Ecosystem
   Explore the Ecosystem
   
   MEET PYTH USERS
   
   COMMUNITY HUB
   
   SEE DATA PROVIDERS
   
   BECOME A DATA PROVIDER
   
   Pyth Stats Dune Dashboard
 * Developers
   
   DOCUMENTATION
   
   Start integrating Pyth data feeds
   
   GET STARTED
   
    * How Pyth Works
    * On-Demand Updates
    * Pythnet Price Feeds
    * TradingView Integration
   
   TUTORIALS
   
    * Integrate on EVM (On-Demand)
    * Integrate on EVM (Pusher)
    * Integrate on Solana
    * Integrate on Other Chains
   
   Price Feed IDs GitHub
 * Resources
   
   GET IN TOUCH
   
   RESOURCES
   
   PODCASTS
   
   VIDEOS
   
   NEWS
   
   USE CASES
   
   CAREERS
   
   DATA DRIVEN 2023
   
   
 * Blog

Privacy PolicyTerms of Use



BLOCKCHAIN ORACLE FOR MARKET DATARETROSPECTIVE AIRDROPNOW LIVE!

Pyth Network community members who have contributed are all eligible for this
airdrop program. The PYTH Tokens allocated for this airdrop are from the
“Community and Launch” category.

see the dataCheck Eligibility



PRICE FEEDS FOR SMART CONTRACTS


REAL-TIME MARKET DATAANYTIME, ANYWHERE

Pyth delivers real-time market data for crypto, equities, FX, and commodities to
40+ blockchains. 90+ major market participants — including Jane Street, CBOE,
Binance, OKX, and Bybit — contribute data to the network.

see video read whitepaper


380+DATA FEEDS

engineered to meet the security, accuracy, and reliability standards of DeFi.


230+ APPS

trust Pyth data, including DEX’s, lending protocols, and derivatives platforms.


40+BLOCKCHAINS

actively receive Pyth real-time market data to power their DeFi ecosystem.


65M+UPDATES

per day allow for more precise and secure operations for your smart contracts.


First-Party Data


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 providers

Universal Access


EVERY FEED ON EVERY CHAIN

Each of Pyth's 350+ price feeds are available on 35+ supported blockchains at
the same performance.

Get accurate, high-frequency data no matter whether you choose to build on EVM
or Cosmos. Seamlessly scale your application to additional blockchains.


Pull Oracle


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.

learn more



SEAMLESS INTEGRATION


BUILD EFFORTLESSLY
WITH POWERFUL APIS

Pyth's complete suite of APIs solves all your market data needs. From contracts
to frontend, Pyth has it covered.

No subscription necessary: read the docs and connect instantly!

start integrating
EVMSolanaAptosOff-chain
Available on:















import "@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);
    }
}

copy code
see video

“By allowing partner protocols to choose low latency Pyth oracles, Synthetix
will be able to offer high performance, competitively priced perps.”

BURT ROCK, SPARTAN COUNCIL MEMBER

Blockchain: Optimism

“It is extremely important that expiry prices for our vaults have high levels of
precision. Pyth helps to ensure that the options contracts that our vaults trade
expire at the correct levels.”

JULIAN KOH, CO-FOUNDER

Blockchain: Ethereum

“Access to time-sensitive, real-world data is critical, especially in times of
volatility…Pyth’s game-changing precision and reliability will usher in a new
era of innovation for the BNB community.”

BRAD HARRISON, CEO

Blockchain: BNB Chain

“CAP V4 changes the game when it comes to decentralized perpetuals. Pyth plays a
central role in that. Their rolodex of exchange venues, reliable pricing, speed,
and on-chain security are unmatched.”

KAPPA, CAP DEVELOPER

Blockchain: Arbitrum

“Pyth has been the bleeding edge of what an oracle can be since launch and
continues to innovate, which is why we chose to build with their data first and
foremost.”

ROOTER, FOUNDER

Blockchain: Solana

“Pyth guarantees on-chain pricing accuracy, which is critical for Zeta’s
operations, and we’re pleased to know that the Pyth team is there to support
us.”

TRISTAN FRIZZA, CORE CONTRIBUTOR

Blockchain: Solana

“We’re thrilled to have integrated with Pyth network to fetch real-time DEX data
(like TVL, Volume, and more) to provide maximum accuracy and relevancy to our
users.”

ALEX LEE, SPARTAN COUNCIL MEMBER

Blockchain: BNB Chain

“Pyth allows us to go one step further and provide live price data, something
that our users have asked us several times, and only now we can…one of our
values is transparency, and Pyth is fighting for that in the financial markets.”

DIDIER LOPES, OPENBB

Blockchain: off-chain

see video

“By allowing partner protocols to choose low latency Pyth oracles, Synthetix
will be able to offer high performance, competitively priced perps.”

BURT ROCK, SPARTAN COUNCIL MEMBER

Blockchain: Optimism

“It is extremely important that expiry prices for our vaults have high levels of
precision. Pyth helps to ensure that the options contracts that our vaults trade
expire at the correct levels.”

JULIAN KOH, CO-FOUNDER

Blockchain: Ethereum

“Access to time-sensitive, real-world data is critical, especially in times of
volatility…Pyth’s game-changing precision and reliability will usher in a new
era of innovation for the BNB community.”

BRAD HARRISON, CEO

Blockchain: BNB Chain

“CAP V4 changes the game when it comes to decentralized perpetuals. Pyth plays a
central role in that. Their rolodex of exchange venues, reliable pricing, speed,
and on-chain security are unmatched.”

KAPPA, CAP DEVELOPER

Blockchain: Arbitrum

“Pyth has been the bleeding edge of what an oracle can be since launch and
continues to innovate, which is why we chose to build with their data first and
foremost.”

ROOTER, FOUNDER

Blockchain: Solana

“Pyth guarantees on-chain pricing accuracy, which is critical for Zeta’s
operations, and we’re pleased to know that the Pyth team is there to support
us.”

TRISTAN FRIZZA, CORE CONTRIBUTOR

Blockchain: Solana

“We’re thrilled to have integrated with Pyth network to fetch real-time DEX data
(like TVL, Volume, and more) to provide maximum accuracy and relevancy to our
users.”

ALEX LEE, SPARTAN COUNCIL MEMBER

Blockchain: BNB Chain

“Pyth allows us to go one step further and provide live price data, something
that our users have asked us several times, and only now we can…one of our
values is transparency, and Pyth is fighting for that in the financial markets.”

DIDIER LOPES, OPENBB

Blockchain: off-chain

see video

“By allowing partner protocols to choose low latency Pyth oracles, Synthetix
will be able to offer high performance, competitively priced perps.”

BURT ROCK, SPARTAN COUNCIL MEMBER

Blockchain: Optimism

“It is extremely important that expiry prices for our vaults have high levels of
precision. Pyth helps to ensure that the options contracts that our vaults trade
expire at the correct levels.”

JULIAN KOH, CO-FOUNDER

Blockchain: Ethereum

“Access to time-sensitive, real-world data is critical, especially in times of
volatility…Pyth’s game-changing precision and reliability will usher in a new
era of innovation for the BNB community.”

BRAD HARRISON, CEO

Blockchain: BNB Chain

“CAP V4 changes the game when it comes to decentralized perpetuals. Pyth plays a
central role in that. Their rolodex of exchange venues, reliable pricing, speed,
and on-chain security are unmatched.”

KAPPA, CAP DEVELOPER

Blockchain: Arbitrum

“Pyth has been the bleeding edge of what an oracle can be since launch and
continues to innovate, which is why we chose to build with their data first and
foremost.”

ROOTER, FOUNDER

Blockchain: Solana

“Pyth guarantees on-chain pricing accuracy, which is critical for Zeta’s
operations, and we’re pleased to know that the Pyth team is there to support
us.”

TRISTAN FRIZZA, CORE CONTRIBUTOR

Blockchain: Solana

“We’re thrilled to have integrated with Pyth network to fetch real-time DEX data
(like TVL, Volume, and more) to provide maximum accuracy and relevancy to our
users.”

ALEX LEE, SPARTAN COUNCIL MEMBER

Blockchain: BNB Chain

“Pyth allows us to go one step further and provide live price data, something
that our users have asked us several times, and only now we can…one of our
values is transparency, and Pyth is fighting for that in the financial markets.”

DIDIER LOPES, OPENBB

Blockchain: off-chain




MEET OUR USERS


TRUSTED BY INNOVATORS

Leading DeFi applications and protocols rely on Pyth data for their core
business and smart contract operations.

explore projectsstart integrating


WHAT'S NEW WITH PYTH?

August 29, 2023

DOURO LABS LAUNCHES AND JOINS PYTH NETWORK AS CORE CONTRIBUTOR

August 29, 2023

PYTH NETWORK ADDS DOURO LABS AS CORE CONTRIBUTOR IN PUSH TOWARDS PERMISSIONLESS
MAINNET

November 03, 2022

APPLE, GOOGLE, AMAZON, AND TESLA STOCK PRICES ARE NOW AVAILABLE TO DEFI AND
OTHER CRYPTO PLATFORMS

October 18, 2022

PYTH AND THE QUEST TO BUILD A BETTER ORACLE

October 18, 2022

CRYPTO DATA PROJECT BACKED BY BIG HIGH-SPEED TRADERS SET TO LAUNCH

october 05, 2022

CBOE TAKES STEP INTO DEFI BY POSTING FREE MARKET DATA ON PYTH

August 29, 2023

DOURO LABS LAUNCHES AND JOINS PYTH NETWORK AS CORE CONTRIBUTOR

August 29, 2023

PYTH NETWORK ADDS DOURO LABS AS CORE CONTRIBUTOR IN PUSH TOWARDS PERMISSIONLESS
MAINNET

November 03, 2022

APPLE, GOOGLE, AMAZON, AND TESLA STOCK PRICES ARE NOW AVAILABLE TO DEFI AND
OTHER CRYPTO PLATFORMS

October 18, 2022

PYTH AND THE QUEST TO BUILD A BETTER ORACLE

October 18, 2022

CRYPTO DATA PROJECT BACKED BY BIG HIGH-SPEED TRADERS SET TO LAUNCH

october 05, 2022

CBOE TAKES STEP INTO DEFI BY POSTING FREE MARKET DATA ON PYTH

August 29, 2023

DOURO LABS LAUNCHES AND JOINS PYTH NETWORK AS CORE CONTRIBUTOR

August 29, 2023

PYTH NETWORK ADDS DOURO LABS AS CORE CONTRIBUTOR IN PUSH TOWARDS PERMISSIONLESS
MAINNET

November 03, 2022

APPLE, GOOGLE, AMAZON, AND TESLA STOCK PRICES ARE NOW AVAILABLE TO DEFI AND
OTHER CRYPTO PLATFORMS

October 18, 2022

PYTH AND THE QUEST TO BUILD A BETTER ORACLE

October 18, 2022

CRYPTO DATA PROJECT BACKED BY BIG HIGH-SPEED TRADERS SET TO LAUNCH

october 05, 2022

CBOE TAKES STEP INTO DEFI BY POSTING FREE MARKET DATA ON PYTH

discover more
FAQ


FREQUENTLY ASKED QUESTIONS

HOW DOES PYTH WORK?

WHAT IS AN ON-DEMAND OR “PULL-BASED” ORACLE?

WHAT IS PYTHNET? IS IT DIFFERENT THAN SOLANA?

HOW DOES PYTH USE WORMHOLE?

WHAT IS THE LATENCY BETWEEN PYTHNET AND WORMHOLE?

WHAT IS THE COST STRUCTURE OF USING PYTH PRICE FEEDS?


GET STARTED WITH
PYTH DATA

Unlock the full potential of your DeFi app with Pyth data. Gain the edge you
deserve.

start integratingget in touch
 * Price Feeds
 * Benchmarks
 * Publishers
 * Consumers
 * Node Providers

 * About
 * Stats
 * Ranking
 * Developers
 * Documentation
 * Media Room

 * Blog
 * Jobs
 * Disclaimer
 * Brand Assets
 * Blockchain Guides
 * Data Driven

 * Press
 * Comparison
 * Bug Bounty
 * Security Audits
 * Contact
 * Airdrop


© 2023 Pyth Data Association
Privacy PolicyTerms of Use

WalletConnect
Scan with WalletConnect to connect
Binance Chain Wallet
Connect to your Binance Chain Wallet