{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.wormholescan.io/schemas/balancechanges", "title": "github_com_wormhole-foundation_wormhole-explorer_api_routes_wormscan_operations.BalanceChanges", "type": "object", "properties": { "amount": { "type": "string" }, "recipient": { "type": "string" }, "tokenAddress": { "type": "string" } } }