{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.wormholescan.io/schemas/protocols-protocoltrendingtoken", "title": "protocols.ProtocolTrendingToken", "type": "object", "properties": { "coingecko_id": { "type": "string" }, "decimals": { "type": "integer" }, "image": { "type": "object", "properties": { "large": { "type": "string" }, "small": { "type": "string" }, "thumb": { "type": "string" } } }, "symbol": { "type": "string" }, "token_address": { "type": "string" }, "token_chain": { "$ref": "#/definitions/vaa.ChainID" }, "volume": { "type": "number" } } }