Nothing
walletLST <- function(token){
headers = c(`Authorization` = paste0("Token ",token))
res <- httr::GET(url = "https://apiv2.nobitex.ir/v2/wallets", httr::add_headers(.headers=headers))
res<-content(res, as = "parsed")
wallet0<-res$wallet
wallet0<-do.call(rbind.data.frame, wallet0)
wallet0
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.