Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/price-feeds/use-real-time-data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If your blockchain is not supported, please [ask in the dev-forum](https://dev-f

## Choosing Your Integration Method

**Pull integration** is the default choice for most applications. In this integration, the application retrieves price data from a [webserveice](./how-pyth-works/hermes) and submits it to
**Pull integration** is the default choice for most applications. In this integration, the application retrieves price data from a [webservice](./how-pyth-works/hermes) and submits it to
an on-chain smart contact as part of the transaction. This integration provides the lowest-latency access to Pyth price data.

**Push integration** is for applications that don't want to pull prices in every transaction and prefer a purely on-chain integration.
Expand Down
Loading