Skip to content

Commit a6ae33c

Browse files
committed
feat(dev-hub) Pyth Pro Landin page
1 parent 00e5a26 commit a6ae33c

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-3
lines changed

apps/developer-hub/content/docs/price-feeds/core/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ settlement and backtesting:
9494
<Card
9595
icon={<CloudArrowUp size={12.5} />}
9696
title="Push Feeds"
97-
href="/price-feeds/core/pull-updates"
97+
href="/price-feeds/core/push-updates"
9898
/>
9999
</Cards>

apps/developer-hub/content/docs/price-feeds/core/meta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"---Reference Material---",
1818
"[API Reference](./core/api-reference)",
1919
"[Price Feeds](./core/price-feeds)",
20-
"[Current Fees](./current-fees)",
21-
"[Push Feeds](./push-feeds)",
20+
"[Current Fees](./core/current-fees)",
21+
"[Push Feeds](./core/push-updates)",
2222
"[Market Hours](./core/market-hours)",
2323
"[Best Practices](./core/best-practices)",
2424
"[Rate Limits](./core/rate-limits)",
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: Pyth Pro
3+
description: Introduction to Pyth Pro Price Feeds
4+
slug: /price-feeds/pro
5+
---
6+
7+
import { ProductCard } from "../../../../src/components/ProductCard";
8+
import { Key, Lightning, ChartLine } from "@phosphor-icons/react/dist/ssr";
9+
10+
Pyth Pro delivers customizable, enterprise-grade price data directly from first-party publishers. Subscribers can configure their price feeds, update schedules, and usage rights for display or redistribution. The service is delivered through standard APIs for seamless integration.
11+
12+
<Cards>
13+
<Card
14+
icon={<Key size={12.5} />}
15+
title="Get your access token"
16+
description="Request authenticated access credentials for Pyth Pro."
17+
/>
18+
<Card
19+
icon={<Lightning size={12.5} />}
20+
title="Subscribe to prices"
21+
description="Configure real-time Pyth Pro price delivery."
22+
/>
23+
<Card
24+
icon={<ChartLine size={12.5} />}
25+
title="Pricing"
26+
description="Review subscription tiers and usage-based pricing details."
27+
/>
28+
</Cards>

0 commit comments

Comments
 (0)