{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.wormholescan.io/schemas/transactions-token", "title": "transactions.Token", "type": "object", "properties": { "coingeckoId": { "type": "string" }, "decimals": { "type": "integer" }, "symbol": { "type": "string" } } }