Blockfrost · Schema

block_content_txs

block_content_txs schema from Blockfrost API

BlockchainCardanoCryptocurrencyDAppsNFTWeb3
View JSON Schema on GitHub

JSON Schema

blockfrost-block-content-txs-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/blockfrost/refs/heads/main/json-schema/blockfrost-block-content-txs-schema.json",
  "title": "block_content_txs",
  "description": "block_content_txs schema from Blockfrost API",
  "type": "array",
  "items": {
    "type": "string",
    "description": "Hash of the transaction"
  }
}