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/contactarrow-up-right.
The key must be included with the header of each request:
GET {{api-url}}/{{request}}
GET
{{api-url}}/{{request}}
x-api-key*
String
The provisioned API key.
{ // Response }
Last updated 2 years ago