Skip to content

nicholasbucher/RBitso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RBitso

This package is intended to integrate R and Bitso Public/Private REST API's.

It is currenty unfunded and in development, documentation is rudimentary.

Install

Install R Bitso API Package

library(devtools)
install_github("nicholasbucher/RBitso")

Usage

Load library and set your personal Bitso Key and Bitso Secret to Enviroment Keys Available Here

library(RBitso)

ky<-"aAthYgJued"
scrt<-"09edab3590260f4526b352cd5135e870fcg"

Get your balance

balance()

 Success: TRUE 
  currency    available locked        total pending_deposit pending_withdrawal
1      bch   0.00000000      0   0.00000000               0                  0
2      btc   0.00134465      0   0.00134465               0                  0
3      etc   0.00000000      0   0.00000000               0                  0
4      eth   0.00000000      0   0.00000000               0                  0
5      xrp   0.00000000      0   0.00000000               0                  0
6      mxn 101.48192000      0 101.48192000               0                  0

Observe ticker

ticker("btc_mxn")
Success: TRUE 
    high  last          created_at    book   volume     vwap      low      ask    bid
1 80949.99 80500 2017-10-06 18:07:43 btc_mxn 341.5266 79554.58 78774.24 80496.93 80000.1

Get package Info & Features

help(package=RBitso)

Notes

Although main features are supplied, this library currently does not supply:

  • Withdrawals
  • Ledger
  • Bank Codes
  • Error Description
  • Document Uploads
  • Mobile Phone Number Registration/Verification

The addition of these features can kindly be requested to the developers email: [email protected]

Releases

No releases published

Packages

No packages published

Languages