{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.wormholescan.io/schemas/stats-nativetokentransferbytime", "title": "stats.NativeTokenTransferByTime", "type": "object", "properties": { "symbol": { "type": "string" }, "time": { "type": "string" }, "value": { "type": "number" } } }