Learn R Programming

Rbitcoin (version 0.9.2)

api.dict: API dictionary

Description

This data set contains dictionary (data.table object) for market.api.process function which perform pre-process API call request, post-process API call results and catch market level errors. Still there is function market.api.query that do not require any dictionary and can operate on any currency pairs. Run data(api.dict); api.dict to print built-in dictionary. Granularity of data is c(market, base, quote, action). This dictionary can be edited/extended by user for new currency pairs. Currently supported currency pairs:
  • bitstamp: BTCUSD
  • btce: BTCUSD, LTCUSD, LTCBTC, NMCBTC
  • kraken: BTCEUR, LTCEUR, BTCLTC
  • bitmarket: BTCPLN, LTCPLN
  • mtgox: BTCUSD

Usage

data(api.dict)

Arguments