Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
openapi: 3.2.0
info:
description: REST API for the Wasp node
title: Wasp auth Health API
version: '0'
servers:
- url: /
tags:
- name: Health
paths:
/health:
get:
operationId: getHealth
responses:
'200':
content: {}
description: The node is healthy.
summary: Returns 200 if the node is healthy.
tags:
- Health
components:
securitySchemes:
Authorization:
description: JWT Token
in: header
name: Authorization
type: apiKey
externalDocs:
description: Find out more about Wasp
url: https://wiki.iota.org/smart-contracts/overview
x-original-swagger-version: '2.0'