Cardano · Example Payload

Drep Example

BlockchainCryptocurrencyProof-of-StakeSmart ContractsWeb3

Drep Example is an example object payload from Cardano, 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": "string",
  "hex": "string",
  "amount": "string",
  "active": true,
  "active_epoch": 0,
  "has_script": true,
  "retired": true,
  "expired": true,
  "last_active_epoch": 0
}