Skip to main content

Python Interface for CoinTracking.info API

Project description

# python-ctapi
Python interface for [CoinTracking.info API](https://cointracking.info/api/api.php).

I am not associated to cointracking.info -- use at your own risk!

# Requirements:
* requests

# Install
`python setup.py install`
`pip install python-ctapi`

# How to Use
This is an example about how you can use the library

```
#!/usr/bin/env python2

from ctapi import CTAPI

api_key = <YourAPIKey>
api_secret = <YourAPISecret>

# api = CTAPI(api_key, api_secret, debug=True)
api = CTAPI(api_key, api_secret)
trades = api.getTrades()

if trades['success']:
for t in trades['result']:
print trades['result'][t]
else:
print "got no orders"

print api.getBalance()
print api.getHistoricalSummary()
print api.getHistoricalCurrency()
print api.getGroupedBalance()
print api.getGains()
```

# Running Tests
**be aware of the API requests limit of 20 req/h**
`venv/bin/python -m unittest -v ctapi.test.ctapi_tests`

# Contribute
Do you have an idea or found a bug in python-ctapi? Please file an issue and make a PR! :)

## Support Me
If you like the API and wanna support its developer, use the following referral link when registering at cointracking: https://cointracking.info?ref=T161519


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

python-ctapi-0.3.0.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

python_ctapi-0.3.0-py2.py3-none-any.whl (5.6 kB view details)

Uploaded Python 2Python 3

File details

Details for the file python-ctapi-0.3.0.tar.gz.

File metadata

  • Download URL: python-ctapi-0.3.0.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for python-ctapi-0.3.0.tar.gz
Algorithm Hash digest
SHA256 7aee3599feceeef637b34f8c06a38a1dfbbf4418333bda6d234788a2575b2573
MD5 8422bf8fea0b452b65ca30b6552d2427
BLAKE2b-256 8a69474410c20e11bf5b4a0ed7b22bfffc4dc97e4bcdd7ca0427afbd61607ba5

See more details on using hashes here.

File details

Details for the file python_ctapi-0.3.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for python_ctapi-0.3.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 398ffc258c7983fc25885aad86fa6fc1f0780235f0abc86aa3667e70a905f1f9
MD5 626c749e21f5bf8c2ea97e8fb6888793
BLAKE2b-256 b154c572a258f5b5b8a5f6b366f021c5cf415903213c7a306edfef7b8fd73806

See more details on using hashes here.

Supported by

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