{"id":16641113,"url":"https://github.com/suminb/korbit","last_synced_at":"2025-10-09T11:03:56.227Z","repository":{"id":17333451,"uuid":"20104579","full_name":"suminb/korbit","owner":"suminb","description":"Korbit API wrapper in Python","archived":false,"fork":false,"pushed_at":"2021-04-10T09:19:45.000Z","size":50,"stargazers_count":3,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-02T08:11:18.838Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-4-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/suminb.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-23T15:31:51.000Z","updated_at":"2021-04-10T09:19:47.000Z","dependencies_parsed_at":"2022-09-23T13:23:01.257Z","dependency_job_id":null,"html_url":"https://github.com/suminb/korbit","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suminb%2Fkorbit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suminb%2Fkorbit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suminb%2Fkorbit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suminb%2Fkorbit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/suminb","download_url":"https://codeload.github.com/suminb/korbit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238955909,"owners_count":19558456,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T07:45:18.445Z","updated_at":"2025-10-09T11:03:56.172Z","avatar_url":"https://github.com/suminb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Python Korbit\n=============\n\n``python-korbit`` is a Korbit API wrapper in Python.\n\n.. image:: https://travis-ci.org/suminb/korbit.svg?branch=master\n    :target: https://travis-ci.org/suminb/korbit\n\n.. image:: https://coveralls.io/repos/suminb/korbit/badge.png?branch=master\n   :target: https://coveralls.io/r/suminb/korbit?branch=master\n\n\nEnvironment Variables\n---------------------\n\nYou will need to set a few environment variables to make this library work\nproperly.  A skeleton code is provided in ``provision-dist.sh``. Make a copy\nand fill in values. API keys can be issued in https://www.korbit.co.kr/my/api/.\n\n.. code-block::\n\n   cp provision-dist.sh provision.sh\n   source provision.sh\n\n\nAPI Call Examples\n-----------------\n\nThis section illustrates how some of the API can be called.\n\n.. code-block:: python\n\n    from korbit.api import get_transactions\n    get_transactions()\n\nThis will fetch all transactions from the server producing an output as following:\n\n.. code-block::\n\n    [\n        {\"timestamp\":1389678052000,\"tid\":\"22546\",\"price\":\"569000\",\"amount\":\"0.01000000\"},\n        {\"timestamp\":1389678017000,\"tid\":\"22545\",\"price\":\"580000\",\"amount\":\"0.01000000\"},\n        {\"timestamp\":1389462921000,\"tid\":\"22544\",\"price\":\"569000\",\"amount\":\"0.16348000\"},\n        {\"timestamp\":1389462921000,\"tid\":\"22543\",\"price\":\"570000\",\"amount\":\"0.20000000\"},\n        {\"timestamp\":1389462920000,\"tid\":\"22542\",\"price\":\"578000\",\"amount\":\"0.33652000\"},\n        ...\n    ]\n\nOther functions are available and the usage of each function will be gradually added on this documentation in the future.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuminb%2Fkorbit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuminb%2Fkorbit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuminb%2Fkorbit/lists"}