powered by
amberdata_spot_reference
amberdata_spot_reference( api_key, exchange = NULL, pair = NULL, include_inactive = "False", include_original_reference = "False", timeout_seconds = 60 )
returns a list of reference information for each of the pairs on Amberdata.
your Amberdata API key
choose a specific exchange or multiple exchanges (comma-separated) rather than all exchanges
choose a specific pair or multiple pairs (comma-separated) rather than all pairs
If 'True', endpoint returns all pairs, including delisted ones. Default is 'False'.
If 'True', endpoint returns originalReference. Default is 'False'.
seconds until the query times out. Default is 60.
if (FALSE) { api_key <- "..." reference <- amberdata_spot_reference(api_key) btc_usd <- amberdata_spot_reference(api_key, pair = "btc_usd")}
Run the code above in your browser using DataLab