Python library for connecting to the Sinegy API.
pip install sinegy-python
Go to https://marketplace.sinegy.com/user/profile to generate API credentials.
Link to Sinegy's API documentation page is https://docs.sinegy.com
from sinegy_python.marketplace import Marketplace
sinegy = Marketplace(api_key = 'API_KEY', secret_key = 'SECRET_KEY')
sinegy_btc_ticker = sinegy.ticker('btcmyr')
print(sinegy_btc_ticker)