{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.wormholescan.io/schemas/stats-topsymbolbyvolumeresult", "title": "stats.TopSymbolByVolumeResult", "type": "object", "properties": { "symbols": { "type": "array", "items": { "$ref": "#/definitions/stats.TopSymbolResult" } } } }