Request

uri: "<https://coronavirus.app/retrieve-rate>"
method: "GET",
headers: {
	'authorization': 'Bearer apiKey' ,
	'content-type': 'application/json',	
}

<aside> 💡 You can get an API key here.

</aside>

Example response

{
		"key": "AslloHmlaPGrlUakaoBoBCA963KFaoBS8KlpOpbUImsIbVk9bMkFvbB",
		"rate": "450199",
		"createdAt": "2020-03-03T08:13:32.949Z",
		"owner": "[email protected]",
		"total": "1000000",
		"used": "45.0199%"
}

<aside> 💡 To renew or update your API key, email us at [email protected]

</aside>