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.
Query Parameters
Optional query parameter. If provided, the results will be filtered to all price feeds whose symbol contains the query string. Query string is case insensitive.
Optional query parameter. If provided, the results will be filtered by asset type. Possible values are crypto, equity, fx, metal, rates. Filter string is case insensitive.
"crypto" | "fx" | "equity" | "metal" | "rates" | "crypto_redemption_rate" | "commodities" | "crypto_index" | "crypto_nav" | "eco" | "kalshi"Response Body
application/json
curl -X GET "https://hermes.pyth.network/v2/price_feeds?query=bitcoin&asset_type=crypto"[
{
"attributes": {
"property1": "string",
"property2": "string"
},
"id": "e62df6c8b4a85fe1a67db44dc12de5db330f7ac66b72dc658afedf0f4a415b43"
}
]**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.
Get the latest price updates by price feed id.
Get the latest price updates by price feed id. Given a collection of price feed ids, retrieve the latest Pyth price for each price feed.