{ "operationId": "/api/v1/top-100-corridors", "summary": "", "tags": [ "wormholescan" ], "method": "GET", "path": "/api/v1/top-100-corridors", "parameters": [ { "name": "timeSpan", "in": "query", "required": false, "type": "string" } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/stats.TopCorridorsResult" } }, "400": { "description": "Bad Request", "schema": {} }, "500": { "description": "Internal Server Error", "schema": {} } } }