Description Usage Arguments Value References Examples
get_pair_snapshot provides aggregated and individual data for the
provided currency pair in every exchange available.
1  | get_pair_snapshot(fsym, tsym)
 | 
fsym | 
 character. 3 letter name for coin to retreive.  | 
tsym | 
 character. 3 letter name for how details should be reported for
  | 
A list of 3 containing the following:
A tibble containing general coin data
A tibble containing aggregate data about the pair
A tibble containing exchange data for each available exchange and the provided pair
https://www.cryptocompare.com/api#-api-data-coinsnapshot-
1 2 3 4 5  | ## Not run: 
# Get data on BTC and USD
get_pair_snapshot("BTC", "USD")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.