{ "operationId": "get-vaa-counts", "summary": "", "tags": [ "wormholescan" ], "method": "GET", "path": "/api/v1/vaas/vaa-counts", "parameters": [], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/response.Response-array_vaa_VaaStats" } }, "400": { "description": "Bad Request", "schema": {} }, "500": { "description": "Internal Server Error", "schema": {} } } }