getPairs <- function(){
url <- "https://api.kraken.com/0/public/AssetPairs"
request <- GET(url)
c <- content(request)
return(names(c$result))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.