Blockfrost · Example Payload

Blockfrost Drep Example

BlockchainCardanoCryptocurrencyDAppsNFTWeb3

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

Top-level fields

drep_idhexamountactiveactive_epochhas_scriptretiredexpiredlast_active_epoch

Example Payload

Raw ↑
{
  "drep_id": "example-value",
  "hex": "example-value",
  "amount": "example-value",
  "active": true,
  "active_epoch": 1000,
  "has_script": true,
  "retired": true,
  "expired": true,
  "last_active_epoch": 1000
}