GitHub - evermarkets/emx-python: Official Python client library for the EMX REST and WebSocket APIs.
-
Notifications
You must be signed in to change notification settings - Fork 4
API Client for EMX API
Description
EMX API client is available in this package.
Example
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)