Widgets
Embeddable widgets
Drop live Pyth Network oracle prices onto your site with one line of HTML. Pick a widget, copy the snippet, and swap in any coin id or stock ticker. Light & dark themes supported.
Crypto price widget
Live price + 24h change for any coin. Here: Bitcoin.
<iframe src="https://pythfeeds.com/embed/coin/bitcoin?theme=dark" width="340" height="200" style="border:0;border-radius:12px" loading="lazy" title="Crypto price widget on PythFeeds"></iframe>Stock price widget
Live equity price powered by Pyth. Here: Apple (AAPL).
<iframe src="https://pythfeeds.com/embed/stock/AAPL?theme=dark" width="340" height="200" style="border:0;border-radius:12px" loading="lazy" title="Stock price widget on PythFeeds"></iframe>Compact crypto ticker
A slim ticker for headers/sidebars. Here: Ethereum.
<iframe src="https://pythfeeds.com/embed/coin/ethereum?theme=dark&compact=1" width="280" height="96" style="border:0;border-radius:12px" loading="lazy" title="Compact crypto ticker on PythFeeds"></iframe>Market heatmap
A live market-cap heatmap of the top assets.
<iframe src="https://pythfeeds.com/embed/heatmap?theme=dark" width="640" height="420" style="border:0;border-radius:12px" loading="lazy" title="Market heatmap on PythFeeds"></iframe>Customise
- •
/embed/coin/<coin-id>— any coin (e.g.bitcoin,solana). - •
/embed/stock/<ticker>— any equity (e.g.AAPL,NVDA). - •
?theme=lightor?theme=dark— match your site. - •
&compact=1— a slim single-line ticker.
Need raw data instead of an iframe? Use the PythFeeds API.
FAQ
Are the widgets free?
Yes. The embeddable widgets are free to use on any website — just paste the iframe snippet. They stream live Pyth Network oracle prices.
Can I embed any coin or stock?
Yes. Swap the slug in the URL: /embed/coin/<coin-id> for crypto (e.g. bitcoin, ethereum, solana) or /embed/stock/<ticker> for equities (e.g. AAPL, MSFT, TSLA).
Do the widgets support dark and light themes?
Yes — add ?theme=dark or ?theme=light to the embed URL. A compact layout is available with &compact=1.
Where does the price come from?
Directly from the Pyth Network oracle via the Hermes API — the same real-time data that powers pythfeeds.com.