Cardano · Example Payload

Proposal Metadata V2 Example

BlockchainCryptocurrencyProof-of-StakeSmart ContractsWeb3

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

Top-level fields

idtx_hashcert_indexurlhashjson_metadatabyteserror

Example Payload

Raw ↑
{
  "id": "string",
  "tx_hash": "string",
  "cert_index": 0,
  "url": "https://abc.xyz/gov.json",
  "hash": "69c0c68cb57f4a5b4a87bad896fc274678e7aea98e200fa14a1cb40c0cab1d8c\"",
  "json_metadata": {},
  "bytes": "string",
  "error": {
    "code": "HASH_MISMATCH",
    "message": "string"
  }
}