Description Usage Note Author(s)
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
1 |
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.
Jan Gorecki, 2014-08-13
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.