Cardano · Example Payload

Drep Metadata Example

BlockchainCryptocurrencyProof-of-StakeSmart ContractsWeb3

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

Top-level fields

drep_idhexurlhashjson_metadatabyteserror

Example Payload

Raw ↑
{
  "drep_id": "string",
  "hex": "string",
  "url": "https://stakenuts.com/drep.json",
  "hash": "69c0c68cb57f4a5b4a87bad896fc274678e7aea98e200fa14a1cb40c0cab1d8c\"",
  "json_metadata": {},
  "bytes": "string",
  "error": {
    "code": "HASH_MISMATCH",
    "message": "string"
  }
}