v1

latestOpenAPI 3.0.0MIT2026-07-17124105392.5 KB
Cardano » Governance

Specific withdrawals proposal

Withdrawal proposal details.

get/governance/proposals/{tx_hash}/{cert_index}/withdrawals

Path parameters

tx_hashstring required

Transaction hash.

cert_indexinteger required

Index of the certificate within the proposal transaction.

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"
  }
]