powered by
amberdata_api_call
amberdata_api_call(url, api_key, method, timeout_seconds = 60, query = NULL)
returns data from your Amberdata API call
the url for your Amberdata API call
your Amberdata API key
"GET" or "POST"
seconds until the query times out. Default is 60.
your query parameters. The default value is NULL.
if (FALSE) { api_key <- "..." url <- "https://web3api.io/api/v2/market/exchanges" method <- "GET" exchanges <- amberdata_api_call(url, api_key, method)}
Run the code above in your browser using DataLab