Blockfrost · Example Payload

Blockfrost Proposal Example

BlockchainCardanoCryptocurrencyDAppsNFTWeb3

Blockfrost Proposal Example is an example object payload from Blockfrost, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idtx_hashcert_indexgovernance_typedepositreturn_addressratified_epochenacted_epochdropped_epochexpired_epochexpiration

Example Payload

Raw ↑
{
  "id": "example-value",
  "tx_hash": "a1b2c3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
  "cert_index": 1000,
  "governance_type": "hard_fork_initiation",
  "deposit": "example-value",
  "return_address": "addr1qx0y9z...",
  "ratified_epoch": 1000,
  "enacted_epoch": 1000,
  "dropped_epoch": 1000,
  "expired_epoch": 1000,
  "expiration": 1000
}