API Client for EMX API
EMX API client is available in this package.
See examples.py file
or
from emx.rest_api import RestApi
emx_client = RestApi("your_api_key", "your_b64_secret")
result = emx_client.get_account()
print(result)
Official Python client library for the EMX REST and WebSocket APIs.
PythonGPL-3.0
EMX API client is available in this package.
See examples.py file
or
from emx.rest_api import RestApi
emx_client = RestApi("your_api_key", "your_b64_secret")
result = emx_client.get_account()
print(result)