{"id":24496846,"url":"https://github.com/10mohi6/cryptowatch-api-python-client","last_synced_at":"2025-09-11T02:15:27.968Z","repository":{"id":50206244,"uuid":"134406003","full_name":"10mohi6/cryptowatch-api-python-client","owner":"10mohi6","description":"cryptowatch-client is a python client library for cryptowatch public market rest api","archived":false,"fork":false,"pushed_at":"2022-12-08T02:12:55.000Z","size":5,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-24T02:39:52.844Z","etag":null,"topics":["api","client","cryptowatch","python","wrapper"],"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/10mohi6.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-22T11:34:11.000Z","updated_at":"2018-05-22T13:17:07.000Z","dependencies_parsed_at":"2023-01-25T03:15:25.523Z","dependency_job_id":null,"html_url":"https://github.com/10mohi6/cryptowatch-api-python-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/10mohi6%2Fcryptowatch-api-python-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/10mohi6%2Fcryptowatch-api-python-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/10mohi6%2Fcryptowatch-api-python-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/10mohi6%2Fcryptowatch-api-python-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/10mohi6","download_url":"https://codeload.github.com/10mohi6/cryptowatch-api-python-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243690173,"owners_count":20331729,"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":["api","client","cryptowatch","python","wrapper"],"created_at":"2025-01-21T21:19:05.790Z","updated_at":"2025-03-15T06:16:34.671Z","avatar_url":"https://github.com/10mohi6.png","language":"Python","readme":"# cryptowatch-client\n\n[![PyPI version](https://badge.fury.io/py/cryptowatch-client.svg)](https://badge.fury.io/py/cryptowatch-client)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\ncryptowatch-client is a python client library for [cryptowatch public market rest api](https://cryptowat.ch/docs/api)\n\n\n## Installation\n\n    $ pip install cryptowatch-client\n\n## Usage\n\n```python\nfrom cryptowatch_client import Client\n\nclient = Client(timeout=30)\nresponse = client.get_allowance()\nprint(response.status_code, response.json())\n\n\nclient.get_allowance() # GET /\nclient.get_assets() # GET /assets\nclient.get_assets(asset='btc') # GET /assets/btc\nclient.get_pairs() # GET /pairs\nclient.get_pairs(pair='ethbtc') # GET /pairs/ethbtc\nclient.get_exchanges() # GET /exchanges\nclient.get_exchanges(exchange='kraken')  # GET /exchanges/kraken\nclient.get_markets() # GET /markets\nclient.get_markets(exchange='kraken') # GET /markets/kraken\nclient.get_markets(exchange='gdax', pair='btcusd') # GET /markets/gdax/btcusd\nclient.get_markets_price(exchange='gdax', pair='btcusd') # GET /markets/gdax/btcusd/price\nclient.get_markets_summary(exchange='gdax', pair='btcusd') # GET /markets/gdax/btcusd/summary\nclient.get_markets_trades(exchange='gdax', pair='btcusd') # GET /markets/gdax/btcusd/trades\nclient.get_markets_trades(exchange='gdax', pair='btcusd', limit=100, since=1481663244) # GET /markets/gdax/btcusd/trades\nclient.get_markets_orderbook(exchange='gdax', pair='btcusd') # GET /markets/gdax/btcusd/orderbook\nclient.get_markets_ohlc(exchange='gdax', pair='btcusd') # GET /markets/gdax/btcusd/ohlc\nclient.get_markets_ohlc(exchange='gdax', pair='btcusd', before=1481663244, after=1481663244, periods='60,180,108000') # GET /markets/gdax/btcusd/ohlc\nclient.get_markets_prices() # GET /markets/prices\nclient.get_markets_summaries() # GET /markets/summaries\n```\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F10mohi6%2Fcryptowatch-api-python-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F10mohi6%2Fcryptowatch-api-python-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F10mohi6%2Fcryptowatch-api-python-client/lists"}