{"id":23064628,"url":"https://github.com/gilokimu/pyxchange","last_synced_at":"2025-08-15T10:31:13.604Z","repository":{"id":57458615,"uuid":"198949413","full_name":"gilokimu/pyXchange","owner":"gilokimu","description":"Class based. Rest client implementation of the HITBTC API. Great for large crypto projects","archived":false,"fork":false,"pushed_at":"2019-10-11T02:43:49.000Z","size":40,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-24T06:57:00.314Z","etag":null,"topics":["api","bitcoin","crypto","declarative-api","exchage","hitbtc","python"],"latest_commit_sha":null,"homepage":"https://gilo.me","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gilokimu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-26T05:03:26.000Z","updated_at":"2019-10-11T02:43:51.000Z","dependencies_parsed_at":"2022-09-09T23:12:26.789Z","dependency_job_id":null,"html_url":"https://github.com/gilokimu/pyXchange","commit_stats":null,"previous_names":["gilokimu/pyexchange"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gilokimu/pyXchange","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gilokimu%2FpyXchange","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gilokimu%2FpyXchange/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gilokimu%2FpyXchange/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gilokimu%2FpyXchange/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gilokimu","download_url":"https://codeload.github.com/gilokimu/pyXchange/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gilokimu%2FpyXchange/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270558052,"owners_count":24606598,"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","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["api","bitcoin","crypto","declarative-api","exchage","hitbtc","python"],"created_at":"2024-12-16T04:19:07.651Z","updated_at":"2025-08-15T10:31:13.298Z","avatar_url":"https://github.com/gilokimu.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyExchange\nScope of the project has change - Python wrapper for several cryptocurrency exchange APIs.\n\n# Installation\n```\npip install pyXchange\n```\n\n# Currently supports\n1. Hitbtc\n\n## Previously\nRest client implementation of the HITBTC API according to the rest doc \u003ca href=\"https://api.hitbtc.com/\"\u003ehere\u003c/a\u003e\n\n# Motivation\nMost crypto API on github only either provide a guide on how to retrieve data or provide a json dump which quickly becomes unmaintainably as the complexity of the project kicks in. This project seeks to structure data responses from hitbtc API and eventually become augnestic of the crypto exchange  \n\n# !!! Under Construction !!!\nI am still moving files around, once done, I will provide documentation on how to use the client. \n\n##  Usage\nTo retrieve order you have made\n\n```python\n    api = OrderService()\n    order = api.historical_orders()\n    pprint(order)\n```\n\nAnd the output you will receive\n```python\n{\n  'clientOrderId': '',\n  'createdAt': datetime.datetime(2019, 7, 26, 3, 30, 25, 96000),\n  'price': Decimal('9698.33'),\n  'quantity': Decimal('0.00003'),\n  'side': 'sell',\n  'status': 'filled',\n  'symbol': 'BTCUSD',\n  'timeInForce': 'GTC',\n  'type': 'limit',\n  'updatedAt': datetime.datetime(2019, 7, 26, 3, 45, 0, 682000)\n }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgilokimu%2Fpyxchange","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgilokimu%2Fpyxchange","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgilokimu%2Fpyxchange/lists"}