Alchemy · JSON Structure

Alchemy Transfers Api Transfer Metadata Structure

Additional metadata for an asset transfer.

Type: object Properties: 1
Web3BlockchainRPCNFTIndexingAccount Abstraction

Transfer Metadata is a JSON Structure definition published by Alchemy, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

blockTimestamp

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/alchemy/refs/heads/main/json-structure/alchemy-transfers-api-transfer-metadata-structure.json",
  "name": "Transfer Metadata",
  "description": "Additional metadata for an asset transfer.",
  "type": "object",
  "properties": {
    "blockTimestamp": {
      "type": "datetime",
      "description": "ISO 8601 timestamp of the block.",
      "example": "2026-04-19T10:00:00Z"
    }
  }
}