Authentication#
All endpoints require API Key authentication. Include the following fields in the request header:
| Header | Required | Description |
|---|---|---|
OK-ACCESS-KEY | Yes | API Key |
OK-ACCESS-SIGN | Yes | Request signature |
OK-ACCESS-PASSPHRASE | Yes | API passphrase |
OK-ACCESS-TIMESTAMP | Yes | ISO 8601 timestamp |
Content-Type | Yes | Must be set to application/json for POST requests |