Pyth CoreHermes
**Deprecated: use /v2/price_feeds instead**
**Deprecated: use /v2/price_feeds instead** Get the set of price feed IDs. This endpoint fetches all of the price feed IDs for which price updates can be retrieved.
Response Body
application/json
curl -X GET "https://hermes.pyth.network/api/price_feed_ids"[
"e62df6c8b4a85fe1a67db44dc12de5db330f7ac66b72dc658afedf0f4a415b43"
]**Deprecated: use /v2/updates/price/latest instead**
**Deprecated: use /v2/updates/price/latest instead** Get VAAs for a set of price feed ids. Given a collection of price feed ids, retrieve the latest VAA for each. The returned VAA(s) can be submitted to the Pyth contract to update the on-chain price. If VAAs are not found for every provided price ID the call will fail.
Get the set of price feeds.
Get the set of price feeds. This endpoint fetches all price feeds from the Pyth network. It can be filtered by asset type and query string.