Skip to content

Commit ac05f76

Browse files
YaserJazouaneaditya520
authored andcommitted
moved asset classes to their own page
1 parent a307c5d commit ac05f76

File tree

2 files changed

+12
-22
lines changed

2 files changed

+12
-22
lines changed

pages/price-feeds/asset-classes.mdx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Asset Classes
22

3-
Pyth [price feeds](https://www.pyth.network/price-feeds) provide data for the following asset classes:
3+
Pyth [price feeds](https://www.pyth.network/price-feeds) provide market data for the following asset classes:
44

5-
| Asset Class | Subclass | Definition |
6-
| ----------- | ---------------- | ---------- |
7-
| Crypto | Spot Prices | |
8-
| | Redemption Rates | |
9-
| | Indices | |
10-
| US Equities | Spot Prices | |
11-
| FX | Spot Prices | |
12-
| Metals | Spot Prices | |
13-
| Rates | Future Prices | |
14-
| Commodities | Futures Prices | |
5+
| Asset Class | Subclass | Definition |
6+
| ----------- | ---------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
7+
| Crypto | Spot Prices | Real-time prices for cryptocurrencies and digital assets |
8+
| | 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 |
9+
| | Indices | Real-time prices that measure the performance of baskets of cryptocurrencies and digital assets |
10+
| US Equities | Spot Prices | Real-time prices for US equities |
11+
| FX | Spot Prices | Real-time prices for fiat currency pairs |
12+
| Metals | Spot Prices | Real-time prices for precious metals |
13+
| Rates | Future Prices | Real-time prices for fixed income products, including bond futures |
14+
| Commodities | Futures Prices | Real-time prices for commodity futures |

pages/price-feeds/price-feed-ids.mdx

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,7 @@ Price feeds also have different IDs in the Stable and Beta channels.
88

99
Refer to the [Price Feed ID reference catalog](https://pyth.network/developers/price-feed-ids) to identify a feed's ID in your chosen ecosystem.
1010

11-
At the time of writing, Pyth provides price feeds of the following asset types:
12-
13-
- **Crypto**: Real-time price feeds for cryptocurrencies and digital assets.
14-
- **Redemption Rates** (Coming soon): Price feeds for redemption rates of liquid staking derivatives and interest-bearing assets, sourced directly from smart contracts.
15-
- **Crypto.Index**: Aggregated price feeds representing baskets of digital assets.
16-
- **Forex (FX)**: Real-time price feeds for major fiat currency pairs.
17-
- **Equity**: Real-time price feeds for US stocks.
18-
- **Metals**: Real-time price feeds for precious metals.
19-
- **Rates** (Coming soon): Real-time interest rate feeds, including benchmark rates.
20-
21-
## Solana Price Feed Accounts
11+
# Solana Price Feed Accounts
2212

2313
On Solana, each feed additionally has a collection of **price feed accounts** containing the feed's data.
2414
The addresses of these accounts are programmatically derived from the feed id and a shard id, which is simply a 16-bit number.

0 commit comments

Comments
 (0)