Nothing
lst<-function(n=500, token){
headers = c(`Authorization` = paste0("Token ",token))
res<-content(GET(url = paste0("https://apiv2.nobitex.ir/market/trades/list?pageSize=",n),
add_headers(.headers=headers),
encode = "multipart"))
list<-do.call(rbind.data.frame, res$trades)
list
}
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.