Cardano · Schema

Asset History

BlockchainCryptocurrencyProof of StakeSmart ContractsWeb3
View JSON Schema on GitHub

JSON Schema

asset-history.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://cardano.blockfrost.io/schema/asset_history",
  "title": "Asset History",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "tx_hash": {
        "type": "string",
        "description": "Hash of the transaction containing the asset action"
      },
      "action": {
        "type": "string",
        "enum": [
          "minted",
          "burned"
        ],
        "description": "Action executed upon the asset policy"
      },
      "amount": {
        "type": "string",
        "description": "Asset amount of the specific action"
      }
    },
    "required": [
      "tx_hash",
      "action",
      "amount"
    ]
  },
  "example": [
    {
      "tx_hash": "2dd15e0ef6e6a17841cb9541c27724072ce4d4b79b91e58432fbaa32d9572531",
      "amount": "10",
      "action": "minted"
    },
    {
      "tx_hash": "9c190bc1ac88b2ab0c05a82d7de8b71b67a9316377e865748a89d4426c0d3005",
      "amount": "5",
      "action": "burned"
    },
    {
      "tx_hash": "1a0570af966fb355a7160e4f82d5a80b8681b7955f5d44bec0dde628516157f0",
      "amount": "5",
      "action": "burned"
    }
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/asset-history"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.