Skip to content

Commit 1055204

Browse files
committed
index fix
1 parent 7595f14 commit 1055204

File tree

3 files changed

+13
-14
lines changed

3 files changed

+13
-14
lines changed

pages/price-feeds/price-feeds.mdx

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Pyth Price Feeds provide real-time, first-party, market data for a wide range of assets.
44

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.
66
These specific pairs are part of an asset class, which is a broader category of assets.
77

88
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
1212
At the time of writing, Pyth price feeds are available for the following asset classes:
1313

1414
- **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
1818
- **US Equities**
19-
- **Spot Prices**: Real-time prices for US equities
19+
- **Spot Prices**: Real-time prices for US equities
2020
- **FX**
21-
- **Spot Prices**: Real-time prices for fiat currency pairs
21+
- **Spot Prices**: Real-time prices for fiat currency pairs
2222
- **Metals**
23-
- **Spot Prices**: Real-time prices for precious metals
23+
- **Spot Prices**: Real-time prices for precious metals
2424
- **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
2626
- **Commodities**
27-
- **Futures Prices**: Real-time prices for commodity futures
28-
29-
30-
31-
27+
- **Futures Prices**: Real-time prices for commodity futures
3228

3329
## Price Feed IDs
3430

@@ -39,7 +35,7 @@ Applications need to store the IDs of the feeds they wish to read.
3935
However, the IDs may be represented in different formats (e.g. hex or base58) depending on the blockchain.
4036
Price feeds also have different IDs in the Stable and Beta channels.
4137

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.
4339

4440
### Solana Price Feed Accounts
4541

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"price-feed-ids": "Price Feed IDs"
3+
}
File renamed without changes.

0 commit comments

Comments
 (0)