{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://cardano.blockfrost.io/schema/address_txs_content", "title": "Address Txs Content", "type": "array", "items": { "type": "string", "description": "Hash of the transaction" }, "example": [ "2dd15e0ef6e6a17841cb9541c27724072ce4d4b79b91e58432fbaa32d9572531", "1a0570af966fb355a7160e4f82d5a80b8681b7955f5d44bec0dde628516157f0" ] }