openapi: 3.0.1 info: contact: email: contact@algorand.com name: algorand url: https://www.algorand.com/get-in-touch/contact description: API endpoint for algod operations. title: Algod REST API. common Swagger.json API version: 0.0.1 servers: - url: http://localhost/ - url: https://localhost/ security: - api_key: [] tags: - name: Swagger.json paths: /swagger.json: get: description: Returns the entire swagger spec in json. produces: - application/json schemes: - http summary: Gets the current swagger spec. operationId: SwaggerHandler responses: '200': description: The current swagger spec schema: type: string default: description: Unknown Error tags: - Swagger.json components: securitySchemes: api_key: description: Generated header parameter. This token can be generated using the Goal command line tool. Example value ='b7e384d0317b8050ce45900a94a1931e28540e1f69b2d242b424659c341b4697' in: header name: X-Algo-API-Token type: apiKey x-original-swagger-version: '2.0'