Alchemy · Schema

Asset Transfers Response

JSON-RPC response for getAssetTransfers requests.

Web3BlockchainRPCNFTIndexingAccount Abstraction

Properties

Name Type Description
id integer Matches the request ID.
jsonrpc string JSON-RPC version.
result object Result payload containing the list of asset transfers.
View JSON Schema on GitHub

JSON Schema

alchemy-transfers-api-asset-transfers-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/alchemy/refs/heads/main/json-schema/alchemy-transfers-api-asset-transfers-response-schema.json",
  "title": "Asset Transfers Response",
  "description": "JSON-RPC response for getAssetTransfers requests.",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Matches the request ID.",
      "example": 1
    },
    "jsonrpc": {
      "type": "string",
      "description": "JSON-RPC version.",
      "example": "2.0"
    },
    "result": {
      "type": "object",
      "title": "Asset Transfers Result",
      "description": "Result payload containing the list of asset transfers.",
      "properties": {
        "transfers": {
          "type": "array",
          "items": {
            "type": "object",
            "title": "Asset Transfer",
            "description": "Represents a single asset transfer event on the blockchain.",
            "properties": {
              "blockNum": {
                "type": "string",
                "description": "Block number of the transfer in hexadecimal.",
                "example": "0xfda53c"
              },
              "hash": {
                "type": "string",
                "description": "Transaction hash of the transfer.",
                "example": "0xabc123def456abc123def456abc123def456"
              },
              "from": {
                "type": "string",
                "description": "Sender wallet address.",
                "example": "0x0000000000000000000000000000000000000000"
              },
              "to": {
                "type": "string",
                "description": "Recipient wallet address.",
                "example": "0xd8da6bf26964af9d7eed9e03e53415d37aa96045"
              },
              "value": {
                "type": "number",
                "description": "Transfer value in native units.",
                "example": 1.0
              },
              "asset": {
                "type": "string",
                "description": "Asset symbol (e.g., ETH, USDC, or NFT collection name).",
                "example": "ETH"
              },
              "category": {
                "type": "string",
                "description": "Transfer category (external, internal, erc20, erc721, erc1155).",
                "enum": [
                  "external",
                  "internal",
                  "erc20",
                  "erc721",
                  "erc1155"
                ],
                "example": "external"
              },
              "metadata": {
                "type": "object",
                "title": "Transfer Metadata",
                "description": "Additional metadata for an asset transfer.",
                "properties": {
                  "blockTimestamp": {
                    "type": "string",
                    "format": "date-time",
                    "description": "ISO 8601 timestamp of the block.",
                    "example": "2026-04-19T10:00:00Z"
                  }
                }
              }
            }
          },
          "description": "List of asset transfer events matching the query."
        },
        "pageKey": {
          "type": "string",
          "description": "Pagination key for retrieving the next page of results.",
          "example": "abc123nextpage"
        }
      }
    }
  }
}

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/alchemy-transfers-api-asset-transfers-response"
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 email required.

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