{"id":15659307,"url":"https://github.com/banteg/liqui","last_synced_at":"2025-05-05T03:24:32.961Z","repository":{"id":62576349,"uuid":"96576931","full_name":"banteg/liqui","owner":"banteg","description":"liqui.io api wrapper","archived":false,"fork":false,"pushed_at":"2017-09-29T05:03:25.000Z","size":3,"stargazers_count":21,"open_issues_count":1,"forks_count":11,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T12:56:00.079Z","etag":null,"topics":["api","cryptocurrency","liqui","python","trading","wrapper"],"latest_commit_sha":null,"homepage":null,"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/banteg.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":"2017-07-07T21:11:19.000Z","updated_at":"2022-09-01T04:01:21.000Z","dependencies_parsed_at":"2022-11-03T16:31:29.190Z","dependency_job_id":null,"html_url":"https://github.com/banteg/liqui","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/banteg%2Fliqui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/banteg%2Fliqui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/banteg%2Fliqui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/banteg%2Fliqui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/banteg","download_url":"https://codeload.github.com/banteg/liqui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252431050,"owners_count":21746756,"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","cryptocurrency","liqui","python","trading","wrapper"],"created_at":"2024-10-03T13:16:09.330Z","updated_at":"2025-05-05T03:24:32.931Z","avatar_url":"https://github.com/banteg.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# liqui\n\na minimal [liqui.io api](https://liqui.io/api) wrapper\n\n## installation\n\n```\npip install liqui\n```\n\n## usage\n\n```python\nfrom liqui import Liqui\nfrom somewhere_else import key, secret\n\nliqui = Liqui(key, secret)\n\n# public api\nliqui.info()\nliqui.ticker('eth_btc')\nliqui.depth('eth_btc')\nliqui.trades('eth_btc')\n\n# private api\nliqui.get_info()\nliqui.active_orders()\nliqui.order_info(314159265)\nliqui.cancel_order(271828182)\nliqui.trade('eth_btc', 'sell', 0.13, 10)\nliqui.trade_history()\n\n# convenience methods\nliqui.balances()\nliqui.sell('eth_btc', 0.14, 10)\nliqui.buy('eth_btc', 0.12, 10)\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbanteg%2Fliqui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbanteg%2Fliqui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbanteg%2Fliqui/lists"}