vybenetwork/solana-pyth-api — explained in plain English
Analysis updated 2026-05-18
Try Pyth oracle price feeds live in a browser demo without writing any code.
Run a local proxy server to fetch Solana Pyth prices, candles, and historical series.
Look up metadata for a specific Pyth price feed or product.
Prototype an app that needs live or historical Solana oracle price data.
| vybenetwork/solana-pyth-api | ab-613/opengravity | ruanyf/road | |
|---|---|---|---|
| Stars | 223 | 178 | 156 |
| Language | CSS | CSS | CSS |
| Last pushed | — | — | 2018-07-08 |
| Maintenance | — | — | Dormant |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 2/5 | 3/5 | 1/5 |
| Audience | developer | vibe coder | general |
Figures from each repo's GitHub metadata at analysis time.
Requires Node.js 20+ and a Vybe Data API key from a paid pricing page.
Solana Pyth API is a small demo project that shows how to work with Pyth price feed data on the Solana blockchain through the Vybe Data API. Pyth is an oracle service that publishes price information onto Solana, and this repository provides a local proxy server plus a simple demo interface so you can explore that data without dealing with the raw Vybe API directly. The project acts as a thin wrapper. It exposes local endpoints that mirror the Vybe API's Pyth oracle routes, letting you fetch the list of available price feeds, get the current USD price for a specific feed, pull OHLC candle data, retrieve historical price series over time, and look up metadata for a given product. There is a live hosted demo you can try in a browser before running anything yourself. To run it locally, you need Node.js version 20 or newer and a Vybe Data API key, which you obtain separately through Vybe's pricing page. Setup involves copying an example environment file, adding your API key to it, installing dependencies with npm, and starting the development server, after which the app is available on your local machine. There are also npm scripts for compiling the TypeScript source and for running a typecheck without building. The README notes that this repository focuses specifically on Pyth oracle data, and points to sibling repositories from the same team for other Solana data such as decentralized exchange OHLC and trade history, or wallet balances, which are separate projects outside this one's scope.
A local demo server and UI for exploring Solana Pyth oracle price feeds through the Vybe Data API.
Mainly CSS. The stack also includes Node.js, TypeScript, Vybe Data API.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.