{"id":37063477,"url":"https://github.com/xbklairith/bitkub-python","last_synced_at":"2026-01-14T07:14:29.378Z","repository":{"id":161147578,"uuid":"635897519","full_name":"xbklairith/bitkub-python","owner":"xbklairith","description":"Python bitkub client","archived":false,"fork":false,"pushed_at":"2025-06-06T05:57:32.000Z","size":103,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-13T16:44:33.695Z","etag":null,"topics":["bitkub","bot","cryptocurrency","exchange","python","trade","trade-bot","v3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xbklairith.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-05-03T17:33:18.000Z","updated_at":"2025-07-01T10:22:48.000Z","dependencies_parsed_at":"2025-06-06T06:35:02.779Z","dependency_job_id":null,"html_url":"https://github.com/xbklairith/bitkub-python","commit_stats":null,"previous_names":["xbklairith/python-bitkub"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/xbklairith/bitkub-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xbklairith%2Fbitkub-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xbklairith%2Fbitkub-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xbklairith%2Fbitkub-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xbklairith%2Fbitkub-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xbklairith","download_url":"https://codeload.github.com/xbklairith/bitkub-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xbklairith%2Fbitkub-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28412739,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T05:26:33.345Z","status":"ssl_error","status_checked_at":"2026-01-14T05:21:57.251Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bitkub","bot","cryptocurrency","exchange","python","trade","trade-bot","v3"],"created_at":"2026-01-14T07:14:28.928Z","updated_at":"2026-01-14T07:14:29.371Z","avatar_url":"https://github.com/xbklairith.png","language":"Python","funding_links":["https://www.buymeacoffee.com/xbklairith"],"categories":[],"sub_categories":[],"readme":"# bitkub-python\nA Python client for Bitkub API \n\n## ⚠️ Disclaimer: This is not an official Bitkub library. Use at your own risk. \n- This library is not guaranteed to be up-to-date with the latest Bitkub API.\n- Before using the library, please check the [API documentation](https://github.com/bitkub/bitkub-official-api-docs) to be informed about the latest updated or possible bugs.\n\n\n## Features\n- Trading support\n- General market data and account information\n- Handling of authentication  \n- Deposit and withdrawal of funds\n\n\n\n\n\n## Getting Started\n\n[Generate an API Key](https://www.bitkub.com/en/api-management) and assign permissions.\n\n### Installation\n```bash\npip install bitkub-python\n```\n\n\n### Usage\n```python\nfrom bitkub import Client\nclient = Client(\"apikey\" , \"apisecret\")\n\norderbooks = client.fetch_depth(symbol='THB_ETH', limit=10)\n\n# create order\norder = client.create_order_buy(symbol='USDT_THB', amount=10, rate=30)\n\n# cancel order\nclient.cancel_order(order_id=order['id'])\n\n# fetch open orders\nclient.fetch_open_orders(symbol='BTC_THB')\n\n```\n\n\n## Buy me a coffee ☕\nif you find this library useful, please consider buying me a coffee.\n- [Buy me a coffee ☕](https://www.buymeacoffee.com/xbklairith)\n\nRef : \n- [bitkub-official-api-doc](https://github.com/bitkub/bitkub-official-api-docs)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxbklairith%2Fbitkub-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxbklairith%2Fbitkub-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxbklairith%2Fbitkub-python/lists"}