https://github.com/nolim1t/anxbtc
ANXBTC is a Ruby Library for interfacing with the ANXBTC.com API
https://github.com/nolim1t/anxbtc
anx-api bitcoin exchange ruby ruby-library
Last synced: about 1 month ago
JSON representation
ANXBTC is a Ruby Library for interfacing with the ANXBTC.com API
- Host: GitHub
- URL: https://github.com/nolim1t/anxbtc
- Owner: nolim1t
- License: mit
- Created: 2015-01-26T21:27:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-21T05:34:33.000Z (over 10 years ago)
- Last Synced: 2025-06-11T15:15:38.466Z (12 months ago)
- Topics: anx-api, bitcoin, exchange, ruby, ruby-library
- Language: Ruby
- Homepage: https://rubygems.org/gems/nl-anx
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nl-anx
[](https://badge.fury.io/rb/nl-anx)
## About
ANXBTC is a Ruby Library for interfacing with the ANXBTC.com API.
This class lets you do market queries and trading (if you allow it from the control panel)
## Environment Variables
* anx_access_key
* anx_access_secret
## Usage:
This will change
* gem install httparty
* gem install nl-anx
* Set up environment variables
## Example code
```ruby
require "nl-anx"
a = ANX.new
puts a.BTCHKD_money_depth_full
```