{"id":19131734,"url":"https://github.com/mwerner/bittrex","last_synced_at":"2025-04-07T18:15:21.582Z","repository":{"id":62554328,"uuid":"21229771","full_name":"mwerner/bittrex","owner":"mwerner","description":"Unofficial gem for the Bittrex API","archived":false,"fork":false,"pushed_at":"2018-02-27T04:03:10.000Z","size":37,"stargazers_count":53,"open_issues_count":5,"forks_count":84,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-31T16:16:01.564Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/mwerner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-26T05:59:30.000Z","updated_at":"2023-09-08T16:48:31.000Z","dependencies_parsed_at":"2022-11-03T05:00:31.681Z","dependency_job_id":null,"html_url":"https://github.com/mwerner/bittrex","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwerner%2Fbittrex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwerner%2Fbittrex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwerner%2Fbittrex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwerner%2Fbittrex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mwerner","download_url":"https://codeload.github.com/mwerner/bittrex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247704571,"owners_count":20982298,"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":[],"created_at":"2024-11-09T06:15:54.308Z","updated_at":"2025-04-07T18:15:21.555Z","avatar_url":"https://github.com/mwerner.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bittrex\n\nUnofficial gem for the Bittrex API\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'bittrex'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install bittrex\n\n## Usage\n\nThe gem uses a simple mapping of API resources to models, with a majority of the attributes mapped to corresponding attributes on the corresponding class. There are some translations into a more \"rubyish\" verbage, but for the most part things are directly mapped.\n\n    require 'rubygems'\n    require 'bittrex'\n    \u003e\u003e Quote.current('BTC-LTC')\n    #=\u003e #\u003cBittrex::Quote:0x000001015cd058 @market=\"BTC-LTC\", @bid=0.015792, @ask=0.01602899, @last=0.015792, @raw={\"Bid\"=\u003e0.015792, \"Ask\"=\u003e0.01602899, \"Last\"=\u003e0.015792}\u003e\n\n## Authentication\n\nYou can authenticate access to your Bittrex account by configuring your implementation of the bittrex gem. This is accomplished by using a config block at the top of your application.\n\nSet up your keys at: https://bittrex.com/Manage#sectionApi\n\n    Bittrex.config do |c|\n      c.key = 'my_api_key'\n      c.secret = 'my_api_secret'\n    end\n\n## Development\n\nYou can test out public API calls any time by running `bundle exec rake bittrex:console` and inputting your method.\n\nIf you want to test private API calls, you will need to create `config/application.yml` and add your Bittrex keys to it (`config/application.yml.example` provides a template for this).\n\nOnce you've added the API keys, run `bundle exec rake bittrex:console`\n\n## Contributing\n\n1. Fork it ( https://github.com/[my-github-username]/bittrex/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmwerner%2Fbittrex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmwerner%2Fbittrex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmwerner%2Fbittrex/lists"}