{"id":20399046,"url":"https://github.com/nolim1t/independentreserve","last_synced_at":"2026-04-19T02:32:59.147Z","repository":{"id":28092204,"uuid":"31590186","full_name":"nolim1t/IndependentReserve","owner":"nolim1t","description":"Ruby library for interfacing with the IndependentReserve API","archived":false,"fork":false,"pushed_at":"2016-01-21T09:32:37.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-16T07:03:06.196Z","etag":null,"topics":["bitcoin","exchanges","independentreserve-api","ruby"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/nl-independentreserve","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nolim1t.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-03T09:28:47.000Z","updated_at":"2017-06-15T04:37:01.000Z","dependencies_parsed_at":"2022-08-02T10:57:30.621Z","dependency_job_id":null,"html_url":"https://github.com/nolim1t/IndependentReserve","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nolim1t%2FIndependentReserve","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nolim1t%2FIndependentReserve/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nolim1t%2FIndependentReserve/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nolim1t%2FIndependentReserve/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nolim1t","download_url":"https://codeload.github.com/nolim1t/IndependentReserve/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241946430,"owners_count":20047006,"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":["bitcoin","exchanges","independentreserve-api","ruby"],"created_at":"2024-11-15T04:26:36.485Z","updated_at":"2025-12-04T05:06:29.065Z","avatar_url":"https://github.com/nolim1t.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IndependentReserve\n[![Gem Version](https://badge.fury.io/rb/nl-independentreserve.svg)](https://badge.fury.io/rb/nl-independentreserve)\n\n## About\nRuby gem for interfacing with the IndependentReserve API (https://www.independentreserve.com/Api)\n\n## Installing\n* gem install httparty\n* gem install nl-independentreserve\n\n## Environment Variables\n* ir_access_key\n* ir_access_secret\n\n## Usage Examples:\n### Example 1\n```ruby\nrequire \"nl-independentreserve\"\ni = IndependentReserve.new\nputs i.private_GetOpenOrders({:pageIndex =\u003e 1, :pageSize =\u003e 50})\n```\n\n### Example 2\n```ruby\nrequire \"nl-independentreserve\"\ni = IndependentReserve.new({:primaryCurrency =\u003e \"XBT\", :secondaryCurrency =\u003e \"USD\"})\nputs i.private_GetOpenOrders({:pageIndex =\u003e 1, :pageSize =\u003e 50})\nputs i.public_GetOrderBook\n```\n\n### Example 3 Get open order book\n```ruby\nrequire \"nl-independentreserve\"\ni = IndependentReserve.new\nputs i.public_GetOrderBook\n```\n\n### Shell commands\n```bash\nruby -e 'require \"nl-independentreserve\"; i = IndependentReserve.new({:primaryCurrency =\u003e \"XBT\", :secondaryCurrency =\u003e \"USD\"}); puts i.private_GetOpenOrders({:pageIndex =\u003e 1, :pageSize =\u003e 50}); '\n\nruby -e 'require \"nl-independentreserve\"; i = IndependentReserve.new({:primaryCurrency =\u003e \"XBT\", :secondaryCurrency =\u003e \"USD\"}); puts i.public_GetOrderBook; '\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnolim1t%2Findependentreserve","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnolim1t%2Findependentreserve","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnolim1t%2Findependentreserve/lists"}