Skip to main content

Python library for connecting to the Sinegy API.

Project description

sinegy-python

Python library for connecting to the Sinegy API.

How to install

pip install sinegy-python

Generating API credentials

Go to [INSERT LINK HERE] to generate API credentials.

Official Sinegy API Documentation

Link to Sinegy's API documentation page is https://docs.sinegy.com

Example

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)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sinegy-python-0.3.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

sinegy_python-0.3-py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page