v1

latestOpenAPI 3.0.0MIT2026-07-17124105392.5 KB
Cardano » Governance

DRep delegators

List of Drep delegators.

get/governance/dreps/{drep_id}/delegators

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 delegations

addressstring required

Bech32 encoded stake addresses

amountstring required

Currently delegated amount

Example response

[
  {
    "address": "stake1ux4vspfvwuus9uwyp5p3f0ky7a30jq5j80jxse0fr7pa56sgn8kha",
    "amount": "1137959159981411"
  },
  {
    "address": "stake1uylayej7esmarzd4mk4aru37zh9yz0luj3g9fsvgpfaxulq564r5u",
    "amount": "16958865648"
  },
  {
    "address": "stake1u8lr2pnrgf8f7vrs9lt79hc3sxm8s2w4rwvgpncks3axx6q93d4ck",
    "amount": "18605647"
  }
]