|
|
@@ -0,0 +1,28 @@
|
|
|
+---
|
|
|
+title: Pyth Pro
|
|
|
+description: Introduction to Pyth Pro Price Feeds
|
|
|
+slug: /price-feeds/pro
|
|
|
+---
|
|
|
+
|
|
|
+import { ProductCard } from "../../../../src/components/ProductCard";
|
|
|
+import { Key, Lightning, ChartLine } from "@phosphor-icons/react/dist/ssr";
|
|
|
+
|
|
|
+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.
|
|
|
+
|
|
|
+<Cards>
|
|
|
+ <Card
|
|
|
+ icon={<Key size={12.5} />}
|
|
|
+ title="Get your access token"
|
|
|
+ description="Request authenticated access credentials for Pyth Pro."
|
|
|
+ />
|
|
|
+ <Card
|
|
|
+ icon={<Lightning size={12.5} />}
|
|
|
+ title="Subscribe to prices"
|
|
|
+ description="Configure real-time Pyth Pro price delivery."
|
|
|
+ />
|
|
|
+ <Card
|
|
|
+ icon={<ChartLine size={12.5} />}
|
|
|
+ title="Pricing"
|
|
|
+ description="Review subscription tiers and usage-based pricing details."
|
|
|
+ />
|
|
|
+</Cards>
|