#' @export
#' @importFrom httr GET
ApiKycForAssetByIdGet <- function(id) {
base_url <- "https://api.lykkex.com/api/"
get_url <- paste0(base_url, "KycForAsset", "?", param, "=", id)
res <- GET(get_url)
return(content(res))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.