Nothing
cancel<-function(src, dst, hrs = 0, token){
headers = c(`Authorization` = paste0("Token ",token))
files = list(`srcCurrency` = src, `dstCurrency` = dst, `hours`= hrs)
POST(url = "https://apiv2.nobitex.ir/market/orders/cancel-old",
add_headers(.headers=headers), body = files, encode = "multipart")
}
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.