API reference
Describes the API endpoints
Authentication
This API relies on provisioned API keys for authentication and access. In order to obtain a key, please contact us.
Public randomness
Invoke the following API to receive public randomness
Get public randomness
GET
https://api.cryptosat.io/api/randomness?num=
Query Parameters
Name | Type | Description |
---|---|---|
num | String | amount of random numbers to generate |
Headers
Name | Type | Description |
---|---|---|
x-api-key* | String | Required API Key |
Last updated