v1

latestOpenAPI 3.0.0MIT2026-07-17124105392.5 KB
Cardano » Governance

GovActionID Proposal withdrawals

Withdrawal proposal details.

get/governance/proposals/{gov_action_id}/withdrawals

Path parameters

gov_action_idstring required

Governance Action Identifier (CIP-0129)

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 proposal withdrawals content

stake_addressstring required

Bech32 stake address

amountstring required

Withdrawal amount in Lovelaces

Example response

[
  {
    "stake_address": "stake1ux3g2c9dx2nhhehyrezyxpkstartcqmu9hk63qgfkccw5rqttygt7",
    "amount": "454541212442"
  },
  {
    "stake_address": "stake1xx2g2c9dx2nhhehyrezyxpkstoppcqmu9hk63qgfkccw5rqttygt2",
    "amount": "97846969"
  }
]