index.mdx 988 B

12345678910111213141516171819202122232425262728
  1. ---
  2. title: Pyth Pro
  3. description: Introduction to Pyth Pro Price Feeds
  4. slug: /price-feeds/pro
  5. ---
  6. import { ProductCard } from "../../../../src/components/ProductCard";
  7. import { Key, Lightning, ChartLine } from "@phosphor-icons/react/dist/ssr";
  8. 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.
  9. <Cards>
  10. <Card
  11. icon={<Key size={12.5} />}
  12. title="Get your access token"
  13. description="Request authenticated access credentials for Pyth Pro."
  14. />
  15. <Card
  16. icon={<Lightning size={12.5} />}
  17. title="Subscribe to prices"
  18. description="Configure real-time Pyth Pro price delivery."
  19. />
  20. <Card
  21. icon={<ChartLine size={12.5} />}
  22. title="Pricing"
  23. description="Review subscription tiers and usage-based pricing details."
  24. />
  25. </Cards>