v1

latestOpenAPI 3.0.0MIT2026-07-17124105392.5 KB
Cardano » Governance

DRep updates

List of certificate updates to the DRep.

get/governance/dreps/{drep_id}/updates

Path parameters

drep_idstring required

Bech32 or hexadecimal DRep ID.

Query parameters

countinteger

The number of results displayed on one page.

pageinteger

The page number for listing the results.

order'asc' | 'desc'

The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last.

Response

Return the Drep updates history

tx_hashstring required

Transaction ID

cert_indexinteger required

Index of the certificate within the update transaction.

action'registered' | 'deregistered' | 'updated' required

Action in the certificate

Example response

[
  {
    "tx_hash": "f4097fbdb87ab7c7ab44b30d4e2b81713a058488975d1ab8b05c381dd946a393",
    "cert_index": 0,
    "action": "registered"
  },
  {
    "tx_hash": "dd3243af975be4b5bedce4e5f5b483b2386d5ad207d05e0289c1df0eb261447e",
    "cert_index": 0,
    "action": "deregistered"
  }
]