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