Last data update: 2014.03.03

R: API dictionary
api.dictR Documentation

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)

Note

Do not use api.dict from untrusted source or read whole it's code to ensure it is safe! The api dictionary was not fully tested, please follow the examples, if you find any bugs please report.

Author(s)

Jan Gorecki, 2014-08-13

Results