Skip to main content

CryptoMarket API client library

Project description

CryptoMarket

The official Python library for the CryptoMarket API v1.

Installation

To install Cryptomarket, simply use pip:

pip install cryptomarket

Documentation

The first things you'll need to do is sign up with CryptoMarket.

API Key + Secret

If you're writing code for your own CryptoMarket account, enable an API key.

Next, create a Client object for interacting with the API:

from cryptomarket.exchange.client import Client

client = Client(api_key, api_secret)

Usage

Public endpoints

Get markets

client.get_markets()

Get ticker

client.get_ticker(market="ETHCLP")

Authenticated endpoints

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

cryptomarket-0.0.4.tar.gz (7.1 kB view hashes)

Uploaded Source

Built Distribution

cryptomarket-0.0.4-py2-none-any.whl (16.8 kB view hashes)

Uploaded Python 2

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