Developer Hub
Pyth CoreHermes

**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)>`

GET
/api/get_vaa_ccip

Query Parameters

data*string

Response Body

application/json

curl -X GET "https://hermes.pyth.network/api/get_vaa_ccip?data=string"
{
  "data": "string"
}