Alchemy · Schema

Transfer Metadata

Additional metadata for an asset transfer.

Web3BlockchainRPCNFTIndexingAccount Abstraction

Properties

Name Type Description
blockTimestamp string ISO 8601 timestamp of the block.
View JSON Schema on GitHub

JSON Schema

alchemy-transfers-api-transfer-metadata-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-transfer-metadata-schema.json",
  "title": "Transfer Metadata",
  "description": "Additional metadata for an asset transfer.",
  "type": "object",
  "properties": {
    "blockTimestamp": {
      "type": "string",
      "format": "date-time",
      "description": "ISO 8601 timestamp of the block.",
      "example": "2026-04-19T10:00:00Z"
    }
  }
}