{ "info": { "author": "Son Pham", "author_email": "sp@sonpham.me", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7" ], "description": "# GdaxCli\n\n[![travis-build-badge][7]][8]\n\nA commandline client for cryptocurrency trading on [GDAX][1] (Global Digital Assets Exchange).\n\n**TODO**: Add features and goals here.\n\nWork in progress.\n\n## Installation\n\nRequires python 2.7+.\n\n```\npip install gdaxcli\n```\n\nTo run:\n```\npython -m gdaxcli\n```\n\nor add an alias to shorten the command:\n```\necho \"alias gdaxcli='python -m gdaxcli'\" >> ~/.bashrc\nsource ~/.bashrc\n```\n\nso you can call:\n```\ngdaxcli \n```\n\n## Usage\n\n```\nUsage: gdaxcli [arguments]\n products Lists products available for trading.\n ticker [product1 product2..] Get current market ticker.\n\n balance Get account balance.\n history [account1 account2..] Get account history (transfer, match, fee, rebate).\n Default USD.\n\n fills [product] Get recent fills.\n\n order list List open orders\n orders\n\n orders cancel Cancel all orders.\n order cancel all \n\n order cancel Cancel order. Id can be a short prefix.\n\n order [price]\n Place an order. Limit price can be absolute or\n relative such as 180, 180.23, -1, +.5\n Product can be uppercased or lowercased.\n For example: eth-usd, BTC-GBP, ..\n```\n\n## Configuring\n\nTo obtain an API key for your account to be used with this tool:\n\n 1. Login to your GDAX account\n 2. Go to **Settings** > **API** or [https://www.gdax.com/settings/api][4]\n 3. Select the **trade** permission and generate an API key\n 4. Run `bash make.sh configure` and copy paste the passphrase, key and secret accordingly\n\nSee [gdax docs][5] for more information on the API key.\n\n**TODO**: mention the sandbox\n\n## Changes\n\nSee [CHANGES][CHANGES.md]\n\n## Contributing\n\nSee [CONTRIBUTING][CONTRIBUTING.md].\n\n## License\n\nDISCLAIMER: No warranty is provided for this software. Use it at your own risk.\n\nCode is released under [the MIT License][2].\n\nRemember:\n\n> THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n> SOFTWARE.\n\n[1]: https://www.gdax.com/\n[2]: https://choosealicense.com/licenses/mit/\n[4]: https://www.gdax.com/settings/api\n[5]: https://docs.gdax.com/#generating-an-api-key\n[6]: https://public.sandbox.gdax.com\n[7]: https://travis-ci.org/sonph/gdaxcli.svg?branch=master\n[8]: https://travis-ci.org/sonph/gdaxcli\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/sonph/gdaxcli/archive/0.1.1.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sonph/gdaxcli", "keywords": "gdax trading cryptocurrency bitcoin ethereum", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "gdaxcli", "package_url": "https://pypi.org/project/gdaxcli/", "platform": "", "project_url": "https://pypi.org/project/gdaxcli/", "project_urls": { "Download": "https://github.com/sonph/gdaxcli/archive/0.1.1.zip", "Homepage": "https://github.com/sonph/gdaxcli" }, "release_url": "https://pypi.org/project/gdaxcli/0.1.1/", "requires_dist": [ "colorama", "gdax", "tabulate" ], "requires_python": "", "summary": "Commandline client for trading on GDAX", "version": "0.1.1" }, "last_serial": 3054497, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "fe21eeb4bf1c515f1c44d5bc05f8ca4c", "sha256": "93efc3418906e172e8f6af00e1d16844b916a0b6c7e82988d7c8618e58eb8515" }, "downloads": -1, "filename": "gdaxcli-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fe21eeb4bf1c515f1c44d5bc05f8ca4c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4953, "upload_time": "2017-07-28T01:27:50", "url": "https://files.pythonhosted.org/packages/69/70/52b3e0301152e8bd34aa952b8c6ce40479e1e78a90bb5a60ef5a07b16784/gdaxcli-0.1.1-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fe21eeb4bf1c515f1c44d5bc05f8ca4c", "sha256": "93efc3418906e172e8f6af00e1d16844b916a0b6c7e82988d7c8618e58eb8515" }, "downloads": -1, "filename": "gdaxcli-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fe21eeb4bf1c515f1c44d5bc05f8ca4c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4953, "upload_time": "2017-07-28T01:27:50", "url": "https://files.pythonhosted.org/packages/69/70/52b3e0301152e8bd34aa952b8c6ce40479e1e78a90bb5a60ef5a07b16784/gdaxcli-0.1.1-py2.py3-none-any.whl" } ] }