Developer Hub
Pyth CoreHermes

Get the most recent publisher stake caps update data.

Get the most recent publisher stake caps update data.

GET
/v2/updates/publisher_stake_caps/latest

Query Parameters

encoding?string

Get the most recent publisher stake caps update data. Optional encoding type. If true, return the message in the encoding specified by the encoding parameter. Default is hex.

Value in"hex" | "base64"
parsed?boolean

If true, include the parsed update in the parsed field of each returned feed. Default is true.

Response Body

application/json

curl -X GET "https://hermes.pyth.network/v2/updates/publisher_stake_caps/latest"
{
  "binary": {
    "data": [
      "string"
    ],
    "encoding": "hex"
  },
  "parsed": [
    {
      "publisher_stake_caps": [
        {
          "cap": 0,
          "publisher": "string"
        }
      ]
    }
  ]
}