Avalanche · Schema

CChainImportTransaction

BlockchainWeb3AvalancheNFTDeFiCross-Chain

Properties

Name Type Description
txHash string Unique ID for this transaction.
blockHeight number Height of the block this transaction belongs to.
blockHash string Hash of the block this transaction belongs to.
timestamp number Latest timestamp in seconds this transaction was accepted.
memo string Hex encoded memo bytes for this transaction.
amountUnlocked array Assets unlocked by inputs of this transaction.
amountCreated array Assets created by outputs of this transaction.
sourceChain string Source chain for an atomic transaction.
destinationChain string Destination chain for an atomic transaction.
txType string Type of transaction.
evmOutputs array
consumedUtxos array
View JSON Schema on GitHub

JSON Schema

CChainImportTransaction.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/avalanche/main/json-schema/CChainImportTransaction.json",
  "title": "CChainImportTransaction",
  "type": "object",
  "properties": {
    "txHash": {
      "type": "string",
      "description": "Unique ID for this transaction.",
      "examples": [
        "3j9JpF1aGuQtLLbo3YkvvKkWrCZViXZjdeJQWUSEY5hcqUn2c"
      ]
    },
    "blockHeight": {
      "type": "number",
      "description": "Height of the block this transaction belongs to.",
      "examples": [
        1005
      ]
    },
    "blockHash": {
      "type": "string",
      "description": "Hash of the block this transaction belongs to.",
      "examples": [
        "0x57a5cb7704561d1d59bd563b6421021b7563960c05ba3ae0e36fc36917c742ee"
      ]
    },
    "timestamp": {
      "type": "number",
      "description": "Latest timestamp in seconds this transaction was accepted.",
      "examples": [
        1600762738
      ]
    },
    "memo": {
      "type": "string",
      "description": "Hex encoded memo bytes for this transaction.",
      "examples": [
        "0x546865204176616c616e6368652050726f6a656374"
      ]
    },
    "amountUnlocked": {
      "description": "Assets unlocked by inputs of this transaction.",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AssetAmount"
      }
    },
    "amountCreated": {
      "description": "Assets created by outputs of this transaction.",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AssetAmount"
      }
    },
    "sourceChain": {
      "type": "string",
      "description": "Source chain for an atomic transaction.",
      "examples": [
        "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM"
      ]
    },
    "destinationChain": {
      "type": "string",
      "description": "Destination chain for an atomic transaction.",
      "examples": [
        "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM"
      ]
    },
    "txType": {
      "type": "string",
      "description": "Type of transaction.",
      "enum": [
        "ImportTx"
      ],
      "examples": [
        "ImportTx"
      ]
    },
    "evmOutputs": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/EVMOutput"
      }
    },
    "consumedUtxos": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Utxo"
      }
    }
  },
  "required": [
    "txHash",
    "blockHeight",
    "blockHash",
    "timestamp",
    "memo",
    "amountUnlocked",
    "amountCreated",
    "sourceChain",
    "destinationChain",
    "txType",
    "evmOutputs",
    "consumedUtxos"
  ]
}

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/CChainImportTransaction"
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.