{"id":21144162,"url":"https://github.com/straw-hat-labs/bittrex","last_synced_at":"2025-12-11T23:40:29.608Z","repository":{"id":57479806,"uuid":"100097724","full_name":"straw-hat-labs/bittrex","owner":"straw-hat-labs","description":"Bittrex Client for Elixir","archived":false,"fork":false,"pushed_at":"2019-11-01T10:56:35.000Z","size":299,"stargazers_count":11,"open_issues_count":2,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-29T00:59:58.170Z","etag":null,"topics":["bittrex","bittrex-api","elixir","elixir-lang","module"],"latest_commit_sha":null,"homepage":"https://hex.pm/packages/bittrex","language":"Elixir","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/straw-hat-labs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-12T07:47:45.000Z","updated_at":"2024-01-14T07:24:10.000Z","dependencies_parsed_at":"2022-09-20T01:01:15.831Z","dependency_job_id":null,"html_url":"https://github.com/straw-hat-labs/bittrex","commit_stats":null,"previous_names":["straw-hat-team/bittrex"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/straw-hat-labs/bittrex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/straw-hat-labs%2Fbittrex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/straw-hat-labs%2Fbittrex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/straw-hat-labs%2Fbittrex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/straw-hat-labs%2Fbittrex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/straw-hat-labs","download_url":"https://codeload.github.com/straw-hat-labs/bittrex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/straw-hat-labs%2Fbittrex/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264405864,"owners_count":23603027,"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","elixir","elixir-lang","module"],"created_at":"2024-11-20T08:08:49.575Z","updated_at":"2025-12-11T23:40:24.588Z","avatar_url":"https://github.com/straw-hat-labs.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bittrex\n\n[![Hex.pm](https://img.shields.io/hexpm/v/bittrex.svg)](https://hex.pm/packages/bittrex)\n[![CI Status](https://travis-ci.org/straw-hat-team/bittrex.svg?branch=master)](https://travis-ci.org/straw-hat-team/bittrex)\n[![Code Coverage](https://codecov.io/gh/straw-hat-team/bittrex/branch/master/graph/badge.svg)](https://codecov.io/gh/straw-hat-team/bittrex)\n\n[Bittrex API](https://bittrex.github.io/api/v3) integration.\n\n## Usage\n\nFirst, create the credentials from Bittrex. To manage your API keys please goto\n`Settings -\u003e Manage API Keys` on Bittrex.\n\nYou need to create an `Bittrex.Client` using `Bittrex.Client.new/1`\n\n    client = Bittrex.Client.new(%{\n      api_key: \"my api key\",\n      api_secret: \"my api secret\"\n    })\n\nNow you can use the available functions for communicate with Bittrex API.\n\nExample:\n\n    client = Bittrex.Client.new(%{\n      api_key: \"my api key\",\n      api_secret: \"my api secret\"\n    })\n\n    {:ok, markets} = Bittrex.Markets.get_markets(client)\n\nCheck the current modules, the module names are trying to follow the same\nstructure from the [official documentation of Bittrex API](https://bittrex.github.io/api/v3).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstraw-hat-labs%2Fbittrex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstraw-hat-labs%2Fbittrex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstraw-hat-labs%2Fbittrex/lists"}