blockwatch.table: Retrieves Data from a Blockwatch Datatable endpoint

Description Usage Arguments Details Value See Also Examples

View source: R/Blockwatchtable.R

Description

Retrieves Data from a Blockwatch Datatable endpoint

Usage

1
blockwatch.table(table_code, paginate = FALSE, ...)

Arguments

table_code

Datatable code on Blockwatch specified as a string.

paginate

When set to TRUE, fetches up to 1,000,000 rows of data

...

Additional named values that are interpreted as Blockwatch API parameters.

Details

Set your api_key with blockwatch.api_key function. For instructions on finding your api key go to https://blockwatch.cc/accountprofile#/apikey

Value

Returns a data.frame.

See Also

blockwatch.api_key

Examples

1
2
3
4
## Not run: 
blockwatch.table('BITFINEX:TRADE/BTC_USD', paginate=TRUE)

## End(Not run)

blockwatch-cc/blockwatch-r documentation built on May 13, 2020, 4:06 p.m.