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
{
"request": {
"request_uuid": "string",
"request_name": "string",
"request_verb": "string",
"response_eta": "string",
"created_at": "string",
"satellite_id": "string",
"request_status": {
"status_code": "string",
"request_status": "string"
}
}
}
Last updated