Skip to content

Commit 076ec99

Browse files
committed
fix
1 parent e9d3cba commit 076ec99

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

pages/price-feeds/core/price-feeds.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ These specific pairs are part of an asset class, which is a broader category of
1010

1111
Anyone can fetch available price feeds and their IDs via [Hermes API](https://hermes.pyth.network/docs/#/rest/price_feeds_metadata).
1212

13+
<Callout type="info">
14+
Pyth Core Price Feed IDs **are different** from Pyth Pro Price Feed IDs.
15+
Please refer to the [Pyth Pro Price Feed IDs](../pro/price-feed-ids) page for Pyth Pro Price Feed IDs.
16+
</Callout>
17+
1318
## Asset Classes
1419

1520
Every price feed belongs to an asset class. These asset classes distinguish between different types of assets, such as crypto, US equities, and metals.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
import { LazerPriceIdTable } from "../../../components/LazerPriceIdTable";
2+
import { Callout } from "nextra/components";
23

34
# Pyth Pro Price Feeds
45

6+
<Callout type="info">
7+
Pyth Pro Price Feed IDs **are different** from Pyth Core Price Feed IDs.
8+
Please refer to the [Pyth Core Price Feed IDs](../core/price-feeds) page for Pyth Core Price Feed IDs.
9+
</Callout>
10+
511
<LazerPriceIdTable />

0 commit comments

Comments
 (0)