{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://opensea.io/schemas/TokenGroupRollingStatsResponse", "title": "TokenGroupRollingStatsResponse", "type": "object", "description": "Rolling statistics for a token group over multiple time periods", "properties": { "volume_1d": { "type": "string", "description": "1-day trading volume in USD" }, "volume_7d": { "type": "string", "description": "7-day trading volume in USD" }, "volume_30d": { "type": "string", "description": "30-day trading volume in USD" }, "price_change_1d": { "type": "number", "format": "double", "description": "1-day price change percentage" }, "price_change_7d": { "type": "number", "format": "double", "description": "7-day price change percentage" }, "price_change_30d": { "type": "number", "format": "double", "description": "30-day price change percentage" } } }