{ "$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" } } }