You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PYTH is a competitor to ChainLink and provides price feeds for several crypto assets. In addition it provides fees for stocks that can be used in the future.
They provide APIs to query them but the great thing about those fees is that they can be queried on chain using RPC calls. This allows us to avoid rate limits theoretically.
PYTH is a competitor to ChainLink and provides price feeds for several crypto assets. In addition it provides fees for stocks that can be used in the future.
There is an API that can be used to query all the available fees at: https://hermes.pyth.network/v2/price_feeds?asset_type=crypto
Documented at: https://hermes.pyth.network/docs/#/rest/price_feeds_metadata
They provide APIs to query them but the great thing about those fees is that they can be queried on chain using RPC calls. This allows us to avoid rate limits theoretically.
Documentation available at: https://docs.pyth.network/price-feeds/price-feeds
how to query
For example for the ethereum contract (https://etherscan.io/address/0x4305fb66699c3b2702d4d05cf36551390a4c69c6#readProxyContract) we can call the method
queryPriceFeed
with the uniswap feed ID0x78d185a741d07edb3412b09008b7c5cfb9bbbd7d568bf00ba737b456ba171501
Properties
The text was updated successfully, but these errors were encountered: