{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.wormholescan.io/schemas/transactions-chainactivitytopresult", "title": "transactions.ChainActivityTopResult", "type": "object", "properties": { "count": { "type": "integer" }, "destination_chain": { "type": "string" }, "emitter_chain": { "type": "string" }, "from": { "type": "string" }, "to": { "type": "string" }, "volume": { "type": "integer" } } }