{"id":15684534,"url":"https://github.com/jcminarro/bittrex","last_synced_at":"2025-05-07T16:12:05.616Z","repository":{"id":73519856,"uuid":"115442410","full_name":"JcMinarro/Bittrex","owner":"JcMinarro","description":"Kotlin client for accessing the Bittrex API","archived":false,"fork":false,"pushed_at":"2019-11-07T19:02:41.000Z","size":92,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-07T16:11:55.778Z","etag":null,"topics":["bittrex","bittrex-api","bittrexapi","cryptocurrency","cryptocurrency-exchanges","kotlin","kotlin-library"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JcMinarro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"jcminarro","ko_fi":"jcminarro"}},"created_at":"2017-12-26T17:37:50.000Z","updated_at":"2023-08-28T11:30:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"2c3cc432-1276-47ee-9597-6a77ba25bffd","html_url":"https://github.com/JcMinarro/Bittrex","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/JcMinarro%2FBittrex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JcMinarro%2FBittrex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JcMinarro%2FBittrex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JcMinarro%2FBittrex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JcMinarro","download_url":"https://codeload.github.com/JcMinarro/Bittrex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252912997,"owners_count":21824066,"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":["bittrex","bittrex-api","bittrexapi","cryptocurrency","cryptocurrency-exchanges","kotlin","kotlin-library"],"created_at":"2024-10-03T17:18:34.851Z","updated_at":"2025-05-07T16:12:05.596Z","avatar_url":"https://github.com/JcMinarro.png","language":"Kotlin","funding_links":["https://github.com/sponsors/jcminarro","https://ko-fi.com/jcminarro"],"categories":[],"sub_categories":[],"readme":"# Bittrex\n\n[![CircleCI](https://circleci.com/gh/JcMinarro/Bittrex/tree/master.svg?style=svg)](https://circleci.com/gh/JcMinarro/Bittrex/tree/master)\n\n\nKotlin client for accessing the Bittrex API.\nIt uses the API Version v1.1\nAPI Spec: https://bittrex.com/home/api\n\nWhere can I get the latest release?\n-----------------------------------\nBittrex is not published yet. I will update that section when the library is uploaded to jCenter\n\n## Examples\nShow some examples here (Kotlin \u0026 Java)\n\n## Implementation Status\n\n### Public Api\n- [X] /public/getmarkets\n- [X] /public/getcurrencies\n- [X] /public/getticker\n- [X] /public/getmarketsummaries\n- [X] /public/getmarketsummary\n- [X] /public/getorderbook\n- [X] /public/getmarkethistory\n\n### Market Api (Credentials required)\n- [] /market/buylimit \n- [] /market/selllimit\n- [] /market/cancel\n- [] /market/getopenorders\n\n### Account Api (Credentials required)\n- [X] /account/getbalances\n- [X] /account/getbalance\n- [X] /account/getdepositaddress\n- [X] /account/withdraw\n- [X] /account/getorder\n- [X] /account/getorderhistory\n- [X] /account/getwithdrawalhistory \n- [X] /account/getdeposithistory\n\n## Do you like this library?\n### Donate Bitcoin to [1NarDCZ8XAgYcmaPpuJ55qayM6ECkwSm2G](https://live.blockcypher.com/btc/address/1NarDCZ8XAgYcmaPpuJ55qayM6ECkwSm2G/)\n### Donate Bitcoin Cash to [1165bey4uNWqjHjUUZLNpiynf9th3cmK8q](https://blockdozer.com/insight/address/1165bey4uNWqjHjUUZLNpiynf9th3cmK8q)\n### Donate Litecoin to [LRmyPhiQQAy2BxvW5LRkKn2oMh1MYCanSd](https://live.blockcypher.com/ltc/address/LRmyPhiQQAy2BxvW5LRkKn2oMh1MYCanSd/)\n### Donate Ether to [0xA584c82855E9D32b54b047bf2c2b1192B680f72F](https://etherscan.io/address/0xA584c82855E9D32b54b047bf2c2b1192B680f72F)\n\nLicense\n-------\n\n\n    Copyright 2017 Jc Miñarro\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcminarro%2Fbittrex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcminarro%2Fbittrex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcminarro%2Fbittrex/lists"}