Avalanche · Schema

ERCTransfer

BlockchainWeb3AvalancheNFTDeFiCross-Chain

Properties

Name Type Description
transactionHash string Transaction hash
type string Transfer type
from string Sender address
to string Recipient address
value string Amount transferred
tokenId string Token Id
blockTimestamp number Block timestamp
logIndex number Log index
erc20Token object erc20 Token details
erc721Token object erc721 Token details
erc1155Token object erc1155 Token details
View JSON Schema on GitHub

JSON Schema

ERCTransfer.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/avalanche/main/json-schema/ERCTransfer.json",
  "title": "ERCTransfer",
  "type": "object",
  "properties": {
    "transactionHash": {
      "type": "string",
      "description": "Transaction hash",
      "examples": [
        "0xfd91150d236ec5c3b1ee325781affad5b0b4d7eb0187c84c220ab115eaa563e8"
      ]
    },
    "type": {
      "type": "string",
      "description": "Transfer type",
      "examples": [
        "ERC20"
      ]
    },
    "from": {
      "type": "string",
      "description": "Sender address",
      "examples": [
        "0x737F6b0b8A04e8462d0fC7076451298F0dA9a972"
      ]
    },
    "to": {
      "type": "string",
      "description": "Recipient address",
      "examples": [
        "0x40E832C3Df9562DfaE5A86A4849F27F687A9B46B"
      ]
    },
    "value": {
      "type": "string",
      "description": "Amount transferred",
      "examples": [
        "3331009129"
      ]
    },
    "tokenId": {
      "type": "string",
      "description": "Token Id",
      "examples": [
        "2"
      ]
    },
    "blockTimestamp": {
      "type": "number",
      "description": "Block timestamp",
      "examples": [
        1640995200
      ]
    },
    "logIndex": {
      "type": "number",
      "description": "Log index",
      "examples": [
        5
      ]
    },
    "erc20Token": {
      "description": "erc20 Token details",
      "allOf": [
        {
          "$ref": "#/components/schemas/ERCToken"
        }
      ]
    },
    "erc721Token": {
      "description": "erc721 Token details",
      "allOf": [
        {
          "$ref": "#/components/schemas/ERCToken"
        }
      ]
    },
    "erc1155Token": {
      "description": "erc1155 Token details",
      "allOf": [
        {
          "$ref": "#/components/schemas/ERCToken"
        }
      ]
    }
  },
  "required": [
    "transactionHash",
    "type",
    "from",
    "to",
    "value",
    "blockTimestamp",
    "logIndex"
  ]
}

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