{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.wormholescan.io/schemas/stats-topcorridor", "title": "stats.TopCorridor", "type": "object", "properties": { "emitter_chain": { "$ref": "#/definitions/vaa.ChainID" }, "target_chain": { "$ref": "#/definitions/vaa.ChainID" }, "token_address": { "type": "string" }, "token_chain": { "$ref": "#/definitions/vaa.ChainID" }, "txs": { "type": "integer" } } }