Cardano · Example Payload

Aggregatorfeaturesmessage Example

BlockchainCryptocurrencyProof-of-StakeSmart ContractsWeb3

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

Top-level fields

open_api_versiondocumentation_urlcapabilities

Example Payload

Raw ↑
{
  "open_api_version": "string",
  "documentation_url": "string",
  "capabilities": {
    "signed_entity_types": [
      "MithrilStakeDistribution"
    ],
    "cardano_transactions_prover": {
      "max_hashes_allowed_by_request": 0
    }
  }
}