Simple OKEX exchange Python API client.
Name | Type | Description |
---|---|---|
OKEX_BASE_URL | str | The base URL for the OKEX API requests (defaults to https://api.okex.com/api/v1/ ). |
OKEX_API_KEY | str | The API key to be used to authenticate API requests (defaults to None ). |
OKEX_SECRET_KEY | str | The secret key value to be used to sign API requests (defaults to None ). |
OKEX API is currently licensed under the Apache License, Version 2.0.