Skip to main content

A python wrapper for the Nomics API

Project description

nomics-python

A Python wrapper for the Nomics Crypto Market Data API. For some context, Nomics is a crypto market cap and pricing data provider.

Disclaimer

Although the api call descriptions are from the official documentation, this is an unofficial API wrapper.

Getting Started

Before using the Nomics API, sign up for a free API key here.

To install the wrapper, enter the following into the terminal.

pip install nomics-python

Every api call requires this api key. Make sure to use this key when getting started.

from nomics import Nomics
nomics = Nomics("This-Is-A-Fake-Key-123")

markets = nomics.Markets.get_markets(exchange = 'binance')

Wrapper Wiki

More information on all of the different API methods are available on the Github wiki page here.

Contributing

This project is open for contributions! Teamwork makes the dream work.

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

nomics-python-3.2.0.tar.gz (6.1 kB view hashes)

Uploaded Source

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