{ "operationId": "/api/v1/native-token-transfer/top-address", "summary": "", "tags": [ "wormholescan" ], "method": "GET", "path": "/api/v1/native-token-transfer/top-address", "parameters": [ { "name": "symbol", "in": "query", "required": true, "type": "string" }, { "name": "by", "in": "query", "required": false, "type": "string" } ], "responses": { "200": { "description": "OK", "schema": { "type": "array", "items": { "$ref": "#/definitions/stats.NativeTokenTransferTopAddress" } } }, "400": { "description": "Bad Request", "schema": {} }, "500": { "description": "Internal Server Error", "schema": {} } } }