Authentication
How to authenticate to any API
The API relies on provisioned API keys for authentication and access. In order to obtain a key, please contact us at https://www.cryptosat.io/contact.
The key must be included with the header of each request:
GET
{{api-url}}/{{request}}
Headers
Name | Type | Description |
---|---|---|
x-api-key* | String | The provisioned API key. |
Last updated