{"id":17028427,"url":"https://github.com/gazbert/bitx-android","last_synced_at":"2026-04-17T12:34:35.499Z","repository":{"id":140783062,"uuid":"44456514","full_name":"gazbert/bitx-android","owner":"gazbert","description":null,"archived":false,"fork":false,"pushed_at":"2014-06-18T15:27:33.000Z","size":460,"stargazers_count":0,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-09-09T20:13:33.452Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":false,"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/gazbert.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-17T22:12:25.000Z","updated_at":"2019-04-30T11:54:51.000Z","dependencies_parsed_at":"2023-03-12T14:25:38.379Z","dependency_job_id":null,"html_url":"https://github.com/gazbert/bitx-android","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gazbert/bitx-android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gazbert%2Fbitx-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gazbert%2Fbitx-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gazbert%2Fbitx-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gazbert%2Fbitx-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gazbert","download_url":"https://codeload.github.com/gazbert/bitx-android/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gazbert%2Fbitx-android/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31929862,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T10:35:34.458Z","status":"ssl_error","status_checked_at":"2026-04-17T10:35:09.472Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-14T07:54:17.287Z","updated_at":"2026-04-17T12:34:35.480Z","avatar_url":"https://github.com/gazbert.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"BitX-Android\n============\n\nAn unofficial Android client for the BitX API. See https://bitx.co.za/api\n\nWork in progress.\n\nTodo\n----\n\n* Publish to Maven Central\n* Implement remaining API methods\n  * **List withdrawal requests** `GET /api/1/withdrawals`\n  * **Request a withdrawal** `POST /api/1/withdrawals`\n  * **Particular withdrawal request** `POST /api/1/withdrawals/{id}`\n  * **Cancel withdrawal request** `DELETE /api/1/withdrawals/{id}`\n\n\nUsage\n----\n\nCompile `.aar` and include in your Android project. This will be simplified once the library has been published on Maven Central.\nRefer to BitXAndroidSampleApp.\n\n```java\nBitXClient client = new BitXClient(\"id\", \"secret\");\n\n//example call to get ticker information\nclient.ticker(new Callback\u003cTicker\u003e() {\n    @Override\n    public void success(Ticker ticker, Response response) {\n        Log.d(\"BitXClient\", String.format(\"TICKER: bid: %s, ask: %s, lastTrade: %s\",\n                ticker.bid, ticker.ask, ticker.lastTrade));\n    }\n\n    @Override\n    public void failure(RetrofitError error) {\n        Log.e(\"BitXClient\", \"Error: Failed to get ticker information.\", error);\n    }\n});\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgazbert%2Fbitx-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgazbert%2Fbitx-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgazbert%2Fbitx-android/lists"}