You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/price-feeds/price-feeds.mdx
+10-14Lines changed: 10 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Pyth Price Feeds provide real-time, first-party, market data for a wide range of assets.
4
4
5
-
Every price feed has a **unique ID**, representing the specific pair of assets being priced.
5
+
Every price feed has a **unique ID**, representing the specific pair of assets being priced.
6
6
These specific pairs are part of an asset class, which is a broader category of assets.
7
7
8
8
Anyone can fetch available price feeds and their IDs via [Hermes API](https://hermes.pyth.network/docs/#/rest/price_feeds_metadata).
@@ -12,23 +12,19 @@ Anyone can fetch available price feeds and their IDs via [Hermes API](https://he
12
12
At the time of writing, Pyth price feeds are available for the following asset classes:
13
13
14
14
-**Crypto**
15
-
-**Spot Prices**: Real-time prices for cryptocurrencies and digital assets
16
-
-**Redemption Rates**: Real-time swap rates derived from smart contracts for the redemption of liquid staking and liquid restaking tokens (LSTs and LRTs), liquidity provider tokens (LP Tokens) and interest-bearing assets, including tokenised notes
17
-
-**Indices**: Real-time prices that measure the performance of baskets of cryptocurrencies and digital assets
15
+
-**Spot Prices**: Real-time prices for cryptocurrencies and digital assets
16
+
-**Redemption Rates**: Real-time swap rates derived from smart contracts for the redemption of liquid staking and liquid restaking tokens (LSTs and LRTs), liquidity provider tokens (LP Tokens) and interest-bearing assets, including tokenised notes
17
+
-**Indices**: Real-time prices that measure the performance of baskets of cryptocurrencies and digital assets
18
18
-**US Equities**
19
-
-**Spot Prices**: Real-time prices for US equities
19
+
-**Spot Prices**: Real-time prices for US equities
20
20
-**FX**
21
-
-**Spot Prices**: Real-time prices for fiat currency pairs
21
+
-**Spot Prices**: Real-time prices for fiat currency pairs
22
22
-**Metals**
23
-
-**Spot Prices**: Real-time prices for precious metals
23
+
-**Spot Prices**: Real-time prices for precious metals
24
24
-**Rates**
25
-
-**Future Prices**: Real-time prices for fixed income products, including bond futures
25
+
-**Future Prices**: Real-time prices for fixed income products, including bond futures
26
26
-**Commodities**
27
-
-**Futures Prices**: Real-time prices for commodity futures
28
-
29
-
30
-
31
-
27
+
-**Futures Prices**: Real-time prices for commodity futures
32
28
33
29
## Price Feed IDs
34
30
@@ -39,7 +35,7 @@ Applications need to store the IDs of the feeds they wish to read.
39
35
However, the IDs may be represented in different formats (e.g. hex or base58) depending on the blockchain.
40
36
Price feeds also have different IDs in the Stable and Beta channels.
41
37
42
-
Refer to the [Price Feed ID reference catalog](./price-feed-ids/index.md) to identify a feed's ID in your chosen ecosystem.
38
+
Refer to the [Price Feed ID reference catalog](./price-feeds/price-feed-ids.md) to identify a feed's ID in your chosen ecosystem.
0 commit comments