Skip to main content
Error

Authorizations

X-API-KEY
string
header
required

HMAC-SHA256 authentication. Sign every request and send X-API-KEY, X-API-SIGNATURE, X-API-TIMESTAMP and X-API-NONCE (see the Authentication guide). Each route also requires a specific claim on your API key (e.g. read:orders, write:orders, read:account, read:market-data).

Response

Process is alive and accepting requests.

The response is of type string.

Example:

"running"