{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.wormholescan.io/schemas/stats-tokeninfodto", "title": "stats.TokenInfoDTO", "type": "object", "properties": { "circulating_supply": { "type": "number" }, "coingecko_id": { "type": "string" }, "fully_diluted_valuation": { "type": "number" }, "image": { "type": "string" }, "market_cap": { "type": "number" }, "platforms": { "type": "object", "additionalProperties": { "type": "string" } }, "price": { "type": "number" }, "symbol": { "type": "string" }, "total_supply": { "type": "number" }, "total_value_locked": { "type": "number" }, "total_value_transferred": { "type": "number" }, "type": { "$ref": "#/definitions/stats.TokenType" }, "volume_15d": { "type": "number" }, "volume_1y": { "type": "number" }, "volume_24h": { "type": "number" }, "volume_30d": { "type": "number" }, "volume_7d": { "type": "number" }, "volume_90d": { "type": "number" } } }