**Deprecated: use /v2/updates/price/{publish_time} instead**
**Deprecated: use /v2/updates/price/{publish_time} instead** Get a VAA for a price feed using CCIP This endpoint accepts a single argument which is a hex-encoded byte string of the following form: `<price feed id (32 bytes> <publish time as unix timestamp (8 bytes, big endian)>`
curl -X GET "https://hermes.pyth.network/api/get_vaa_ccip?data=string"{
"data": "string"
}**Deprecated: use /v2/updates/price/{publish_time} instead**
**Deprecated: use /v2/updates/price/{publish_time} instead** Get a VAA for a price feed with a specific timestamp Given a price feed id and timestamp, retrieve the Pyth price update closest to that timestamp.
**Deprecated: use /v2/updates/price/latest instead**
**Deprecated: use /v2/updates/price/latest instead** 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.