Skip to main content

A Python wrapper for Korbit API

Project description

python-korbit is a Korbit API wrapper in Python.

https://travis-ci.org/suminb/korbit.svg?branch=master https://coveralls.io/repos/suminb/korbit/badge.png?branch=master

Environment Variables

You will need to set a few environment variables to make this library work properly. A skeleton code is provided in provision-dist.sh. Make a copy and fill in values. API keys can be issued in https://www.korbit.co.kr/my/api/.

cp provision-dist.sh provision.sh
source provision.sh

API Call Examples

This section illustrates how some of the API can be called.

from korbit.api import get_transactions
get_transactions()

This will fetch all transactions from the server producing an output as following:

[
    {"timestamp":1389678052000,"tid":"22546","price":"569000","amount":"0.01000000"},
    {"timestamp":1389678017000,"tid":"22545","price":"580000","amount":"0.01000000"},
    {"timestamp":1389462921000,"tid":"22544","price":"569000","amount":"0.16348000"},
    {"timestamp":1389462921000,"tid":"22543","price":"570000","amount":"0.20000000"},
    {"timestamp":1389462920000,"tid":"22542","price":"578000","amount":"0.33652000"},
    ...
]

Other functions are available and the usage of each function will be gradually added on this documentation in the future.

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

korbit-0.1.4.tar.gz (8.8 kB view details)

Uploaded Source

File details

Details for the file korbit-0.1.4.tar.gz.

File metadata

  • Download URL: korbit-0.1.4.tar.gz
  • Upload date:
  • Size: 8.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/2.7

File hashes

Hashes for korbit-0.1.4.tar.gz
Algorithm Hash digest
SHA256 c9f90eda89b60282a2ace505cf7a4d4b751a815e03d72ab3918611e8ecaeaf0f
MD5 01ca5640ed72e361c04c24adfee541b8
BLAKE2b-256 b7f97dec3780e85151810881e4dc6059a1267450d3fd1e8c5665f6c9e30c712a

See more details on using hashes here.

Supported by

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