Skip to content

Commit f154cfc

Browse files
committed
feat(pricefeed/price-ids) Add crypto asset description
1 parent e722d80 commit f154cfc

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

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

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
11
# Price Feed IDs
22

3-
Every Pyth Price Feed has a unique ID, representing the specific pair of assets being priced (e.g., BTC/USD).
3+
Every Pyth Price Feed has a unique ID, representing the specific pair of assets being priced (e.g. BTC/USD).
44
Every price update is tagged with the corresponding price feed ID.
55
Applications need to store the IDs of the feeds they wish to read.
6-
However, the IDs may be represented in different formats (e.g., hex or base58) depending on the blockchain.
6+
However, the IDs may be represented in different formats (e.g. hex or base58) depending on the blockchain.
77
Price feeds also have different IDs in the Stable and Beta channels.
88

9-
The full catalog of price feeds is listed on the [pyth.network website](https://pyth.network/price-feeds/).
10-
The [Price Feed ID reference](https://pyth.network/developers/price-feed-ids) also lets you identify a feed's ID in your chosen ecosystem.
9+
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.
10+
11+
At the time of writing, Pyth provides price feeds of the following asset types:
12+
13+
- **Crypto**
14+
These asset types represent various cryptocurrencies. For example: Crypto.ADA/USD, Crypto.ETH/USD, Crypto.BTC/USD, etc.
15+
- **Forex (FX)**
16+
These asset types represent various forex pairs. For example: FX.USD/CHF, FX.AUD/USD, FX.GBP/USD, etc.
17+
- **Equity**
18+
These asset types represent various equity securities. For example: Equity.US.AMZN/USD, Equity.US.GOOG/USD, Equity.US.MSFT/USD, etc.
19+
- **Metals**
20+
These asset types represent various metals. For example: Metal.XAG/USD, Metal.XAU/USD, etc.
21+
- **Rates** (Coming soon)
22+
These asset types represent various interest rates. For example: Rates.US10Y, Rates.US2Y, Rates.US6M, etc.
23+
- **Redemption Rates** (Coming soon)
24+
These asset types represent various redemption rates. These prices will be sourced directly from the smart contract. This asset class will be important for assets like liquid staking derivatives or interest bearing assets, whose values change based on internal mechanisms like accumulated rewards or interest accruals.
1125

1226
## Solana Price Feed Accounts
1327

0 commit comments

Comments
 (0)